~/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.bR0eovTYQR + 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.bR0eovTYQR/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=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=False + 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.bR0eovTYQR/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.bR0eovTYQR + J2_VARS_FILE=/tmp/tmp.bR0eovTYQR/tmp.MstRoO8Qa6.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.bR0eovTYQR/tmp.MstRoO8Qa6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/tmp.MstRoO8Qa6.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.bR0eovTYQR/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.bR0eovTYQR/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.bR0eovTYQR/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.bR0eovTYQR/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.bR0eovTYQR/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 9.5 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-netcommon-2 1.7 MB/s | 181 kB 00:00 (2/399): ansible-collection-ansible-posix-1.2.0 1.0 MB/s | 124 kB 00:00 (3/399): python3-openvswitch3.3-3.3.6-141.el9fd 2.6 MB/s | 383 kB 00:00 (4/399): ansible-collection-ansible-utils-2.3.0 2.1 MB/s | 91 kB 00:00 (5/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 2.0 MB/s | 77 kB 00:00 (6/399): ansible-collection-community-general-4 16 MB/s | 1.3 MB 00:00 (7/399): golang-github-vbatts-tar-split-0.11.1- 14 MB/s | 1.0 MB 00:00 (8/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.6 MB/s | 162 kB 00:00 (9/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.4 MB/s | 178 kB 00:00 (10/399): python3-ansible-runner-2.0.0a1-3.el9o 3.0 MB/s | 122 kB 00:00 (11/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 817 kB/s | 44 kB 00:00 (12/399): python3-beautifulsoup4-4.9.3-2.el9ost 4.7 MB/s | 204 kB 00:00 (13/399): puppet-fdio-18.2-1.20220727113954.6fd 260 kB/s | 25 kB 00:00 (14/399): python3-croniter-0.3.35-2.el9ost.noar 1.1 MB/s | 49 kB 00:00 (15/399): python3-daemon-2.3.0-1.el9ost.noarch. 1.1 MB/s | 39 kB 00:00 (16/399): python3-docutils-0.16-6.el9ost.noarch 27 MB/s | 1.5 MB 00:00 (17/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 1.2 MB/s | 44 kB 00:00 (18/399): python3-gevent-21.1.2-2.el9ost.x86_64 23 MB/s | 1.6 MB 00:00 (19/399): python3-jeepney-0.6.0-2.el9ost.noarch 6.5 MB/s | 284 kB 00:00 (20/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 1.6 MB/s | 107 kB 00:00 (21/399): python3-jmespath-0.10.0-1.el9ost.noar 1.3 MB/s | 46 kB 00:00 (22/399): python3-lockfile-0.12.2-2.el9ost.noar 890 kB/s | 31 kB 00:00 (23/399): python3-logutils-0.3.5-15.el9ost.noar 1.1 MB/s | 47 kB 00:00 (24/399): python3-memcached-1.59-3.el9ost.noarc 1.1 MB/s | 40 kB 00:00 (25/399): python3-migrate-0.13.0-1.el9ost.noarc 5.3 MB/s | 224 kB 00:00 (26/399): python3-mimeparse-1.6.0-16.el9ost.noa 466 kB/s | 16 kB 00:00 (27/399): python3-natsort-7.1.1-2.el9ost.noarch 1.5 MB/s | 59 kB 00:00 (28/399): python3-passlib-1.7.4-3.el9ost.noarch 15 MB/s | 712 kB 00:00 (29/399): python3-pecan-1.4.0-2.el9ost.noarch.r 6.6 MB/s | 273 kB 00:00 (30/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 2.3 MB/s | 90 kB 00:00 (31/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 2.9 MB/s | 111 kB 00:00 (32/399): python3-pyperclip-1.8.0-3.el9ost.noar 712 kB/s | 25 kB 00:00 (33/399): python3-setproctitle-1.2.2-1.el9ost.x 562 kB/s | 23 kB 00:00 (34/399): python3-smmap-3.0.1-4.el9ost.noarch.r 1.2 MB/s | 47 kB 00:00 (35/399): python3-soupsieve-2.2-1.el9ost.noarch 1.5 MB/s | 67 kB 00:00 (36/399): python3-sqlalchemy13-1.3.24-3.el9ost. 30 MB/s | 1.7 MB 00:00 (37/399): python3-tenacity-6.3.1-1.el9ost.noarc 1.1 MB/s | 51 kB 00:00 (38/399): python3-webtest-2.0.35-6.el9ost.noarc 2.0 MB/s | 82 kB 00:00 (39/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 9.3 MB/s | 396 kB 00:00 (40/399): python3-zope-event-4.2.0-20.el9ost.no 4.4 MB/s | 205 kB 00:00 (41/399): python3-zope-interface-5.4.0-1.el9ost 4.4 MB/s | 202 kB 00:00 (42/399): rubygem-concurrent-ruby-1.1.5-2.el9os 6.1 MB/s | 243 kB 00:00 (43/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 416 kB/s | 14 kB 00:00 (44/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 962 kB/s | 34 kB 00:00 (45/399): rubygem-multi_json-1.15.0-2.el9ost.no 596 kB/s | 22 kB 00:00 (46/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 2.0 MB/s | 90 kB 00:00 (47/399): rubygem-puppet-resource_api-1.8.13-1. 823 kB/s | 34 kB 00:00 (48/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 455 kB/s | 16 kB 00:00 (49/399): rubygem-semantic_puppet-1.0.4-2.el9os 619 kB/s | 21 kB 00:00 (50/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 11 MB/s | 433 kB 00:00 (51/399): ansible-role-atos-hsm-1.0.1-17.1.2023 481 kB/s | 17 kB 00:00 (52/399): ansible-config_template-2.0.1-17.1.20 669 kB/s | 29 kB 00:00 (53/399): ansible-role-chrony-1.3.1-17.1.202306 653 kB/s | 22 kB 00:00 (54/399): ansible-role-collectd-config-0.0.3-17 1.4 MB/s | 53 kB 00:00 (55/399): ansible-role-container-registry-1.4.1 648 kB/s | 24 kB 00:00 (56/399): ansible-role-openstack-operations-0.0 692 kB/s | 30 kB 00:00 (57/399): ansible-role-qdr-config-0.0.2-17.1.20 600 kB/s | 21 kB 00:00 (58/399): ansible-role-redhat-subscription-1.3. 814 kB/s | 28 kB 00:00 (59/399): ansible-role-thales-hsm-3.0.1-17.1.20 592 kB/s | 21 kB 00:00 (60/399): ansible-role-tripleo-modify-image-1.5 776 kB/s | 27 kB 00:00 (61/399): ansible-tripleo-ipa-0.3.1-17.1.202306 929 kB/s | 36 kB 00:00 (62/399): ansible-tripleo-ipsec-11.0.1-17.1.202 940 kB/s | 38 kB 00:00 (63/399): dib-utils-0.0.11-17.1.20230620173328. 341 kB/s | 12 kB 00:00 (64/399): openstack-heat-agents-2.2.1-17.1.2023 270 kB/s | 9.6 kB 00:00 (65/399): os-collect-config-13.1.1-17.1.2023102 1.4 MB/s | 50 kB 00:00 (66/399): os-refresh-config-13.1.1-17.1.2023102 485 kB/s | 21 kB 00:00 (67/399): puppet-archive-4.6.1-17.1.20230620181 1.1 MB/s | 44 kB 00:00 (68/399): os-apply-config-13.1.1-17.1.202310200 458 kB/s | 54 kB 00:00 (69/399): puppet-aodh-18.4.2-17.1.2023062015121 898 kB/s | 62 kB 00:00 (70/399): puppet-auditd-2.2.1-17.1.202306201924 784 kB/s | 28 kB 00:00 (71/399): puppet-ceilometer-18.4.3-17.1.2023092 1.8 MB/s | 70 kB 00:00 (72/399): puppet-certmonger-2.7.1-17.1.20230620 683 kB/s | 26 kB 00:00 (73/399): puppet-cinder-18.5.2-17.1.20230621054 2.8 MB/s | 120 kB 00:00 (74/399): puppet-collectd-13.0.1-17.1.202306201 3.3 MB/s | 135 kB 00:00 (75/399): puppet-corosync-8.0.1-17.1.2023062110 1.6 MB/s | 68 kB 00:00 (76/399): puppet-designate-18.6.1-17.1.20230621 1.7 MB/s | 69 kB 00:00 (77/399): puppet-dns-8.2.1-17.1.20230621002045. 843 kB/s | 36 kB 00:00 (78/399): puppet-etcd-1.12.3-17.1.2023062019322 605 kB/s | 25 kB 00:00 (79/399): puppet-gnocchi-18.4.3-17.1.2023062106 1.3 MB/s | 58 kB 00:00 (80/399): puppet-heat-18.4.1-17.1.2023062111163 1.8 MB/s | 70 kB 00:00 (81/399): puppet-kmod-2.5.0-17.1.20230620190646 472 kB/s | 21 kB 00:00 (82/399): puppet-manila-18.5.2-17.1.20231102190 2.1 MB/s | 81 kB 00:00 (83/399): puppet-memcached-6.0.0-17.1.202306201 645 kB/s | 23 kB 00:00 (84/399): puppet-mysql-10.6.1-17.1.202306210221 2.5 MB/s | 99 kB 00:00 (85/399): puppet-nova-18.6.1-17.1.2023062109044 5.1 MB/s | 200 kB 00:00 (86/399): puppet-octavia-18.5.1-17.1.2023062106 2.0 MB/s | 76 kB 00:00 (87/399): puppet-nssdb-1.0.2-17.1.2023062018564 228 kB/s | 12 kB 00:00 (88/399): puppet-openstack_extras-18.5.1-17.1.2 1.3 MB/s | 48 kB 00:00 (89/399): puppet-oslo-18.5.1-17.1.2023062105235 1.2 MB/s | 48 kB 00:00 (90/399): puppet-openstacklib-18.5.2-17.1.20230 1.3 MB/s | 62 kB 00:00 (91/399): puppet-placement-5.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (92/399): puppet-qdr-7.4.1-17.1.20230620195605. 853 kB/s | 31 kB 00:00 (93/399): puppet-redis-6.1.1-17.1.2023062019170 1.3 MB/s | 51 kB 00:00 (94/399): puppet-rabbitmq-11.0.1-17.1.202306201 4.7 MB/s | 266 kB 00:00 (95/399): puppet-rsyslog-4.0.1-17.1.20230620200 1.5 MB/s | 58 kB 00:00 (96/399): puppet-ssh-6.2.1-17.1.20230620190251. 803 kB/s | 29 kB 00:00 (97/399): puppet-stdlib-6.3.1-17.1.202306210008 3.9 MB/s | 160 kB 00:00 (98/399): puppet-swift-18.6.1-17.1.202306210521 2.9 MB/s | 115 kB 00:00 (99/399): puppet-systemd-2.12.1-17.1.2023062019 1.1 MB/s | 42 kB 00:00 (100/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (101/399): python-oslo-cache-lang-2.7.1-17.1.20 545 kB/s | 19 kB 00:00 (102/399): puppet-xinetd-3.3.1-17.1.20230620185 516 kB/s | 26 kB 00:00 (103/399): python-oslo-log-lang-4.4.0-17.1.2023 390 kB/s | 14 kB 00:00 (104/399): python-oslo-policy-lang-3.7.1-17.1.2 385 kB/s | 14 kB 00:00 (105/399): python-oslo-middleware-lang-4.2.1-17 295 kB/s | 13 kB 00:00 (106/399): python-oslo-versionedobjects-lang-2. 344 kB/s | 14 kB 00:00 (107/399): python-pycadf-common-3.1.1-17.1.2023 443 kB/s | 15 kB 00:00 (108/399): python3-GitPython-3.1.14-2.el9ost.no 5.7 MB/s | 238 kB 00:00 (109/399): python3-aodhclient-2.2.0-17.1.202306 1.5 MB/s | 56 kB 00:00 (110/399): python3-barbicanclient-5.3.0-17.1.20 3.3 MB/s | 127 kB 00:00 (111/399): python3-cinderclient-7.4.1-17.1.2023 5.4 MB/s | 218 kB 00:00 (112/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (113/399): python3-futurist-2.3.0-17.1.20230621 1.3 MB/s | 64 kB 00:00 (114/399): python3-heat-agent-2.2.1-17.1.202306 553 kB/s | 19 kB 00:00 (115/399): python3-heat-agent-apply-config-2.2. 281 kB/s | 9.9 kB 00:00 (116/399): python3-cliff-3.7.0-17.1.20230620172 666 kB/s | 95 kB 00:00 (117/399): python3-heat-agent-docker-cmd-2.2.1- 349 kB/s | 12 kB 00:00 (118/399): python3-heat-agent-hiera-2.2.1-17.1. 278 kB/s | 10 kB 00:00 (119/399): python3-heat-agent-json-file-2.2.1-1 264 kB/s | 9.8 kB 00:00 (120/399): python3-heat-agent-puppet-2.2.1-17.1 307 kB/s | 11 kB 00:00 (121/399): python3-heatclient-2.3.1-17.1.202306 4.1 MB/s | 158 kB 00:00 (122/399): python3-ironic-inspector-client-4.5. 1.8 MB/s | 67 kB 00:00 (123/399): python3-ironicclient-4.6.4-17.1.2023 8.0 MB/s | 342 kB 00:00 (124/399): python3-heat-agent-ansible-2.2.1-17. 50 kB/s | 11 kB 00:00 (125/399): python3-keystoneclient-4.3.0-17.1.20 3.4 MB/s | 239 kB 00:00 (126/399): python3-keystonemiddleware-9.2.0-17. 2.1 MB/s | 92 kB 00:00 (127/399): python3-magnumclient-3.4.1-17.1.2023 3.0 MB/s | 121 kB 00:00 (128/399): python3-mistralclient-4.2.0-17.1.202 4.3 MB/s | 166 kB 00:00 (129/399): python3-neutronclient-7.3.1-17.1.202 7.2 MB/s | 298 kB 00:00 (130/399): python3-novaclient-17.4.1-17.1.20230 4.6 MB/s | 201 kB 00:00 (131/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (132/399): python3-os-service-types-1.7.0-17.1. 967 kB/s | 38 kB 00:00 (133/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (134/399): python3-osc-lib-2.3.1-17.1.202306202 1.8 MB/s | 78 kB 00:00 (135/399): python3-oslo-cache-2.7.1-17.1.202306 1.5 MB/s | 56 kB 00:00 (136/399): python3-oslo-context-3.2.1-17.1.2023 683 kB/s | 27 kB 00:00 (137/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (138/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (139/399): python3-oslo-policy-3.7.1-17.1.20230 2.0 MB/s | 76 kB 00:00 (140/399): python3-oslo-reports-2.2.0-17.1.2023 1.6 MB/s | 59 kB 00:00 (141/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (142/399): python3-oslo-serialization-4.1.1-17. 979 kB/s | 34 kB 00:00 (143/399): python3-oslo-versionedobjects-2.4.1- 2.0 MB/s | 79 kB 00:00 (144/399): python3-osprofiler-3.4.0-17.1.202306 3.0 MB/s | 130 kB 00:00 (145/399): python3-oslo-upgradecheck-1.3.1-17.1 498 kB/s | 29 kB 00:00 (146/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (147/399): python3-requestsexceptions-1.4.0-17. 466 kB/s | 17 kB 00:00 (148/399): python3-saharaclient-3.3.0-17.1.2023 4.6 MB/s | 188 kB 00:00 (149/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (150/399): python3-statsd-3.2.1-20.1.el9ost.noa 923 kB/s | 35 kB 00:00 (151/399): python3-swiftclient-3.11.1-17.1.2023 3.5 MB/s | 136 kB 00:00 (152/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.3 MB/s | 50 kB 00:00 (153/399): python3-troveclient-7.0.0-17.1.20230 8.3 MB/s | 344 kB 00:00 (154/399): python3-validations-libs-1.9.1-17.1. 3.4 MB/s | 137 kB 00:00 (155/399): python3-zaqarclient-2.4.0-17.1.20230 3.4 MB/s | 129 kB 00:00 (156/399): validations-common-1.9.1-17.1.202310 3.0 MB/s | 111 kB 00:00 (157/399): python3-paramiko-2.11.0-2.el9ost.noa 7.4 MB/s | 299 kB 00:00 (158/399): python3-werkzeug-2.0.1-7.el9ost.noar 10 MB/s | 427 kB 00:00 (159/399): ansible-pacemaker-1.0.4-17.1.2023121 564 kB/s | 21 kB 00:00 (160/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (161/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.1 MB/s | 83 kB 00:00 (162/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.3 MB/s | 230 kB 00:00 (163/399): ansible-role-metalsmith-deployment-1 611 kB/s | 21 kB 00:00 (164/399): openstack-selinux-0.8.37-17.1.202311 5.4 MB/s | 221 kB 00:00 (165/399): puppet-ironic-18.7.1-17.1.2024030521 2.9 MB/s | 121 kB 00:00 (166/399): python-oslo-db-lang-8.5.2-17.1.20240 393 kB/s | 14 kB 00:00 (167/399): python3-glanceclient-3.3.0-17.1.2024 3.7 MB/s | 143 kB 00:00 (168/399): python3-metalsmith-1.4.4-17.1.202405 1.8 MB/s | 65 kB 00:00 (169/399): python3-keystoneauth1-4.4.0-17.1.202 8.8 MB/s | 409 kB 00:00 (170/399): python3-neutron-lib-2.10.3-17.1.2023 9.0 MB/s | 375 kB 00:00 (171/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (172/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (173/399): python3-oslo-messaging-12.7.3-17.1.2 3.3 MB/s | 216 kB 00:00 (174/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (175/399): python3-rhosp-openvswitch-3.3-1.el9o 217 kB/s | 8.3 kB 00:00 (176/399): python3-waitress-2.0.0-4.el9ost.noar 2.7 MB/s | 109 kB 00:00 (177/399): puppet-glance-18.6.1-17.1.2025022015 2.2 MB/s | 87 kB 00:00 (178/399): openstack-ansible-core-2.14.2-4.7.el 34 MB/s | 2.3 MB 00:00 (179/399): puppet-ovn-18.6.1-17.1.2024092509490 738 kB/s | 29 kB 00:00 (180/399): puppet-pacemaker-1.5.1-17.1.20250214 3.1 MB/s | 158 kB 00:00 (181/399): python3-os-ken-1.4.1-17.1.2024120509 31 MB/s | 2.1 MB 00:00 (182/399): puppet-tripleo-14.2.3-17.1.202503201 5.6 MB/s | 239 kB 00:00 (183/399): ansible-collection-containers-podman 6.0 MB/s | 243 kB 00:00 (184/399): ansible-collections-openstack-1.9.1- 3.6 MB/s | 146 kB 00:00 (185/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 8.3 MB/s | 351 kB 00:00 (186/399): facter-3.14.19-3.el9ost.x86_64.rpm 12 MB/s | 518 kB 00:00 (187/399): hiera-3.6.0-6.el9ost.noarch.rpm 918 kB/s | 33 kB 00:00 (188/399): openstack-tripleo-validations-14.3.2 733 kB/s | 204 kB 00:00 (189/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.9 MB/s | 405 kB 00:00 (190/399): puppet-7.10.0-4.el9ost.noarch.rpm 288 kB/s | 11 kB 00:00 (191/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.4 MB/s | 92 kB 00:00 (192/399): puppet-headless-7.10.0-4.el9ost.noar 28 MB/s | 1.4 MB 00:00 (193/399): python3-boto-2.45.0-8.1.el9ost.noarc 26 MB/s | 1.3 MB 00:00 (194/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.3 MB/s | 284 kB 00:00 (195/399): python3-colorama-0.4.4-4.el9ost.noar 794 kB/s | 35 kB 00:00 (196/399): python3-dogpile-cache-1.1.5-5.el9ost 2.0 MB/s | 89 kB 00:00 (197/399): python3-cachetools-4.2.2-3.el9ost.no 300 kB/s | 33 kB 00:00 (198/399): python3-extras-1.0.0-17.el9ost.noarc 586 kB/s | 21 kB 00:00 (199/399): python3-keyring-21.8.0-4.el9ost.noar 1.8 MB/s | 77 kB 00:00 (200/399): python3-fixtures-3.0.0-24.el9ost.noa 1.7 MB/s | 93 kB 00:00 (201/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.1 MB/s | 313 kB 00:00 (202/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.4 MB/s | 87 kB 00:00 (203/399): python3-munch-2.5.0-6.el9ost.noarch. 701 kB/s | 25 kB 00:00 (204/399): python3-openstacksdk-0.55.1-17.1.202 17 MB/s | 735 kB 00:00 (205/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (206/399): python3-paste-3.5.0-5.el9ost.noarch. 16 MB/s | 776 kB 00:00 (207/399): python3-pystache-0.5.4-15.el9ost.noa 2.8 MB/s | 132 kB 00:00 (208/399): python3-repoze-lru-0.7-12.el9ost.noa 856 kB/s | 32 kB 00:00 (209/399): python3-routes-2.4.1-14.el9ost.noarc 4.7 MB/s | 188 kB 00:00 (210/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (211/399): python3-secretstorage-3.3.1-3.el9ost 1.0 MB/s | 36 kB 00:00 (212/399): python3-simplejson-3.17.5-3.el9ost.x 5.0 MB/s | 266 kB 00:00 (213/399): python3-tempita-0.5.1-27.el9ost.noar 890 kB/s | 36 kB 00:00 (214/399): python3-testtools-2.4.0-10.el9ost.no 7.5 MB/s | 333 kB 00:00 (215/399): python3-vine-5.0.0-5.el9ost.noarch.r 773 kB/s | 26 kB 00:00 (216/399): python3-warlock-1.3.3-7.el9ost.noarc 613 kB/s | 21 kB 00:00 (217/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (218/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.3 MB/s | 180 kB 00:00 (219/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 565 kB/s | 29 kB 00:00 (220/399): ruby-facter-3.14.19-3.el9ost.x86_64. 258 kB/s | 9.5 kB 00:00 (221/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.2 MB/s | 123 kB 00:00 (222/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 504 kB/s | 19 kB 00:00 (223/399): python-openstackclient-lang-5.5.2-17 1.6 MB/s | 58 kB 00:00 (224/399): python3-openstackclient-5.5.2-17.1.2 21 MB/s | 1.1 MB 00:00 (225/399): puppet-barbican-18.4.2-17.1.20250625 629 kB/s | 57 kB 00:00 (226/399): puppet-apache-6.5.2-17.1.20250811150 6.2 MB/s | 253 kB 00:00 (227/399): puppet-concat-6.2.1-17.1.20250725131 1.2 MB/s | 44 kB 00:00 (228/399): puppet-firewall-3.4.1-17.1.202508041 1.9 MB/s | 73 kB 00:00 (229/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (230/399): puppet-inifile-4.2.1-17.1.2025080415 1.3 MB/s | 46 kB 00:00 (231/399): puppet-git-0.5.0-17.1.20250725114148 387 kB/s | 26 kB 00:00 (232/399): puppet-ipaclient-2.5.2-17.1.20250725 585 kB/s | 21 kB 00:00 (233/399): puppet-keepalived-0.0.2-17.1.2025072 492 kB/s | 17 kB 00:00 (234/399): puppet-module-data-0.5.1-17.1.202507 424 kB/s | 16 kB 00:00 (235/399): puppet-remote-10.0.0-17.1.2025072511 563 kB/s | 19 kB 00:00 (236/399): puppet-rsync-1.1.4-17.1.202508041515 777 kB/s | 28 kB 00:00 (237/399): puppet-snmp-3.9.1-17.1.2025072511575 1.0 MB/s | 38 kB 00:00 (238/399): puppet-sysctl-0.0.13-17.1.2025072511 536 kB/s | 19 kB 00:00 (239/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.5 MB/s | 53 kB 00:00 (240/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 552 kB 00:00 (241/399): puppet-horizon-18.6.1-17.1.202510081 1.6 MB/s | 59 kB 00:00 (242/399): puppet-keystone-18.6.1-17.1.20251008 3.1 MB/s | 126 kB 00:00 (243/399): openstack-heat-api-16.1.1-17.1.20251 435 kB/s | 15 kB 00:00 (244/399): openstack-heat-engine-16.1.1-17.1.20 403 kB/s | 14 kB 00:00 (245/399): openstack-heat-common-16.1.1-17.1.20 25 MB/s | 1.6 MB 00:00 (246/399): openstack-heat-monolith-16.1.1-17.1. 360 kB/s | 14 kB 00:00 (247/399): openstack-tripleo-common-15.4.1-17.1 1.3 MB/s | 48 kB 00:00 (248/399): openstack-tripleo-common-containers- 1.7 MB/s | 74 kB 00:00 (249/399): openstack-tripleo-heat-templates-14. 12 MB/s | 603 kB 00:00 (250/399): puppet-neutron-18.6.1-17.1.202512171 4.3 MB/s | 190 kB 00:00 (251/399): python3-tripleo-common-15.4.1-17.1.2 5.0 MB/s | 197 kB 00:00 (252/399): tripleo-ansible-3.3.1-17.1.202512171 13 MB/s | 564 kB 00:00 (253/399): bash-completion-2.11-4.el9.noarch.rp 10 MB/s | 459 kB 00:00 (254/399): device-mapper-persistent-data-0.9.0- 16 MB/s | 786 kB 00:00 (255/399): libaio-0.3.111-13.el9.x86_64.rpm 664 kB/s | 26 kB 00:00 (256/399): glibc-langpack-en-2.34-60.el9.x86_64 13 MB/s | 675 kB 00:00 (257/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.5 MB/s | 62 kB 00:00 (258/399): krb5-workstation-1.20.1-8.el9.x86_64 11 MB/s | 542 kB 00:00 (259/399): libkadm5-1.20.1-8.el9.x86_64.rpm 2.0 MB/s | 81 kB 00:00 (260/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 952 kB/s | 37 kB 00:00 (261/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 (262/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 427 kB/s | 16 kB 00:00 (263/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 327 kB/s | 12 kB 00:00 (264/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.8 MB/s | 418 kB 00:00 (265/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 861 kB/s | 36 kB 00:00 (266/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 788 kB/s | 30 kB 00:00 (267/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 528 kB/s | 19 kB 00:00 (268/399): device-mapper-event-1.02.187-7.el9_2 804 kB/s | 32 kB 00:00 (269/399): device-mapper-event-libs-1.02.187-7. 812 kB/s | 31 kB 00:00 (270/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 26 MB/s | 1.5 MB 00:00 (271/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 5.5 MB/s | 223 kB 00:00 (272/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 10 MB/s | 1.0 MB 00:00 (273/399): boost-system-1.75.0-8.el9.x86_64.rpm 254 kB/s | 15 kB 00:00 (274/399): perl-Getopt-Long-2.52-4.el9.noarch.r 1.1 MB/s | 64 kB 00:00 (275/399): perl-Storable-3.21-460.el9.x86_64.rp 2.5 MB/s | 98 kB 00:00 (276/399): python3-urllib-gssapi-1.0.2-4.el9.no 703 kB/s | 24 kB 00:00 (277/399): boost-locale-1.75.0-8.el9.x86_64.rpm 5.3 MB/s | 216 kB 00:00 (278/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 471 kB/s | 17 kB 00:00 (279/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.5 MB/s | 57 kB 00:00 (280/399): perl-Data-Dumper-2.174-462.el9.x86_6 1.6 MB/s | 59 kB 00:00 (281/399): perl-Exporter-5.74-461.el9.noarch.rp 909 kB/s | 34 kB 00:00 (282/399): perl-File-Temp-0.231.100-4.el9.noarc 1.6 MB/s | 63 kB 00:00 (283/399): perl-Text-Tabs+Wrap-2013.0523-460.el 738 kB/s | 25 kB 00:00 (284/399): perl-parent-0.238-460.el9.noarch.rpm 458 kB/s | 16 kB 00:00 (285/399): python3-pyasn1-modules-0.4.8-6.el9.n 7.3 MB/s | 283 kB 00:00 (286/399): xorriso-1.5.4-4.el9.x86_64.rpm 7.7 MB/s | 321 kB 00:00 (287/399): libisofs-1.5.4-4.el9.x86_64.rpm 5.7 MB/s | 224 kB 00:00 (288/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 1.2 MB/s | 45 kB 00:00 (289/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 9.4 MB/s | 392 kB 00:00 (290/399): perl-PathTools-3.78-461.el9.x86_64.r 2.3 MB/s | 92 kB 00:00 (291/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 5.4 MB/s | 229 kB 00:00 (292/399): perl-Term-ANSIColor-5.01-461.el9.noa 1.4 MB/s | 51 kB 00:00 (293/399): perl-Text-ParseWords-3.30-460.el9.no 511 kB/s | 18 kB 00:00 (294/399): perl-libnet-3.13-4.el9.noarch.rpm 3.5 MB/s | 134 kB 00:00 (295/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 21 MB/s | 1.2 MB 00:00 (296/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 597 kB/s | 26 kB 00:00 (297/399): iptables-nft-services-1.8.8-6.el9_1. 739 kB/s | 28 kB 00:00 (298/399): perl-Carp-1.50-460.el9.noarch.rpm 757 kB/s | 31 kB 00:00 (299/399): perl-Pod-Escapes-1.07-460.el9.noarch 570 kB/s | 22 kB 00:00 (300/399): perl-Encode-3.08-462.el9.x86_64.rpm 28 MB/s | 1.7 MB 00:00 (301/399): python3-psutil-5.8.0-12.el9.x86_64.r 5.2 MB/s | 218 kB 00:00 (302/399): libburn-1.5.4-4.el9.x86_64.rpm 4.4 MB/s | 175 kB 00:00 (303/399): perl-Mozilla-CA-20200520-6.el9.noarc 358 kB/s | 14 kB 00:00 (304/399): perl-Term-Cap-1.17-460.el9.noarch.rp 678 kB/s | 24 kB 00:00 (305/399): perl-Time-Local-1.300-7.el9.noarch.r 1.0 MB/s | 37 kB 00:00 (306/399): python3-yubico-1.3.3-7.el9.noarch.rp 1.9 MB/s | 73 kB 00:00 (307/399): sshpass-1.09-4.el9.x86_64.rpm 830 kB/s | 30 kB 00:00 (308/399): python3-jwcrypto-0.8-4.el9.noarch.rp 618 kB/s | 76 kB 00:00 (309/399): boost-filesystem-1.75.0-8.el9.x86_64 1.4 MB/s | 59 kB 00:00 (310/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.7 MB/s | 410 kB 00:00 (311/399): boost-program-options-1.75.0-8.el9.x 2.7 MB/s | 108 kB 00:00 (312/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 1.1 MB/s | 39 kB 00:00 (313/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 924 kB/s | 34 kB 00:00 (314/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 526 kB/s | 19 kB 00:00 (315/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.3 MB/s | 419 kB 00:00 (316/399): perl-Digest-1.19-4.el9.noarch.rpm 786 kB/s | 29 kB 00:00 (317/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.0 MB/s | 38 kB 00:00 (318/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 2.4 MB/s | 92 kB 00:00 (319/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (320/399): perl-Scalar-List-Utils-1.56-461.el9. 1.9 MB/s | 77 kB 00:00 (321/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (322/399): perl-constant-1.33-461.el9.noarch.rp 653 kB/s | 25 kB 00:00 (323/399): perl-podlators-4.14-460.el9.noarch.r 2.9 MB/s | 118 kB 00:00 (324/399): python3-PyMySQL-0.10.1-6.el9.noarch. 2.2 MB/s | 112 kB 00:00 (325/399): perl-URI-5.09-3.el9.noarch.rpm 175 kB/s | 125 kB 00:00 (326/399): python3-appdirs-1.4.4-4.el9.noarch.r 741 kB/s | 27 kB 00:00 (327/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 4.1 MB/s | 163 kB 00:00 (328/399): python3-pyusb-1.0.2-13.el9.noarch.rp 2.2 MB/s | 96 kB 00:00 (329/399): python3-qrcode-core-6.1-12.el9.noarc 1.3 MB/s | 61 kB 00:00 (330/399): python3-wcwidth-0.2.5-8.el9.noarch.r 1.2 MB/s | 48 kB 00:00 (331/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.6 MB/s | 279 kB 00:00 (332/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.3 MB/s | 221 kB 00:00 (333/399): python3-alembic-1.7.5-3.el9.noarch.r 20 MB/s | 900 kB 00:00 (334/399): python3-augeas-0.5.0-25.el9.noarch.r 815 kB/s | 31 kB 00:00 (335/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 11 MB/s | 489 kB 00:00 (336/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 1.1 MB/s | 42 kB 00:00 (337/399): perl-AutoLoader-5.74-480.el9.noarch. 604 kB/s | 23 kB 00:00 (338/399): perl-B-1.80-480.el9.x86_64.rpm 4.5 MB/s | 185 kB 00:00 (339/399): perl-Class-Struct-0.66-480.el9.noarc 663 kB/s | 24 kB 00:00 (340/399): perl-Errno-1.30-480.el9.x86_64.rpm 455 kB/s | 17 kB 00:00 (341/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 655 kB/s | 23 kB 00:00 (342/399): perl-File-Basename-2.85-480.el9.noar 547 kB/s | 19 kB 00:00 (343/399): perl-File-stat-1.09-480.el9.noarch.r 535 kB/s | 19 kB 00:00 (344/399): perl-FileHandle-2.03-480.el9.noarch. 480 kB/s | 17 kB 00:00 (345/399): perl-Getopt-Std-1.12-480.el9.noarch. 482 kB/s | 17 kB 00:00 (346/399): perl-IO-1.43-480.el9.x86_64.rpm 2.4 MB/s | 94 kB 00:00 (347/399): perl-IPC-Open3-1.21-480.el9.noarch.r 711 kB/s | 25 kB 00:00 (348/399): perl-NDBM_File-1.15-480.el9.x86_64.r 717 kB/s | 25 kB 00:00 (349/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.6 MB/s | 99 kB 00:00 (350/399): perl-SelectSaver-1.02-480.el9.noarch 351 kB/s | 13 kB 00:00 (351/399): perl-Symbol-1.08-480.el9.noarch.rpm 430 kB/s | 16 kB 00:00 (352/399): perl-base-2.27-480.el9.noarch.rpm 521 kB/s | 18 kB 00:00 (353/399): perl-if-0.60.800-480.el9.noarch.rpm 411 kB/s | 16 kB 00:00 (354/399): perl-interpreter-5.32.1-480.el9.x86_ 2.0 MB/s | 75 kB 00:00 (355/399): perl-mro-1.23-480.el9.x86_64.rpm 807 kB/s | 31 kB 00:00 (356/399): perl-overload-1.31-480.el9.noarch.rp 1.2 MB/s | 47 kB 00:00 (357/399): perl-libs-5.32.1-480.el9.x86_64.rpm 29 MB/s | 2.2 MB 00:00 (358/399): perl-overloading-0.02-480.el9.noarch 426 kB/s | 15 kB 00:00 (359/399): perl-subs-1.03-480.el9.noarch.rpm 378 kB/s | 13 kB 00:00 (360/399): perl-vars-1.05-480.el9.noarch.rpm 416 kB/s | 15 kB 00:00 (361/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 6.3 MB/s | 259 kB 00:00 (362/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.3 MB/s | 176 kB 00:00 (363/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.7 MB/s | 459 kB 00:00 (364/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 1.1 MB/s | 40 kB 00:00 (365/399): jq-1.6-14.el9.x86_64.rpm 4.6 MB/s | 190 kB 00:00 (366/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.5 MB/s | 59 kB 00:00 (367/399): ansible-freeipa-1.9.2-3.el9_2.noarch 9.7 MB/s | 452 kB 00:00 (368/399): rhel-system-roles-1.21.2-1.el9_2.noa 35 MB/s | 2.4 MB 00:00 (369/399): ipa-client-common-4.10.1-12.el9_2.2. 919 kB/s | 44 kB 00:00 (370/399): ipa-common-4.10.1-12.el9_2.2.noarch. 14 MB/s | 656 kB 00:00 (371/399): python3-ipaclient-4.10.1-12.el9_2.2. 13 MB/s | 648 kB 00:00 (372/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.5 MB/s | 57 kB 00:00 (373/399): python3-ipalib-4.10.1-12.el9_2.2.noa 12 MB/s | 663 kB 00:00 (374/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.0 MB/s | 41 kB 00:00 (375/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.2 MB/s | 46 kB 00:00 (376/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.3 MB/s | 55 kB 00:00 (377/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 57 MB/s | 7.9 MB 00:00 (378/399): rubygem-bundler-2.2.33-161.el9_2.2.n 7.5 MB/s | 456 kB 00:00 (379/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (380/399): rubygem-io-console-0.5.7-161.el9_2.2 651 kB/s | 26 kB 00:00 (381/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (382/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (383/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.4 MB/s | 441 kB 00:00 (384/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.6 MB/s | 110 kB 00:00 (385/399): rubygems-3.2.33-161.el9_2.2.noarch.r 7.1 MB/s | 306 kB 00:00 (386/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 26 MB/s | 2.2 MB 00:00 (387/399): buildah-1.29.5-1.el9_2.x86_64.rpm 57 MB/s | 8.6 MB 00:00 (388/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.5 MB/s | 68 kB 00:00 (389/399): cephadm-18.2.1-381.el9cp.noarch.rpm 7.3 MB/s | 335 kB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.8 MB/s | 156 kB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 136 kB 00:00 (392/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 788 kB/s | 30 kB 00:00 (393/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.7 MB/s | 464 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 31 MB/s | 2.3 MB 00:00 (395/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 780 kB/s | 245 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.6 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.4 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 3.1 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 4.2 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 15 MB/s | 97 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.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-gssapi-1.6.9-5.el9.x86_64 89/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 90/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 91/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 92/408 Installing : python3-dns-2.2.1-2.el9.noarch 93/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 94/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 95/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 96/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 97/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 98/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 99/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 100/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 101/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 102/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 103/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 104/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 105/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 106/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 107/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 108/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 109/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 110/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 111/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 112/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 113/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 114/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 115/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 116/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 117/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 118/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 119/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 122/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 123/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 124/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 126/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 127/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 128/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 129/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 130/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 131/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 132/408 Installing : python3-yubico-1.3.3-7.el9.noarch 133/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 140/408 Installing : 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 : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 171/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 172/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 173/408 Installing : jq-1.6-14.el9.x86_64 174/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 175/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 176/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 177/408 Installing : boost-log-1.75.0-8.el9.x86_64 178/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 179/408 Installing : sshpass-1.09-4.el9.x86_64 180/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 181/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 182/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 183/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 185/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 187/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 188/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 189/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 190/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 191/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 192/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 193/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 194/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 195/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 196/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 199/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 200/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 201/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 202/408 Installing : libburn-1.5.4-4.el9.x86_64 203/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Installing : libisofs-1.5.4-4.el9.x86_64 205/408 Installing : libisoburn-1.5.4-4.el9.x86_64 206/408 Installing : xorriso-1.5.4-4.el9.x86_64 207/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 207/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 208/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 209/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 210/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 211/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 212/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 213/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 214/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 215/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 216/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 217/408 Installing : pkgconf-1.7.3-10.el9.x86_64 218/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 219/408 Installing : bash-completion-1:2.11-4.el9.noarch 220/408 Installing : libkadm5-1.20.1-8.el9.x86_64 221/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 222/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 223/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 224/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 225/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 227/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 228/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 230/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 231/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-7.10.0-4.el9ost.noarch 233/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 233/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 235/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 236/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 240/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 241/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 243/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 244/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 246/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 247/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 248/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 249/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 250/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 251/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 252/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 253/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 254/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 255/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 256/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 257/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 258/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 259/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 260/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 261/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 262/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 263/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 264/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 265/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 266/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 267/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 268/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 269/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 270/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 271/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 272/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 273/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 274/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 275/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 276/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 277/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 278/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 279/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 280/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 281/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 282/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 283/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 284/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 285/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 286/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 287/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 288/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 289/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 290/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 291/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 292/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 293/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 294/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 295/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 296/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 297/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 298/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 299/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 383/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 1/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 2/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 3/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 4/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 5/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 6/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 7/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 8/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 9/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 10/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 11/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 12/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 13/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 14/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 15/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 16/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 17/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 18/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 19/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 20/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 21/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 22/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 23/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 24/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 25/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 26/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 27/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 28/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 29/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 30/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 31/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 32/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 33/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 34/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 35/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 36/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 37/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 38/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 39/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 40/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 41/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 42/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 43/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 44/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 45/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 46/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 47/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 48/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 49/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 50/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 51/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 52/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 53/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 54/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 55/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 56/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 57/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 58/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 59/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 60/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 61/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 62/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 63/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 64/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 65/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 66/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 67/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 68/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 69/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 70/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 71/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 72/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 73/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 74/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 75/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 76/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 77/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 78/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 79/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 80/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 81/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 82/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 83/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 84/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 85/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 86/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 87/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 88/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 89/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 90/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 91/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 92/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 93/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 94/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 95/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 96/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 97/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 98/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 99/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 100/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 101/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 102/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 103/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 104/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 105/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 106/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 107/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 108/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 109/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 110/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 111/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 112/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 113/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 114/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 115/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 116/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 117/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 118/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 119/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 120/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 121/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 122/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 123/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 124/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 125/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 126/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 127/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 128/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 129/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 130/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 131/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 132/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 133/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 134/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 135/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 136/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 137/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 138/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 139/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 140/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 141/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 142/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 143/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 144/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 145/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 146/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 147/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 148/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 149/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 150/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 151/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 152/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 153/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 154/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 155/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 156/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 157/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 158/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 159/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 160/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 161/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 162/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 163/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 164/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 165/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 166/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 167/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 168/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 169/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 170/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 171/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 172/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 173/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 174/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 175/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 176/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 177/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 178/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 179/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 180/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 181/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 182/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 183/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 184/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 185/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 186/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 187/408 Verifying : hiera-3.6.0-6.el9ost.noarch 188/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 189/408 Verifying : puppet-7.10.0-4.el9ost.noarch 190/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 191/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 192/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 193/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 194/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 195/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 196/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 197/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 198/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 199/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 200/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 201/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 202/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 203/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 204/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 205/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 206/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 207/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 208/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 209/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 210/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 211/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 212/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 213/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 214/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 215/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 216/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 217/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 218/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 219/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 220/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 221/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 222/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 223/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 224/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 225/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 226/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 227/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 228/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 229/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 230/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 231/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 232/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 233/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 234/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 235/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 236/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 237/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 238/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 239/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 240/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 241/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 242/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 243/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 244/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 245/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 246/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 247/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 248/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 249/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 250/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 251/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 252/408 Verifying : bash-completion-1:2.11-4.el9.noarch 253/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 254/408 Verifying : libaio-0.3.111-13.el9.x86_64 255/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 256/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 257/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 258/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 259/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 260/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 261/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 262/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 263/408 Verifying : python3-dns-2.2.1-2.el9.noarch 264/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 265/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 266/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 267/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 268/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 269/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 270/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 271/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 272/408 Verifying : boost-system-1.75.0-8.el9.x86_64 273/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 274/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 275/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 276/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 277/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 278/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 279/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 280/408 Verifying : perl-Exporter-5.74-461.el9.noarch 281/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 282/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 283/408 Verifying : perl-parent-1:0.238-460.el9.noarch 284/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 285/408 Verifying : xorriso-1.5.4-4.el9.x86_64 286/408 Verifying : libisofs-1.5.4-4.el9.x86_64 287/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 288/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 289/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 290/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 291/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 292/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 293/408 Verifying : perl-URI-5.09-3.el9.noarch 294/408 Verifying : perl-libnet-3.13-4.el9.noarch 295/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 296/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 297/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Verifying : perl-Carp-1.50-460.el9.noarch 299/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 300/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 301/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 302/408 Verifying : libburn-1.5.4-4.el9.x86_64 303/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 304/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 305/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 306/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 307/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 308/408 Verifying : sshpass-1.09-4.el9.x86_64 309/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 310/408 Verifying : boost-log-1.75.0-8.el9.x86_64 311/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 312/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 313/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 314/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 315/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 316/408 Verifying : perl-Digest-1.19-4.el9.noarch 317/408 Verifying : perl-File-Path-2.18-4.el9.noarch 318/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 319/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 320/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 321/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 322/408 Verifying : perl-constant-1.33-461.el9.noarch 323/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 324/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 325/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 326/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 327/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 328/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 329/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 330/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 331/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 332/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 333/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 334/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 335/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 336/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 337/408 Verifying : perl-B-1.80-480.el9.x86_64 338/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 339/408 Verifying : perl-Errno-1.30-480.el9.x86_64 340/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 341/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 342/408 Verifying : perl-File-stat-1.09-480.el9.noarch 343/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 344/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 345/408 Verifying : perl-IO-1.43-480.el9.x86_64 346/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 347/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 348/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 349/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 350/408 Verifying : perl-Symbol-1.08-480.el9.noarch 351/408 Verifying : perl-base-2.27-480.el9.noarch 352/408 Verifying : perl-if-0.60.800-480.el9.noarch 353/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 354/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 355/408 Verifying : perl-mro-1.23-480.el9.x86_64 356/408 Verifying : perl-overload-1.31-480.el9.noarch 357/408 Verifying : perl-overloading-0.02-480.el9.noarch 358/408 Verifying : perl-subs-1.03-480.el9.noarch 359/408 Verifying : perl-vars-1.05-480.el9.noarch 360/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 361/408 Verifying : python3-mako-1.1.4-6.el9.noarch 362/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 363/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 364/408 Verifying : jq-1.6-14.el9.x86_64 365/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 366/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 367/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 368/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 370/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 371/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 373/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 374/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 375/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 376/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 378/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 379/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 380/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 381/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 382/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 383/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 384/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 385/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 386/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 387/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.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=true + BARBICAN_ENABLED=true + 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=False + OCTAVIA_ENABLED=False + 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-02-21T07:14:33.641163 # # 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=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=True + OCTAVIA_ENABLED=False + 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' False = true ']' + '[' false = true ']' + '[' True = true ']' + '[' 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:ab81f66450f6c8edb4ea79f5f348da795f64e418e39a5a340608c487f59d1a16 Copying blob sha256:799532dbb737ff2e1cbb39a5ef0ec697c3ce53256301e26b2a2f55ee2286a0c9 Copying blob sha256:6802a9feef8301a61de0f686df8be190e43aac87f8f34de3506e8a262ea87632 Copying blob sha256:e5ba4ae9b13315a8637d3fdcbe8f07a4b143ad682fe4554295fb3c23d70acfa3 Copying blob sha256:3e38272857f809e1f69e79737bc7d0b35c6e46ea0b7cde9dff7734d47cfb391c Copying blob sha256:f78056f8684b0c738ad3756b2c2b238af860c55423deaa229f183e56e766ffde Copying blob sha256:1e0a00479bee8c1133426afd7d987c3512ce08a1b8fa9152fb8d0767630dc15e Copying blob sha256:363682bf63f0d9b45d7ae0690a1833e0da3f470b3a88e4f1a019bde6f0e3728b Copying blob sha256:695f72a2e295708bb44455c65fbd9e5a39bc864075cf9db51617c3b195fbe24b Copying blob sha256:8571ddbee2fa8427b8c81c91720d1185d949a8b7d1b874a535182ec9d9c51f91 Copying blob sha256:4381bf1f82504e864680477f18abc5136e7e85c9d8a97662bd8b9c84d6a861ca Copying blob sha256:8be636bf0d2ab49d6d446d8f09f28e5d6f6c2b842db3baefc400b0f102dae672 Copying blob sha256:98477ad107a087c2773f32b25b072edebc6c0aaa83b48e8aad4f2504df6a3258 Copying blob sha256:8cc25bc1a88ebdc18c64b0a57e73df0d031e58d720b398390c0ec9baa255b730 Copying blob sha256:b4327e974fc99ebda4645d1335a6bda8354d46a18b6a2a470e35e2509fe54c0a Copying blob sha256:cf946c4f56d17f96f5225548e0fae65f2a3a38109ef39ae97fda900cf846bbb9 Copying blob sha256:50466daa0716cf3bc27855eff987df4af9f8a31558e9179ae0e72fdcebffb133 Copying blob sha256:42dcd2bbdbac8c95086cba39051ce0cf424db26dc3b934e7c9f681fa7e029ef5 Copying blob sha256:ef2edce3db2ccf864eac53793d3006512f573cbf5dcb6bfff3bb576cec38868b Copying blob sha256:ae44791fafa13b10de4ba8eb2962bb5c5494c9d77064deff0877ef50d18000aa Copying blob sha256:73c5f4673e100d334668a064fa4ca8f199f5bfc7235d05d870ec844867f340dc Copying blob sha256:b2819d3e829290dc4160a920cc66961679c4f9ebfef932a5014611edd34e2dff Copying blob sha256:a05f06a831a7b16e9d7e5b97e49ce716cefa8124f31a300b8a95b997f50bb10e Copying blob sha256:5387d4d215da716cf893275bf3a4499efc799fff4c26bd343f5ae1cfc5b7151b Copying blob sha256:da887ef9a4b0325728d020af922245f691a31c0b4a87f619266fe47697d6db55 Copying blob sha256:e13bcc1f0612d0fe4bdacd5ab0cc7436adda481f402cff97f8b5855abeef3675 Copying blob sha256:4230c3901290a54b072decb3c5891e091dcbfc51dcb439d7e78155ca0dd9298f Copying blob sha256:13aba1431ca1cc5ab458da4845b1cee0be92ddc45b0ce697bda40ac25e303cfd Copying blob sha256:f2d00b09db26b8081e570f21eef5565556fd12f55ab3f8d3607a402dc9a85adc Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:4c3c06a6a753db911a269396e87a69d5ea98a051acc57273694fa54f7702d66b Copying blob sha256:5a11970080c9896487b72a881dbffd9938fc1538bee604671e2ff07b6e3496cf Copying blob sha256:8ab3a2a3f6310479b56e02af17a536b947d899a16358716a49d3770c249b798a Copying blob sha256:1429ce8e33d76483d4f475c22cb4bacdc13e0c112989a2ada4d846a9a7a4358b Copying blob sha256:e5f868c6145ce4e51b283133d75c57c783d0b875f78183d2c8ad295b586884d6 Copying blob sha256:25797d8bdd07a61078aba7b7b9a98dee2b666a70997ccc74008046c33deefc76 Copying blob sha256:87ae373d64a5e75e4f3b93cb5a089b70a349290a00b2f3dcf42b15733ef1d39e Copying blob sha256:1b97ad315c9f754e65b3596099ee4d42e8b6d0820d16637b28f78467943f34bb Copying blob sha256:9a2027197d6ca1bee366d8eaafa0202a828d114f4f5e7086fdd84c24154bc09b Copying blob sha256:b54bf131bc2a54ef903940eb3321eed78e093285b66a5f81fc90936f835db41a Copying blob sha256:881ac9caca845dcb07074fadcd3d2195dd3d4980bf87afb34d081a6541cb2095 Copying blob sha256:f64267d3b25c2474690e3d08a072a5e2b4c8e87e6bd89c0a617bd8d11bf1dc60 Copying blob sha256:8aad02b98b6dcda0cdf4ecd0f91a22c42b40f119b84c4925b284cba4d9eb5d21 Copying blob sha256:765b5e4c2e283069d0b384556cbefb8a0ee5103d4ee42a31fe1f59b981948709 Copying blob sha256:ca11efe65eff6e2ebb65d53a4994be8d5fcc15130c503784b105e82f46cd4e3a Copying blob sha256:ce9e7ef184b542e6e606d426942cbd443010440cd36ab11e8f2379321cbc47f5 Copying blob sha256:58da1f7efb8b3d1f15ebf07a17a1426379712fa4e81f527cb1d7de6050037f32 Copying blob sha256:416d66833d81447a6a9abd1b4b803c60848d8c45344fffa107250624c8e549e5 Copying blob sha256:38ce173fe7f3c8f1e62327e219f336d1d366a735d5ffd2150f550eb7e86bbdb7 Copying blob sha256:6dd2463bbf296ce6bef4bbc9c2bfeddcd712f4532b36ce3ad59d651a6a187ebc Copying blob sha256:a26e5f8615d0776e1c0bf6b9d3de8b78f7ee24e371cb4be8a4b443d9e9e43ba3 Copying blob sha256:f9d0a18e0746c3bff951e6f0617e6d689d5fc3fa7fdc14e5083abc7e7ac9579a Copying config sha256:7c51300e53cf8269f365f0a0382dc6743e83440fdce0e0c33a083c729e953d73 Writing manifest to image destination Storing signatures 85759ca1db2de38669dd27dd0a8bcfbb219d013a658b8c7ea3d14037e0534962 + 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/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/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-02-21 07:21:27.576 43715 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-21 07:21:27.602 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.602 43715 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-21 07:21:27.604 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.604 43715 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-21 07:21:27.605 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.606 43715 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-21 07:21:27.607 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.607 43715 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-21 07:21:27.609 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.609 43715 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-21 07:21:27.611 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.611 43715 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-21 07:21:27.635 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.635 43715 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-21 07:21:27.653 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.653 43715 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-21 07:21:27.655 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.655 43715 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-21 07:21:27.657 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.657 43715 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-21 07:21:27.659 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.659 43715 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-21 07:21:27.660 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.660 43715 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-21 07:21:27.662 43715 INFO migrate.versioning.api [-] done 2026-02-21 07:21:27.662 43715 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-21 07:21:27.685 43715 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-02-21 07:21:35Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:36Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:36Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:36Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:36Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-21 07:21:36Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:37Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:37Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-21 07:21:37Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:37Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:37Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-21 07:21:38Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:38Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-21 07:21:38Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:38Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-21 07:21:38Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:38Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-21 07:21:38Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:39Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:39Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:39Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-21 07:21:39Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:39Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:39Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:40Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:40Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:40Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-21 07:21:40Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:40Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-21 07:21:40Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:40Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:40Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:40Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-21 07:21:41Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:41Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-21 07:21:41Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-21 07:21:41Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-21 07:21:41Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:41Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:41Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:41Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-21 07:21:42Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:42Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:42Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:42Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-21 07:21:42Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:42Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-21 07:21:42Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:42Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:42Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-21 07:21:43Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-21 07:21:43Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:43Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-21 07:21:43Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:43Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-21 07:21:44Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:44Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-21 07:21:44Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:45Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-21 07:21:45Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:46Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:46Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-21 07:21:46Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:47Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-21 07:21:47Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-21 07:21:47Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-21 07:21:47Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-21 07:21:47Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:47Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:47Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:47Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:47Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:48Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-21 07:21:48Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:48Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:48Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-21 07:21:50Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-21 07:21:50Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:50Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-21 07:21:50Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:50Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:50Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:51Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:52Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:53Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:54Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:21:55Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:55Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-02-21 07:21:56Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:56Z [standalone.StandaloneServiceChain.ServiceChain.1.BarbicanClient]: CREATE_COMPLETE state changed 2026-02-21 07:21:57Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:57Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:21:57Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:21:58Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:21:59Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:00Z [standalone.StandaloneServiceChain.ServiceChain.1.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:00Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:01Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-21 07:22:01Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:02Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-21 07:22:03Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:04Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-21 07:22:04Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:04Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:04Z [standalone.StandaloneServiceChain.ServiceChain.4.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:05Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:06Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:07Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:07Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:08Z [standalone.StandaloneServiceChain.ServiceChain.4.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:09Z [standalone.StandaloneServiceChain.ServiceChain.4.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:09Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:09Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:09Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:09Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:09Z [standalone.StandaloneServiceChain.ServiceChain.4.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:10Z [standalone.StandaloneServiceChain.ServiceChain.4.CinderCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:11Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:12Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:13Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:14Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:15Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:15Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:15Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:15Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:16Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:16Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:16Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:17Z [standalone.StandaloneServiceChain.ServiceChain.5.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:17Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:18Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-21 07:22:19Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:19Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:19Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:19Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:20Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:21Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:21Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:21Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:21Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:22Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:22Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:22Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:23Z [standalone.StandaloneServiceChain.ServiceChain.6.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:23Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:23Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:23Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:24Z [standalone.StandaloneServiceChain.ServiceChain.6.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:24Z [standalone.StandaloneServiceChain.ServiceChain.6.CinderCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:24Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:25Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-21 07:22:26Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:26Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:26Z [standalone.StandaloneServiceChain.ServiceChain.7.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:27Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:27Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:27Z [standalone.StandaloneServiceChain.ServiceChain.7.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:28Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:28Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:28Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:29Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:29Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:29Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:30Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:30Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:30Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:30Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:30Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:30Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:31Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:31Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:31Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:31Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:31Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:32Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:32Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:32Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:32Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:33Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:33Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:33Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:34Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:34Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:34Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:35Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:35Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:36Z [standalone.StandaloneServiceChain.ServiceChain.7.CinderBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:36Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:37Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-21 07:22:38Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:38Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:38Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:38Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:40Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:40Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:40Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:40Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:41Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:41Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:41Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:42Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:43Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:43Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:44Z [standalone.StandaloneServiceChain.ServiceChain.8.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-21 07:22:46Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:47Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-21 07:22:47Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:47Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:47Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:47Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:48Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:49Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:49Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:50Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-21 07:22:50Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:52Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-21 07:22:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:52Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:52Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:53Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:54Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:54Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:54Z [standalone.StandaloneServiceChain.ServiceChain.12.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:22:54Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:54Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:22:54Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:55Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:55Z [standalone.StandaloneServiceChain.ServiceChain.12.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-21 07:22:56Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:56Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:22:57Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:57Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:22:57Z [standalone.StandaloneServiceChain.ServiceChain.12.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:22:57Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:22:57Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:22:57Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:58Z [standalone.StandaloneServiceChain.ServiceChain.12.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-21 07:22:58Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:22:59Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-21 07:22:59Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:00Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:00Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:00Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:00Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:00Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:00Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:01Z [standalone.StandaloneServiceChain.ServiceChain.13.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:01Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:02Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:02Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:02Z [standalone.StandaloneServiceChain.ServiceChain.13.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:23:03Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:04Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:04Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:05Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:05Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:05Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:06Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:07Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:07Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:23:08Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:08Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:08Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:23:08Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:08Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:08Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:09Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:09Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:10Z [standalone.StandaloneServiceChain.ServiceChain.13.GlanceApi]: CREATE_COMPLETE state changed 2026-02-21 07:23:10Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:11Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-21 07:23:11Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:12Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:12Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:13Z [standalone.StandaloneServiceChain.ServiceChain.14.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:13Z [standalone.StandaloneServiceChain.ServiceChain.14.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:13Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-21 07:23:14Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:14Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:14Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:14Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:23:14Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:15Z [standalone.StandaloneServiceChain.ServiceChain.14.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:15Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-21 07:23:16Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:16Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:16Z [standalone.StandaloneServiceChain.ServiceChain.14.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:16Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:17Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:17Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-21 07:23:18Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:18Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:18Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:19Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:20Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:20Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:20Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:20Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:20Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:23:20Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:21Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-21 07:23:21Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:22Z [standalone.StandaloneServiceChain.ServiceChain.14.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:22Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:23Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-21 07:23:23Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:24Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:23:24Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:25Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:25Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:26Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:26Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:27Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:27Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:27Z [standalone.StandaloneServiceChain.ServiceChain.15.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:28Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:29Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:29Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:23:30Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:31Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:31Z [standalone.StandaloneServiceChain.ServiceChain.16.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:32Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:32Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:33Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.16.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-21 07:23:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:36Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:37Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:37Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:38Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:39Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:39Z [standalone.StandaloneServiceChain.ServiceChain.17.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:40Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:40Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:40Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:23:40Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:41Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-21 07:23:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:42Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:43Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:43Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:43Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-21 07:23:44Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:45Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-21 07:23:45Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:45Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:46Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:47Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:48Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:48Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:48Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-21 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:49Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-21 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:50Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:51Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:51Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:23:51Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:52Z [standalone.StandaloneServiceChain.ServiceChain.22.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:53Z [standalone.StandaloneServiceChain.ServiceChain.22.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-21 07:23:54Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:55Z [standalone.StandaloneServiceChain.ServiceChain.22.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:23:55Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:23:56Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-21 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:57Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:23:58Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.23.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:23:59Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.23.ManilaBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:24:00Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:01Z [standalone.StandaloneServiceChain.ServiceChain.23.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:01Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:02Z [standalone.StandaloneServiceChain.ServiceChain.23.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:24:02Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:03Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-21 07:24:04Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-21 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:05Z [standalone.StandaloneServiceChain.ServiceChain.25.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:06Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:06Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:06Z [standalone.StandaloneServiceChain.ServiceChain.25.ManilaBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:07Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:08Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:08Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:09Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:10Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-21 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:11Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:12Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:13Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:24:14Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:15Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:18Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:20Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:24:21Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.26.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:22Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:23Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-21 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:24Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:25Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:26Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-21 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:27Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:28Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:29Z [standalone.StandaloneServiceChain.ServiceChain.28.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:29Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.28.MysqlBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:30Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-21 07:24:32Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-21 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:33Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:34Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:35Z [standalone.StandaloneServiceChain.ServiceChain.30.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:36Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:37Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:38Z [standalone.StandaloneServiceChain.ServiceChain.30.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-21 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:39Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:40Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-21 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:42Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:43Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-21 07:24:44Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.31.NeutronBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-21 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:46Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:47Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:48Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-21 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:49Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.32.NeutronBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:50Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-21 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:51Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:52Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-21 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:53Z [standalone.StandaloneServiceChain.ServiceChain.33.NeutronBase]: CREATE_COMPLETE state changed 2026-02-21 07:24:54Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:24:55Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:24:56Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-21 07:24:56Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:24:57Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:58Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:24:59Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:00Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:01Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:02Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:03Z [standalone.StandaloneServiceChain.ServiceChain.34.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:25:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.34.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:05Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-21 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:06Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:07Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:08Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-21 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.35.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:09Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:10Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:11Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:12Z [standalone.StandaloneServiceChain.ServiceChain.35.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:13Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-21 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:14Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:15Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:16Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:17Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:18Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:19Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:21Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.36.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:22Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:23Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-21 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:24Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:25Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:26Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:27Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:28Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:29Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-21 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:30Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.37.NovaLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:32Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-21 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:33Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.38.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:37Z [standalone.StandaloneServiceChain.ServiceChain.38.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.38.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-21 07:25:38Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-21 07:25:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:40Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:41Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:44Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.39.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:45Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-21 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:46Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:47Z [standalone.StandaloneServiceChain.ServiceChain.40.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:48Z [standalone.StandaloneServiceChain.ServiceChain.40.SshdBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:49Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:50Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-21 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:53Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:53Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:53Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaLogging]: CREATE_COMPLETE state changed 2026-02-21 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:54Z [standalone.StandaloneServiceChain.ServiceChain.41.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:55Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:56Z [standalone.StandaloneServiceChain.ServiceChain.41.NovaBase]: CREATE_COMPLETE state changed 2026-02-21 07:25:56Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-21 07:25:57Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:58Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:25:58Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.42.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.42.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-21 07:25:59Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:00Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-21 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:01Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:02Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:03Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-21 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:06Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-21 07:26:07Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:09Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-21 07:26:10Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-21 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:11Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:13Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-21 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:14Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:15Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:16Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:17Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:18Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:19Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.47.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:20Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-21 07:26:21Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:26:23Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:24Z [standalone.StandaloneServiceChain.ServiceChain.49.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:25Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:26Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:26Z [standalone.StandaloneServiceChain.ServiceChain.49.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-21 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:27Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-21 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:28Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:29Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-21 07:26:30Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-21 07:26:31Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-21 07:26:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-21 07:26:34Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-21 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:35Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.54.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:36Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:37Z [standalone.StandaloneServiceChain.ServiceChain.54.SwiftBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-21 07:26:38Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.54.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:39Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:40Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-21 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:41Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-21 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:42Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.56.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:43Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-21 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.56.SwiftBase]: CREATE_COMPLETE state changed 2026-02-21 07:26:44Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-21 07:26:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-21 07:26:47Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:48Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-21 07:26:48Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:49Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-21 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:50Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-21 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:51Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:52Z [standalone.StandaloneServiceChain.ServiceChain.61.Podman]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.61.Podman]: CREATE_COMPLETE state changed 2026-02-21 07:26:53Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-21 07:26:54Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-21 07:26:55Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-21 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:26:56Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-21 07:26:58Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:58Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:58Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:26:59Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:00Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:00Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:00Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:00Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:01Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:02Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-21 07:27:03Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:04Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:04Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-21 07:27:04Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:04Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:04Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-21 07:27:05Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:06Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-02-21 07:27:07Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:08Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-21 07:27:08Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:09Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-21 07:27:09Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:09Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-21 07:27:09Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:10Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-21 07:27:10Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-21 07:27:10Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-21 07:27:10Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-21 07:27:10Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:10Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:10Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-21 07:27:10Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:12Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-21 07:27:12Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:12Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:12Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:13Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:13Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-21 07:27:13Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:13Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-21 07:27:13Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-21 07:27:13Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:14Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:14Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:15Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:15Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:15Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:16Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:16Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-21 07:27:16Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:17Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:17Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-21 07:27:17Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:18Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-21 07:27:18Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-21 07:27:19Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-21 07:27:19Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:19Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:19Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:20Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:20Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-21 07:27:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-21 07:27:20Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:20Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-21 07:27:21Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:21Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-21 07:27:21Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:21Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:21Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:22Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-21 07:27:22Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:22Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:23Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:24Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:24Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:24Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-21 07:27:24Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:24Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-21 07:27:25Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:25Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:26Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:26Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-21 07:27:27Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-21 07:27:27Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-21 07:27:28Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-21 07:27:28Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/dd1a1bff-e878-4919-9b17-7f49299f5ef4 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-02-21 07:27:50.122144 | fa163eb0-86a7-d7f0-7a82-000000000006 | TASK | External deployment step 0 2026-02-21 07:27:50.146657 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-000000000006') missing from stats 2026-02-21 07:27:50.201644 | fa163eb0-86a7-d7f0-7a82-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.129086 | 0.04s 2026-02-21 07:27:50.208002 | bf039bae-68f0-45f3-a52d-cb6da76b0bbf | INCLUDED | /root/standalone-ansible-l794r1lx/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-21 07:27:50.223473 | fa163eb0-86a7-d7f0-7a82-00000000011a | TASK | create ovn mac address for Standalone role nodes 2026-02-21 07:27:51.075141 | fa163eb0-86a7-d7f0-7a82-00000000011a | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-21 07:27:51.076452 | fa163eb0-86a7-d7f0-7a82-00000000011a | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.003895 | 0.85s PLAY [Check if required variables are defined] ********************************* 2026-02-21 07:27:51.155953 | fa163eb0-86a7-d7f0-7a82-000000000126 | TASK | Gathering Facts 2026-02-21 07:27:51.712863 | fa163eb0-86a7-d7f0-7a82-000000000126 | OK | Gathering Facts | localhost 2026-02-21 07:27:51.714502 | fa163eb0-86a7-d7f0-7a82-000000000126 | TIMING | Gathering Facts | localhost | 0:00:01.641942 | 0.56s 2026-02-21 07:27:51.781450 | fa163eb0-86a7-d7f0-7a82-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-21 07:27:51.782757 | fa163eb0-86a7-d7f0-7a82-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:01.710196 | 0.05s 2026-02-21 07:27:51.839377 | fa163eb0-86a7-d7f0-7a82-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-21 07:27:51.840855 | fa163eb0-86a7-d7f0-7a82-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:01.768291 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-21 07:27:51.960882 | fa163eb0-86a7-d7f0-7a82-00000000014e | TASK | Gathering Facts 2026-02-21 07:27:51.969172 | fa163eb0-86a7-d7f0-7a82-00000000014e | TASK | Gathering Facts 2026-02-21 07:27:52.301287 | fa163eb0-86a7-d7f0-7a82-00000000014e | OK | Gathering Facts | undercloud 2026-02-21 07:27:52.302839 | fa163eb0-86a7-d7f0-7a82-00000000014e | TIMING | Gathering Facts | undercloud | 0:00:02.230281 | 0.34s 2026-02-21 07:27:52.305756 | fa163eb0-86a7-d7f0-7a82-00000000014e | OK | Gathering Facts | standalone 2026-02-21 07:27:52.306853 | fa163eb0-86a7-d7f0-7a82-00000000014e | TIMING | Gathering Facts | standalone | 0:00:02.234300 | 0.34s 2026-02-21 07:27:52.369260 | fa163eb0-86a7-d7f0-7a82-000000000012 | TASK | Set legacy facts 2026-02-21 07:27:52.385636 | fa163eb0-86a7-d7f0-7a82-000000000012 | TASK | Set legacy facts 2026-02-21 07:27:52.411587 | fa163eb0-86a7-d7f0-7a82-000000000012 | OK | Set legacy facts | undercloud 2026-02-21 07:27:52.412552 | fa163eb0-86a7-d7f0-7a82-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:02.340000 | 0.04s 2026-02-21 07:27:52.430830 | fa163eb0-86a7-d7f0-7a82-000000000012 | OK | Set legacy facts | standalone 2026-02-21 07:27:52.431328 | fa163eb0-86a7-d7f0-7a82-000000000012 | TIMING | Set legacy facts | standalone | 0:00:02.358780 | 0.04s PLAY [Load global variables] *************************************************** 2026-02-21 07:27:52.597877 | fa163eb0-86a7-d7f0-7a82-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-21 07:27:52.598945 | fa163eb0-86a7-d7f0-7a82-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:02.526388 | 0.05s 2026-02-21 07:27:52.609720 | fa163eb0-86a7-d7f0-7a82-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-21 07:27:52.610433 | fa163eb0-86a7-d7f0-7a82-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:02.537880 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-02-21 07:27:52.688464 | fa163eb0-86a7-d7f0-7a82-000000000018 | TASK | Include Service VIP vars 2026-02-21 07:27:52.715071 | fa163eb0-86a7-d7f0-7a82-000000000018 | IGNORED | Include Service VIP vars | undercloud | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-l794r1lx/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2026-02-21 07:27:52.715887 | fa163eb0-86a7-d7f0-7a82-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:02.643336 | 0.03s 2026-02-21 07:27:52.726419 | fa163eb0-86a7-d7f0-7a82-000000000018 | IGNORED | Include Service VIP vars | standalone | error={"ansible_facts": {"service_vip_vars": {}}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access '/root/standalone-ansible-l794r1lx/service_vip_vars.yaml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"} 2026-02-21 07:27:52.726850 | fa163eb0-86a7-d7f0-7a82-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:02.654305 | 0.03s 2026-02-21 07:27:52.730453 | fa163eb0-86a7-d7f0-7a82-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-21 07:27:52.757326 | fa163eb0-86a7-d7f0-7a82-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-21 07:27:52.758205 | fa163eb0-86a7-d7f0-7a82-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:02.685653 | 0.03s 2026-02-21 07:27:52.768778 | fa163eb0-86a7-d7f0-7a82-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-21 07:27:52.769109 | fa163eb0-86a7-d7f0-7a82-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:02.696564 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-21 07:27:52.846507 | fa163eb0-86a7-d7f0-7a82-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-21 07:27:53.415771 | fa163eb0-86a7-d7f0-7a82-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-21 07:27:53.504458 | fa163eb0-86a7-d7f0-7a82-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-21 07:27:53.530255 | fa163eb0-86a7-d7f0-7a82-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-21 07:27:53.531023 | fa163eb0-86a7-d7f0-7a82-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:03.458471 | 0.03s PLAY [Manage SELinux] ********************************************************** 2026-02-21 07:27:53.599284 | fa163eb0-86a7-d7f0-7a82-000000000023 | TASK | Set selinux state 2026-02-21 07:27:54.106487 | fa163eb0-86a7-d7f0-7a82-000000000023 | OK | Set selinux state | standalone 2026-02-21 07:27:54.107327 | fa163eb0-86a7-d7f0-7a82-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.034775 | 0.51s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-21 07:27:54.218158 | fa163eb0-86a7-d7f0-7a82-000000000026 | TASK | Configure Hosts Entries 2026-02-21 07:27:54.248936 | fa163eb0-86a7-d7f0-7a82-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:04.176372 | 0.03s 2026-02-21 07:27:54.249639 | fa163eb0-86a7-d7f0-7a82-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:04.177093 | 0.02s 2026-02-21 07:27:54.292029 | fa163eb0-86a7-d7f0-7a82-0000000001df | TASK | Create temporary file for hosts 2026-02-21 07:27:54.648180 | fa163eb0-86a7-d7f0-7a82-0000000001df | CHANGED | Create temporary file for hosts | undercloud 2026-02-21 07:27:54.649500 | fa163eb0-86a7-d7f0-7a82-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:04.576939 | 0.36s 2026-02-21 07:27:54.650481 | fa163eb0-86a7-d7f0-7a82-0000000001df | CHANGED | Create temporary file for hosts | standalone 2026-02-21 07:27:54.651188 | fa163eb0-86a7-d7f0-7a82-0000000001df | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:04.578635 | 0.35s 2026-02-21 07:27:54.670093 | fa163eb0-86a7-d7f0-7a82-0000000001e0 | TASK | Prepare temporary /etc/hosts 2026-02-21 07:27:55.072571 | fa163eb0-86a7-d7f0-7a82-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-21 07:27:55.074303 | fa163eb0-86a7-d7f0-7a82-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.001742 | 0.40s 2026-02-21 07:27:55.127104 | fa163eb0-86a7-d7f0-7a82-0000000001e0 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-21 07:27:55.128433 | fa163eb0-86a7-d7f0-7a82-0000000001e0 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.055877 | 0.44s 2026-02-21 07:27:55.146810 | fa163eb0-86a7-d7f0-7a82-0000000001e1 | TASK | Remove old Heat hosts configuration (if present) 2026-02-21 07:27:55.468514 | fa163eb0-86a7-d7f0-7a82-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-21 07:27:55.469932 | fa163eb0-86a7-d7f0-7a82-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:05.397369 | 0.30s 2026-02-21 07:27:55.512168 | fa163eb0-86a7-d7f0-7a82-0000000001e1 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-21 07:27:55.513964 | fa163eb0-86a7-d7f0-7a82-0000000001e1 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:05.441403 | 0.37s 2026-02-21 07:27:55.531518 | fa163eb0-86a7-d7f0-7a82-0000000001e2 | TASK | Render out the hosts entries 2026-02-21 07:27:55.643590 | fa163eb0-86a7-d7f0-7a82-0000000001e2 | OK | Render out the hosts entries | undercloud 2026-02-21 07:27:55.644898 | fa163eb0-86a7-d7f0-7a82-0000000001e2 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:05.572340 | 0.11s 2026-02-21 07:27:55.662865 | fa163eb0-86a7-d7f0-7a82-0000000001e3 | TASK | Prepare new /etc/hosts 2026-02-21 07:27:55.946578 | fa163eb0-86a7-d7f0-7a82-0000000001e3 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-21 07:27:55.947445 | fa163eb0-86a7-d7f0-7a82-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:05.874894 | 0.28s 2026-02-21 07:27:55.958246 | fa163eb0-86a7-d7f0-7a82-0000000001e3 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-21 07:27:55.958781 | fa163eb0-86a7-d7f0-7a82-0000000001e3 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:05.886233 | 0.27s 2026-02-21 07:27:55.972884 | fa163eb0-86a7-d7f0-7a82-0000000001e4 | TASK | Update /etc/hosts contents (if changed) 2026-02-21 07:27:56.335280 | fa163eb0-86a7-d7f0-7a82-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-21 07:27:56.336146 | fa163eb0-86a7-d7f0-7a82-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:06.263592 | 0.35s 2026-02-21 07:27:56.357054 | fa163eb0-86a7-d7f0-7a82-0000000001e4 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-21 07:27:56.357626 | fa163eb0-86a7-d7f0-7a82-0000000001e4 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:06.285078 | 0.38s 2026-02-21 07:27:56.371822 | fa163eb0-86a7-d7f0-7a82-0000000001e5 | TASK | Clean up temporary hosts file 2026-02-21 07:27:56.736833 | fa163eb0-86a7-d7f0-7a82-0000000001e5 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-21 07:27:56.740985 | fa163eb0-86a7-d7f0-7a82-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:06.668420 | 0.37s 2026-02-21 07:27:56.754359 | fa163eb0-86a7-d7f0-7a82-0000000001e5 | CHANGED | Clean up temporary hosts file | standalone 2026-02-21 07:27:56.755500 | fa163eb0-86a7-d7f0-7a82-0000000001e5 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:06.682947 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-02-21 07:27:56.857055 | fa163eb0-86a7-d7f0-7a82-00000000002a | TASK | Common roles for TripleO servers 2026-02-21 07:27:56.884132 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-00000000002a') missing from stats 2026-02-21 07:27:56.975299 | fa163eb0-86a7-d7f0-7a82-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:06.902724 | 0.02s 2026-02-21 07:27:57.048804 | fa163eb0-86a7-d7f0-7a82-000000000242 | TASK | Gather variables for each operating system 2026-02-21 07:27:57.156560 | fa163eb0-86a7-d7f0-7a82-000000000242 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-21 07:27:57.157643 | fa163eb0-86a7-d7f0-7a82-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.085091 | 0.11s 2026-02-21 07:27:57.167408 | fa163eb0-86a7-d7f0-7a82-000000000242 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.094849 | 0.12s 2026-02-21 07:27:57.190165 | fa163eb0-86a7-d7f0-7a82-000000000244 | TASK | Check release version package is installed 2026-02-21 07:27:57.498178 | fa163eb0-86a7-d7f0-7a82-000000000244 | CHANGED | Check release version package is installed | standalone 2026-02-21 07:27:57.499475 | fa163eb0-86a7-d7f0-7a82-000000000244 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:07.426917 | 0.31s 2026-02-21 07:27:57.528601 | fa163eb0-86a7-d7f0-7a82-000000000245 | TASK | Deploy release version package 2026-02-21 07:28:02.693941 | fa163eb0-86a7-d7f0-7a82-000000000245 | CHANGED | Deploy release version package | standalone 2026-02-21 07:28:02.694946 | fa163eb0-86a7-d7f0-7a82-000000000245 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.622393 | 5.16s 2026-02-21 07:28:02.713622 | fa163eb0-86a7-d7f0-7a82-000000000247 | TASK | Include packages tasks 2026-02-21 07:28:02.739066 | fa163eb0-86a7-d7f0-7a82-000000000247 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.666497 | 0.02s 2026-02-21 07:28:02.763710 | 85770b9a-7a2c-49b2-8f2b-6d8aac634529 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-21 07:28:02.794564 | fa163eb0-86a7-d7f0-7a82-00000000029b | TASK | Gather facts if they don't exist 2026-02-21 07:28:02.841334 | fa163eb0-86a7-d7f0-7a82-00000000029b | SKIPPED | Gather facts if they don't exist | standalone 2026-02-21 07:28:02.842461 | fa163eb0-86a7-d7f0-7a82-00000000029b | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.769901 | 0.05s 2026-02-21 07:28:02.865899 | fa163eb0-86a7-d7f0-7a82-00000000029c | TASK | Gather variables for each operating system 2026-02-21 07:28:02.979499 | fa163eb0-86a7-d7f0-7a82-00000000029c | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-21 07:28:02.985918 | fa163eb0-86a7-d7f0-7a82-00000000029c | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:12.913346 | 0.12s 2026-02-21 07:28:03.009365 | fa163eb0-86a7-d7f0-7a82-00000000029e | TASK | Check required packages to bootstrap TripleO is installed 2026-02-21 07:28:03.272528 | fa163eb0-86a7-d7f0-7a82-00000000029e | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-21 07:28:03.273314 | fa163eb0-86a7-d7f0-7a82-00000000029e | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.200762 | 0.26s 2026-02-21 07:28:03.290338 | fa163eb0-86a7-d7f0-7a82-00000000029f | TASK | Deploy required packages to bootstrap TripleO 2026-02-21 07:28:08.786666 | fa163eb0-86a7-d7f0-7a82-00000000029f | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-21 07:28:08.787701 | fa163eb0-86a7-d7f0-7a82-00000000029f | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.715131 | 5.50s 2026-02-21 07:28:08.806971 | fa163eb0-86a7-d7f0-7a82-0000000002a0 | TASK | Ensure packages are actually well installed 2026-02-21 07:28:09.886754 | fa163eb0-86a7-d7f0-7a82-0000000002a0 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-21 07:28:09.888167 | fa163eb0-86a7-d7f0-7a82-0000000002a0 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.815609 | 1.08s 2026-02-21 07:28:09.912245 | fa163eb0-86a7-d7f0-7a82-000000000248 | TASK | Enable openvswitch service if installed 2026-02-21 07:28:10.833537 | fa163eb0-86a7-d7f0-7a82-000000000248 | CHANGED | Enable openvswitch service if installed | standalone 2026-02-21 07:28:10.834654 | fa163eb0-86a7-d7f0-7a82-000000000248 | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.762099 | 0.92s 2026-02-21 07:28:10.852391 | fa163eb0-86a7-d7f0-7a82-000000000249 | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-21 07:28:11.104364 | fa163eb0-86a7-d7f0-7a82-000000000249 | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-21 07:28:11.105797 | fa163eb0-86a7-d7f0-7a82-000000000249 | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.033237 | 0.25s 2026-02-21 07:28:11.130006 | fa163eb0-86a7-d7f0-7a82-00000000024b | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-21 07:28:11.417981 | fa163eb0-86a7-d7f0-7a82-00000000024b | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-21 07:28:11.419448 | fa163eb0-86a7-d7f0-7a82-00000000024b | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.346889 | 0.29s 2026-02-21 07:28:11.443372 | fa163eb0-86a7-d7f0-7a82-00000000024c | TASK | Deploy network-scripts required for deprecated network service 2026-02-21 07:28:11.491469 | fa163eb0-86a7-d7f0-7a82-00000000024c | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-21 07:28:11.492797 | fa163eb0-86a7-d7f0-7a82-00000000024c | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.420237 | 0.05s 2026-02-21 07:28:11.517139 | fa163eb0-86a7-d7f0-7a82-00000000024d | TASK | Ensure network service is enabled 2026-02-21 07:28:11.915458 | fa163eb0-86a7-d7f0-7a82-00000000024d | OK | Ensure network service is enabled | standalone 2026-02-21 07:28:11.919067 | fa163eb0-86a7-d7f0-7a82-00000000024d | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:21.846504 | 0.40s 2026-02-21 07:28:11.946272 | fa163eb0-86a7-d7f0-7a82-00000000024f | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-21 07:28:12.290811 | fa163eb0-86a7-d7f0-7a82-00000000024f | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-21 07:28:12.292130 | fa163eb0-86a7-d7f0-7a82-00000000024f | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.219572 | 0.34s 2026-02-21 07:28:12.316526 | fa163eb0-86a7-d7f0-7a82-000000000250 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-21 07:28:12.550967 | fa163eb0-86a7-d7f0-7a82-000000000250 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-21 07:28:12.552320 | fa163eb0-86a7-d7f0-7a82-000000000250 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.479761 | 0.23s 2026-02-21 07:28:12.575921 | fa163eb0-86a7-d7f0-7a82-000000000251 | TASK | Reload NetworkManager 2026-02-21 07:28:13.014414 | fa163eb0-86a7-d7f0-7a82-000000000251 | CHANGED | Reload NetworkManager | standalone 2026-02-21 07:28:13.017545 | fa163eb0-86a7-d7f0-7a82-000000000251 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:22.944983 | 0.44s 2026-02-21 07:28:13.042614 | fa163eb0-86a7-d7f0-7a82-000000000253 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-21 07:28:13.288627 | fa163eb0-86a7-d7f0-7a82-000000000253 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-21 07:28:13.290229 | fa163eb0-86a7-d7f0-7a82-000000000253 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.217663 | 0.25s 2026-02-21 07:28:13.314752 | fa163eb0-86a7-d7f0-7a82-000000000254 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-21 07:28:13.660456 | fa163eb0-86a7-d7f0-7a82-000000000254 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-21 07:28:13.662260 | fa163eb0-86a7-d7f0-7a82-000000000254 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.589699 | 0.35s 2026-02-21 07:28:13.686238 | fa163eb0-86a7-d7f0-7a82-000000000255 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-21 07:28:13.887597 | fa163eb0-86a7-d7f0-7a82-000000000255 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-21 07:28:13.889078 | fa163eb0-86a7-d7f0-7a82-000000000255 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.816519 | 0.20s 2026-02-21 07:28:13.912880 | fa163eb0-86a7-d7f0-7a82-000000000256 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-21 07:28:14.114415 | fa163eb0-86a7-d7f0-7a82-000000000256 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-21 07:28:14.115859 | fa163eb0-86a7-d7f0-7a82-000000000256 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.043298 | 0.20s 2026-02-21 07:28:14.188933 | fa163eb0-86a7-d7f0-7a82-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.116361 | 0.03s 2026-02-21 07:28:14.267611 | fa163eb0-86a7-d7f0-7a82-00000000034f | TASK | Create temporary file for ssh_known_hosts 2026-02-21 07:28:14.478062 | fa163eb0-86a7-d7f0-7a82-00000000034f | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-21 07:28:14.479217 | fa163eb0-86a7-d7f0-7a82-00000000034f | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.406661 | 0.21s 2026-02-21 07:28:14.500354 | fa163eb0-86a7-d7f0-7a82-000000000350 | TASK | Check for ssh_known_hosts file 2026-02-21 07:28:14.721959 | fa163eb0-86a7-d7f0-7a82-000000000350 | OK | Check for ssh_known_hosts file | standalone 2026-02-21 07:28:14.723275 | fa163eb0-86a7-d7f0-7a82-000000000350 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.650717 | 0.22s 2026-02-21 07:28:14.747195 | fa163eb0-86a7-d7f0-7a82-000000000351 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-21 07:28:14.776135 | fa163eb0-86a7-d7f0-7a82-000000000351 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-21 07:28:14.777137 | fa163eb0-86a7-d7f0-7a82-000000000351 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.704583 | 0.03s 2026-02-21 07:28:14.801813 | fa163eb0-86a7-d7f0-7a82-000000000352 | TASK | Write temporary file 2026-02-21 07:28:14.829769 | fa163eb0-86a7-d7f0-7a82-000000000352 | SKIPPED | Write temporary file | standalone 2026-02-21 07:28:14.830928 | fa163eb0-86a7-d7f0-7a82-000000000352 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.758366 | 0.03s 2026-02-21 07:28:14.853955 | fa163eb0-86a7-d7f0-7a82-000000000353 | TASK | Set ssh_known_hosts fact 2026-02-21 07:28:14.943201 | fa163eb0-86a7-d7f0-7a82-000000000353 | OK | Set ssh_known_hosts fact | standalone 2026-02-21 07:28:14.944493 | fa163eb0-86a7-d7f0-7a82-000000000353 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.871934 | 0.09s 2026-02-21 07:28:14.967881 | fa163eb0-86a7-d7f0-7a82-000000000354 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-21 07:28:15.149122 | fa163eb0-86a7-d7f0-7a82-000000000354 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-21 07:28:15.150596 | fa163eb0-86a7-d7f0-7a82-000000000354 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.078035 | 0.18s 2026-02-21 07:28:15.174905 | fa163eb0-86a7-d7f0-7a82-000000000355 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-21 07:28:15.389507 | fa163eb0-86a7-d7f0-7a82-000000000355 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-21 07:28:15.390913 | fa163eb0-86a7-d7f0-7a82-000000000355 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.318352 | 0.21s 2026-02-21 07:28:15.414545 | fa163eb0-86a7-d7f0-7a82-000000000356 | TASK | Remove temp file 2026-02-21 07:28:15.680488 | fa163eb0-86a7-d7f0-7a82-000000000356 | CHANGED | Remove temp file | standalone 2026-02-21 07:28:15.681969 | fa163eb0-86a7-d7f0-7a82-000000000356 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.609409 | 0.27s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-21 07:28:15.865200 | fa163eb0-86a7-d7f0-7a82-000000000034 | TASK | Deploy step tasks for step 0 2026-02-21 07:28:15.926780 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-000000000034') missing from stats 2026-02-21 07:28:15.952556 | fa163eb0-86a7-d7f0-7a82-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-21 07:28:16.184264 | fa163eb0-86a7-d7f0-7a82-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-21 07:28:16.185732 | fa163eb0-86a7-d7f0-7a82-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.113174 | 0.23s 2026-02-21 07:28:16.210163 | fa163eb0-86a7-d7f0-7a82-000000000036 | TASK | Check cloud-init status 2026-02-21 07:28:16.421123 | fa163eb0-86a7-d7f0-7a82-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-21 07:28:16.422517 | fa163eb0-86a7-d7f0-7a82-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.349960 | 0.21s 2026-02-21 07:28:16.446742 | fa163eb0-86a7-d7f0-7a82-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-21 07:28:16.676319 | fa163eb0-86a7-d7f0-7a82-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-21 07:28:16.677568 | fa163eb0-86a7-d7f0-7a82-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.605010 | 0.23s 2026-02-21 07:28:16.701219 | fa163eb0-86a7-d7f0-7a82-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-21 07:28:17.063904 | fa163eb0-86a7-d7f0-7a82-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-21 07:28:17.065615 | fa163eb0-86a7-d7f0-7a82-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:26.993051 | 0.36s 2026-02-21 07:28:17.090779 | fa163eb0-86a7-d7f0-7a82-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-21 07:28:17.301320 | fa163eb0-86a7-d7f0-7a82-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-21 07:28:17.302547 | fa163eb0-86a7-d7f0-7a82-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.229990 | 0.21s 2026-02-21 07:28:17.327623 | fa163eb0-86a7-d7f0-7a82-00000000003a | TASK | Write container-puppet.sh 2026-02-21 07:28:17.773563 | fa163eb0-86a7-d7f0-7a82-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-21 07:28:17.774853 | fa163eb0-86a7-d7f0-7a82-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.702296 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:28:17.841516 | fa163eb0-86a7-d7f0-7a82-00000000003b | TIMING | include_tasks | standalone | 0:00:27.768946 | 0.04s 2026-02-21 07:28:17.862011 | f066e85b-8a5c-4d19-8af3-33900365c0d1 | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-21 07:28:17.896001 | fa163eb0-86a7-d7f0-7a82-000000000404 | TASK | Configure tuned before reboot 2026-02-21 07:28:17.937271 | fa163eb0-86a7-d7f0-7a82-000000000404 | TIMING | Configure tuned before reboot | standalone | 0:00:27.864703 | 0.04s 2026-02-21 07:28:17.992966 | fa163eb0-86a7-d7f0-7a82-000000000443 | TASK | Gather variables for each operating system 2026-02-21 07:28:18.115819 | fa163eb0-86a7-d7f0-7a82-000000000443 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-21 07:28:18.118144 | fa163eb0-86a7-d7f0-7a82-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.045582 | 0.12s 2026-02-21 07:28:18.128507 | fa163eb0-86a7-d7f0-7a82-000000000443 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.055946 | 0.13s 2026-02-21 07:28:18.223731 | fa163eb0-86a7-d7f0-7a82-000000000444 | TIMING | tuned : include_tasks | standalone | 0:00:28.151135 | 0.07s 2026-02-21 07:28:18.238706 | bf18262e-7f44-4909-8512-e57fe196f80a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-21 07:28:18.273717 | fa163eb0-86a7-d7f0-7a82-00000000046d | TASK | Check tuned package is installed 2026-02-21 07:28:18.554988 | fa163eb0-86a7-d7f0-7a82-00000000046d | CHANGED | Check tuned package is installed | standalone 2026-02-21 07:28:18.556268 | fa163eb0-86a7-d7f0-7a82-00000000046d | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.483711 | 0.28s 2026-02-21 07:28:18.581919 | fa163eb0-86a7-d7f0-7a82-00000000046e | TASK | Install tuned 2026-02-21 07:28:25.220587 | fa163eb0-86a7-d7f0-7a82-00000000046e | CHANGED | Install tuned | standalone 2026-02-21 07:28:25.221384 | fa163eb0-86a7-d7f0-7a82-00000000046e | TIMING | tuned : Install tuned | standalone | 0:00:35.148835 | 6.64s 2026-02-21 07:28:25.246347 | fa163eb0-86a7-d7f0-7a82-00000000046f | TASK | Restart tuned 2026-02-21 07:28:27.101190 | fa163eb0-86a7-d7f0-7a82-00000000046f | CHANGED | Restart tuned | standalone 2026-02-21 07:28:27.102182 | fa163eb0-86a7-d7f0-7a82-00000000046f | TIMING | tuned : Restart tuned | standalone | 0:00:37.029633 | 1.85s 2026-02-21 07:28:27.119586 | fa163eb0-86a7-d7f0-7a82-000000000445 | TASK | Check for tuned-adm 2026-02-21 07:28:27.359394 | fa163eb0-86a7-d7f0-7a82-000000000445 | OK | Check for tuned-adm | standalone 2026-02-21 07:28:27.362051 | fa163eb0-86a7-d7f0-7a82-000000000445 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.289476 | 0.24s 2026-02-21 07:28:27.415775 | fa163eb0-86a7-d7f0-7a82-000000000446 | TIMING | tuned : include_tasks | standalone | 0:00:37.343207 | 0.03s 2026-02-21 07:28:27.443604 | 1cd9bc3e-f4f0-47ba-ba98-718bf4181a74 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-21 07:28:27.479284 | fa163eb0-86a7-d7f0-7a82-0000000004a4 | TASK | Ensure profile directory exists 2026-02-21 07:28:27.531200 | fa163eb0-86a7-d7f0-7a82-0000000004a4 | SKIPPED | Ensure profile directory exists | standalone 2026-02-21 07:28:27.532129 | fa163eb0-86a7-d7f0-7a82-0000000004a4 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.459575 | 0.05s 2026-02-21 07:28:27.551973 | fa163eb0-86a7-d7f0-7a82-0000000004a5 | TASK | Create custom tuned profile 2026-02-21 07:28:27.621336 | fa163eb0-86a7-d7f0-7a82-0000000004a5 | SKIPPED | Create custom tuned profile | standalone 2026-02-21 07:28:27.622492 | fa163eb0-86a7-d7f0-7a82-0000000004a5 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.549940 | 0.07s 2026-02-21 07:28:27.642314 | fa163eb0-86a7-d7f0-7a82-0000000004a6 | TASK | Check tuned active profile 2026-02-21 07:28:27.948078 | fa163eb0-86a7-d7f0-7a82-0000000004a6 | OK | Check tuned active profile | standalone 2026-02-21 07:28:27.949384 | fa163eb0-86a7-d7f0-7a82-0000000004a6 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.876829 | 0.31s 2026-02-21 07:28:27.974562 | fa163eb0-86a7-d7f0-7a82-0000000004a7 | TASK | Check Tuned Configuration file exists 2026-02-21 07:28:28.208502 | fa163eb0-86a7-d7f0-7a82-0000000004a7 | OK | Check Tuned Configuration file exists | standalone 2026-02-21 07:28:28.209817 | fa163eb0-86a7-d7f0-7a82-0000000004a7 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.137260 | 0.23s 2026-02-21 07:28:28.234665 | fa163eb0-86a7-d7f0-7a82-0000000004a8 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-21 07:28:28.283888 | fa163eb0-86a7-d7f0-7a82-0000000004a8 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-21 07:28:28.285053 | fa163eb0-86a7-d7f0-7a82-0000000004a8 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.212495 | 0.05s 2026-02-21 07:28:28.311814 | fa163eb0-86a7-d7f0-7a82-0000000004a9 | TASK | Configure isolated cores for profile throughput-performance 2026-02-21 07:28:28.363142 | fa163eb0-86a7-d7f0-7a82-0000000004a9 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-21 07:28:28.364304 | fa163eb0-86a7-d7f0-7a82-0000000004a9 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.291747 | 0.05s 2026-02-21 07:28:28.389663 | fa163eb0-86a7-d7f0-7a82-0000000004aa | TASK | Enable tuned profile 2026-02-21 07:28:29.782705 | fa163eb0-86a7-d7f0-7a82-0000000004aa | CHANGED | Enable tuned profile | standalone 2026-02-21 07:28:29.783996 | fa163eb0-86a7-d7f0-7a82-0000000004aa | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.711439 | 1.39s 2026-02-21 07:28:29.830779 | fa163eb0-86a7-d7f0-7a82-000000000405 | TASK | Configure kernel args and reboot 2026-02-21 07:28:29.881319 | fa163eb0-86a7-d7f0-7a82-000000000405 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.808753 | 0.05s 2026-02-21 07:28:30.022242 | fa163eb0-86a7-d7f0-7a82-000000000557 | TASK | Get the command line args of the node 2026-02-21 07:28:30.265397 | fa163eb0-86a7-d7f0-7a82-000000000557 | CHANGED | Get the command line args of the node | standalone 2026-02-21 07:28:30.266890 | fa163eb0-86a7-d7f0-7a82-000000000557 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.194331 | 0.24s 2026-02-21 07:28:30.292380 | fa163eb0-86a7-d7f0-7a82-000000000559 | TASK | Check if node has a nova.conf 2026-02-21 07:28:30.534304 | fa163eb0-86a7-d7f0-7a82-000000000559 | OK | Check if node has a nova.conf | standalone 2026-02-21 07:28:30.535513 | fa163eb0-86a7-d7f0-7a82-000000000559 | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.462956 | 0.24s 2026-02-21 07:28:30.560298 | fa163eb0-86a7-d7f0-7a82-00000000055b | TASK | Warn operator about workload protection 2026-02-21 07:28:30.599937 | fa163eb0-86a7-d7f0-7a82-00000000055b | SKIPPED | Warn operator about workload protection | standalone 2026-02-21 07:28:30.600984 | fa163eb0-86a7-d7f0-7a82-00000000055b | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.528427 | 0.04s 2026-02-21 07:28:30.625754 | fa163eb0-86a7-d7f0-7a82-00000000055c | TASK | Setting defer reboot fact 2026-02-21 07:28:30.664245 | fa163eb0-86a7-d7f0-7a82-00000000055c | SKIPPED | Setting defer reboot fact | standalone 2026-02-21 07:28:30.665590 | fa163eb0-86a7-d7f0-7a82-00000000055c | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.593032 | 0.04s 2026-02-21 07:28:30.690580 | fa163eb0-86a7-d7f0-7a82-00000000055e | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-21 07:28:30.718594 | fa163eb0-86a7-d7f0-7a82-00000000055e | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.646030 | 0.03s 2026-02-21 07:28:30.743969 | fa163eb0-86a7-d7f0-7a82-000000000563 | TASK | Find hugepages in cmdline 2026-02-21 07:28:30.793221 | fa163eb0-86a7-d7f0-7a82-000000000563 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-21 07:28:30.794396 | fa163eb0-86a7-d7f0-7a82-000000000563 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.721840 | 0.05s 2026-02-21 07:28:30.819969 | fa163eb0-86a7-d7f0-7a82-000000000564 | TASK | Finding human-readable hugepages in cmdline 2026-02-21 07:28:30.873990 | fa163eb0-86a7-d7f0-7a82-000000000564 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-21 07:28:30.875150 | fa163eb0-86a7-d7f0-7a82-000000000564 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.802591 | 0.05s 2026-02-21 07:28:30.900010 | fa163eb0-86a7-d7f0-7a82-000000000568 | TASK | Find desired default hugepage size 2026-02-21 07:28:30.948733 | fa163eb0-86a7-d7f0-7a82-000000000568 | SKIPPED | Find desired default hugepage size | standalone 2026-02-21 07:28:30.949830 | fa163eb0-86a7-d7f0-7a82-000000000568 | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.877277 | 0.05s 2026-02-21 07:28:30.969815 | fa163eb0-86a7-d7f0-7a82-00000000056a | TASK | Storing non-configured hugepages 2026-02-21 07:28:31.008236 | fa163eb0-86a7-d7f0-7a82-00000000056a | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.935665 | 0.04s 2026-02-21 07:28:31.036483 | fa163eb0-86a7-d7f0-7a82-00000000056c | TASK | Validating against hugepages config received from TripleO 2026-02-21 07:28:31.079795 | fa163eb0-86a7-d7f0-7a82-00000000056c | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-21 07:28:31.081149 | fa163eb0-86a7-d7f0-7a82-00000000056c | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.008586 | 0.04s 2026-02-21 07:28:31.110579 | fa163eb0-86a7-d7f0-7a82-00000000056d | TASK | Determining the default hugepagesz 2026-02-21 07:28:31.161112 | fa163eb0-86a7-d7f0-7a82-00000000056d | SKIPPED | Determining the default hugepagesz | standalone 2026-02-21 07:28:31.162282 | fa163eb0-86a7-d7f0-7a82-00000000056d | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.089719 | 0.05s 2026-02-21 07:28:31.192987 | fa163eb0-86a7-d7f0-7a82-00000000056e | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-21 07:28:31.236391 | fa163eb0-86a7-d7f0-7a82-00000000056e | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-21 07:28:31.237800 | fa163eb0-86a7-d7f0-7a82-00000000056e | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.165241 | 0.04s 2026-02-21 07:28:31.262296 | fa163eb0-86a7-d7f0-7a82-00000000056f | TASK | Making sure that we have a default hugepagesz 2026-02-21 07:28:31.304608 | fa163eb0-86a7-d7f0-7a82-00000000056f | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-21 07:28:31.305915 | fa163eb0-86a7-d7f0-7a82-00000000056f | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.233356 | 0.04s 2026-02-21 07:28:31.337384 | fa163eb0-86a7-d7f0-7a82-000000000571 | TASK | Warn about possible modifications 2026-02-21 07:28:31.382033 | fa163eb0-86a7-d7f0-7a82-000000000571 | SKIPPED | Warn about possible modifications | standalone 2026-02-21 07:28:31.383767 | fa163eb0-86a7-d7f0-7a82-000000000571 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.311202 | 0.04s 2026-02-21 07:28:31.407948 | fa163eb0-86a7-d7f0-7a82-000000000572 | TASK | Remove hugepage settings from kernelargs 2026-02-21 07:28:31.447244 | fa163eb0-86a7-d7f0-7a82-000000000572 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-21 07:28:31.448487 | fa163eb0-86a7-d7f0-7a82-000000000572 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.375928 | 0.04s 2026-02-21 07:28:31.474568 | fa163eb0-86a7-d7f0-7a82-000000000573 | TASK | Cleaning up whitespaces 2026-02-21 07:28:31.516165 | fa163eb0-86a7-d7f0-7a82-000000000573 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-21 07:28:31.517408 | fa163eb0-86a7-d7f0-7a82-000000000573 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.444851 | 0.04s 2026-02-21 07:28:31.543022 | fa163eb0-86a7-d7f0-7a82-000000000575 | TASK | Check if the kernelargs entry is already present in the file 2026-02-21 07:28:31.905592 | fa163eb0-86a7-d7f0-7a82-000000000575 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-21 07:28:31.906995 | fa163eb0-86a7-d7f0-7a82-000000000575 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.834438 | 0.36s 2026-02-21 07:28:31.932137 | fa163eb0-86a7-d7f0-7a82-000000000577 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-21 07:28:31.992220 | fa163eb0-86a7-d7f0-7a82-000000000577 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-21 07:28:31.993475 | fa163eb0-86a7-d7f0-7a82-000000000577 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.920910 | 0.06s 2026-02-21 07:28:32.020341 | fa163eb0-86a7-d7f0-7a82-000000000578 | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-21 07:28:32.081760 | fa163eb0-86a7-d7f0-7a82-000000000578 | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-21 07:28:32.083130 | fa163eb0-86a7-d7f0-7a82-000000000578 | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.010571 | 0.06s 2026-02-21 07:28:32.103913 | fa163eb0-86a7-d7f0-7a82-000000000579 | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-21 07:28:32.163609 | fa163eb0-86a7-d7f0-7a82-000000000579 | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-21 07:28:32.164954 | fa163eb0-86a7-d7f0-7a82-000000000579 | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.092396 | 0.06s 2026-02-21 07:28:32.189722 | fa163eb0-86a7-d7f0-7a82-00000000057a | TASK | Generate grub config 2026-02-21 07:28:32.243586 | fa163eb0-86a7-d7f0-7a82-00000000057a | SKIPPED | Generate grub config | standalone 2026-02-21 07:28:32.244644 | fa163eb0-86a7-d7f0-7a82-00000000057a | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.172088 | 0.05s 2026-02-21 07:28:32.270323 | fa163eb0-86a7-d7f0-7a82-00000000057e | TASK | Get the block device that /boot is on 2026-02-21 07:28:32.331442 | fa163eb0-86a7-d7f0-7a82-00000000057e | SKIPPED | Get the block device that /boot is on | standalone 2026-02-21 07:28:32.332497 | fa163eb0-86a7-d7f0-7a82-00000000057e | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.259939 | 0.06s 2026-02-21 07:28:32.360486 | fa163eb0-86a7-d7f0-7a82-00000000057f | TASK | Get the mount point that /boot is in 2026-02-21 07:28:32.420953 | fa163eb0-86a7-d7f0-7a82-00000000057f | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-21 07:28:32.422111 | fa163eb0-86a7-d7f0-7a82-00000000057f | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.349554 | 0.06s 2026-02-21 07:28:32.447221 | fa163eb0-86a7-d7f0-7a82-000000000580 | TASK | Set facts for EFI grub.cfg generation 2026-02-21 07:28:32.512303 | fa163eb0-86a7-d7f0-7a82-000000000580 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-21 07:28:32.513771 | fa163eb0-86a7-d7f0-7a82-000000000580 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.441210 | 0.06s 2026-02-21 07:28:32.539650 | fa163eb0-86a7-d7f0-7a82-000000000581 | TASK | Executed script to fix grub-menu 2026-02-21 07:28:32.600221 | fa163eb0-86a7-d7f0-7a82-000000000581 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-21 07:28:32.601612 | fa163eb0-86a7-d7f0-7a82-000000000581 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.529054 | 0.06s 2026-02-21 07:28:32.626907 | fa163eb0-86a7-d7f0-7a82-000000000582 | TASK | Check grub config paths 2026-02-21 07:28:32.693103 | fa163eb0-86a7-d7f0-7a82-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-21 07:28:32.709158 | fa163eb0-86a7-d7f0-7a82-000000000582 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-21 07:28:32.716374 | fa163eb0-86a7-d7f0-7a82-000000000582 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.643806 | 0.09s 2026-02-21 07:28:32.744365 | fa163eb0-86a7-d7f0-7a82-000000000583 | TASK | Write EFI grub.cfg 2026-02-21 07:28:32.799190 | fa163eb0-86a7-d7f0-7a82-000000000583 | 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-02-21 07:28:32.816529 | fa163eb0-86a7-d7f0-7a82-000000000583 | 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-02-21 07:28:32.827668 | fa163eb0-86a7-d7f0-7a82-000000000583 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.755100 | 0.08s 2026-02-21 07:28:32.853887 | fa163eb0-86a7-d7f0-7a82-000000000584 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-21 07:28:32.914821 | fa163eb0-86a7-d7f0-7a82-000000000584 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-21 07:28:32.916262 | fa163eb0-86a7-d7f0-7a82-000000000584 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.843702 | 0.06s 2026-02-21 07:28:32.942724 | fa163eb0-86a7-d7f0-7a82-000000000585 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-21 07:28:33.004033 | fa163eb0-86a7-d7f0-7a82-000000000585 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-21 07:28:33.005331 | fa163eb0-86a7-d7f0-7a82-000000000585 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.932772 | 0.06s 2026-02-21 07:28:33.030803 | fa163eb0-86a7-d7f0-7a82-000000000586 | TASK | Execute grub2-mkconfig 2026-02-21 07:28:33.091547 | fa163eb0-86a7-d7f0-7a82-000000000586 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-21 07:28:33.092828 | fa163eb0-86a7-d7f0-7a82-000000000586 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.020270 | 0.06s 2026-02-21 07:28:33.118413 | fa163eb0-86a7-d7f0-7a82-000000000587 | TASK | Check for active tuned profile 2026-02-21 07:28:33.175269 | fa163eb0-86a7-d7f0-7a82-000000000587 | SKIPPED | Check for active tuned profile | standalone 2026-02-21 07:28:33.176797 | fa163eb0-86a7-d7f0-7a82-000000000587 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.104238 | 0.06s 2026-02-21 07:28:33.201257 | fa163eb0-86a7-d7f0-7a82-000000000588 | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-21 07:28:33.261976 | fa163eb0-86a7-d7f0-7a82-000000000588 | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-21 07:28:33.263169 | fa163eb0-86a7-d7f0-7a82-000000000588 | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.190612 | 0.06s 2026-02-21 07:28:33.289910 | fa163eb0-86a7-d7f0-7a82-000000000589 | TASK | Set reboot required fact 2026-02-21 07:28:33.345548 | fa163eb0-86a7-d7f0-7a82-000000000589 | SKIPPED | Set reboot required fact | standalone 2026-02-21 07:28:33.346877 | fa163eb0-86a7-d7f0-7a82-000000000589 | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.274318 | 0.06s 2026-02-21 07:28:33.373209 | fa163eb0-86a7-d7f0-7a82-00000000058b | TASK | Apply DPDK workarounds 2026-02-21 07:28:33.416479 | fa163eb0-86a7-d7f0-7a82-00000000058b | SKIPPED | Apply DPDK workarounds | standalone 2026-02-21 07:28:33.417651 | fa163eb0-86a7-d7f0-7a82-00000000058b | TIMING | Apply DPDK workarounds | standalone | 0:00:43.345092 | 0.04s 2026-02-21 07:28:33.441890 | fa163eb0-86a7-d7f0-7a82-00000000058d | TASK | Ensure /etc/modules-load.d exists 2026-02-21 07:28:33.481006 | fa163eb0-86a7-d7f0-7a82-00000000058d | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-21 07:28:33.482266 | fa163eb0-86a7-d7f0-7a82-00000000058d | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.409708 | 0.04s 2026-02-21 07:28:33.510041 | fa163eb0-86a7-d7f0-7a82-00000000058e | TASK | Load modules 2026-02-21 07:28:33.557553 | fa163eb0-86a7-d7f0-7a82-00000000058e | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-21 07:28:33.565013 | fa163eb0-86a7-d7f0-7a82-00000000058e | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.492447 | 0.05s 2026-02-21 07:28:33.593018 | fa163eb0-86a7-d7f0-7a82-000000000590 | TASK | Persist modules via modules-load.d 2026-02-21 07:28:33.639521 | fa163eb0-86a7-d7f0-7a82-000000000590 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-21 07:28:33.650075 | fa163eb0-86a7-d7f0-7a82-000000000590 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.577493 | 0.06s 2026-02-21 07:28:33.678176 | fa163eb0-86a7-d7f0-7a82-000000000592 | TASK | Drop module persistence 2026-02-21 07:28:33.724368 | fa163eb0-86a7-d7f0-7a82-000000000592 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-21 07:28:33.731847 | fa163eb0-86a7-d7f0-7a82-000000000592 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.659279 | 0.05s 2026-02-21 07:28:33.759642 | fa163eb0-86a7-d7f0-7a82-000000000594 | TASK | Set modules persistence via /etc/modules 2026-02-21 07:28:33.805113 | fa163eb0-86a7-d7f0-7a82-000000000594 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-21 07:28:33.811494 | fa163eb0-86a7-d7f0-7a82-000000000594 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.738926 | 0.05s 2026-02-21 07:28:33.835959 | fa163eb0-86a7-d7f0-7a82-000000000596 | TASK | Modules reload 2026-02-21 07:28:33.874788 | fa163eb0-86a7-d7f0-7a82-000000000596 | SKIPPED | Modules reload | standalone 2026-02-21 07:28:33.875875 | fa163eb0-86a7-d7f0-7a82-000000000596 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.803318 | 0.04s 2026-02-21 07:28:33.901066 | fa163eb0-86a7-d7f0-7a82-000000000598 | TASK | Reboot tasks 2026-02-21 07:28:33.940105 | fa163eb0-86a7-d7f0-7a82-000000000598 | SKIPPED | Reboot tasks | standalone 2026-02-21 07:28:33.941269 | fa163eb0-86a7-d7f0-7a82-000000000598 | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.868712 | 0.04s 2026-02-21 07:28:33.966451 | fa163eb0-86a7-d7f0-7a82-000000000599 | TASK | Skipping reboot for deployed node 2026-02-21 07:28:34.008075 | fa163eb0-86a7-d7f0-7a82-000000000599 | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-21 07:28:34.009332 | fa163eb0-86a7-d7f0-7a82-000000000599 | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.936774 | 0.04s PLAY [Server pre network steps] ************************************************ 2026-02-21 07:28:34.180231 | fa163eb0-86a7-d7f0-7a82-00000000003f | TASK | Server pre-network deployments 2026-02-21 07:28:34.206318 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-00000000003f') missing from stats 2026-02-21 07:28:34.226069 | fa163eb0-86a7-d7f0-7a82-000000000043 | TASK | Hiera config 2026-02-21 07:28:34.252287 | fa163eb0-86a7-d7f0-7a82-000000000043 | TIMING | Hiera config | standalone | 0:00:44.179722 | 0.03s 2026-02-21 07:28:34.300398 | fa163eb0-86a7-d7f0-7a82-00000000070f | TASK | Create /etc/puppet/hieradata 2026-02-21 07:28:34.551410 | fa163eb0-86a7-d7f0-7a82-00000000070f | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-21 07:28:34.552855 | fa163eb0-86a7-d7f0-7a82-00000000070f | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.480297 | 0.25s 2026-02-21 07:28:34.579266 | fa163eb0-86a7-d7f0-7a82-000000000710 | TASK | Write hiera config 2026-02-21 07:28:35.059054 | fa163eb0-86a7-d7f0-7a82-000000000710 | CHANGED | Write hiera config | standalone 2026-02-21 07:28:35.060367 | fa163eb0-86a7-d7f0-7a82-000000000710 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.987811 | 0.48s 2026-02-21 07:28:35.106950 | fa163eb0-86a7-d7f0-7a82-000000000044 | TASK | Hiera symlink 2026-02-21 07:28:35.348078 | fa163eb0-86a7-d7f0-7a82-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-21 07:28:35.349469 | fa163eb0-86a7-d7f0-7a82-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.276911 | 0.24s 2026-02-21 07:28:35.374514 | fa163eb0-86a7-d7f0-7a82-000000000045 | TASK | Hieradata from vars 2026-02-21 07:28:35.403590 | fa163eb0-86a7-d7f0-7a82-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.331031 | 0.03s 2026-02-21 07:28:35.448240 | fa163eb0-86a7-d7f0-7a82-00000000076a | TASK | Copy overcloud.json to all_nodes.json 2026-02-21 07:28:35.900990 | fa163eb0-86a7-d7f0-7a82-00000000076a | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-21 07:28:35.902877 | fa163eb0-86a7-d7f0-7a82-00000000076a | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.830308 | 0.45s 2026-02-21 07:28:35.933320 | fa163eb0-86a7-d7f0-7a82-00000000076b | TASK | Render hieradata from template 2026-02-21 07:28:36.480242 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-21 07:28:36.481063 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.408514 | 0.55s 2026-02-21 07:28:37.014935 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-21 07:28:37.016435 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.943887 | 1.08s 2026-02-21 07:28:37.588597 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-21 07:28:37.590646 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.518090 | 1.65s 2026-02-21 07:28:38.013603 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-21 07:28:38.015445 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.942887 | 2.08s 2026-02-21 07:28:38.529995 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-21 07:28:38.531809 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.459253 | 2.60s 2026-02-21 07:28:38.944893 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-21 07:28:38.945903 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.873348 | 3.01s 2026-02-21 07:28:39.448466 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-21 07:28:39.449499 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.376944 | 3.51s 2026-02-21 07:28:39.898447 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-21 07:28:39.900247 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.827692 | 3.96s 2026-02-21 07:28:40.386803 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-21 07:28:40.387400 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.314852 | 4.45s 2026-02-21 07:28:40.861202 | fa163eb0-86a7-d7f0-7a82-00000000076b | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-21 07:28:40.862411 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.789854 | 4.93s 2026-02-21 07:28:40.876246 | fa163eb0-86a7-d7f0-7a82-00000000076b | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.803687 | 4.94s 2026-02-21 07:28:40.916780 | fa163eb0-86a7-d7f0-7a82-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-21 07:28:40.936354 | fa163eb0-86a7-d7f0-7a82-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.863794 | 0.02s 2026-02-21 07:28:40.980430 | fa163eb0-86a7-d7f0-7a82-00000000080f | TASK | Check for hieradata file 2026-02-21 07:28:41.173657 | fa163eb0-86a7-d7f0-7a82-00000000080f | OK | Check for hieradata file | standalone 2026-02-21 07:28:41.174986 | fa163eb0-86a7-d7f0-7a82-00000000080f | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.102429 | 0.19s 2026-02-21 07:28:41.200210 | fa163eb0-86a7-d7f0-7a82-000000000811 | TASK | Get existing data 2026-02-21 07:28:41.250160 | fa163eb0-86a7-d7f0-7a82-000000000811 | SKIPPED | Get existing data | standalone 2026-02-21 07:28:41.251400 | fa163eb0-86a7-d7f0-7a82-000000000811 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.178842 | 0.05s 2026-02-21 07:28:41.275434 | fa163eb0-86a7-d7f0-7a82-000000000812 | TASK | Set data fact 2026-02-21 07:28:41.325034 | fa163eb0-86a7-d7f0-7a82-000000000812 | SKIPPED | Set data fact | standalone 2026-02-21 07:28:41.326212 | fa163eb0-86a7-d7f0-7a82-000000000812 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.253648 | 0.05s 2026-02-21 07:28:41.351316 | fa163eb0-86a7-d7f0-7a82-000000000814 | TASK | Write ansible hieradata file 2026-02-21 07:28:41.860805 | fa163eb0-86a7-d7f0-7a82-000000000814 | CHANGED | Write ansible hieradata file | standalone 2026-02-21 07:28:41.862579 | fa163eb0-86a7-d7f0-7a82-000000000814 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.790015 | 0.51s 2026-02-21 07:28:41.961624 | fa163eb0-86a7-d7f0-7a82-000000000047 | TIMING | include_tasks | standalone | 0:00:51.889061 | 0.05s PLAY [Server network deployments] ********************************************** 2026-02-21 07:28:42.110393 | fa163eb0-86a7-d7f0-7a82-00000000004b | TASK | Network Configuration 2026-02-21 07:28:42.136864 | fa163eb0-86a7-d7f0-7a82-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-00000000004b') missing from stats 2026-02-21 07:28:42.159057 | fa163eb0-86a7-d7f0-7a82-00000000004c | TASK | Check NetworkConfig script existence 2026-02-21 07:28:42.184375 | fa163eb0-86a7-d7f0-7a82-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-21 07:28:42.185140 | fa163eb0-86a7-d7f0-7a82-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.112587 | 0.03s 2026-02-21 07:28:42.204719 | fa163eb0-86a7-d7f0-7a82-000000000052 | TASK | Gather SELinux fact if needed 2026-02-21 07:28:42.255653 | fa163eb0-86a7-d7f0-7a82-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-21 07:28:42.257507 | fa163eb0-86a7-d7f0-7a82-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.184944 | 0.05s 2026-02-21 07:28:42.283329 | fa163eb0-86a7-d7f0-7a82-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-21 07:28:42.955106 | fa163eb0-86a7-d7f0-7a82-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-21 07:28:42.956974 | fa163eb0-86a7-d7f0-7a82-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.884411 | 0.67s 2026-02-21 07:28:42.982824 | fa163eb0-86a7-d7f0-7a82-000000000054 | TASK | Ensure requirements are satisfied 2026-02-21 07:28:43.017039 | fa163eb0-86a7-d7f0-7a82-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.944468 | 0.03s 2026-02-21 07:28:43.074512 | fa163eb0-86a7-d7f0-7a82-0000000008ad | TASK | Gather facts if they don't exist 2026-02-21 07:28:43.126178 | fa163eb0-86a7-d7f0-7a82-0000000008ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-21 07:28:43.127782 | fa163eb0-86a7-d7f0-7a82-0000000008ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.055217 | 0.05s 2026-02-21 07:28:43.153376 | fa163eb0-86a7-d7f0-7a82-0000000008ae | TASK | Gather variables for each operating system 2026-02-21 07:28:43.269694 | fa163eb0-86a7-d7f0-7a82-0000000008ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-21 07:28:43.282265 | fa163eb0-86a7-d7f0-7a82-0000000008ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.209701 | 0.13s 2026-02-21 07:28:43.307986 | fa163eb0-86a7-d7f0-7a82-0000000008b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-21 07:28:43.571265 | fa163eb0-86a7-d7f0-7a82-0000000008b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-21 07:28:43.572764 | fa163eb0-86a7-d7f0-7a82-0000000008b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.500206 | 0.26s 2026-02-21 07:28:43.597597 | fa163eb0-86a7-d7f0-7a82-0000000008b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-21 07:28:43.637874 | fa163eb0-86a7-d7f0-7a82-0000000008b1 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-21 07:28:43.639858 | fa163eb0-86a7-d7f0-7a82-0000000008b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.567290 | 0.04s 2026-02-21 07:28:43.670150 | fa163eb0-86a7-d7f0-7a82-0000000008b2 | TASK | Ensure packages are actually well installed 2026-02-21 07:28:44.649241 | fa163eb0-86a7-d7f0-7a82-0000000008b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-21 07:28:44.651047 | fa163eb0-86a7-d7f0-7a82-0000000008b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.578488 | 0.98s 2026-02-21 07:28:44.703337 | fa163eb0-86a7-d7f0-7a82-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-21 07:28:44.944545 | fa163eb0-86a7-d7f0-7a82-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-21 07:28:44.945418 | fa163eb0-86a7-d7f0-7a82-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.872867 | 0.24s 2026-02-21 07:28:44.965399 | fa163eb0-86a7-d7f0-7a82-000000000057 | TASK | Reload NetworkManager 2026-02-21 07:28:45.398807 | fa163eb0-86a7-d7f0-7a82-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-21 07:28:45.401047 | fa163eb0-86a7-d7f0-7a82-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.328474 | 0.43s 2026-02-21 07:28:45.422815 | fa163eb0-86a7-d7f0-7a82-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-21 07:28:45.660538 | fa163eb0-86a7-d7f0-7a82-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-21 07:28:45.661595 | fa163eb0-86a7-d7f0-7a82-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.589044 | 0.24s 2026-02-21 07:28:45.681311 | fa163eb0-86a7-d7f0-7a82-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-21 07:28:45.906200 | fa163eb0-86a7-d7f0-7a82-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-21 07:28:45.907207 | fa163eb0-86a7-d7f0-7a82-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.834655 | 0.23s 2026-02-21 07:28:45.927159 | fa163eb0-86a7-d7f0-7a82-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-21 07:28:45.958058 | fa163eb0-86a7-d7f0-7a82-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-21 07:28:45.958858 | fa163eb0-86a7-d7f0-7a82-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.886306 | 0.03s 2026-02-21 07:28:45.982367 | fa163eb0-86a7-d7f0-7a82-00000000005c | TASK | Ensure we get cloud-init 2026-02-21 07:28:46.237079 | fa163eb0-86a7-d7f0-7a82-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-21 07:28:46.238880 | fa163eb0-86a7-d7f0-7a82-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.166322 | 0.26s 2026-02-21 07:28:46.263604 | fa163eb0-86a7-d7f0-7a82-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-21 07:28:46.525342 | fa163eb0-86a7-d7f0-7a82-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-21 07:28:46.526762 | fa163eb0-86a7-d7f0-7a82-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.454204 | 0.26s 2026-02-21 07:28:46.551825 | fa163eb0-86a7-d7f0-7a82-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-21 07:28:46.941251 | fa163eb0-86a7-d7f0-7a82-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-21 07:28:46.942516 | fa163eb0-86a7-d7f0-7a82-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.869960 | 0.39s 2026-02-21 07:28:46.966380 | fa163eb0-86a7-d7f0-7a82-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-21 07:28:47.037670 | fa163eb0-86a7-d7f0-7a82-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-21 07:28:47.038781 | fa163eb0-86a7-d7f0-7a82-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.966224 | 0.07s 2026-02-21 07:28:47.062828 | fa163eb0-86a7-d7f0-7a82-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-21 07:28:47.336179 | fa163eb0-86a7-d7f0-7a82-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-21 07:28:47.337565 | fa163eb0-86a7-d7f0-7a82-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.264943 | 0.27s 2026-02-21 07:28:47.361760 | fa163eb0-86a7-d7f0-7a82-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-21 07:28:47.432140 | fa163eb0-86a7-d7f0-7a82-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.359572 | 0.07s 2026-02-21 07:28:47.456671 | 759ad3d6-a1e8-4300-9873-fc90d6ad679e | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-21 07:28:47.487966 | fa163eb0-86a7-d7f0-7a82-0000000008f7 | TASK | Set nic_config_file fact 2026-02-21 07:28:47.569229 | fa163eb0-86a7-d7f0-7a82-0000000008f7 | OK | Set nic_config_file fact | standalone 2026-02-21 07:28:47.570350 | fa163eb0-86a7-d7f0-7a82-0000000008f7 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.497793 | 0.08s 2026-02-21 07:28:47.594392 | fa163eb0-86a7-d7f0-7a82-0000000008f8 | TASK | Render overidden network config 2026-02-21 07:28:47.675718 | fa163eb0-86a7-d7f0-7a82-0000000008f8 | SKIPPED | Render overidden network config | standalone 2026-02-21 07:28:47.676827 | fa163eb0-86a7-d7f0-7a82-0000000008f8 | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.604268 | 0.08s 2026-02-21 07:28:47.701385 | fa163eb0-86a7-d7f0-7a82-0000000008f9 | TASK | Render network_config 2026-02-21 07:28:47.773338 | fa163eb0-86a7-d7f0-7a82-0000000008f9 | SKIPPED | Render network_config | standalone 2026-02-21 07:28:47.774373 | fa163eb0-86a7-d7f0-7a82-0000000008f9 | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.701816 | 0.07s 2026-02-21 07:28:47.799187 | fa163eb0-86a7-d7f0-7a82-0000000008fa | TASK | Render network_config from template 2026-02-21 07:28:48.362249 | fa163eb0-86a7-d7f0-7a82-0000000008fa | CHANGED | Render network_config from template | standalone 2026-02-21 07:28:48.363495 | fa163eb0-86a7-d7f0-7a82-0000000008fa | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.290939 | 0.56s 2026-02-21 07:28:48.388647 | fa163eb0-86a7-d7f0-7a82-0000000008fb | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=169179735365.46331 2026-02-21 07:28:52.472606 | fa163eb0-86a7-d7f0-7a82-0000000008fb | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-21 07:28:52.474567 | fa163eb0-86a7-d7f0-7a82-0000000008fb | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.402009 | 4.08s 2026-02-21 07:28:52.500820 | fa163eb0-86a7-d7f0-7a82-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-21 07:28:53.005228 | fa163eb0-86a7-d7f0-7a82-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-21 07:28:53.006584 | fa163eb0-86a7-d7f0-7a82-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.934029 | 0.50s 2026-02-21 07:28:53.031545 | fa163eb0-86a7-d7f0-7a82-000000000065 | TASK | Disable cloud-init network config 2026-02-21 07:28:53.549020 | fa163eb0-86a7-d7f0-7a82-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-21 07:28:53.550514 | fa163eb0-86a7-d7f0-7a82-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.477958 | 0.52s 2026-02-21 07:28:53.574749 | fa163eb0-86a7-d7f0-7a82-000000000066 | TASK | Ensure network service is enabled 2026-02-21 07:28:53.934190 | fa163eb0-86a7-d7f0-7a82-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-21 07:28:53.936128 | fa163eb0-86a7-d7f0-7a82-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.863569 | 0.36s PLAY [Server network validation] *********************************************** 2026-02-21 07:28:54.107472 | fa163eb0-86a7-d7f0-7a82-000000000096 | TASK | Basic Network Validation 2026-02-21 07:28:54.133051 | fa163eb0-86a7-d7f0-7a82-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.060492 | 0.02s 2026-02-21 07:28:54.173630 | fa163eb0-86a7-d7f0-7a82-000000000933 | TASK | Collect default network fact 2026-02-21 07:28:54.721167 | fa163eb0-86a7-d7f0-7a82-000000000933 | OK | Collect default network fact | standalone 2026-02-21 07:28:54.722412 | fa163eb0-86a7-d7f0-7a82-000000000933 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.649855 | 0.55s 2026-02-21 07:28:54.746998 | fa163eb0-86a7-d7f0-7a82-000000000934 | TASK | Check Default IPv4 Gateway availability 2026-02-21 07:28:54.775059 | fa163eb0-86a7-d7f0-7a82-000000000934 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-21 07:28:54.776212 | fa163eb0-86a7-d7f0-7a82-000000000934 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.703655 | 0.03s 2026-02-21 07:28:54.800611 | fa163eb0-86a7-d7f0-7a82-000000000935 | TASK | Check all networks Gateway availability 2026-02-21 07:28:54.828510 | fa163eb0-86a7-d7f0-7a82-000000000935 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.755935 | 0.03s 2026-02-21 07:28:54.853130 | fa163eb0-86a7-d7f0-7a82-000000000937 | TASK | Check Controllers availability 2026-02-21 07:28:54.915583 | fa163eb0-86a7-d7f0-7a82-000000000937 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-21 07:28:54.922524 | fa163eb0-86a7-d7f0-7a82-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-21 07:28:54.927911 | fa163eb0-86a7-d7f0-7a82-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-21 07:28:54.935073 | fa163eb0-86a7-d7f0-7a82-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-21 07:28:54.941800 | fa163eb0-86a7-d7f0-7a82-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-21 07:28:54.949021 | fa163eb0-86a7-d7f0-7a82-000000000937 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-21 07:28:54.955238 | fa163eb0-86a7-d7f0-7a82-000000000937 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.882678 | 0.10s 2026-02-21 07:28:54.979230 | fa163eb0-86a7-d7f0-7a82-000000000939 | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-21 07:28:55.008079 | fa163eb0-86a7-d7f0-7a82-000000000939 | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-21 07:28:55.009223 | fa163eb0-86a7-d7f0-7a82-000000000939 | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.936665 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-02-21 07:28:55.183587 | fa163eb0-86a7-d7f0-7a82-00000000009a | TASK | Server pre deployments 2026-02-21 07:28:55.209473 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-00000000009a') missing from stats 2026-02-21 07:28:55.234426 | fa163eb0-86a7-d7f0-7a82-00000000009e | TASK | Hiera config 2026-02-21 07:28:55.262070 | fa163eb0-86a7-d7f0-7a82-00000000009e | TIMING | Hiera config | standalone | 0:01:05.189498 | 0.03s 2026-02-21 07:28:55.310836 | fa163eb0-86a7-d7f0-7a82-00000000098c | TASK | Create /etc/puppet/hieradata 2026-02-21 07:28:55.545400 | fa163eb0-86a7-d7f0-7a82-00000000098c | OK | Create /etc/puppet/hieradata | standalone 2026-02-21 07:28:55.546663 | fa163eb0-86a7-d7f0-7a82-00000000098c | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.474105 | 0.23s 2026-02-21 07:28:55.570883 | fa163eb0-86a7-d7f0-7a82-00000000098d | TASK | Write hiera config 2026-02-21 07:28:56.015823 | fa163eb0-86a7-d7f0-7a82-00000000098d | OK | Write hiera config | standalone 2026-02-21 07:28:56.017184 | fa163eb0-86a7-d7f0-7a82-00000000098d | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.944626 | 0.44s 2026-02-21 07:28:56.062960 | fa163eb0-86a7-d7f0-7a82-00000000009f | TASK | Hiera symlink 2026-02-21 07:28:56.305171 | fa163eb0-86a7-d7f0-7a82-00000000009f | OK | Hiera symlink | standalone 2026-02-21 07:28:56.306619 | fa163eb0-86a7-d7f0-7a82-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.234062 | 0.24s 2026-02-21 07:28:56.330452 | fa163eb0-86a7-d7f0-7a82-0000000000a0 | TASK | Hieradata from vars 2026-02-21 07:28:56.358045 | fa163eb0-86a7-d7f0-7a82-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.285478 | 0.03s 2026-02-21 07:28:56.417029 | fa163eb0-86a7-d7f0-7a82-0000000009e7 | TASK | Copy overcloud.json to all_nodes.json 2026-02-21 07:28:56.881449 | fa163eb0-86a7-d7f0-7a82-0000000009e7 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-21 07:28:56.882870 | fa163eb0-86a7-d7f0-7a82-0000000009e7 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.810310 | 0.46s 2026-02-21 07:28:56.908855 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TASK | Render hieradata from template 2026-02-21 07:28:57.423815 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-21 07:28:57.426408 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.353849 | 0.52s 2026-02-21 07:28:57.957469 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=vip_data 2026-02-21 07:28:57.959484 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.886926 | 1.05s 2026-02-21 07:28:58.551552 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-21 07:28:58.552721 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.480130 | 1.64s 2026-02-21 07:28:58.977276 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-21 07:28:58.978637 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.906075 | 2.07s 2026-02-21 07:28:59.477213 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=fqdn 2026-02-21 07:28:59.478316 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.405759 | 2.57s 2026-02-21 07:28:59.959020 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=service_names 2026-02-21 07:28:59.961013 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.888457 | 3.05s 2026-02-21 07:29:00.453392 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=service_configs 2026-02-21 07:29:00.455286 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.382730 | 3.54s 2026-02-21 07:29:00.946941 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-21 07:29:00.948994 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.876434 | 4.04s 2026-02-21 07:29:01.434379 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-21 07:29:01.435542 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.362984 | 4.53s 2026-02-21 07:29:01.940762 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-21 07:29:01.942293 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.869729 | 5.03s 2026-02-21 07:29:01.957662 | fa163eb0-86a7-d7f0-7a82-0000000009e8 | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.885094 | 5.05s 2026-02-21 07:29:02.008647 | fa163eb0-86a7-d7f0-7a82-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-21 07:29:02.038307 | fa163eb0-86a7-d7f0-7a82-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.965742 | 0.03s 2026-02-21 07:29:02.107769 | fa163eb0-86a7-d7f0-7a82-000000000a8c | TASK | Check for hieradata file 2026-02-21 07:29:02.353455 | fa163eb0-86a7-d7f0-7a82-000000000a8c | OK | Check for hieradata file | standalone 2026-02-21 07:29:02.354976 | fa163eb0-86a7-d7f0-7a82-000000000a8c | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.282418 | 0.25s 2026-02-21 07:29:02.379547 | fa163eb0-86a7-d7f0-7a82-000000000a8e | TASK | Get existing data 2026-02-21 07:29:02.430622 | fa163eb0-86a7-d7f0-7a82-000000000a8e | SKIPPED | Get existing data | standalone 2026-02-21 07:29:02.432143 | fa163eb0-86a7-d7f0-7a82-000000000a8e | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.359585 | 0.05s 2026-02-21 07:29:02.457093 | fa163eb0-86a7-d7f0-7a82-000000000a8f | TASK | Set data fact 2026-02-21 07:29:02.508034 | fa163eb0-86a7-d7f0-7a82-000000000a8f | SKIPPED | Set data fact | standalone 2026-02-21 07:29:02.509388 | fa163eb0-86a7-d7f0-7a82-000000000a8f | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.436829 | 0.05s 2026-02-21 07:29:02.533265 | fa163eb0-86a7-d7f0-7a82-000000000a91 | TASK | Write ansible hieradata file 2026-02-21 07:29:03.069739 | fa163eb0-86a7-d7f0-7a82-000000000a91 | OK | Write ansible hieradata file | standalone 2026-02-21 07:29:03.071310 | fa163eb0-86a7-d7f0-7a82-000000000a91 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.998751 | 0.54s 2026-02-21 07:29:03.170184 | fa163eb0-86a7-d7f0-7a82-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.097620 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-02-21 07:29:03.319064 | fa163eb0-86a7-d7f0-7a82-0000000000a6 | TASK | Host prep steps 2026-02-21 07:29:03.347648 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000a6') missing from stats 2026-02-21 07:29:03.420254 | fa163eb0-86a7-d7f0-7a82-0000000000a7 | TASK | Deploy Artifacts 2026-02-21 07:29:03.526814 | fa163eb0-86a7-d7f0-7a82-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-21 07:29:03.528257 | fa163eb0-86a7-d7f0-7a82-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.455696 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:29:03.592670 | fa163eb0-86a7-d7f0-7a82-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.520099 | 0.04s 2026-02-21 07:29:03.780200 | 29380876-0dc4-447e-bcf2-c260c20f5632 | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/host_prep_tasks.yaml | standalone 2026-02-21 07:29:03.829932 | fa163eb0-86a7-d7f0-7a82-000000000b0c | TASK | Run firewall role 2026-02-21 07:29:03.854857 | fa163eb0-86a7-d7f0-7a82-000000000b0c | TIMING | Run firewall role | standalone | 0:01:13.782299 | 0.02s 2026-02-21 07:29:03.905266 | fa163eb0-86a7-d7f0-7a82-000000000beb | TASK | Gather variables for each operating system 2026-02-21 07:29:04.022024 | fa163eb0-86a7-d7f0-7a82-000000000beb | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-21 07:29:04.023799 | fa163eb0-86a7-d7f0-7a82-000000000beb | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.951232 | 0.12s 2026-02-21 07:29:04.030216 | fa163eb0-86a7-d7f0-7a82-000000000beb | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.957647 | 0.12s 2026-02-21 07:29:04.056026 | fa163eb0-86a7-d7f0-7a82-000000000bec | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-21 07:29:07.083135 | fa163eb0-86a7-d7f0-7a82-000000000bec | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-21 07:29:07.084933 | fa163eb0-86a7-d7f0-7a82-000000000bec | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.012368 | 3.03s 2026-02-21 07:29:07.113967 | fa163eb0-86a7-d7f0-7a82-000000000bf0 | TASK | Create empty var for masquerade rules 2026-02-21 07:29:07.156095 | fa163eb0-86a7-d7f0-7a82-000000000bf0 | OK | Create empty var for masquerade rules | standalone 2026-02-21 07:29:07.157983 | fa163eb0-86a7-d7f0-7a82-000000000bf0 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.085417 | 0.04s 2026-02-21 07:29:07.184352 | fa163eb0-86a7-d7f0-7a82-000000000bf1 | TASK | Enable masquerade 2026-02-21 07:29:07.233525 | fa163eb0-86a7-d7f0-7a82-000000000bf1 | SKIPPED | Enable masquerade | standalone 2026-02-21 07:29:07.234784 | fa163eb0-86a7-d7f0-7a82-000000000bf1 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.162226 | 0.05s 2026-02-21 07:29:07.261059 | fa163eb0-86a7-d7f0-7a82-000000000bf2 | TASK | Set the default frontend firewall rules 2026-02-21 07:29:07.293605 | fa163eb0-86a7-d7f0-7a82-000000000bf2 | OK | Set the default frontend firewall rules | standalone 2026-02-21 07:29:07.295263 | fa163eb0-86a7-d7f0-7a82-000000000bf2 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.222704 | 0.03s 2026-02-21 07:29:07.321212 | fa163eb0-86a7-d7f0-7a82-000000000bf5 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-21 07:29:07.373374 | fa163eb0-86a7-d7f0-7a82-000000000bf5 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-21 07:29:07.375187 | fa163eb0-86a7-d7f0-7a82-000000000bf5 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.302629 | 0.05s 2026-02-21 07:29:07.402008 | fa163eb0-86a7-d7f0-7a82-000000000bf6 | TASK | Set frontend rule fact (ssl rules) 2026-02-21 07:29:07.454881 | fa163eb0-86a7-d7f0-7a82-000000000bf6 | OK | Set frontend rule fact (ssl rules) | standalone 2026-02-21 07:29:07.456755 | fa163eb0-86a7-d7f0-7a82-000000000bf6 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.384194 | 0.05s 2026-02-21 07:29:07.487849 | fa163eb0-86a7-d7f0-7a82-000000000bf8 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-21 07:29:07.521930 | fa163eb0-86a7-d7f0-7a82-000000000bf8 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-21 07:29:07.523523 | fa163eb0-86a7-d7f0-7a82-000000000bf8 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.450963 | 0.03s 2026-02-21 07:29:07.547571 | fa163eb0-86a7-d7f0-7a82-000000000bf9 | TASK | Set frontend rule fact (ssl rules) 2026-02-21 07:29:07.586881 | fa163eb0-86a7-d7f0-7a82-000000000bf9 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-21 07:29:07.588241 | fa163eb0-86a7-d7f0-7a82-000000000bf9 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.515683 | 0.04s 2026-02-21 07:29:07.612395 | fa163eb0-86a7-d7f0-7a82-000000000bfb | TASK | Enable LOG rules 2026-02-21 07:29:07.642720 | fa163eb0-86a7-d7f0-7a82-000000000bfb | SKIPPED | Enable LOG rules | standalone 2026-02-21 07:29:07.644027 | fa163eb0-86a7-d7f0-7a82-000000000bfb | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.571469 | 0.03s 2026-02-21 07:29:07.668517 | fa163eb0-86a7-d7f0-7a82-000000000bfc | TASK | Set rule fact 2026-02-21 07:29:07.773646 | fa163eb0-86a7-d7f0-7a82-000000000bfc | OK | Set rule fact | standalone 2026-02-21 07:29:07.776740 | fa163eb0-86a7-d7f0-7a82-000000000bfc | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.704182 | 0.11s 2026-02-21 07:29:07.805297 | fa163eb0-86a7-d7f0-7a82-000000000bfd | TASK | Manage rules via nftables 2026-02-21 07:29:07.835370 | fa163eb0-86a7-d7f0-7a82-000000000bfd | TIMING | Manage rules via nftables | standalone | 0:01:17.762800 | 0.03s 2026-02-21 07:29:07.920613 | fa163eb0-86a7-d7f0-7a82-000000000c8b | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.848043 | 0.03s 2026-02-21 07:29:07.943823 | b405bcc3-23af-4c9c-8beb-6e136fb40c78 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-21 07:29:07.970125 | fa163eb0-86a7-d7f0-7a82-000000000cb4 | TASK | Ensure legacy iptables services are off 2026-02-21 07:29:08.365277 | fa163eb0-86a7-d7f0-7a82-000000000cb4 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-21 07:29:08.368396 | fa163eb0-86a7-d7f0-7a82-000000000cb4 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.295832 | 0.40s 2026-02-21 07:29:08.718314 | fa163eb0-86a7-d7f0-7a82-000000000cb4 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-21 07:29:08.719902 | fa163eb0-86a7-d7f0-7a82-000000000cb4 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.647345 | 0.75s 2026-02-21 07:29:08.729713 | fa163eb0-86a7-d7f0-7a82-000000000cb4 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.657133 | 0.76s 2026-02-21 07:29:08.753496 | fa163eb0-86a7-d7f0-7a82-000000000cb5 | TASK | Ensure nftables service is enabled and running 2026-02-21 07:29:09.462750 | fa163eb0-86a7-d7f0-7a82-000000000cb5 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-21 07:29:09.464723 | fa163eb0-86a7-d7f0-7a82-000000000cb5 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.392166 | 0.71s 2026-02-21 07:29:09.490290 | fa163eb0-86a7-d7f0-7a82-000000000cb6 | TASK | Empty nftables from anything that may lay around 2026-02-21 07:29:09.530536 | fa163eb0-86a7-d7f0-7a82-000000000cb6 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-21 07:29:09.531776 | fa163eb0-86a7-d7f0-7a82-000000000cb6 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.459219 | 0.04s 2026-02-21 07:29:09.586527 | fa163eb0-86a7-d7f0-7a82-000000000c8c | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.513964 | 0.03s 2026-02-21 07:29:09.624598 | 3b6c3aa0-5c1a-4d32-89dd-5c29d61a9244 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-21 07:29:09.659194 | fa163eb0-86a7-d7f0-7a82-000000000ce5 | TASK | Push empty ruleset 2026-02-21 07:29:10.139465 | fa163eb0-86a7-d7f0-7a82-000000000ce5 | CHANGED | Push empty ruleset | standalone 2026-02-21 07:29:10.141032 | fa163eb0-86a7-d7f0-7a82-000000000ce5 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.068468 | 0.48s 2026-02-21 07:29:10.160472 | fa163eb0-86a7-d7f0-7a82-000000000ce6 | TASK | Load empty ruleset 2026-02-21 07:29:10.402952 | fa163eb0-86a7-d7f0-7a82-000000000ce6 | CHANGED | Load empty ruleset | standalone 2026-02-21 07:29:10.404296 | fa163eb0-86a7-d7f0-7a82-000000000ce6 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.331733 | 0.24s 2026-02-21 07:29:10.428794 | fa163eb0-86a7-d7f0-7a82-000000000ce8 | TASK | Use default rules 2026-02-21 07:29:10.514760 | fa163eb0-86a7-d7f0-7a82-000000000ce8 | OK | Use default rules | standalone 2026-02-21 07:29:10.518406 | fa163eb0-86a7-d7f0-7a82-000000000ce8 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.445845 | 0.09s 2026-02-21 07:29:10.546883 | fa163eb0-86a7-d7f0-7a82-000000000ce9 | TASK | Enable LOG rules 2026-02-21 07:29:10.636085 | fa163eb0-86a7-d7f0-7a82-000000000ce9 | OK | Enable LOG rules | standalone 2026-02-21 07:29:10.639910 | fa163eb0-86a7-d7f0-7a82-000000000ce9 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.567347 | 0.09s 2026-02-21 07:29:10.670365 | fa163eb0-86a7-d7f0-7a82-000000000ceb | TASK | Get current nftables content 2026-02-21 07:29:10.919584 | fa163eb0-86a7-d7f0-7a82-000000000ceb | CHANGED | Get current nftables content | standalone 2026-02-21 07:29:10.921368 | fa163eb0-86a7-d7f0-7a82-000000000ceb | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.848804 | 0.25s 2026-02-21 07:29:10.951154 | fa163eb0-86a7-d7f0-7a82-000000000ced | TASK | Generate chain jumps 2026-02-21 07:29:11.464581 | fa163eb0-86a7-d7f0-7a82-000000000ced | CHANGED | Generate chain jumps | standalone 2026-02-21 07:29:11.466075 | fa163eb0-86a7-d7f0-7a82-000000000ced | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.393518 | 0.51s 2026-02-21 07:29:11.490712 | fa163eb0-86a7-d7f0-7a82-000000000cee | TASK | Generate chain jumps 2026-02-21 07:29:12.110807 | fa163eb0-86a7-d7f0-7a82-000000000cee | CHANGED | Generate chain jumps | standalone 2026-02-21 07:29:12.112211 | fa163eb0-86a7-d7f0-7a82-000000000cee | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.039651 | 0.62s 2026-02-21 07:29:12.139741 | fa163eb0-86a7-d7f0-7a82-000000000cef | TASK | Generate nft flushes 2026-02-21 07:29:12.616615 | fa163eb0-86a7-d7f0-7a82-000000000cef | CHANGED | Generate nft flushes | standalone 2026-02-21 07:29:12.617429 | fa163eb0-86a7-d7f0-7a82-000000000cef | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.544882 | 0.48s 2026-02-21 07:29:12.637534 | fa163eb0-86a7-d7f0-7a82-000000000cf0 | TASK | Generate nft tripleo chains 2026-02-21 07:29:13.074041 | fa163eb0-86a7-d7f0-7a82-000000000cf0 | CHANGED | Generate nft tripleo chains | standalone 2026-02-21 07:29:13.075534 | fa163eb0-86a7-d7f0-7a82-000000000cf0 | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.002971 | 0.44s 2026-02-21 07:29:13.100935 | fa163eb0-86a7-d7f0-7a82-000000000cf1 | TASK | Generate nft ruleset in static file 2026-02-21 07:29:14.701032 | fa163eb0-86a7-d7f0-7a82-000000000cf1 | CHANGED | Generate nft ruleset in static file | standalone 2026-02-21 07:29:14.701775 | fa163eb0-86a7-d7f0-7a82-000000000cf1 | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.629227 | 1.60s 2026-02-21 07:29:14.726891 | fa163eb0-86a7-d7f0-7a82-000000000cf3 | TASK | Validate all of the generated content before loading 2026-02-21 07:29:15.272036 | fa163eb0-86a7-d7f0-7a82-000000000cf3 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-21 07:29:15.273337 | fa163eb0-86a7-d7f0-7a82-000000000cf3 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.200781 | 0.54s 2026-02-21 07:29:15.300591 | fa163eb0-86a7-d7f0-7a82-000000000cf4 | TASK | Ensure we load our different nft rulesets on boot 2026-02-21 07:29:15.567116 | fa163eb0-86a7-d7f0-7a82-000000000cf4 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-21 07:29:15.568442 | fa163eb0-86a7-d7f0-7a82-000000000cf4 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.495883 | 0.27s 2026-02-21 07:29:15.615530 | fa163eb0-86a7-d7f0-7a82-000000000c8d | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.542964 | 0.02s 2026-02-21 07:29:15.635930 | 497a340e-2608-4068-be50-713a4df06706 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-21 07:29:15.697747 | fa163eb0-86a7-d7f0-7a82-000000000d5c | TASK | Inject our custom chains in nftables 2026-02-21 07:29:15.928756 | fa163eb0-86a7-d7f0-7a82-000000000d5c | CHANGED | Inject our custom chains in nftables | standalone 2026-02-21 07:29:15.930088 | fa163eb0-86a7-d7f0-7a82-000000000d5c | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:25.857528 | 0.23s 2026-02-21 07:29:15.955348 | fa163eb0-86a7-d7f0-7a82-000000000d5d | TASK | Reload custom nftables ruleset files 2026-02-21 07:29:16.239268 | fa163eb0-86a7-d7f0-7a82-000000000d5d | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-21 07:29:16.240574 | fa163eb0-86a7-d7f0-7a82-000000000d5d | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.168017 | 0.28s 2026-02-21 07:29:16.311273 | fa163eb0-86a7-d7f0-7a82-000000000b0d | TASK | create persistent directories 2026-02-21 07:29:16.560187 | fa163eb0-86a7-d7f0-7a82-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-02-21 07:29:16.561912 | fa163eb0-86a7-d7f0-7a82-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.489352 | 0.25s 2026-02-21 07:29:16.721034 | fa163eb0-86a7-d7f0-7a82-000000000b0d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-02-21 07:29:16.722948 | fa163eb0-86a7-d7f0-7a82-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.650390 | 0.41s 2026-02-21 07:29:16.733517 | fa163eb0-86a7-d7f0-7a82-000000000b0d | TIMING | create persistent directories | standalone | 0:01:26.660962 | 0.42s 2026-02-21 07:29:16.757775 | fa163eb0-86a7-d7f0-7a82-000000000b0e | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-21 07:29:17.924352 | fa163eb0-86a7-d7f0-7a82-000000000b0e | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-21 07:29:17.925606 | fa163eb0-86a7-d7f0-7a82-000000000b0e | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:27.853053 | 1.17s 2026-02-21 07:29:17.945649 | fa163eb0-86a7-d7f0-7a82-000000000b0f | TASK | create persistent directories 2026-02-21 07:29:18.204452 | fa163eb0-86a7-d7f0-7a82-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-21 07:29:18.207226 | fa163eb0-86a7-d7f0-7a82-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.134661 | 0.26s 2026-02-21 07:29:18.382177 | fa163eb0-86a7-d7f0-7a82-000000000b0f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-21 07:29:18.384371 | fa163eb0-86a7-d7f0-7a82-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.311813 | 0.44s 2026-02-21 07:29:18.394319 | fa163eb0-86a7-d7f0-7a82-000000000b0f | TIMING | create persistent directories | standalone | 0:01:28.321754 | 0.45s 2026-02-21 07:29:18.412731 | fa163eb0-86a7-d7f0-7a82-000000000b10 | TASK | create fcontext entry for cinder data 2026-02-21 07:29:19.749946 | fa163eb0-86a7-d7f0-7a82-000000000b10 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-21 07:29:19.751511 | fa163eb0-86a7-d7f0-7a82-000000000b10 | TIMING | create fcontext entry for cinder data | standalone | 0:01:29.678953 | 1.34s 2026-02-21 07:29:19.777360 | fa163eb0-86a7-d7f0-7a82-000000000b11 | TASK | create persistent directories 2026-02-21 07:29:20.040969 | fa163eb0-86a7-d7f0-7a82-000000000b11 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-21 07:29:20.043605 | fa163eb0-86a7-d7f0-7a82-000000000b11 | TIMING | create persistent directories | standalone | 0:01:29.971038 | 0.26s 2026-02-21 07:29:20.231097 | fa163eb0-86a7-d7f0-7a82-000000000b11 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-21 07:29:20.232956 | fa163eb0-86a7-d7f0-7a82-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.160398 | 0.45s 2026-02-21 07:29:20.243857 | fa163eb0-86a7-d7f0-7a82-000000000b11 | TIMING | create persistent directories | standalone | 0:01:30.171302 | 0.47s 2026-02-21 07:29:20.267620 | fa163eb0-86a7-d7f0-7a82-000000000b12 | TASK | ensure ceph configurations exist 2026-02-21 07:29:20.486875 | fa163eb0-86a7-d7f0-7a82-000000000b12 | CHANGED | ensure ceph configurations exist | standalone 2026-02-21 07:29:20.488144 | fa163eb0-86a7-d7f0-7a82-000000000b12 | TIMING | ensure ceph configurations exist | standalone | 0:01:30.415586 | 0.22s 2026-02-21 07:29:20.511509 | fa163eb0-86a7-d7f0-7a82-000000000b13 | TASK | create persistent directories 2026-02-21 07:29:20.748844 | fa163eb0-86a7-d7f0-7a82-000000000b13 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-21 07:29:20.749640 | fa163eb0-86a7-d7f0-7a82-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.677091 | 0.24s 2026-02-21 07:29:20.753297 | fa163eb0-86a7-d7f0-7a82-000000000b13 | TIMING | create persistent directories | standalone | 0:01:30.680737 | 0.24s 2026-02-21 07:29:20.777871 | fa163eb0-86a7-d7f0-7a82-000000000b15 | TASK | Create cinder image conversion directory 2026-02-21 07:29:20.808371 | fa163eb0-86a7-d7f0-7a82-000000000b15 | SKIPPED | Create cinder image conversion directory | standalone 2026-02-21 07:29:20.809580 | fa163eb0-86a7-d7f0-7a82-000000000b15 | TIMING | Create cinder image conversion directory | standalone | 0:01:30.737020 | 0.03s 2026-02-21 07:29:20.833006 | fa163eb0-86a7-d7f0-7a82-000000000b16 | TASK | Mount cinder's image conversion NFS share 2026-02-21 07:29:20.862792 | fa163eb0-86a7-d7f0-7a82-000000000b16 | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-21 07:29:20.863856 | fa163eb0-86a7-d7f0-7a82-000000000b16 | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:30.791299 | 0.03s 2026-02-21 07:29:20.888647 | fa163eb0-86a7-d7f0-7a82-000000000b18 | TASK | cinder_configure_lvm fact 2026-02-21 07:29:20.919177 | fa163eb0-86a7-d7f0-7a82-000000000b18 | OK | cinder_configure_lvm fact | standalone 2026-02-21 07:29:20.920554 | fa163eb0-86a7-d7f0-7a82-000000000b18 | TIMING | cinder_configure_lvm fact | standalone | 0:01:30.847993 | 0.03s 2026-02-21 07:29:20.944199 | fa163eb0-86a7-d7f0-7a82-000000000b1a | TASK | ensure LVM rpm dependencies are installed 2026-02-21 07:29:23.937134 | fa163eb0-86a7-d7f0-7a82-000000000b1a | OK | ensure LVM rpm dependencies are installed | standalone 2026-02-21 07:29:23.939044 | fa163eb0-86a7-d7f0-7a82-000000000b1a | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.866481 | 2.99s 2026-02-21 07:29:23.961919 | fa163eb0-86a7-d7f0-7a82-000000000b1b | TASK | cinder create LVM volume group dd 2026-02-21 07:29:24.182995 | fa163eb0-86a7-d7f0-7a82-000000000b1b | CHANGED | cinder create LVM volume group dd | standalone 2026-02-21 07:29:24.183967 | fa163eb0-86a7-d7f0-7a82-000000000b1b | TIMING | cinder create LVM volume group dd | standalone | 0:01:34.111417 | 0.22s 2026-02-21 07:29:24.204126 | fa163eb0-86a7-d7f0-7a82-000000000b1c | TASK | Get or create LVM loopback device 2026-02-21 07:29:24.467648 | fa163eb0-86a7-d7f0-7a82-000000000b1c | CHANGED | Get or create LVM loopback device | standalone 2026-02-21 07:29:24.469010 | fa163eb0-86a7-d7f0-7a82-000000000b1c | TIMING | Get or create LVM loopback device | standalone | 0:01:34.396452 | 0.26s 2026-02-21 07:29:24.493598 | fa163eb0-86a7-d7f0-7a82-000000000b1d | TASK | Create LVM volume group 2026-02-21 07:29:25.072354 | fa163eb0-86a7-d7f0-7a82-000000000b1d | CHANGED | Create LVM volume group | standalone 2026-02-21 07:29:25.073776 | fa163eb0-86a7-d7f0-7a82-000000000b1d | TIMING | Create LVM volume group | standalone | 0:01:35.001219 | 0.58s 2026-02-21 07:29:25.097616 | fa163eb0-86a7-d7f0-7a82-000000000b1e | TASK | cinder create service to run losetup for LVM on startup 2026-02-21 07:29:25.542132 | fa163eb0-86a7-d7f0-7a82-000000000b1e | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-02-21 07:29:25.543397 | fa163eb0-86a7-d7f0-7a82-000000000b1e | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:35.470840 | 0.44s 2026-02-21 07:29:25.562480 | fa163eb0-86a7-d7f0-7a82-000000000b1f | TASK | cinder enable the LVM losetup service 2026-02-21 07:29:26.410977 | fa163eb0-86a7-d7f0-7a82-000000000b1f | CHANGED | cinder enable the LVM losetup service | standalone 2026-02-21 07:29:26.412757 | fa163eb0-86a7-d7f0-7a82-000000000b1f | TIMING | cinder enable the LVM losetup service | standalone | 0:01:36.340200 | 0.85s 2026-02-21 07:29:26.437786 | fa163eb0-86a7-d7f0-7a82-000000000b21 | TASK | allow logrotate to read inside containers 2026-02-21 07:29:27.413138 | fa163eb0-86a7-d7f0-7a82-000000000b21 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-21 07:29:27.414734 | fa163eb0-86a7-d7f0-7a82-000000000b21 | TIMING | allow logrotate to read inside containers | standalone | 0:01:37.342175 | 0.98s 2026-02-21 07:29:27.438984 | fa163eb0-86a7-d7f0-7a82-000000000b22 | TASK | authorize httpd to listen on registry ports 2026-02-21 07:29:29.606055 | fa163eb0-86a7-d7f0-7a82-000000000b22 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-21 07:29:29.607872 | fa163eb0-86a7-d7f0-7a82-000000000b22 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:39.535313 | 2.17s 2026-02-21 07:29:29.667938 | fa163eb0-86a7-d7f0-7a82-000000000b24 | OK | set_fact | standalone 2026-02-21 07:29:29.669333 | fa163eb0-86a7-d7f0-7a82-000000000b24 | TIMING | set_fact | standalone | 0:01:39.596774 | 0.03s 2026-02-21 07:29:29.723030 | fa163eb0-86a7-d7f0-7a82-000000000b25 | TIMING | include_role : tripleo_image_serve | standalone | 0:01:39.650452 | 0.03s 2026-02-21 07:29:29.781965 | fa163eb0-86a7-d7f0-7a82-000000000e95 | TASK | ensure apache is installed 2026-02-21 07:29:36.808842 | fa163eb0-86a7-d7f0-7a82-000000000e95 | CHANGED | ensure apache is installed | standalone 2026-02-21 07:29:36.810304 | fa163eb0-86a7-d7f0-7a82-000000000e95 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:46.737748 | 7.03s 2026-02-21 07:29:36.830026 | fa163eb0-86a7-d7f0-7a82-000000000e96 | TASK | create image data directory 2026-02-21 07:29:37.115099 | fa163eb0-86a7-d7f0-7a82-000000000e96 | CHANGED | create image data directory | standalone 2026-02-21 07:29:37.116758 | fa163eb0-86a7-d7f0-7a82-000000000e96 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:47.044198 | 0.29s 2026-02-21 07:29:37.142192 | fa163eb0-86a7-d7f0-7a82-000000000e97 | TASK | create /v2/ response file 2026-02-21 07:29:37.630031 | fa163eb0-86a7-d7f0-7a82-000000000e97 | CHANGED | create /v2/ response file | standalone 2026-02-21 07:29:37.631545 | fa163eb0-86a7-d7f0-7a82-000000000e97 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:47.558987 | 0.49s 2026-02-21 07:29:37.649116 | fa163eb0-86a7-d7f0-7a82-000000000e98 | TASK | Add listen line 2026-02-21 07:29:37.984220 | fa163eb0-86a7-d7f0-7a82-000000000e98 | CHANGED | Add listen line | standalone 2026-02-21 07:29:37.985871 | fa163eb0-86a7-d7f0-7a82-000000000e98 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:47.913314 | 0.34s 2026-02-21 07:29:38.009879 | fa163eb0-86a7-d7f0-7a82-000000000e99 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-21 07:29:38.489963 | fa163eb0-86a7-d7f0-7a82-000000000e99 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-21 07:29:38.491162 | fa163eb0-86a7-d7f0-7a82-000000000e99 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:48.418606 | 0.48s 2026-02-21 07:29:38.515078 | fa163eb0-86a7-d7f0-7a82-000000000e9a | TASK | Image-Serve | restart httpd 2026-02-21 07:29:39.487750 | fa163eb0-86a7-d7f0-7a82-000000000e9a | CHANGED | Image-Serve | restart httpd | standalone 2026-02-21 07:29:39.489787 | fa163eb0-86a7-d7f0-7a82-000000000e9a | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:49.417229 | 0.97s 2026-02-21 07:29:39.536147 | fa163eb0-86a7-d7f0-7a82-000000000b27 | TASK | create persistent logs directory 2026-02-21 07:29:39.786802 | fa163eb0-86a7-d7f0-7a82-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-21 07:29:39.789089 | fa163eb0-86a7-d7f0-7a82-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:49.716522 | 0.25s 2026-02-21 07:29:39.947895 | fa163eb0-86a7-d7f0-7a82-000000000b27 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-21 07:29:39.949354 | fa163eb0-86a7-d7f0-7a82-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:49.876802 | 0.41s 2026-02-21 07:29:39.960142 | fa163eb0-86a7-d7f0-7a82-000000000b27 | TIMING | create persistent logs directory | standalone | 0:01:49.887578 | 0.42s 2026-02-21 07:29:39.984135 | fa163eb0-86a7-d7f0-7a82-000000000b28 | TASK | Mount NFS on host 2026-02-21 07:29:40.012780 | fa163eb0-86a7-d7f0-7a82-000000000b28 | SKIPPED | Mount NFS on host | standalone 2026-02-21 07:29:40.014003 | fa163eb0-86a7-d7f0-7a82-000000000b28 | TIMING | Mount NFS on host | standalone | 0:01:49.941407 | 0.03s 2026-02-21 07:29:40.039467 | fa163eb0-86a7-d7f0-7a82-000000000b29 | TASK | Mount Node Staging Location 2026-02-21 07:29:40.068257 | fa163eb0-86a7-d7f0-7a82-000000000b29 | SKIPPED | Mount Node Staging Location | standalone 2026-02-21 07:29:40.069447 | fa163eb0-86a7-d7f0-7a82-000000000b29 | TIMING | Mount Node Staging Location | standalone | 0:01:49.996889 | 0.03s 2026-02-21 07:29:40.092754 | fa163eb0-86a7-d7f0-7a82-000000000b2a | TASK | ensure /var/lib/glance exists 2026-02-21 07:29:40.324078 | fa163eb0-86a7-d7f0-7a82-000000000b2a | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-21 07:29:40.325890 | fa163eb0-86a7-d7f0-7a82-000000000b2a | TIMING | ensure /var/lib/glance exists | standalone | 0:01:50.253325 | 0.23s 2026-02-21 07:29:40.350037 | fa163eb0-86a7-d7f0-7a82-000000000b2b | TASK | create persistent directories 2026-02-21 07:29:40.587752 | fa163eb0-86a7-d7f0-7a82-000000000b2b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-21 07:29:40.589398 | fa163eb0-86a7-d7f0-7a82-000000000b2b | TIMING | create persistent directories | standalone | 0:01:50.516837 | 0.24s 2026-02-21 07:29:40.779222 | fa163eb0-86a7-d7f0-7a82-000000000b2b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-21 07:29:40.780455 | fa163eb0-86a7-d7f0-7a82-000000000b2b | TIMING | create persistent directories | standalone | 0:01:50.707897 | 0.43s 2026-02-21 07:29:40.787354 | fa163eb0-86a7-d7f0-7a82-000000000b2b | TIMING | create persistent directories | standalone | 0:01:50.714791 | 0.44s 2026-02-21 07:29:40.812766 | fa163eb0-86a7-d7f0-7a82-000000000b2c | TASK | Run puppet on the host to apply IPtables rules 2026-02-21 07:29:47.558475 | fa163eb0-86a7-d7f0-7a82-000000000b2c | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-21 07:29:47.559736 | fa163eb0-86a7-d7f0-7a82-000000000b2c | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.487178 | 6.75s 2026-02-21 07:29:47.583371 | fa163eb0-86a7-d7f0-7a82-000000000b2d | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-21 07:29:47.664739 | fa163eb0-86a7-d7f0-7a82-000000000b2d | 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.65 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 50", " Total: 50", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.23", " Config retrieval: 0.72", " Last run: 1771658987", " Total: 0.23", "Version:", " Config: 1771658986", " 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-02-21 07:29:47.665748 | fa163eb0-86a7-d7f0-7a82-000000000b2d | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.593194 | 0.08s 2026-02-21 07:29:47.688056 | fa163eb0-86a7-d7f0-7a82-000000000b2e | TASK | create persistent directories 2026-02-21 07:29:47.933142 | fa163eb0-86a7-d7f0-7a82-000000000b2e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-21 07:29:47.934811 | fa163eb0-86a7-d7f0-7a82-000000000b2e | TIMING | create persistent directories | standalone | 0:01:57.862250 | 0.25s 2026-02-21 07:29:48.137551 | fa163eb0-86a7-d7f0-7a82-000000000b2e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-21 07:29:48.138740 | fa163eb0-86a7-d7f0-7a82-000000000b2e | TIMING | create persistent directories | standalone | 0:01:58.066183 | 0.45s 2026-02-21 07:29:48.151004 | fa163eb0-86a7-d7f0-7a82-000000000b2e | TIMING | create persistent directories | standalone | 0:01:58.078446 | 0.46s 2026-02-21 07:29:48.170302 | fa163eb0-86a7-d7f0-7a82-000000000b2f | TASK | create persistent directories 2026-02-21 07:29:48.410965 | fa163eb0-86a7-d7f0-7a82-000000000b2f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-21 07:29:48.412583 | fa163eb0-86a7-d7f0-7a82-000000000b2f | TIMING | create persistent directories | standalone | 0:01:58.340023 | 0.24s 2026-02-21 07:29:48.563566 | fa163eb0-86a7-d7f0-7a82-000000000b2f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-21 07:29:48.565417 | fa163eb0-86a7-d7f0-7a82-000000000b2f | TIMING | create persistent directories | standalone | 0:01:58.492860 | 0.39s 2026-02-21 07:29:48.576422 | fa163eb0-86a7-d7f0-7a82-000000000b2f | TIMING | create persistent directories | standalone | 0:01:58.503858 | 0.41s 2026-02-21 07:29:48.600874 | fa163eb0-86a7-d7f0-7a82-000000000b30 | TASK | create persistent directories 2026-02-21 07:29:48.801574 | fa163eb0-86a7-d7f0-7a82-000000000b30 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-21 07:29:48.803622 | fa163eb0-86a7-d7f0-7a82-000000000b30 | TIMING | create persistent directories | standalone | 0:01:58.731062 | 0.20s 2026-02-21 07:29:48.813825 | fa163eb0-86a7-d7f0-7a82-000000000b30 | TIMING | create persistent directories | standalone | 0:01:58.741262 | 0.21s 2026-02-21 07:29:48.840256 | fa163eb0-86a7-d7f0-7a82-000000000b31 | TASK | create persistent directories 2026-02-21 07:29:49.103290 | fa163eb0-86a7-d7f0-7a82-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-21 07:29:49.104963 | fa163eb0-86a7-d7f0-7a82-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.032403 | 0.26s 2026-02-21 07:29:49.329354 | fa163eb0-86a7-d7f0-7a82-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-21 07:29:49.331195 | fa163eb0-86a7-d7f0-7a82-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.258638 | 0.49s 2026-02-21 07:29:49.531130 | fa163eb0-86a7-d7f0-7a82-000000000b31 | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-21 07:29:49.532976 | fa163eb0-86a7-d7f0-7a82-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.460420 | 0.69s 2026-02-21 07:29:49.748117 | fa163eb0-86a7-d7f0-7a82-000000000b31 | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-21 07:29:49.749901 | fa163eb0-86a7-d7f0-7a82-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.677344 | 0.91s 2026-02-21 07:29:49.761357 | fa163eb0-86a7-d7f0-7a82-000000000b31 | TIMING | create persistent directories | standalone | 0:01:59.688792 | 0.92s 2026-02-21 07:29:49.786958 | fa163eb0-86a7-d7f0-7a82-000000000b32 | TASK | ensure /var/tmp/horizon exists on boot 2026-02-21 07:29:50.261616 | fa163eb0-86a7-d7f0-7a82-000000000b32 | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-21 07:29:50.263360 | fa163eb0-86a7-d7f0-7a82-000000000b32 | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.190796 | 0.47s 2026-02-21 07:29:50.288118 | fa163eb0-86a7-d7f0-7a82-000000000b33 | TASK | create fcontext entry for iscsi 2026-02-21 07:29:51.551474 | fa163eb0-86a7-d7f0-7a82-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-21 07:29:51.552669 | fa163eb0-86a7-d7f0-7a82-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.480119 | 1.26s 2026-02-21 07:29:52.748053 | fa163eb0-86a7-d7f0-7a82-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-21 07:29:52.750404 | fa163eb0-86a7-d7f0-7a82-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.677846 | 2.46s 2026-02-21 07:29:54.000205 | fa163eb0-86a7-d7f0-7a82-000000000b33 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-21 07:29:54.002142 | fa163eb0-86a7-d7f0-7a82-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.929585 | 3.71s 2026-02-21 07:29:54.012021 | fa163eb0-86a7-d7f0-7a82-000000000b33 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.939463 | 3.72s 2026-02-21 07:29:54.029948 | fa163eb0-86a7-d7f0-7a82-000000000b34 | TASK | create persistent directories 2026-02-21 07:29:54.280668 | fa163eb0-86a7-d7f0-7a82-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-21 07:29:54.283332 | fa163eb0-86a7-d7f0-7a82-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.210771 | 0.25s 2026-02-21 07:29:54.516009 | fa163eb0-86a7-d7f0-7a82-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-21 07:29:54.517729 | fa163eb0-86a7-d7f0-7a82-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.445173 | 0.49s 2026-02-21 07:29:54.691816 | fa163eb0-86a7-d7f0-7a82-000000000b34 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-21 07:29:54.692930 | fa163eb0-86a7-d7f0-7a82-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.620375 | 0.66s 2026-02-21 07:29:54.701660 | fa163eb0-86a7-d7f0-7a82-000000000b34 | TIMING | create persistent directories | standalone | 0:02:04.629094 | 0.67s 2026-02-21 07:29:54.726299 | fa163eb0-86a7-d7f0-7a82-000000000b35 | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-21 07:29:54.948168 | fa163eb0-86a7-d7f0-7a82-000000000b35 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-21 07:29:54.949502 | fa163eb0-86a7-d7f0-7a82-000000000b35 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:04.876944 | 0.22s 2026-02-21 07:29:54.977256 | fa163eb0-86a7-d7f0-7a82-000000000b36 | TASK | Stop and disable iscsid.socket service 2026-02-21 07:29:55.005867 | fa163eb0-86a7-d7f0-7a82-000000000b36 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-21 07:29:55.007244 | fa163eb0-86a7-d7f0-7a82-000000000b36 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:04.934685 | 0.03s 2026-02-21 07:29:55.033029 | fa163eb0-86a7-d7f0-7a82-000000000b37 | TASK | Check if iscsi.service is enabled 2026-02-21 07:29:55.285474 | fa163eb0-86a7-d7f0-7a82-000000000b37 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-21 07:29:55.286455 | fa163eb0-86a7-d7f0-7a82-000000000b37 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.213903 | 0.25s 2026-02-21 07:29:55.304477 | fa163eb0-86a7-d7f0-7a82-000000000b38 | TASK | Stop iscsi.service 2026-02-21 07:29:55.341584 | fa163eb0-86a7-d7f0-7a82-000000000b38 | SKIPPED | Stop iscsi.service | standalone 2026-02-21 07:29:55.342825 | fa163eb0-86a7-d7f0-7a82-000000000b38 | TIMING | Stop iscsi.service | standalone | 0:02:05.270268 | 0.04s 2026-02-21 07:29:55.388608 | fa163eb0-86a7-d7f0-7a82-000000000b39 | TIMING | include_role : tripleo_kernel | standalone | 0:02:05.316044 | 0.03s 2026-02-21 07:29:55.474109 | fa163eb0-86a7-d7f0-7a82-000000000fdc | TASK | Install additional packages 2026-02-21 07:29:55.499120 | fa163eb0-86a7-d7f0-7a82-000000000fdc | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:05.426566 | 0.02s 2026-02-21 07:29:55.515540 | fa163eb0-86a7-d7f0-7a82-000000000fdd | TASK | Remove dracut-config-generic 2026-02-21 07:29:59.432268 | fa163eb0-86a7-d7f0-7a82-000000000fdd | CHANGED | Remove dracut-config-generic | standalone 2026-02-21 07:29:59.433584 | fa163eb0-86a7-d7f0-7a82-000000000fdd | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.361027 | 3.92s 2026-02-21 07:29:59.458362 | fa163eb0-86a7-d7f0-7a82-000000000fde | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-21 07:29:59.690602 | fa163eb0-86a7-d7f0-7a82-000000000fde | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-21 07:29:59.692051 | fa163eb0-86a7-d7f0-7a82-000000000fde | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:09.619494 | 0.23s 2026-02-21 07:29:59.716119 | fa163eb0-86a7-d7f0-7a82-000000000fdf | TASK | Write list of modules to load at boot 2026-02-21 07:30:00.222925 | fa163eb0-86a7-d7f0-7a82-000000000fdf | CHANGED | Write list of modules to load at boot | standalone 2026-02-21 07:30:00.224295 | fa163eb0-86a7-d7f0-7a82-000000000fdf | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.151738 | 0.51s 2026-02-21 07:30:00.248980 | fa163eb0-86a7-d7f0-7a82-000000000fe0 | TASK | Modules reload 2026-02-21 07:30:00.674101 | fa163eb0-86a7-d7f0-7a82-000000000fe0 | CHANGED | Modules reload | standalone 2026-02-21 07:30:00.675916 | fa163eb0-86a7-d7f0-7a82-000000000fe0 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:10.603359 | 0.43s 2026-02-21 07:30:00.701277 | fa163eb0-86a7-d7f0-7a82-000000000fe1 | TASK | Set default sysctl options 2026-02-21 07:30:01.151096 | fa163eb0-86a7-d7f0-7a82-000000000fe1 | CHANGED | Set default sysctl options | standalone 2026-02-21 07:30:01.152956 | fa163eb0-86a7-d7f0-7a82-000000000fe1 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:11.080392 | 0.45s 2026-02-21 07:30:01.182178 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TASK | Set extra sysctl options 2026-02-21 07:30:01.566543 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-21 07:30:01.568822 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.496262 | 0.38s 2026-02-21 07:30:01.752304 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-21 07:30:01.754374 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.681817 | 0.57s 2026-02-21 07:30:01.929644 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-21 07:30:01.931429 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.858881 | 0.75s 2026-02-21 07:30:02.145625 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-21 07:30:02.147353 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.074767 | 0.96s 2026-02-21 07:30:02.352943 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-21 07:30:02.353547 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.280999 | 1.17s 2026-02-21 07:30:02.565634 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-21 07:30:02.567329 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.494772 | 1.38s 2026-02-21 07:30:02.779074 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-21 07:30:02.780540 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.707984 | 1.60s 2026-02-21 07:30:04.031413 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-21 07:30:04.033099 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.960542 | 2.85s 2026-02-21 07:30:04.247324 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-21 07:30:04.248703 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.176155 | 3.06s 2026-02-21 07:30:04.492404 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-21 07:30:04.493445 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.420889 | 3.31s 2026-02-21 07:30:04.729969 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-21 07:30:04.731547 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.658991 | 3.55s 2026-02-21 07:30:04.987742 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-21 07:30:04.988903 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.916347 | 3.80s 2026-02-21 07:30:05.236096 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-21 07:30:05.237200 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.164647 | 4.05s 2026-02-21 07:30:05.481418 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-21 07:30:05.482805 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.410244 | 4.30s 2026-02-21 07:30:05.721530 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-21 07:30:05.722925 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.650361 | 4.54s 2026-02-21 07:30:05.985839 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-21 07:30:05.987298 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.914745 | 4.80s 2026-02-21 07:30:06.230011 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-21 07:30:06.231613 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.159056 | 5.05s 2026-02-21 07:30:06.243024 | fa163eb0-86a7-d7f0-7a82-000000000fe2 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.170464 | 5.06s 2026-02-21 07:30:06.269419 | fa163eb0-86a7-d7f0-7a82-000000000fe4 | TASK | Sysctl reload 2026-02-21 07:30:06.663627 | fa163eb0-86a7-d7f0-7a82-000000000fe4 | CHANGED | Sysctl reload | standalone 2026-02-21 07:30:06.665416 | fa163eb0-86a7-d7f0-7a82-000000000fe4 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:16.592858 | 0.39s 2026-02-21 07:30:06.712956 | fa163eb0-86a7-d7f0-7a82-000000000b3a | TASK | create persistent directories 2026-02-21 07:30:06.963380 | fa163eb0-86a7-d7f0-7a82-000000000b3a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-21 07:30:06.965748 | fa163eb0-86a7-d7f0-7a82-000000000b3a | TIMING | create persistent directories | standalone | 0:02:16.893185 | 0.25s 2026-02-21 07:30:07.168354 | fa163eb0-86a7-d7f0-7a82-000000000b3a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-21 07:30:07.170135 | fa163eb0-86a7-d7f0-7a82-000000000b3a | TIMING | create persistent directories | standalone | 0:02:17.097585 | 0.46s 2026-02-21 07:30:07.180521 | fa163eb0-86a7-d7f0-7a82-000000000b3a | TIMING | create persistent directories | standalone | 0:02:17.107955 | 0.47s 2026-02-21 07:30:07.200793 | fa163eb0-86a7-d7f0-7a82-000000000b3b | TASK | Check if file certs_valid exist 2026-02-21 07:30:07.387104 | fa163eb0-86a7-d7f0-7a82-000000000b3b | OK | Check if file certs_valid exist | standalone 2026-02-21 07:30:07.387918 | fa163eb0-86a7-d7f0-7a82-000000000b3b | TIMING | Check if file certs_valid exist | standalone | 0:02:17.315371 | 0.19s 2026-02-21 07:30:07.404593 | fa163eb0-86a7-d7f0-7a82-000000000b3c | TASK | Check if file cert9.db exist 2026-02-21 07:30:07.610555 | fa163eb0-86a7-d7f0-7a82-000000000b3c | OK | Check if file cert9.db exist | standalone 2026-02-21 07:30:07.611308 | fa163eb0-86a7-d7f0-7a82-000000000b3c | TIMING | Check if file cert9.db exist | standalone | 0:02:17.538760 | 0.21s 2026-02-21 07:30:07.627779 | fa163eb0-86a7-d7f0-7a82-000000000b3d | TASK | Check if file key4.db exist 2026-02-21 07:30:07.827280 | fa163eb0-86a7-d7f0-7a82-000000000b3d | OK | Check if file key4.db exist | standalone 2026-02-21 07:30:07.828609 | fa163eb0-86a7-d7f0-7a82-000000000b3d | TIMING | Check if file key4.db exist | standalone | 0:02:17.756052 | 0.20s 2026-02-21 07:30:07.879987 | fa163eb0-86a7-d7f0-7a82-000000000b3e | SKIPPED | fail | standalone 2026-02-21 07:30:07.881480 | fa163eb0-86a7-d7f0-7a82-000000000b3e | TIMING | fail | standalone | 0:02:17.808914 | 0.03s 2026-02-21 07:30:07.907773 | fa163eb0-86a7-d7f0-7a82-000000000b3f | TASK | Create persistent directories 2026-02-21 07:30:08.181199 | fa163eb0-86a7-d7f0-7a82-000000000b3f | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-21 07:30:08.182803 | fa163eb0-86a7-d7f0-7a82-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:18.110243 | 0.27s 2026-02-21 07:30:08.366332 | fa163eb0-86a7-d7f0-7a82-000000000b3f | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-21 07:30:08.367923 | fa163eb0-86a7-d7f0-7a82-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:18.295366 | 0.46s 2026-02-21 07:30:08.377831 | fa163eb0-86a7-d7f0-7a82-000000000b3f | TIMING | Create persistent directories | standalone | 0:02:18.305276 | 0.47s 2026-02-21 07:30:08.397323 | fa163eb0-86a7-d7f0-7a82-000000000b40 | TASK | create persistent directories 2026-02-21 07:30:08.643128 | fa163eb0-86a7-d7f0-7a82-000000000b40 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-21 07:30:08.644015 | fa163eb0-86a7-d7f0-7a82-000000000b40 | TIMING | create persistent directories | standalone | 0:02:18.571466 | 0.25s 2026-02-21 07:30:08.648855 | fa163eb0-86a7-d7f0-7a82-000000000b40 | TIMING | create persistent directories | standalone | 0:02:18.576295 | 0.25s 2026-02-21 07:30:08.669705 | fa163eb0-86a7-d7f0-7a82-000000000b41 | TASK | create persistent directories 2026-02-21 07:30:08.902355 | fa163eb0-86a7-d7f0-7a82-000000000b41 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-21 07:30:08.903296 | fa163eb0-86a7-d7f0-7a82-000000000b41 | TIMING | create persistent directories | standalone | 0:02:18.830745 | 0.23s 2026-02-21 07:30:09.124687 | fa163eb0-86a7-d7f0-7a82-000000000b41 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-21 07:30:09.125870 | fa163eb0-86a7-d7f0-7a82-000000000b41 | TIMING | create persistent directories | standalone | 0:02:19.053323 | 0.46s 2026-02-21 07:30:09.137033 | fa163eb0-86a7-d7f0-7a82-000000000b41 | TIMING | create persistent directories | standalone | 0:02:19.064467 | 0.47s 2026-02-21 07:30:09.162193 | fa163eb0-86a7-d7f0-7a82-000000000b42 | TASK | create persistent directories 2026-02-21 07:30:09.407090 | fa163eb0-86a7-d7f0-7a82-000000000b42 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-21 07:30:09.408665 | fa163eb0-86a7-d7f0-7a82-000000000b42 | TIMING | create persistent directories | standalone | 0:02:19.336112 | 0.25s 2026-02-21 07:30:09.418938 | fa163eb0-86a7-d7f0-7a82-000000000b42 | TIMING | create persistent directories | standalone | 0:02:19.346379 | 0.26s 2026-02-21 07:30:09.439486 | fa163eb0-86a7-d7f0-7a82-000000000b43 | TASK | create persistent directories 2026-02-21 07:30:09.708949 | fa163eb0-86a7-d7f0-7a82-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-21 07:30:09.711030 | fa163eb0-86a7-d7f0-7a82-000000000b43 | TIMING | create persistent directories | standalone | 0:02:19.638470 | 0.27s 2026-02-21 07:30:09.917859 | fa163eb0-86a7-d7f0-7a82-000000000b43 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-21 07:30:09.919171 | fa163eb0-86a7-d7f0-7a82-000000000b43 | TIMING | create persistent directories | standalone | 0:02:19.846608 | 0.48s 2026-02-21 07:30:10.100638 | fa163eb0-86a7-d7f0-7a82-000000000b43 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-21 07:30:10.102463 | fa163eb0-86a7-d7f0-7a82-000000000b43 | TIMING | create persistent directories | standalone | 0:02:20.029900 | 0.66s 2026-02-21 07:30:10.112142 | fa163eb0-86a7-d7f0-7a82-000000000b43 | TIMING | create persistent directories | standalone | 0:02:20.039587 | 0.67s 2026-02-21 07:30:10.129481 | fa163eb0-86a7-d7f0-7a82-000000000b44 | TASK | create persistent directories 2026-02-21 07:30:10.397968 | fa163eb0-86a7-d7f0-7a82-000000000b44 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-21 07:30:10.399842 | fa163eb0-86a7-d7f0-7a82-000000000b44 | TIMING | create persistent directories | standalone | 0:02:20.327275 | 0.27s 2026-02-21 07:30:10.561632 | fa163eb0-86a7-d7f0-7a82-000000000b44 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-21 07:30:10.562645 | fa163eb0-86a7-d7f0-7a82-000000000b44 | TIMING | create persistent directories | standalone | 0:02:20.490090 | 0.43s 2026-02-21 07:30:10.569372 | fa163eb0-86a7-d7f0-7a82-000000000b44 | TIMING | create persistent directories | standalone | 0:02:20.496774 | 0.44s 2026-02-21 07:30:10.593945 | fa163eb0-86a7-d7f0-7a82-000000000b45 | TASK | create persistent directories 2026-02-21 07:30:10.828319 | fa163eb0-86a7-d7f0-7a82-000000000b45 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-21 07:30:10.830064 | fa163eb0-86a7-d7f0-7a82-000000000b45 | TIMING | create persistent directories | standalone | 0:02:20.757500 | 0.23s 2026-02-21 07:30:10.838639 | fa163eb0-86a7-d7f0-7a82-000000000b45 | TIMING | create persistent directories | standalone | 0:02:20.766083 | 0.24s 2026-02-21 07:30:10.856155 | fa163eb0-86a7-d7f0-7a82-000000000b46 | TASK | creating directory 2026-02-21 07:30:11.031400 | fa163eb0-86a7-d7f0-7a82-000000000b46 | CHANGED | creating directory | standalone 2026-02-21 07:30:11.032634 | fa163eb0-86a7-d7f0-7a82-000000000b46 | TIMING | creating directory | standalone | 0:02:20.960078 | 0.18s 2026-02-21 07:30:11.056081 | fa163eb0-86a7-d7f0-7a82-000000000b47 | TASK | derive pci passthrough whitelist 2026-02-21 07:30:11.444371 | fa163eb0-86a7-d7f0-7a82-000000000b47 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-21 07:30:11.445655 | fa163eb0-86a7-d7f0-7a82-000000000b47 | TIMING | derive pci passthrough whitelist | standalone | 0:02:21.373098 | 0.39s 2026-02-21 07:30:11.469334 | fa163eb0-86a7-d7f0-7a82-000000000b48 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-21 07:30:12.286885 | fa163eb0-86a7-d7f0-7a82-000000000b48 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-21 07:30:12.288578 | fa163eb0-86a7-d7f0-7a82-000000000b48 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:22.216018 | 0.82s 2026-02-21 07:30:12.313422 | fa163eb0-86a7-d7f0-7a82-000000000b49 | TASK | create /run/netns with temp namespace 2026-02-21 07:30:12.483151 | fa163eb0-86a7-d7f0-7a82-000000000b49 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-21 07:30:12.484450 | fa163eb0-86a7-d7f0-7a82-000000000b49 | TIMING | create /run/netns with temp namespace | standalone | 0:02:22.411893 | 0.17s 2026-02-21 07:30:12.508356 | fa163eb0-86a7-d7f0-7a82-000000000b4a | TASK | remove temp namespace 2026-02-21 07:30:12.750748 | fa163eb0-86a7-d7f0-7a82-000000000b4a | CHANGED | remove temp namespace | standalone 2026-02-21 07:30:12.752137 | fa163eb0-86a7-d7f0-7a82-000000000b4a | TIMING | remove temp namespace | standalone | 0:02:22.679580 | 0.24s 2026-02-21 07:30:12.776584 | fa163eb0-86a7-d7f0-7a82-000000000b4b | TASK | create /var/lib/neutron 2026-02-21 07:30:13.010554 | fa163eb0-86a7-d7f0-7a82-000000000b4b | CHANGED | create /var/lib/neutron | standalone 2026-02-21 07:30:13.012333 | fa163eb0-86a7-d7f0-7a82-000000000b4b | TIMING | create /var/lib/neutron | standalone | 0:02:22.939766 | 0.23s 2026-02-21 07:30:13.037621 | fa163eb0-86a7-d7f0-7a82-000000000b4c | TASK | set conditions 2026-02-21 07:30:13.059127 | fa163eb0-86a7-d7f0-7a82-000000000b4c | OK | set conditions | standalone 2026-02-21 07:30:13.060297 | fa163eb0-86a7-d7f0-7a82-000000000b4c | TIMING | set conditions | standalone | 0:02:22.987740 | 0.02s 2026-02-21 07:30:13.087226 | fa163eb0-86a7-d7f0-7a82-000000000b4d | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-21 07:30:13.319726 | fa163eb0-86a7-d7f0-7a82-000000000b4d | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-21 07:30:13.321095 | fa163eb0-86a7-d7f0-7a82-000000000b4d | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:23.248540 | 0.23s 2026-02-21 07:30:13.345914 | fa163eb0-86a7-d7f0-7a82-000000000b4e | TASK | create dnsmasq dhcp kill script 2026-02-21 07:30:13.770237 | fa163eb0-86a7-d7f0-7a82-000000000b4e | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-21 07:30:13.771655 | fa163eb0-86a7-d7f0-7a82-000000000b4e | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:23.699099 | 0.42s 2026-02-21 07:30:13.794934 | fa163eb0-86a7-d7f0-7a82-000000000b4f | TASK | create haproxy kill script 2026-02-21 07:30:14.246869 | fa163eb0-86a7-d7f0-7a82-000000000b4f | CHANGED | create haproxy kill script | standalone 2026-02-21 07:30:14.248274 | fa163eb0-86a7-d7f0-7a82-000000000b4f | TIMING | create haproxy kill script | standalone | 0:02:24.175717 | 0.45s 2026-02-21 07:30:14.272510 | fa163eb0-86a7-d7f0-7a82-000000000b50 | TASK | create persistent directories 2026-02-21 07:30:14.511062 | fa163eb0-86a7-d7f0-7a82-000000000b50 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-21 07:30:14.513451 | fa163eb0-86a7-d7f0-7a82-000000000b50 | TIMING | create persistent directories | standalone | 0:02:24.440891 | 0.24s 2026-02-21 07:30:14.712633 | fa163eb0-86a7-d7f0-7a82-000000000b50 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-21 07:30:14.713295 | fa163eb0-86a7-d7f0-7a82-000000000b50 | TIMING | create persistent directories | standalone | 0:02:24.640746 | 0.44s 2026-02-21 07:30:14.717134 | fa163eb0-86a7-d7f0-7a82-000000000b50 | TIMING | create persistent directories | standalone | 0:02:24.644569 | 0.44s 2026-02-21 07:30:14.741633 | fa163eb0-86a7-d7f0-7a82-000000000b51 | TASK | create persistent directories 2026-02-21 07:30:14.990805 | fa163eb0-86a7-d7f0-7a82-000000000b51 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-21 07:30:14.992093 | fa163eb0-86a7-d7f0-7a82-000000000b51 | TIMING | create persistent directories | standalone | 0:02:24.919535 | 0.25s 2026-02-21 07:30:14.998326 | fa163eb0-86a7-d7f0-7a82-000000000b51 | TIMING | create persistent directories | standalone | 0:02:24.925762 | 0.26s 2026-02-21 07:30:15.023539 | fa163eb0-86a7-d7f0-7a82-000000000b52 | TASK | create persistent directories 2026-02-21 07:30:15.233736 | fa163eb0-86a7-d7f0-7a82-000000000b52 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-21 07:30:15.235902 | fa163eb0-86a7-d7f0-7a82-000000000b52 | TIMING | create persistent directories | standalone | 0:02:25.163342 | 0.21s 2026-02-21 07:30:15.447273 | fa163eb0-86a7-d7f0-7a82-000000000b52 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-21 07:30:15.448304 | fa163eb0-86a7-d7f0-7a82-000000000b52 | TIMING | create persistent directories | standalone | 0:02:25.375748 | 0.42s 2026-02-21 07:30:15.460660 | fa163eb0-86a7-d7f0-7a82-000000000b52 | TIMING | create persistent directories | standalone | 0:02:25.388098 | 0.44s 2026-02-21 07:30:15.485041 | fa163eb0-86a7-d7f0-7a82-000000000b53 | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-21 07:30:15.661587 | fa163eb0-86a7-d7f0-7a82-000000000b53 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-21 07:30:15.662412 | fa163eb0-86a7-d7f0-7a82-000000000b53 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:25.589863 | 0.18s 2026-02-21 07:30:15.679084 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TASK | create persistent directories 2026-02-21 07:30:15.916695 | fa163eb0-86a7-d7f0-7a82-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-21 07:30:15.917860 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TIMING | create persistent directories | standalone | 0:02:25.845307 | 0.24s 2026-02-21 07:30:16.143712 | fa163eb0-86a7-d7f0-7a82-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-21 07:30:16.145469 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TIMING | create persistent directories | standalone | 0:02:26.072913 | 0.47s 2026-02-21 07:30:17.357671 | fa163eb0-86a7-d7f0-7a82-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-21 07:30:17.358738 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TIMING | create persistent directories | standalone | 0:02:27.286183 | 1.68s 2026-02-21 07:30:17.548154 | fa163eb0-86a7-d7f0-7a82-000000000b54 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-21 07:30:17.549277 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TIMING | create persistent directories | standalone | 0:02:27.476721 | 1.87s 2026-02-21 07:30:17.732920 | fa163eb0-86a7-d7f0-7a82-000000000b54 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-21 07:30:17.733937 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TIMING | create persistent directories | standalone | 0:02:27.661382 | 2.05s 2026-02-21 07:30:17.741951 | fa163eb0-86a7-d7f0-7a82-000000000b54 | TIMING | create persistent directories | standalone | 0:02:27.669388 | 2.06s 2026-02-21 07:30:17.767424 | fa163eb0-86a7-d7f0-7a82-000000000b55 | TASK | ensure /run/nova is present upon reboot 2026-02-21 07:30:18.195383 | fa163eb0-86a7-d7f0-7a82-000000000b55 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-21 07:30:18.196648 | fa163eb0-86a7-d7f0-7a82-000000000b55 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:28.124090 | 0.43s 2026-02-21 07:30:18.215901 | fa163eb0-86a7-d7f0-7a82-000000000b56 | TASK | create tempfiles 2026-02-21 07:30:18.488643 | fa163eb0-86a7-d7f0-7a82-000000000b56 | CHANGED | create tempfiles | standalone 2026-02-21 07:30:18.489743 | fa163eb0-86a7-d7f0-7a82-000000000b56 | TIMING | create tempfiles | standalone | 0:02:28.417191 | 0.27s 2026-02-21 07:30:18.508231 | fa163eb0-86a7-d7f0-7a82-000000000b57 | TASK | Mount Nova NFS Share 2026-02-21 07:30:18.534860 | fa163eb0-86a7-d7f0-7a82-000000000b57 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-21 07:30:18.535742 | fa163eb0-86a7-d7f0-7a82-000000000b57 | TIMING | Mount Nova NFS Share | standalone | 0:02:28.463188 | 0.03s 2026-02-21 07:30:18.555072 | fa163eb0-86a7-d7f0-7a82-000000000b59 | TASK | check systemd-container package installed or not 2026-02-21 07:30:18.581806 | fa163eb0-86a7-d7f0-7a82-000000000b59 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-21 07:30:18.582723 | fa163eb0-86a7-d7f0-7a82-000000000b59 | TIMING | check systemd-container package installed or not | standalone | 0:02:28.510174 | 0.03s 2026-02-21 07:30:18.600484 | fa163eb0-86a7-d7f0-7a82-000000000b5a | TASK | get latest package from downloaded package versions 2026-02-21 07:30:18.622029 | fa163eb0-86a7-d7f0-7a82-000000000b5a | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-21 07:30:18.623258 | fa163eb0-86a7-d7f0-7a82-000000000b5a | TIMING | get latest package from downloaded package versions | standalone | 0:02:28.550699 | 0.02s 2026-02-21 07:30:18.646924 | fa163eb0-86a7-d7f0-7a82-000000000b5b | TASK | Install systemd-container package on boot 2026-02-21 07:30:18.673796 | fa163eb0-86a7-d7f0-7a82-000000000b5b | SKIPPED | Install systemd-container package on boot | standalone 2026-02-21 07:30:18.674869 | fa163eb0-86a7-d7f0-7a82-000000000b5b | TIMING | Install systemd-container package on boot | standalone | 0:02:28.602312 | 0.03s 2026-02-21 07:30:18.697951 | fa163eb0-86a7-d7f0-7a82-000000000b5c | TASK | enable install-systemd-container on compute boot 2026-02-21 07:30:18.725710 | fa163eb0-86a7-d7f0-7a82-000000000b5c | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-21 07:30:18.726772 | fa163eb0-86a7-d7f0-7a82-000000000b5c | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:28.654215 | 0.03s 2026-02-21 07:30:18.750613 | fa163eb0-86a7-d7f0-7a82-000000000b5d | TASK | check if install-systemd-container service exists 2026-02-21 07:30:18.778214 | fa163eb0-86a7-d7f0-7a82-000000000b5d | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-21 07:30:18.779280 | fa163eb0-86a7-d7f0-7a82-000000000b5d | TIMING | check if install-systemd-container service exists | standalone | 0:02:28.706723 | 0.03s 2026-02-21 07:30:18.803832 | fa163eb0-86a7-d7f0-7a82-000000000b5e | TASK | disable and mask install-systemd-container on compute boot 2026-02-21 07:30:18.831332 | fa163eb0-86a7-d7f0-7a82-000000000b5e | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-21 07:30:18.832491 | fa163eb0-86a7-d7f0-7a82-000000000b5e | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:28.759934 | 0.03s 2026-02-21 07:30:18.855872 | fa163eb0-86a7-d7f0-7a82-000000000b60 | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-21 07:30:18.877367 | fa163eb0-86a7-d7f0-7a82-000000000b60 | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-21 07:30:18.878593 | fa163eb0-86a7-d7f0-7a82-000000000b60 | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:28.806037 | 0.02s 2026-02-21 07:30:18.903070 | fa163eb0-86a7-d7f0-7a82-000000000b62 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-21 07:30:18.930518 | fa163eb0-86a7-d7f0-7a82-000000000b62 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-21 07:30:18.931710 | fa163eb0-86a7-d7f0-7a82-000000000b62 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:28.859119 | 0.03s 2026-02-21 07:30:18.954604 | fa163eb0-86a7-d7f0-7a82-000000000b63 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-21 07:30:18.976222 | fa163eb0-86a7-d7f0-7a82-000000000b63 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-21 07:30:18.977334 | fa163eb0-86a7-d7f0-7a82-000000000b63 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:28.904776 | 0.02s 2026-02-21 07:30:19.000812 | fa163eb0-86a7-d7f0-7a82-000000000b64 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-21 07:30:19.028519 | fa163eb0-86a7-d7f0-7a82-000000000b64 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-21 07:30:19.029797 | fa163eb0-86a7-d7f0-7a82-000000000b64 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:28.957239 | 0.03s 2026-02-21 07:30:19.053669 | fa163eb0-86a7-d7f0-7a82-000000000b66 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-21 07:30:19.081075 | fa163eb0-86a7-d7f0-7a82-000000000b66 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-21 07:30:19.082155 | fa163eb0-86a7-d7f0-7a82-000000000b66 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:29.009598 | 0.03s 2026-02-21 07:30:19.104921 | fa163eb0-86a7-d7f0-7a82-000000000b67 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-21 07:30:19.132293 | fa163eb0-86a7-d7f0-7a82-000000000b67 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-21 07:30:19.133464 | fa163eb0-86a7-d7f0-7a82-000000000b67 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:29.060906 | 0.03s 2026-02-21 07:30:19.157155 | fa163eb0-86a7-d7f0-7a82-000000000b68 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-21 07:30:19.183849 | fa163eb0-86a7-d7f0-7a82-000000000b68 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-21 07:30:19.184973 | fa163eb0-86a7-d7f0-7a82-000000000b68 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:29.112416 | 0.03s 2026-02-21 07:30:19.207917 | fa163eb0-86a7-d7f0-7a82-000000000b69 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-21 07:30:19.237900 | fa163eb0-86a7-d7f0-7a82-000000000b69 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-21 07:30:19.238911 | fa163eb0-86a7-d7f0-7a82-000000000b69 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:29.166358 | 0.03s 2026-02-21 07:30:19.263442 | fa163eb0-86a7-d7f0-7a82-000000000b6b | TASK | Do we prepend nova startup with a delay 2026-02-21 07:30:19.291435 | fa163eb0-86a7-d7f0-7a82-000000000b6b | OK | Do we prepend nova startup with a delay | standalone 2026-02-21 07:30:19.292349 | fa163eb0-86a7-d7f0-7a82-000000000b6b | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:29.219798 | 0.03s 2026-02-21 07:30:19.311163 | fa163eb0-86a7-d7f0-7a82-000000000b6c | TASK | install nova-compute delay wrapper script 2026-02-21 07:30:19.352530 | fa163eb0-86a7-d7f0-7a82-000000000b6c | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-21 07:30:19.353418 | fa163eb0-86a7-d7f0-7a82-000000000b6c | TIMING | install nova-compute delay wrapper script | standalone | 0:02:29.280867 | 0.04s 2026-02-21 07:30:19.372067 | fa163eb0-86a7-d7f0-7a82-000000000b6d | TASK | Is irqbalance enabled 2026-02-21 07:30:19.401181 | fa163eb0-86a7-d7f0-7a82-000000000b6d | OK | Is irqbalance enabled | standalone 2026-02-21 07:30:19.402554 | fa163eb0-86a7-d7f0-7a82-000000000b6d | TIMING | Is irqbalance enabled | standalone | 0:02:29.329997 | 0.03s 2026-02-21 07:30:19.426880 | fa163eb0-86a7-d7f0-7a82-000000000b6e | TASK | disable irqbalance service on compute 2026-02-21 07:30:19.456376 | fa163eb0-86a7-d7f0-7a82-000000000b6e | SKIPPED | disable irqbalance service on compute | standalone 2026-02-21 07:30:19.457605 | fa163eb0-86a7-d7f0-7a82-000000000b6e | TIMING | disable irqbalance service on compute | standalone | 0:02:29.385047 | 0.03s 2026-02-21 07:30:19.482540 | fa163eb0-86a7-d7f0-7a82-000000000b6f | TASK | create persistent directories 2026-02-21 07:30:19.722068 | fa163eb0-86a7-d7f0-7a82-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-21 07:30:19.723439 | fa163eb0-86a7-d7f0-7a82-000000000b6f | TIMING | create persistent directories | standalone | 0:02:29.650881 | 0.24s 2026-02-21 07:30:19.730803 | fa163eb0-86a7-d7f0-7a82-000000000b6f | TIMING | create persistent directories | standalone | 0:02:29.658237 | 0.25s 2026-02-21 07:30:19.755306 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TASK | create libvirt persistent data directories 2026-02-21 07:30:20.043017 | fa163eb0-86a7-d7f0-7a82-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-21 07:30:20.045887 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:29.973320 | 0.29s 2026-02-21 07:30:20.267336 | fa163eb0-86a7-d7f0-7a82-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-21 07:30:20.268857 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.196295 | 0.51s 2026-02-21 07:30:20.466777 | fa163eb0-86a7-d7f0-7a82-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-21 07:30:20.467571 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.395020 | 0.71s 2026-02-21 07:30:20.672203 | fa163eb0-86a7-d7f0-7a82-000000000b70 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-21 07:30:20.673241 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.600687 | 0.92s 2026-02-21 07:30:20.871263 | fa163eb0-86a7-d7f0-7a82-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-21 07:30:20.871870 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:30.799323 | 1.12s 2026-02-21 07:30:21.078300 | fa163eb0-86a7-d7f0-7a82-000000000b70 | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-21 07:30:21.080003 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:31.007447 | 1.32s 2026-02-21 07:30:21.298890 | fa163eb0-86a7-d7f0-7a82-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-21 07:30:21.299963 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:31.227407 | 1.54s 2026-02-21 07:30:21.491311 | fa163eb0-86a7-d7f0-7a82-000000000b70 | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-21 07:30:21.492431 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:31.419875 | 1.74s 2026-02-21 07:30:21.501336 | fa163eb0-86a7-d7f0-7a82-000000000b70 | TIMING | create libvirt persistent data directories | standalone | 0:02:31.428770 | 1.74s 2026-02-21 07:30:21.527461 | fa163eb0-86a7-d7f0-7a82-000000000b71 | TASK | ensure qemu group is present on the host 2026-02-21 07:30:22.249610 | fa163eb0-86a7-d7f0-7a82-000000000b71 | CHANGED | ensure qemu group is present on the host | standalone 2026-02-21 07:30:22.251033 | fa163eb0-86a7-d7f0-7a82-000000000b71 | TIMING | ensure qemu group is present on the host | standalone | 0:02:32.178475 | 0.72s 2026-02-21 07:30:22.274738 | fa163eb0-86a7-d7f0-7a82-000000000b72 | TASK | ensure qemu user is present on the host 2026-02-21 07:30:22.951537 | fa163eb0-86a7-d7f0-7a82-000000000b72 | CHANGED | ensure qemu user is present on the host | standalone 2026-02-21 07:30:22.953382 | fa163eb0-86a7-d7f0-7a82-000000000b72 | TIMING | ensure qemu user is present on the host | standalone | 0:02:32.880818 | 0.68s 2026-02-21 07:30:22.981261 | fa163eb0-86a7-d7f0-7a82-000000000b73 | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-21 07:30:23.213268 | fa163eb0-86a7-d7f0-7a82-000000000b73 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-21 07:30:23.214500 | fa163eb0-86a7-d7f0-7a82-000000000b73 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:33.141947 | 0.23s 2026-02-21 07:30:23.236340 | fa163eb0-86a7-d7f0-7a82-000000000b74 | TASK | check if libvirt is installed 2026-02-21 07:30:23.423587 | fa163eb0-86a7-d7f0-7a82-000000000b74 | CHANGED | check if libvirt is installed | standalone 2026-02-21 07:30:23.425175 | fa163eb0-86a7-d7f0-7a82-000000000b74 | TIMING | check if libvirt is installed | standalone | 0:02:33.352616 | 0.19s 2026-02-21 07:30:23.449191 | fa163eb0-86a7-d7f0-7a82-000000000b75 | TASK | make sure libvirt services are disabled and masked 2026-02-21 07:30:23.475282 | fa163eb0-86a7-d7f0-7a82-000000000b75 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-21 07:30:23.479080 | fa163eb0-86a7-d7f0-7a82-000000000b75 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-21 07:30:23.490980 | fa163eb0-86a7-d7f0-7a82-000000000b75 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:33.418412 | 0.04s 2026-02-21 07:30:23.516349 | fa163eb0-86a7-d7f0-7a82-000000000b76 | TASK | ensure /run/libvirt is present upon reboot 2026-02-21 07:30:23.947569 | fa163eb0-86a7-d7f0-7a82-000000000b76 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-21 07:30:23.948368 | fa163eb0-86a7-d7f0-7a82-000000000b76 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:33.875819 | 0.43s 2026-02-21 07:30:23.969153 | fa163eb0-86a7-d7f0-7a82-000000000b77 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-21 07:30:24.959943 | fa163eb0-86a7-d7f0-7a82-000000000b77 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-21 07:30:24.961514 | fa163eb0-86a7-d7f0-7a82-000000000b77 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:34.888958 | 0.99s 2026-02-21 07:30:24.985451 | fa163eb0-86a7-d7f0-7a82-000000000b78 | TASK | remove gnutls-qemu.config 2026-02-21 07:30:25.219081 | fa163eb0-86a7-d7f0-7a82-000000000b78 | OK | remove gnutls-qemu.config | standalone 2026-02-21 07:30:25.220537 | fa163eb0-86a7-d7f0-7a82-000000000b78 | TIMING | remove gnutls-qemu.config | standalone | 0:02:35.147980 | 0.23s 2026-02-21 07:30:25.244133 | fa163eb0-86a7-d7f0-7a82-000000000b79 | TASK | update crypto policies 2026-02-21 07:30:25.272107 | fa163eb0-86a7-d7f0-7a82-000000000b79 | SKIPPED | update crypto policies | standalone 2026-02-21 07:30:25.273257 | fa163eb0-86a7-d7f0-7a82-000000000b79 | TIMING | update crypto policies | standalone | 0:02:35.200699 | 0.03s 2026-02-21 07:30:25.297939 | fa163eb0-86a7-d7f0-7a82-000000000b7a | TASK | Create libvirt persistent data directories 2026-02-21 07:30:25.529704 | fa163eb0-86a7-d7f0-7a82-000000000b7a | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-21 07:30:25.531625 | fa163eb0-86a7-d7f0-7a82-000000000b7a | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.459066 | 0.23s 2026-02-21 07:30:25.542218 | fa163eb0-86a7-d7f0-7a82-000000000b7a | TIMING | Create libvirt persistent data directories | standalone | 0:02:35.469652 | 0.24s 2026-02-21 07:30:25.566667 | fa163eb0-86a7-d7f0-7a82-000000000b7b | TASK | create persistent directories 2026-02-21 07:30:25.821969 | fa163eb0-86a7-d7f0-7a82-000000000b7b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-21 07:30:25.824451 | fa163eb0-86a7-d7f0-7a82-000000000b7b | TIMING | create persistent directories | standalone | 0:02:35.751891 | 0.26s 2026-02-21 07:30:26.045977 | fa163eb0-86a7-d7f0-7a82-000000000b7b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-21 07:30:26.047420 | fa163eb0-86a7-d7f0-7a82-000000000b7b | TIMING | create persistent directories | standalone | 0:02:35.974864 | 0.48s 2026-02-21 07:30:26.057564 | fa163eb0-86a7-d7f0-7a82-000000000b7b | TIMING | create persistent directories | standalone | 0:02:35.985008 | 0.49s 2026-02-21 07:30:26.074454 | fa163eb0-86a7-d7f0-7a82-000000000b7c | TASK | Copy in cleanup script 2026-02-21 07:30:26.513273 | fa163eb0-86a7-d7f0-7a82-000000000b7c | CHANGED | Copy in cleanup script | standalone 2026-02-21 07:30:26.514540 | fa163eb0-86a7-d7f0-7a82-000000000b7c | TIMING | Copy in cleanup script | standalone | 0:02:36.441983 | 0.44s 2026-02-21 07:30:26.537921 | fa163eb0-86a7-d7f0-7a82-000000000b7d | TASK | Copy in cleanup service 2026-02-21 07:30:26.975579 | fa163eb0-86a7-d7f0-7a82-000000000b7d | CHANGED | Copy in cleanup service | standalone 2026-02-21 07:30:26.976702 | fa163eb0-86a7-d7f0-7a82-000000000b7d | TIMING | Copy in cleanup service | standalone | 0:02:36.904150 | 0.44s 2026-02-21 07:30:26.997059 | fa163eb0-86a7-d7f0-7a82-000000000b7e | TASK | Enabling the cleanup service 2026-02-21 07:30:27.588767 | fa163eb0-86a7-d7f0-7a82-000000000b7e | CHANGED | Enabling the cleanup service | standalone 2026-02-21 07:30:27.589754 | fa163eb0-86a7-d7f0-7a82-000000000b7e | TIMING | Enabling the cleanup service | standalone | 0:02:37.517206 | 0.59s 2026-02-21 07:30:27.615928 | fa163eb0-86a7-d7f0-7a82-000000000b7f | TASK | create persistent directories 2026-02-21 07:30:27.867316 | fa163eb0-86a7-d7f0-7a82-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-21 07:30:27.870178 | fa163eb0-86a7-d7f0-7a82-000000000b7f | TIMING | create persistent directories | standalone | 0:02:37.797611 | 0.25s 2026-02-21 07:30:28.065068 | fa163eb0-86a7-d7f0-7a82-000000000b7f | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-21 07:30:28.066184 | fa163eb0-86a7-d7f0-7a82-000000000b7f | TIMING | create persistent directories | standalone | 0:02:37.993628 | 0.45s 2026-02-21 07:30:28.076455 | fa163eb0-86a7-d7f0-7a82-000000000b7f | TIMING | create persistent directories | standalone | 0:02:38.003890 | 0.46s 2026-02-21 07:30:28.100956 | fa163eb0-86a7-d7f0-7a82-000000000b80 | TASK | set conditions 2026-02-21 07:30:28.131965 | fa163eb0-86a7-d7f0-7a82-000000000b80 | OK | set conditions | standalone 2026-02-21 07:30:28.133191 | fa163eb0-86a7-d7f0-7a82-000000000b80 | TIMING | set conditions | standalone | 0:02:38.060635 | 0.03s 2026-02-21 07:30:28.185494 | fa163eb0-86a7-d7f0-7a82-000000000b81 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:38.112913 | 0.03s 2026-02-21 07:30:28.271038 | fa163eb0-86a7-d7f0-7a82-000000001256 | TASK | Gather variables for each operating system 2026-02-21 07:30:28.390232 | fa163eb0-86a7-d7f0-7a82-000000001256 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:38.317664 | 0.12s 2026-02-21 07:30:28.411565 | fa163eb0-86a7-d7f0-7a82-000000001257 | TASK | Set packages facts 2026-02-21 07:30:28.442104 | fa163eb0-86a7-d7f0-7a82-000000001257 | OK | Set packages facts | standalone 2026-02-21 07:30:28.443068 | fa163eb0-86a7-d7f0-7a82-000000001257 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:38.370517 | 0.03s 2026-02-21 07:30:28.463737 | fa163eb0-86a7-d7f0-7a82-000000001258 | TASK | Manage package 2026-02-21 07:30:28.511383 | fa163eb0-86a7-d7f0-7a82-000000001258 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-21 07:30:28.531746 | fa163eb0-86a7-d7f0-7a82-000000001258 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-21 07:30:28.549077 | fa163eb0-86a7-d7f0-7a82-000000001258 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-21 07:30:33.341047 | fa163eb0-86a7-d7f0-7a82-000000001258 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:43.268485 | 4.88s 2026-02-21 07:30:33.353327 | fa163eb0-86a7-d7f0-7a82-000000001258 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-21 07:30:33.359036 | fa163eb0-86a7-d7f0-7a82-000000001258 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:43.286480 | 4.89s 2026-02-21 07:30:33.391152 | fa163eb0-86a7-d7f0-7a82-000000000b82 | TASK | create fcontext for rabbitmq data 2026-02-21 07:30:34.685430 | fa163eb0-86a7-d7f0-7a82-000000000b82 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-21 07:30:34.687133 | fa163eb0-86a7-d7f0-7a82-000000000b82 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:44.614576 | 1.30s 2026-02-21 07:30:34.711759 | fa163eb0-86a7-d7f0-7a82-000000000b83 | TASK | create persistent directories 2026-02-21 07:30:34.957396 | fa163eb0-86a7-d7f0-7a82-000000000b83 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-21 07:30:34.958533 | fa163eb0-86a7-d7f0-7a82-000000000b83 | TIMING | create persistent directories | standalone | 0:02:44.885977 | 0.25s 2026-02-21 07:30:35.196088 | fa163eb0-86a7-d7f0-7a82-000000000b83 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-21 07:30:35.197812 | fa163eb0-86a7-d7f0-7a82-000000000b83 | TIMING | create persistent directories | standalone | 0:02:45.125257 | 0.48s 2026-02-21 07:30:35.208179 | fa163eb0-86a7-d7f0-7a82-000000000b83 | TIMING | create persistent directories | standalone | 0:02:45.135615 | 0.50s 2026-02-21 07:30:35.232301 | fa163eb0-86a7-d7f0-7a82-000000000b84 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-21 07:30:35.508782 | fa163eb0-86a7-d7f0-7a82-000000000b84 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-02-21 07:30:35.510187 | fa163eb0-86a7-d7f0-7a82-000000000b84 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:45.437629 | 0.28s 2026-02-21 07:30:35.533607 | fa163eb0-86a7-d7f0-7a82-000000000b85 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-21 07:30:35.562205 | fa163eb0-86a7-d7f0-7a82-000000000b85 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-21 07:30:35.563309 | fa163eb0-86a7-d7f0-7a82-000000000b85 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:45.490750 | 0.03s 2026-02-21 07:30:35.586833 | fa163eb0-86a7-d7f0-7a82-000000000b86 | TASK | Remove existing entries from logind conf 2026-02-21 07:30:35.811730 | fa163eb0-86a7-d7f0-7a82-000000000b86 | CHANGED | Remove existing entries from logind conf | standalone 2026-02-21 07:30:35.813148 | fa163eb0-86a7-d7f0-7a82-000000000b86 | TIMING | Remove existing entries from logind conf | standalone | 0:02:45.740592 | 0.22s 2026-02-21 07:30:35.836387 | fa163eb0-86a7-d7f0-7a82-000000000b87 | TASK | Make sure systemd-logind ignores power off 2026-02-21 07:30:36.024882 | fa163eb0-86a7-d7f0-7a82-000000000b87 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-21 07:30:36.026296 | fa163eb0-86a7-d7f0-7a82-000000000b87 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:45.953734 | 0.19s 2026-02-21 07:30:36.050231 | fa163eb0-86a7-d7f0-7a82-000000000b88 | TASK | Restart systemd-logind 2026-02-21 07:30:36.625277 | fa163eb0-86a7-d7f0-7a82-000000000b88 | CHANGED | Restart systemd-logind | standalone 2026-02-21 07:30:36.627484 | fa163eb0-86a7-d7f0-7a82-000000000b88 | TIMING | Restart systemd-logind | standalone | 0:02:46.554924 | 0.58s 2026-02-21 07:30:36.655081 | fa163eb0-86a7-d7f0-7a82-000000000b89 | 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-02-21 07:30:36.730183 | fa163eb0-86a7-d7f0-7a82-000000000b89 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-21 07:30:36.731653 | fa163eb0-86a7-d7f0-7a82-000000000b89 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:46.659091 | 0.07s 2026-02-21 07:30:36.755763 | fa163eb0-86a7-d7f0-7a82-000000000b8a | 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-02-21 07:30:36.827355 | fa163eb0-86a7-d7f0-7a82-000000000b8a | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-21 07:30:36.828469 | fa163eb0-86a7-d7f0-7a82-000000000b8a | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:46.755909 | 0.07s 2026-02-21 07:30:36.852761 | fa163eb0-86a7-d7f0-7a82-000000000b8b | TASK | create persistent logs directory 2026-02-21 07:30:37.122166 | fa163eb0-86a7-d7f0-7a82-000000000b8b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-21 07:30:37.124703 | fa163eb0-86a7-d7f0-7a82-000000000b8b | TIMING | create persistent logs directory | standalone | 0:02:47.052115 | 0.27s 2026-02-21 07:30:37.331705 | fa163eb0-86a7-d7f0-7a82-000000000b8b | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-21 07:30:37.332835 | fa163eb0-86a7-d7f0-7a82-000000000b8b | TIMING | create persistent logs directory | standalone | 0:02:47.260278 | 0.48s 2026-02-21 07:30:37.339580 | fa163eb0-86a7-d7f0-7a82-000000000b8b | TIMING | create persistent logs directory | standalone | 0:02:47.267025 | 0.49s 2026-02-21 07:30:37.363426 | fa163eb0-86a7-d7f0-7a82-000000000b8d | TASK | Set login facts 2026-02-21 07:30:37.391280 | fa163eb0-86a7-d7f0-7a82-000000000b8d | OK | Set login facts | standalone 2026-02-21 07:30:37.392514 | fa163eb0-86a7-d7f0-7a82-000000000b8d | TIMING | Set login facts | standalone | 0:02:47.319953 | 0.03s 2026-02-21 07:30:37.416008 | fa163eb0-86a7-d7f0-7a82-000000000b8e | TASK | Convert logins json to dict 2026-02-21 07:30:37.444774 | fa163eb0-86a7-d7f0-7a82-000000000b8e | SKIPPED | Convert logins json to dict | standalone 2026-02-21 07:30:37.445997 | fa163eb0-86a7-d7f0-7a82-000000000b8e | TIMING | Convert logins json to dict | standalone | 0:02:47.373438 | 0.03s 2026-02-21 07:30:37.469098 | fa163eb0-86a7-d7f0-7a82-000000000b8f | TASK | Set registry logins 2026-02-21 07:30:37.519265 | fa163eb0-86a7-d7f0-7a82-000000000b8f | SKIPPED | Set registry logins | standalone 2026-02-21 07:30:37.520718 | fa163eb0-86a7-d7f0-7a82-000000000b8f | TIMING | Set registry logins | standalone | 0:02:47.448124 | 0.05s 2026-02-21 07:30:37.547766 | fa163eb0-86a7-d7f0-7a82-000000000b90 | TASK | Run podman install 2026-02-21 07:30:37.568372 | fa163eb0-86a7-d7f0-7a82-000000000b90 | TIMING | Run podman install | standalone | 0:02:47.495798 | 0.02s 2026-02-21 07:30:37.650695 | fa163eb0-86a7-d7f0-7a82-000000001340 | TASK | Gather variables for each operating system 2026-02-21 07:30:37.799492 | fa163eb0-86a7-d7f0-7a82-000000001340 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-21 07:30:37.800853 | fa163eb0-86a7-d7f0-7a82-000000001340 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:47.728292 | 0.15s 2026-02-21 07:30:37.807095 | fa163eb0-86a7-d7f0-7a82-000000001340 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:47.734531 | 0.16s 2026-02-21 07:30:37.824449 | fa163eb0-86a7-d7f0-7a82-000000001342 | TASK | ensure podman and deps are installed 2026-02-21 07:30:40.888622 | fa163eb0-86a7-d7f0-7a82-000000001342 | OK | ensure podman and deps are installed | standalone 2026-02-21 07:30:40.889923 | fa163eb0-86a7-d7f0-7a82-000000001342 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:50.817369 | 3.06s 2026-02-21 07:30:40.912988 | fa163eb0-86a7-d7f0-7a82-000000001343 | TASK | Ensure we get the ansible interfaces facts 2026-02-21 07:30:41.516761 | fa163eb0-86a7-d7f0-7a82-000000001343 | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-21 07:30:41.518001 | fa163eb0-86a7-d7f0-7a82-000000001343 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:51.445444 | 0.60s 2026-02-21 07:30:41.542029 | fa163eb0-86a7-d7f0-7a82-000000001344 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-21 07:30:41.586271 | fa163eb0-86a7-d7f0-7a82-000000001344 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-21 07:30:41.587556 | fa163eb0-86a7-d7f0-7a82-000000001344 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:51.514999 | 0.04s 2026-02-21 07:30:41.613981 | fa163eb0-86a7-d7f0-7a82-000000001346 | TASK | Make sure /etc/cni/net.d folder exists 2026-02-21 07:30:41.654520 | fa163eb0-86a7-d7f0-7a82-000000001346 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-21 07:30:41.655888 | fa163eb0-86a7-d7f0-7a82-000000001346 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:51.583328 | 0.04s 2026-02-21 07:30:41.681582 | fa163eb0-86a7-d7f0-7a82-000000001347 | TASK | Update default network configuration if possible 2026-02-21 07:30:41.721242 | fa163eb0-86a7-d7f0-7a82-000000001347 | SKIPPED | Update default network configuration if possible | standalone 2026-02-21 07:30:41.722763 | fa163eb0-86a7-d7f0-7a82-000000001347 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:51.650203 | 0.04s 2026-02-21 07:30:41.748044 | fa163eb0-86a7-d7f0-7a82-000000001349 | TASK | Make sure /etc/containers/networks exists 2026-02-21 07:30:41.993021 | fa163eb0-86a7-d7f0-7a82-000000001349 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-21 07:30:41.994342 | fa163eb0-86a7-d7f0-7a82-000000001349 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:51.921787 | 0.24s 2026-02-21 07:30:42.020463 | fa163eb0-86a7-d7f0-7a82-00000000134a | TASK | Get current podman network 2026-02-21 07:30:42.275454 | fa163eb0-86a7-d7f0-7a82-00000000134a | CHANGED | Get current podman network | standalone 2026-02-21 07:30:42.276906 | fa163eb0-86a7-d7f0-7a82-00000000134a | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:52.204347 | 0.25s 2026-02-21 07:30:42.303882 | fa163eb0-86a7-d7f0-7a82-00000000134b | TASK | Update the default network configuration 2026-02-21 07:30:42.903044 | fa163eb0-86a7-d7f0-7a82-00000000134b | CHANGED | Update the default network configuration | standalone 2026-02-21 07:30:42.904811 | fa163eb0-86a7-d7f0-7a82-00000000134b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:52.832247 | 0.60s 2026-02-21 07:30:42.930896 | fa163eb0-86a7-d7f0-7a82-00000000134c | TASK | Write containers registries.conf 2026-02-21 07:30:43.509265 | fa163eb0-86a7-d7f0-7a82-00000000134c | CHANGED | Write containers registries.conf | standalone 2026-02-21 07:30:43.510724 | fa163eb0-86a7-d7f0-7a82-00000000134c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:53.438166 | 0.58s 2026-02-21 07:30:43.535830 | fa163eb0-86a7-d7f0-7a82-00000000134d | TASK | Write containers.conf 2026-02-21 07:30:43.772917 | fa163eb0-86a7-d7f0-7a82-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-21 07:30:43.774492 | fa163eb0-86a7-d7f0-7a82-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.701934 | 0.24s 2026-02-21 07:30:43.969477 | fa163eb0-86a7-d7f0-7a82-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-21 07:30:43.971148 | fa163eb0-86a7-d7f0-7a82-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:53.898592 | 0.43s 2026-02-21 07:30:44.140123 | fa163eb0-86a7-d7f0-7a82-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-21 07:30:44.141713 | fa163eb0-86a7-d7f0-7a82-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.069127 | 0.60s 2026-02-21 07:30:44.350562 | fa163eb0-86a7-d7f0-7a82-00000000134d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-21 07:30:44.351538 | fa163eb0-86a7-d7f0-7a82-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.278983 | 0.81s 2026-02-21 07:30:44.358754 | fa163eb0-86a7-d7f0-7a82-00000000134d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.286197 | 0.82s 2026-02-21 07:30:44.384031 | fa163eb0-86a7-d7f0-7a82-00000000134e | TASK | Enable podman.socket service 2026-02-21 07:30:44.414131 | fa163eb0-86a7-d7f0-7a82-00000000134e | SKIPPED | Enable podman.socket service | standalone 2026-02-21 07:30:44.415200 | fa163eb0-86a7-d7f0-7a82-00000000134e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:54.342643 | 0.03s 2026-02-21 07:30:44.461401 | fa163eb0-86a7-d7f0-7a82-000000000b91 | TASK | Run podman login 2026-02-21 07:30:44.488713 | fa163eb0-86a7-d7f0-7a82-000000000b91 | TIMING | Run podman login | standalone | 0:02:54.416119 | 0.03s 2026-02-21 07:30:44.566111 | fa163eb0-86a7-d7f0-7a82-00000000144e | TASK | Perform container registry login(s) with podman 2026-02-21 07:30:44.592232 | fa163eb0-86a7-d7f0-7a82-00000000144e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:54.519675 | 0.03s 2026-02-21 07:30:44.627875 | fa163eb0-86a7-d7f0-7a82-000000000b93 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-21 07:30:45.118176 | fa163eb0-86a7-d7f0-7a82-000000000b93 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-21 07:30:45.119509 | fa163eb0-86a7-d7f0-7a82-000000000b93 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:55.046953 | 0.49s 2026-02-21 07:30:45.142640 | fa163eb0-86a7-d7f0-7a82-000000000b94 | TASK | Ensure rsyslog is installed 2026-02-21 07:30:48.101441 | fa163eb0-86a7-d7f0-7a82-000000000b94 | OK | Ensure rsyslog is installed | standalone 2026-02-21 07:30:48.102728 | fa163eb0-86a7-d7f0-7a82-000000000b94 | TIMING | Ensure rsyslog is installed | standalone | 0:02:58.030171 | 2.96s 2026-02-21 07:30:48.126463 | fa163eb0-86a7-d7f0-7a82-000000000b95 | TASK | Ensure rsyslog is enabled and started 2026-02-21 07:30:48.517266 | fa163eb0-86a7-d7f0-7a82-000000000b95 | OK | Ensure rsyslog is enabled and started | standalone 2026-02-21 07:30:48.519449 | fa163eb0-86a7-d7f0-7a82-000000000b95 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:02:58.446891 | 0.39s 2026-02-21 07:30:48.563394 | fa163eb0-86a7-d7f0-7a82-000000000b96 | TIMING | include_role : tripleo_sshd | standalone | 0:02:58.490834 | 0.02s 2026-02-21 07:30:48.620154 | fa163eb0-86a7-d7f0-7a82-000000001557 | TASK | Gather variables for each operating system 2026-02-21 07:30:48.738302 | fa163eb0-86a7-d7f0-7a82-000000001557 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-21 07:30:48.739229 | fa163eb0-86a7-d7f0-7a82-000000001557 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:58.666676 | 0.12s 2026-02-21 07:30:48.743217 | fa163eb0-86a7-d7f0-7a82-000000001557 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:02:58.670659 | 0.12s 2026-02-21 07:30:48.768295 | fa163eb0-86a7-d7f0-7a82-000000001559 | TASK | Install the OpenSSH server 2026-02-21 07:30:51.735204 | fa163eb0-86a7-d7f0-7a82-000000001559 | OK | Install the OpenSSH server | standalone 2026-02-21 07:30:51.736548 | fa163eb0-86a7-d7f0-7a82-000000001559 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:01.663992 | 2.97s 2026-02-21 07:30:51.760949 | fa163eb0-86a7-d7f0-7a82-00000000155a | TASK | Start sshd 2026-02-21 07:30:51.805327 | fa163eb0-86a7-d7f0-7a82-00000000155a | SKIPPED | Start sshd | standalone 2026-02-21 07:30:51.806263 | fa163eb0-86a7-d7f0-7a82-00000000155a | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:01.733713 | 0.04s 2026-02-21 07:30:51.824326 | fa163eb0-86a7-d7f0-7a82-00000000155b | TASK | PasswordAuthentication notice 2026-02-21 07:30:51.851561 | fa163eb0-86a7-d7f0-7a82-00000000155b | 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-02-21 07:30:51.852555 | fa163eb0-86a7-d7f0-7a82-00000000155b | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:01.780003 | 0.03s 2026-02-21 07:30:51.870751 | fa163eb0-86a7-d7f0-7a82-00000000155c | TASK | PasswordAuthentication duplication notice 2026-02-21 07:30:51.907454 | fa163eb0-86a7-d7f0-7a82-00000000155c | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-21 07:30:51.908481 | fa163eb0-86a7-d7f0-7a82-00000000155c | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:01.835929 | 0.04s 2026-02-21 07:30:51.932527 | fa163eb0-86a7-d7f0-7a82-00000000155d | TASK | Motd duplication notice 2026-02-21 07:30:51.974258 | fa163eb0-86a7-d7f0-7a82-00000000155d | 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-02-21 07:30:51.975271 | fa163eb0-86a7-d7f0-7a82-00000000155d | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:01.902719 | 0.04s 2026-02-21 07:30:51.998756 | fa163eb0-86a7-d7f0-7a82-00000000155e | TASK | Configure the banner text 2026-02-21 07:30:52.029537 | fa163eb0-86a7-d7f0-7a82-00000000155e | SKIPPED | Configure the banner text | standalone 2026-02-21 07:30:52.030897 | fa163eb0-86a7-d7f0-7a82-00000000155e | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:01.958338 | 0.03s 2026-02-21 07:30:52.055806 | fa163eb0-86a7-d7f0-7a82-00000000155f | TASK | Configure the motd banner 2026-02-21 07:30:52.084456 | fa163eb0-86a7-d7f0-7a82-00000000155f | SKIPPED | Configure the motd banner | standalone 2026-02-21 07:30:52.085636 | fa163eb0-86a7-d7f0-7a82-00000000155f | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:02.013079 | 0.03s 2026-02-21 07:30:52.106317 | fa163eb0-86a7-d7f0-7a82-000000001560 | TASK | Update sshd configuration options from vars 2026-02-21 07:30:52.132792 | fa163eb0-86a7-d7f0-7a82-000000001560 | OK | Update sshd configuration options from vars | standalone 2026-02-21 07:30:52.133554 | fa163eb0-86a7-d7f0-7a82-000000001560 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:02.061004 | 0.03s 2026-02-21 07:30:52.152959 | fa163eb0-86a7-d7f0-7a82-000000001561 | TASK | Adjust ssh server configuration 2026-02-21 07:30:52.668614 | fa163eb0-86a7-d7f0-7a82-000000001561 | CHANGED | Adjust ssh server configuration | standalone 2026-02-21 07:30:52.669636 | fa163eb0-86a7-d7f0-7a82-000000001561 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:02.597081 | 0.52s 2026-02-21 07:30:52.689087 | fa163eb0-86a7-d7f0-7a82-000000001562 | TASK | Restart sshd 2026-02-21 07:30:53.060003 | fa163eb0-86a7-d7f0-7a82-000000001562 | CHANGED | Restart sshd | standalone 2026-02-21 07:30:53.061938 | fa163eb0-86a7-d7f0-7a82-000000001562 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:02.989380 | 0.37s 2026-02-21 07:30:53.109134 | fa163eb0-86a7-d7f0-7a82-000000000b97 | TASK | create persistent directories 2026-02-21 07:30:53.381978 | fa163eb0-86a7-d7f0-7a82-000000000b97 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-21 07:30:53.383449 | fa163eb0-86a7-d7f0-7a82-000000000b97 | TIMING | create persistent directories | standalone | 0:03:03.310891 | 0.27s 2026-02-21 07:30:53.602236 | fa163eb0-86a7-d7f0-7a82-000000000b97 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-21 07:30:53.604009 | fa163eb0-86a7-d7f0-7a82-000000000b97 | TIMING | create persistent directories | standalone | 0:03:03.531453 | 0.49s 2026-02-21 07:30:53.796941 | fa163eb0-86a7-d7f0-7a82-000000000b97 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-21 07:30:53.798767 | fa163eb0-86a7-d7f0-7a82-000000000b97 | TIMING | create persistent directories | standalone | 0:03:03.726212 | 0.69s 2026-02-21 07:30:53.809949 | fa163eb0-86a7-d7f0-7a82-000000000b97 | TIMING | create persistent directories | standalone | 0:03:03.737385 | 0.70s 2026-02-21 07:30:53.835588 | fa163eb0-86a7-d7f0-7a82-000000000b98 | TASK | create persistent directories 2026-02-21 07:30:54.052053 | fa163eb0-86a7-d7f0-7a82-000000000b98 | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-21 07:30:54.053275 | fa163eb0-86a7-d7f0-7a82-000000000b98 | TIMING | create persistent directories | standalone | 0:03:03.980722 | 0.22s 2026-02-21 07:30:54.274831 | fa163eb0-86a7-d7f0-7a82-000000000b98 | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-21 07:30:54.275553 | fa163eb0-86a7-d7f0-7a82-000000000b98 | TIMING | create persistent directories | standalone | 0:03:04.203005 | 0.44s 2026-02-21 07:30:54.454506 | fa163eb0-86a7-d7f0-7a82-000000000b98 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-21 07:30:54.455343 | fa163eb0-86a7-d7f0-7a82-000000000b98 | TIMING | create persistent directories | standalone | 0:03:04.382792 | 0.62s 2026-02-21 07:30:54.461881 | fa163eb0-86a7-d7f0-7a82-000000000b98 | TIMING | create persistent directories | standalone | 0:03:04.389316 | 0.62s 2026-02-21 07:30:54.486560 | fa163eb0-86a7-d7f0-7a82-000000000b99 | TASK | Set swift_use_local_disks fact 2026-02-21 07:30:54.515475 | fa163eb0-86a7-d7f0-7a82-000000000b99 | OK | Set swift_use_local_disks fact | standalone 2026-02-21 07:30:54.516761 | fa163eb0-86a7-d7f0-7a82-000000000b99 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:04.444204 | 0.03s 2026-02-21 07:30:54.540416 | fa163eb0-86a7-d7f0-7a82-000000000b9a | TASK | Set use_node_data_lookup fact 2026-02-21 07:30:54.561065 | fa163eb0-86a7-d7f0-7a82-000000000b9a | OK | Set use_node_data_lookup fact | standalone 2026-02-21 07:30:54.562279 | fa163eb0-86a7-d7f0-7a82-000000000b9a | TIMING | Set use_node_data_lookup fact | standalone | 0:03:04.489722 | 0.02s 2026-02-21 07:30:54.586359 | fa163eb0-86a7-d7f0-7a82-000000000b9b | TASK | Create Swift d1 directory if needed 2026-02-21 07:30:54.819046 | fa163eb0-86a7-d7f0-7a82-000000000b9b | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-21 07:30:54.820369 | fa163eb0-86a7-d7f0-7a82-000000000b9b | TIMING | Create Swift d1 directory if needed | standalone | 0:03:04.747813 | 0.23s 2026-02-21 07:30:54.844184 | fa163eb0-86a7-d7f0-7a82-000000000b9c | TASK | Set fact for SwiftRawDisks 2026-02-21 07:30:54.883004 | fa163eb0-86a7-d7f0-7a82-000000000b9c | OK | Set fact for SwiftRawDisks | standalone 2026-02-21 07:30:54.884081 | fa163eb0-86a7-d7f0-7a82-000000000b9c | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:04.811525 | 0.04s 2026-02-21 07:30:54.907391 | fa163eb0-86a7-d7f0-7a82-000000000b9d | TASK | Get hiera swift::storage::disks::args 2026-02-21 07:30:54.936997 | fa163eb0-86a7-d7f0-7a82-000000000b9d | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-21 07:30:54.938375 | fa163eb0-86a7-d7f0-7a82-000000000b9d | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:04.865816 | 0.03s 2026-02-21 07:30:54.963203 | fa163eb0-86a7-d7f0-7a82-000000000b9e | TASK | Set fact for swift_raw_disks 2026-02-21 07:30:54.991407 | fa163eb0-86a7-d7f0-7a82-000000000b9e | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-21 07:30:54.992642 | fa163eb0-86a7-d7f0-7a82-000000000b9e | TIMING | Set fact for swift_raw_disks | standalone | 0:03:04.920057 | 0.03s 2026-02-21 07:30:55.017283 | fa163eb0-86a7-d7f0-7a82-000000000b9f | TASK | Format SwiftRawDisks 2026-02-21 07:30:55.036217 | fa163eb0-86a7-d7f0-7a82-000000000b9f | TIMING | Format SwiftRawDisks | standalone | 0:03:04.963650 | 0.02s 2026-02-21 07:30:55.061130 | fa163eb0-86a7-d7f0-7a82-000000000ba0 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-21 07:30:55.090155 | fa163eb0-86a7-d7f0-7a82-000000000ba0 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-21 07:30:55.091287 | fa163eb0-86a7-d7f0-7a82-000000000ba0 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:05.018729 | 0.03s 2026-02-21 07:30:55.116972 | fa163eb0-86a7-d7f0-7a82-000000000ba1 | TASK | Mount devices defined in SwiftRawDisks 2026-02-21 07:30:55.136969 | fa163eb0-86a7-d7f0-7a82-000000000ba1 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:05.064398 | 0.02s 2026-02-21 07:30:55.161797 | fa163eb0-86a7-d7f0-7a82-000000000ba2 | TASK | Check for NTP service 2026-02-21 07:30:55.372750 | fa163eb0-86a7-d7f0-7a82-000000000ba2 | CHANGED | Check for NTP service | standalone 2026-02-21 07:30:55.374156 | fa163eb0-86a7-d7f0-7a82-000000000ba2 | TIMING | Check for NTP service | standalone | 0:03:05.301599 | 0.21s 2026-02-21 07:30:55.398044 | fa163eb0-86a7-d7f0-7a82-000000000ba3 | TASK | Disable NTP before configuring Chrony 2026-02-21 07:30:55.436829 | fa163eb0-86a7-d7f0-7a82-000000000ba3 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-21 07:30:55.438033 | fa163eb0-86a7-d7f0-7a82-000000000ba3 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:05.365475 | 0.04s 2026-02-21 07:30:55.462102 | fa163eb0-86a7-d7f0-7a82-000000000ba4 | TASK | Install, Configure and Run Chrony 2026-02-21 07:30:55.489940 | fa163eb0-86a7-d7f0-7a82-000000000ba4 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:05.417367 | 0.03s 2026-02-21 07:30:55.586377 | fa163eb0-86a7-d7f0-7a82-0000000016e3 | TASK | Load distro-specific variables 2026-02-21 07:30:55.611348 | fa163eb0-86a7-d7f0-7a82-0000000016e3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.538795 | 0.02s 2026-02-21 07:30:55.619000 | 378c9b2f-4526-40fb-a139-fd7f05dbe319 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-21 07:30:55.639583 | fa163eb0-86a7-d7f0-7a82-0000000017c0 | TASK | Load distro-specific variables 2026-02-21 07:30:55.679074 | fa163eb0-86a7-d7f0-7a82-0000000017c0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-21 07:30:55.680817 | fa163eb0-86a7-d7f0-7a82-0000000017c0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.608256 | 0.04s 2026-02-21 07:30:55.690790 | fa163eb0-86a7-d7f0-7a82-0000000017c0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.618231 | 0.05s 2026-02-21 07:30:55.715977 | fa163eb0-86a7-d7f0-7a82-0000000016e4 | TASK | Install chronyd 2026-02-21 07:30:55.746353 | fa163eb0-86a7-d7f0-7a82-0000000016e4 | TIMING | chrony : Install chronyd | standalone | 0:03:05.673771 | 0.03s 2026-02-21 07:30:55.774341 | 0c0e3ff2-645f-4b72-b8a1-e1c3ab4bbb44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-21 07:30:55.816719 | fa163eb0-86a7-d7f0-7a82-0000000017f9 | TASK | Load distro-specific variables 2026-02-21 07:30:55.843926 | fa163eb0-86a7-d7f0-7a82-0000000017f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.771355 | 0.03s 2026-02-21 07:30:55.854988 | 3bd69626-c982-440c-ac81-071f1233b306 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-21 07:30:55.880055 | fa163eb0-86a7-d7f0-7a82-000000001840 | TASK | Load distro-specific variables 2026-02-21 07:30:55.936719 | fa163eb0-86a7-d7f0-7a82-000000001840 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-21 07:30:55.939080 | fa163eb0-86a7-d7f0-7a82-000000001840 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.866517 | 0.06s 2026-02-21 07:30:55.949772 | fa163eb0-86a7-d7f0-7a82-000000001840 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:05.877208 | 0.07s 2026-02-21 07:30:55.974329 | fa163eb0-86a7-d7f0-7a82-0000000017fa | TASK | Check for NTP service 2026-02-21 07:30:56.231310 | fa163eb0-86a7-d7f0-7a82-0000000017fa | CHANGED | Check for NTP service | standalone 2026-02-21 07:30:56.232752 | fa163eb0-86a7-d7f0-7a82-0000000017fa | TIMING | chrony : Check for NTP service | standalone | 0:03:06.160194 | 0.26s 2026-02-21 07:30:56.258860 | fa163eb0-86a7-d7f0-7a82-0000000017fb | TASK | Disable NTP before configuring Chrony 2026-02-21 07:30:56.311460 | fa163eb0-86a7-d7f0-7a82-0000000017fb | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-21 07:30:56.313011 | fa163eb0-86a7-d7f0-7a82-0000000017fb | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:06.240447 | 0.05s 2026-02-21 07:30:56.337363 | fa163eb0-86a7-d7f0-7a82-0000000017fc | TASK | Install chronyd package 2026-02-21 07:30:59.309008 | fa163eb0-86a7-d7f0-7a82-0000000017fc | OK | Install chronyd package | standalone 2026-02-21 07:30:59.310343 | fa163eb0-86a7-d7f0-7a82-0000000017fc | TIMING | chrony : Install chronyd package | standalone | 0:03:09.237786 | 2.97s 2026-02-21 07:30:59.334957 | fa163eb0-86a7-d7f0-7a82-0000000016e5 | TASK | Upgrade chronyd 2026-02-21 07:30:59.357210 | fa163eb0-86a7-d7f0-7a82-0000000016e5 | SKIPPED | Upgrade chronyd | standalone 2026-02-21 07:30:59.358426 | fa163eb0-86a7-d7f0-7a82-0000000016e5 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:09.285862 | 0.02s 2026-02-21 07:30:59.383263 | fa163eb0-86a7-d7f0-7a82-0000000016e6 | TASK | Configure chronyd 2026-02-21 07:30:59.411290 | fa163eb0-86a7-d7f0-7a82-0000000016e6 | TIMING | chrony : Configure chronyd | standalone | 0:03:09.338717 | 0.03s 2026-02-21 07:30:59.431355 | 91faf619-f85f-44d7-8cac-33524243367b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-21 07:30:59.470617 | fa163eb0-86a7-d7f0-7a82-000000001879 | TASK | Load distro-specific variables 2026-02-21 07:30:59.489901 | fa163eb0-86a7-d7f0-7a82-000000001879 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.417334 | 0.02s 2026-02-21 07:30:59.501535 | cff8f844-23e8-45ad-9b50-7e995b853c34 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-21 07:30:59.525268 | fa163eb0-86a7-d7f0-7a82-0000000018e5 | TASK | Load distro-specific variables 2026-02-21 07:30:59.560896 | fa163eb0-86a7-d7f0-7a82-0000000018e5 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-21 07:30:59.562834 | fa163eb0-86a7-d7f0-7a82-0000000018e5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.490273 | 0.04s 2026-02-21 07:30:59.572718 | fa163eb0-86a7-d7f0-7a82-0000000018e5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:09.500122 | 0.05s 2026-02-21 07:30:59.592504 | fa163eb0-86a7-d7f0-7a82-00000000187a | TASK | Install chrony configuration file 2026-02-21 07:31:00.129266 | fa163eb0-86a7-d7f0-7a82-00000000187a | CHANGED | Install chrony configuration file | standalone 2026-02-21 07:31:00.130421 | fa163eb0-86a7-d7f0-7a82-00000000187a | TIMING | chrony : Install chrony configuration file | standalone | 0:03:10.057869 | 0.54s 2026-02-21 07:31:00.154105 | fa163eb0-86a7-d7f0-7a82-0000000016e7 | TASK | Run chronyd 2026-02-21 07:31:00.185515 | fa163eb0-86a7-d7f0-7a82-0000000016e7 | TIMING | chrony : Run chronyd | standalone | 0:03:10.112942 | 0.03s 2026-02-21 07:31:00.205578 | 7041bbb8-ee73-4387-9057-94cc39288e3e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-21 07:31:00.247564 | fa163eb0-86a7-d7f0-7a82-000000001908 | TASK | Load distro-specific variables 2026-02-21 07:31:00.273992 | fa163eb0-86a7-d7f0-7a82-000000001908 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.201428 | 0.03s 2026-02-21 07:31:00.284753 | 4f6599af-becb-4f6a-9f3f-babc3162bb9e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-21 07:31:00.309459 | fa163eb0-86a7-d7f0-7a82-00000000198c | TASK | Load distro-specific variables 2026-02-21 07:31:00.366236 | fa163eb0-86a7-d7f0-7a82-00000000198c | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-21 07:31:00.367146 | fa163eb0-86a7-d7f0-7a82-00000000198c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.294594 | 0.06s 2026-02-21 07:31:00.379459 | fa163eb0-86a7-d7f0-7a82-00000000198c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.306893 | 0.07s 2026-02-21 07:31:00.404550 | fa163eb0-86a7-d7f0-7a82-000000001909 | TASK | Ensure chronyd is running 2026-02-21 07:31:00.798473 | fa163eb0-86a7-d7f0-7a82-000000001909 | OK | Ensure chronyd is running | standalone 2026-02-21 07:31:00.800334 | fa163eb0-86a7-d7f0-7a82-000000001909 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:10.727766 | 0.39s 2026-02-21 07:31:00.825985 | fa163eb0-86a7-d7f0-7a82-00000000190a | TASK | Force chronyd restart 2026-02-21 07:31:01.330396 | fa163eb0-86a7-d7f0-7a82-00000000190a | CHANGED | Force chronyd restart | standalone 2026-02-21 07:31:01.332596 | fa163eb0-86a7-d7f0-7a82-00000000190a | TIMING | chrony : Force chronyd restart | standalone | 0:03:11.260036 | 0.51s 2026-02-21 07:31:01.358704 | fa163eb0-86a7-d7f0-7a82-0000000016e8 | TASK | Enable online service 2026-02-21 07:31:01.389418 | fa163eb0-86a7-d7f0-7a82-0000000016e8 | TIMING | chrony : Enable online service | standalone | 0:03:11.316846 | 0.03s 2026-02-21 07:31:01.408900 | 6ce5d5f0-57db-48c1-9aae-a369a75a7fdd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-21 07:31:01.455315 | fa163eb0-86a7-d7f0-7a82-0000000019b9 | TASK | Create chrony-online.service unit file 2026-02-21 07:31:01.890657 | fa163eb0-86a7-d7f0-7a82-0000000019b9 | CHANGED | Create chrony-online.service unit file | standalone 2026-02-21 07:31:01.891959 | fa163eb0-86a7-d7f0-7a82-0000000019b9 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:11.819399 | 0.44s 2026-02-21 07:31:01.917195 | fa163eb0-86a7-d7f0-7a82-0000000019ba | TASK | Enable chrony-online.service 2026-02-21 07:31:02.722893 | fa163eb0-86a7-d7f0-7a82-0000000019ba | CHANGED | Enable chrony-online.service | standalone 2026-02-21 07:31:02.724772 | fa163eb0-86a7-d7f0-7a82-0000000019ba | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:12.652216 | 0.81s 2026-02-21 07:31:02.749961 | fa163eb0-86a7-d7f0-7a82-0000000016e9 | TASK | Sync chronyc 2026-02-21 07:31:02.788933 | fa163eb0-86a7-d7f0-7a82-0000000016e9 | TIMING | chrony : Sync chronyc | standalone | 0:03:12.716367 | 0.04s 2026-02-21 07:31:02.802802 | f6dbef09-bfd9-4777-83f6-c403be4310b0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-21 07:31:02.847826 | fa163eb0-86a7-d7f0-7a82-000000001a5f | TASK | Force NTP sync 2026-02-21 07:31:03.101931 | fa163eb0-86a7-d7f0-7a82-000000001a5f | CHANGED | Force NTP sync | standalone 2026-02-21 07:31:03.103394 | fa163eb0-86a7-d7f0-7a82-000000001a5f | TIMING | chrony : Force NTP sync | standalone | 0:03:13.030837 | 0.25s 2026-02-21 07:31:03.129950 | fa163eb0-86a7-d7f0-7a82-000000001a60 | TASK | Ensure system is NTP time synced 2026-02-21 07:31:13.394888 | fa163eb0-86a7-d7f0-7a82-000000001a60 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-21 07:31:13.396742 | fa163eb0-86a7-d7f0-7a82-000000001a60 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:23.324181 | 10.27s 2026-02-21 07:31:13.436536 | fa163eb0-86a7-d7f0-7a82-000000000ba5 | TASK | Force NTP sync 2026-02-21 07:31:13.668777 | fa163eb0-86a7-d7f0-7a82-000000000ba5 | CHANGED | Force NTP sync | standalone 2026-02-21 07:31:13.669734 | fa163eb0-86a7-d7f0-7a82-000000000ba5 | TIMING | Force NTP sync | standalone | 0:03:23.597184 | 0.23s 2026-02-21 07:31:13.685956 | fa163eb0-86a7-d7f0-7a82-000000000ba6 | TASK | Ensure system is NTP time synced 2026-02-21 07:31:13.915640 | fa163eb0-86a7-d7f0-7a82-000000000ba6 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-21 07:31:13.917087 | fa163eb0-86a7-d7f0-7a82-000000000ba6 | TIMING | Ensure system is NTP time synced | standalone | 0:03:23.844529 | 0.23s 2026-02-21 07:31:13.941999 | fa163eb0-86a7-d7f0-7a82-000000000ba7 | TASK | Run timezone role 2026-02-21 07:31:13.971342 | fa163eb0-86a7-d7f0-7a82-000000000ba7 | TIMING | Run timezone role | standalone | 0:03:23.898765 | 0.03s 2026-02-21 07:31:14.071608 | fa163eb0-86a7-d7f0-7a82-000000001c18 | TASK | Set timezone 2026-02-21 07:31:14.582403 | fa163eb0-86a7-d7f0-7a82-000000001c18 | OK | Set timezone | standalone 2026-02-21 07:31:14.584320 | fa163eb0-86a7-d7f0-7a82-000000001c18 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:24.511760 | 0.51s 2026-02-21 07:31:14.610066 | fa163eb0-86a7-d7f0-7a82-000000001c19 | TASK | Restart time services 2026-02-21 07:31:14.652960 | fa163eb0-86a7-d7f0-7a82-000000001c19 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-21 07:31:14.659743 | fa163eb0-86a7-d7f0-7a82-000000001c19 | SKIPPED | Restart time services | standalone | item=crond 2026-02-21 07:31:14.665976 | fa163eb0-86a7-d7f0-7a82-000000001c19 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:24.593402 | 0.05s 2026-02-21 07:31:14.713868 | fa163eb0-86a7-d7f0-7a82-000000000ba8 | TASK | install tmpwatch on the host 2026-02-21 07:31:17.774922 | fa163eb0-86a7-d7f0-7a82-000000000ba8 | OK | install tmpwatch on the host | standalone 2026-02-21 07:31:17.776207 | fa163eb0-86a7-d7f0-7a82-000000000ba8 | TIMING | install tmpwatch on the host | standalone | 0:03:27.703651 | 3.06s 2026-02-21 07:31:17.799775 | fa163eb0-86a7-d7f0-7a82-000000000ba9 | TASK | Notice - ctlplane subnet is set 2026-02-21 07:31:17.828920 | fa163eb0-86a7-d7f0-7a82-000000000ba9 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-21 07:31:17.830150 | fa163eb0-86a7-d7f0-7a82-000000000ba9 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:27.757593 | 0.03s 2026-02-21 07:31:17.882743 | fa163eb0-86a7-d7f0-7a82-000000000baa | TIMING | include_role : tuned | standalone | 0:03:27.810130 | 0.03s 2026-02-21 07:31:17.987907 | fa163eb0-86a7-d7f0-7a82-000000001e3c | TASK | Gather variables for each operating system 2026-02-21 07:31:18.103329 | fa163eb0-86a7-d7f0-7a82-000000001e3c | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-21 07:31:18.104015 | fa163eb0-86a7-d7f0-7a82-000000001e3c | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:28.031467 | 0.12s 2026-02-21 07:31:18.111591 | fa163eb0-86a7-d7f0-7a82-000000001e3c | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:28.039034 | 0.12s 2026-02-21 07:31:18.201874 | fa163eb0-86a7-d7f0-7a82-000000001e3d | TIMING | tuned : include_tasks | standalone | 0:03:28.129304 | 0.06s 2026-02-21 07:31:18.221858 | ea9a90ee-a8d1-428d-8cd1-78b12b279e5a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-21 07:31:18.248359 | fa163eb0-86a7-d7f0-7a82-000000001f65 | TASK | Check tuned package is installed 2026-02-21 07:31:18.520816 | fa163eb0-86a7-d7f0-7a82-000000001f65 | CHANGED | Check tuned package is installed | standalone 2026-02-21 07:31:18.522154 | fa163eb0-86a7-d7f0-7a82-000000001f65 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:28.449596 | 0.27s 2026-02-21 07:31:18.547817 | fa163eb0-86a7-d7f0-7a82-000000001f66 | TASK | Install tuned 2026-02-21 07:31:18.579035 | fa163eb0-86a7-d7f0-7a82-000000001f66 | SKIPPED | Install tuned | standalone 2026-02-21 07:31:18.580213 | fa163eb0-86a7-d7f0-7a82-000000001f66 | TIMING | tuned : Install tuned | standalone | 0:03:28.507656 | 0.03s 2026-02-21 07:31:18.604770 | fa163eb0-86a7-d7f0-7a82-000000001f67 | TASK | Restart tuned 2026-02-21 07:31:18.635752 | fa163eb0-86a7-d7f0-7a82-000000001f67 | SKIPPED | Restart tuned | standalone 2026-02-21 07:31:18.637022 | fa163eb0-86a7-d7f0-7a82-000000001f67 | TIMING | tuned : Restart tuned | standalone | 0:03:28.564462 | 0.03s 2026-02-21 07:31:18.661694 | fa163eb0-86a7-d7f0-7a82-000000001e3e | TASK | Check for tuned-adm 2026-02-21 07:31:18.893747 | fa163eb0-86a7-d7f0-7a82-000000001e3e | OK | Check for tuned-adm | standalone 2026-02-21 07:31:18.895134 | fa163eb0-86a7-d7f0-7a82-000000001e3e | TIMING | tuned : Check for tuned-adm | standalone | 0:03:28.822570 | 0.23s 2026-02-21 07:31:18.952181 | fa163eb0-86a7-d7f0-7a82-000000001e3f | TIMING | tuned : include_tasks | standalone | 0:03:28.879612 | 0.03s 2026-02-21 07:31:18.979181 | 6787ed0c-1643-421c-b625-54f473c8ffbf | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-21 07:31:19.012603 | fa163eb0-86a7-d7f0-7a82-000000001f92 | TASK | Ensure profile directory exists 2026-02-21 07:31:19.080905 | fa163eb0-86a7-d7f0-7a82-000000001f92 | SKIPPED | Ensure profile directory exists | standalone 2026-02-21 07:31:19.082290 | fa163eb0-86a7-d7f0-7a82-000000001f92 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:29.009723 | 0.07s 2026-02-21 07:31:19.108222 | fa163eb0-86a7-d7f0-7a82-000000001f93 | TASK | Create custom tuned profile 2026-02-21 07:31:19.181910 | fa163eb0-86a7-d7f0-7a82-000000001f93 | SKIPPED | Create custom tuned profile | standalone 2026-02-21 07:31:19.182738 | fa163eb0-86a7-d7f0-7a82-000000001f93 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:29.110186 | 0.07s 2026-02-21 07:31:19.207871 | fa163eb0-86a7-d7f0-7a82-000000001f94 | TASK | Check tuned active profile 2026-02-21 07:31:19.419257 | fa163eb0-86a7-d7f0-7a82-000000001f94 | OK | Check tuned active profile | standalone 2026-02-21 07:31:19.420001 | fa163eb0-86a7-d7f0-7a82-000000001f94 | TIMING | tuned : Check tuned active profile | standalone | 0:03:29.347452 | 0.21s 2026-02-21 07:31:19.437653 | fa163eb0-86a7-d7f0-7a82-000000001f95 | TASK | Check Tuned Configuration file exists 2026-02-21 07:31:19.676999 | fa163eb0-86a7-d7f0-7a82-000000001f95 | OK | Check Tuned Configuration file exists | standalone 2026-02-21 07:31:19.678168 | fa163eb0-86a7-d7f0-7a82-000000001f95 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:29.605610 | 0.24s 2026-02-21 07:31:19.702323 | fa163eb0-86a7-d7f0-7a82-000000001f96 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-21 07:31:19.765623 | fa163eb0-86a7-d7f0-7a82-000000001f96 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-21 07:31:19.766809 | fa163eb0-86a7-d7f0-7a82-000000001f96 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:29.694251 | 0.06s 2026-02-21 07:31:19.794770 | fa163eb0-86a7-d7f0-7a82-000000001f97 | TASK | Configure isolated cores for profile throughput-performance 2026-02-21 07:31:19.855453 | fa163eb0-86a7-d7f0-7a82-000000001f97 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-21 07:31:19.856607 | fa163eb0-86a7-d7f0-7a82-000000001f97 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:29.784049 | 0.06s 2026-02-21 07:31:19.881612 | fa163eb0-86a7-d7f0-7a82-000000001f98 | TASK | Enable tuned profile 2026-02-21 07:31:19.913035 | fa163eb0-86a7-d7f0-7a82-000000001f98 | SKIPPED | Enable tuned profile | standalone 2026-02-21 07:31:19.914219 | fa163eb0-86a7-d7f0-7a82-000000001f98 | TIMING | tuned : Enable tuned profile | standalone | 0:03:29.841661 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-21 07:31:20.085604 | fa163eb0-86a7-d7f0-7a82-0000000000ac | TASK | Overcloud container setup tasks 2026-02-21 07:31:20.112505 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000ac') missing from stats 2026-02-21 07:31:20.136880 | fa163eb0-86a7-d7f0-7a82-0000000000ad | TASK | Write config data 2026-02-21 07:31:20.235555 | fa163eb0-86a7-d7f0-7a82-0000000000ad | TIMING | Write config data | standalone | 0:03:30.162998 | 0.10s 2026-02-21 07:31:20.263354 | b3d72d55-e589-4f7f-ab64-a262e39f98a3 | INCLUDED | /root/standalone-ansible-l794r1lx/common_container_setup_tasks.yaml | standalone 2026-02-21 07:31:20.286998 | fa163eb0-86a7-d7f0-7a82-000000001ff6 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-21 07:31:20.519214 | fa163eb0-86a7-d7f0-7a82-000000001ff6 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-21 07:31:20.520791 | fa163eb0-86a7-d7f0-7a82-000000001ff6 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:30.448225 | 0.23s 2026-02-21 07:31:20.545306 | fa163eb0-86a7-d7f0-7a82-000000001ff7 | TASK | Create ContainerLogStdoutPath directory 2026-02-21 07:31:20.791218 | fa163eb0-86a7-d7f0-7a82-000000001ff7 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-21 07:31:20.792610 | fa163eb0-86a7-d7f0-7a82-000000001ff7 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:30.720053 | 0.25s 2026-02-21 07:31:20.817261 | fa163eb0-86a7-d7f0-7a82-000000001ff8 | TASK | Create /var/lib/tripleo-config directory 2026-02-21 07:31:21.039033 | fa163eb0-86a7-d7f0-7a82-000000001ff8 | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-21 07:31:21.040505 | fa163eb0-86a7-d7f0-7a82-000000001ff8 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:30.967948 | 0.22s 2026-02-21 07:31:21.064914 | fa163eb0-86a7-d7f0-7a82-000000001ff9 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-21 07:31:21.253126 | fa163eb0-86a7-d7f0-7a82-000000001ff9 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-21 07:31:21.254549 | fa163eb0-86a7-d7f0-7a82-000000001ff9 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:31.181988 | 0.19s 2026-02-21 07:31:21.278928 | fa163eb0-86a7-d7f0-7a82-000000001ffa | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-21 07:31:21.483764 | fa163eb0-86a7-d7f0-7a82-000000001ffa | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-21 07:31:21.485002 | fa163eb0-86a7-d7f0-7a82-000000001ffa | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:31.412446 | 0.20s 2026-02-21 07:31:21.505845 | fa163eb0-86a7-d7f0-7a82-000000001ffe | TASK | Create fcontext entry for container-config-scripts 2026-02-21 07:31:22.791455 | fa163eb0-86a7-d7f0-7a82-000000001ffe | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-21 07:31:22.793033 | fa163eb0-86a7-d7f0-7a82-000000001ffe | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:32.720476 | 1.29s 2026-02-21 07:31:22.815128 | fa163eb0-86a7-d7f0-7a82-000000001fff | TASK | Create /var/lib/container-config-scripts 2026-02-21 07:31:23.057338 | fa163eb0-86a7-d7f0-7a82-000000001fff | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-21 07:31:23.058247 | fa163eb0-86a7-d7f0-7a82-000000001fff | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:32.985698 | 0.24s 2026-02-21 07:31:23.075604 | fa163eb0-86a7-d7f0-7a82-000000002000 | TASK | Write container config scripts 2026-02-21 07:31:23.398906 | fa163eb0-86a7-d7f0-7a82-000000002000 | CHANGED | Write container config scripts | standalone 2026-02-21 07:31:23.399903 | fa163eb0-86a7-d7f0-7a82-000000002000 | TIMING | Write container config scripts | standalone | 0:03:33.327352 | 0.32s 2026-02-21 07:31:23.416780 | fa163eb0-86a7-d7f0-7a82-000000002001 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-21 07:31:23.812131 | fa163eb0-86a7-d7f0-7a82-000000002001 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-21 07:31:23.812984 | fa163eb0-86a7-d7f0-7a82-000000002001 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:33.740434 | 0.40s 2026-02-21 07:31:23.836785 | fa163eb0-86a7-d7f0-7a82-000000002002 | TASK | Generate startup configs files per step and per container 2026-02-21 07:31:24.434316 | fa163eb0-86a7-d7f0-7a82-000000002002 | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-21 07:31:24.441853 | fa163eb0-86a7-d7f0-7a82-000000002002 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:34.369295 | 0.60s 2026-02-21 07:31:24.478043 | fa163eb0-86a7-d7f0-7a82-000000002003 | TASK | Create /var/lib/kolla/config_files directory 2026-02-21 07:31:24.708823 | fa163eb0-86a7-d7f0-7a82-000000002003 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-21 07:31:24.710493 | fa163eb0-86a7-d7f0-7a82-000000002003 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:34.637933 | 0.23s 2026-02-21 07:31:24.731154 | fa163eb0-86a7-d7f0-7a82-000000002004 | TASK | Create /var/lib/config-data directory 2026-02-21 07:31:24.942879 | fa163eb0-86a7-d7f0-7a82-000000002004 | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-21 07:31:24.944064 | fa163eb0-86a7-d7f0-7a82-000000002004 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:34.871511 | 0.21s 2026-02-21 07:31:24.968439 | fa163eb0-86a7-d7f0-7a82-000000002005 | TASK | Write container config json files 2026-02-21 07:31:25.501841 | fa163eb0-86a7-d7f0-7a82-000000002005 | CHANGED | Write container config json files | standalone 2026-02-21 07:31:25.508183 | fa163eb0-86a7-d7f0-7a82-000000002005 | TIMING | Write container config json files | standalone | 0:03:35.435621 | 0.54s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-21 07:31:25.660257 | fa163eb0-86a7-d7f0-7a82-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-21 07:31:25.690302 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-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-02-21 07:31:25.759431 | fa163eb0-86a7-d7f0-7a82-0000000000b2 | TIMING | include_tasks | standalone | 0:03:35.686858 | 0.05s 2026-02-21 07:31:25.788861 | 3f1b1781-6620-40d8-ac76-2497a4b56415 | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-02-21 07:31:25.825848 | fa163eb0-86a7-d7f0-7a82-000000002039 | TASK | Get undercloud FQDN 2026-02-21 07:31:25.895818 | fa163eb0-86a7-d7f0-7a82-000000002039 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-000000002039') missing from stats 2026-02-21 07:31:25.956365 | fa163eb0-86a7-d7f0-7a82-00000000203a | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:35.883791 | 0.03s 2026-02-21 07:31:26.028778 | fa163eb0-86a7-d7f0-7a82-00000000205e | TASK | set main facts 2026-02-21 07:31:26.108123 | fa163eb0-86a7-d7f0-7a82-00000000205e | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-00000000205e') missing from stats 2026-02-21 07:31:26.159363 | fa163eb0-86a7-d7f0-7a82-00000000205f | TASK | get the default.conf file 2026-02-21 07:31:26.409486 | fa163eb0-86a7-d7f0-7a82-00000000205f | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-00000000205f') missing from stats 2026-02-21 07:31:26.455587 | fa163eb0-86a7-d7f0-7a82-000000002060 | TASK | set the principal 2026-02-21 07:31:26.537329 | fa163eb0-86a7-d7f0-7a82-000000002060 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-000000002060') missing from stats 2026-02-21 07:31:26.589369 | fa163eb0-86a7-d7f0-7a82-000000002062 | TASK | add new host with one-time password 2026-02-21 07:31:27.937724 | fa163eb0-86a7-d7f0-7a82-000000002062 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-000000002062') missing from stats 2026-02-21 07:31:27.979010 | fa163eb0-86a7-d7f0-7a82-000000002063 | TASK | set otp as a host fact 2026-02-21 07:31:28.018157 | fa163eb0-86a7-d7f0-7a82-000000002063 | SKIPPED | set otp as a host fact | standalone 2026-02-21 07:31:28.019415 | fa163eb0-86a7-d7f0-7a82-000000002063 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:37.946850 | 0.04s 2026-02-21 07:31:28.068702 | fa163eb0-86a7-d7f0-7a82-000000002065 | TASK | add required services using custom module 2026-02-21 07:31:31.853592 | fa163eb0-86a7-d7f0-7a82-000000002065 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb0-86a7-d7f0-7a82-000000002065') missing from stats 2026-02-21 07:31:31.931988 | fa163eb0-86a7-d7f0-7a82-00000000203c | TASK | check if default.conf exists 2026-02-21 07:31:32.163264 | fa163eb0-86a7-d7f0-7a82-00000000203c | OK | check if default.conf exists | standalone 2026-02-21 07:31:32.164771 | fa163eb0-86a7-d7f0-7a82-00000000203c | TIMING | check if default.conf exists | standalone | 0:03:42.092208 | 0.23s 2026-02-21 07:31:32.188388 | fa163eb0-86a7-d7f0-7a82-00000000203d | TASK | install openssl-perl 2026-02-21 07:31:32.217636 | fa163eb0-86a7-d7f0-7a82-00000000203d | SKIPPED | install openssl-perl | standalone 2026-02-21 07:31:32.218814 | fa163eb0-86a7-d7f0-7a82-00000000203d | TIMING | install openssl-perl | standalone | 0:03:42.146256 | 0.03s 2026-02-21 07:31:32.243657 | fa163eb0-86a7-d7f0-7a82-00000000203e | TASK | register as an ipa client 2026-02-21 07:31:32.274557 | fa163eb0-86a7-d7f0-7a82-00000000203e | SKIPPED | register as an ipa client | standalone 2026-02-21 07:31:32.275817 | fa163eb0-86a7-d7f0-7a82-00000000203e | TIMING | register as an ipa client | standalone | 0:03:42.203259 | 0.03s 2026-02-21 07:31:32.301775 | fa163eb0-86a7-d7f0-7a82-00000000203f | TASK | restart certmonger service 2026-02-21 07:31:32.332976 | fa163eb0-86a7-d7f0-7a82-00000000203f | SKIPPED | restart certmonger service | standalone 2026-02-21 07:31:32.334045 | fa163eb0-86a7-d7f0-7a82-00000000203f | TIMING | restart certmonger service | standalone | 0:03:42.261489 | 0.03s 2026-02-21 07:31:32.357446 | fa163eb0-86a7-d7f0-7a82-000000002040 | TASK | set discovered ipa realm 2026-02-21 07:31:32.389890 | fa163eb0-86a7-d7f0-7a82-000000002040 | OK | set discovered ipa realm | standalone 2026-02-21 07:31:32.391075 | fa163eb0-86a7-d7f0-7a82-000000002040 | TIMING | set discovered ipa realm | standalone | 0:03:42.318519 | 0.03s PLAY [External deployment step 1] ********************************************** 2026-02-21 07:31:32.534812 | fa163eb0-86a7-d7f0-7a82-0000000000b6 | TASK | External deployment step 1 2026-02-21 07:31:32.566579 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000b6') missing from stats 2026-02-21 07:31:32.627648 | fa163eb0-86a7-d7f0-7a82-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:42.555069 | 0.04s 2026-02-21 07:31:32.668348 | 9e916c86-e4bc-4915-91eb-4e3e39d1ae86 | INCLUDED | /root/standalone-ansible-l794r1lx/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-21 07:31:32.687351 | fa163eb0-86a7-d7f0-7a82-0000000020bb | TASK | Container image prepare 2026-02-21 07:31:33.712340 | fa163eb0-86a7-d7f0-7a82-0000000020bb | CHANGED | Container image prepare | undercloud 2026-02-21 07:31:33.714400 | fa163eb0-86a7-d7f0-7a82-0000000020bb | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:43.641843 | 1.03s 2026-02-21 07:31:33.800331 | fa163eb0-86a7-d7f0-7a82-0000000020c2 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:43.727764 | 0.05s 2026-02-21 07:31:33.842084 | fa163eb0-86a7-d7f0-7a82-0000000020e1 | TASK | get dns zones and entries to add 2026-02-21 07:31:33.883783 | fa163eb0-86a7-d7f0-7a82-0000000020e1 | OK | get dns zones and entries to add | undercloud 2026-02-21 07:31:33.885236 | fa163eb0-86a7-d7f0-7a82-0000000020e1 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:43.812677 | 0.04s 2026-02-21 07:31:33.964795 | fa163eb0-86a7-d7f0-7a82-0000000020e2 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "122.168.192.in-addr.arpa", "ctlplane.ooo.test", "tenant.ooo.test", "external.ooo.test", "internalapi.ooo.test", "storagemgmt.ooo.test", "storage.ooo.test", "0.17.172.in-addr.arpa", "0.21.172.in-addr.arpa", "0.20.172.in-addr.arpa", "ooo.test", "0.18.172.in-addr.arpa", "0.19.172.in-addr.arpa" ] } 2026-02-21 07:31:33.966080 | fa163eb0-86a7-d7f0-7a82-0000000020e2 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:43.893524 | 0.06s 2026-02-21 07:31:34.048334 | fa163eb0-86a7-d7f0-7a82-0000000020e3 | 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-02-21 07:31:34.050190 | fa163eb0-86a7-d7f0-7a82-0000000020e3 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:43.977633 | 0.06s 2026-02-21 07:31:34.069202 | fa163eb0-86a7-d7f0-7a82-0000000020e4 | TASK | add dns zones and records 2026-02-21 07:31:37.227870 | fa163eb0-86a7-d7f0-7a82-0000000020e4 | CHANGED | add dns zones and records | undercloud 2026-02-21 07:31:37.229553 | fa163eb0-86a7-d7f0-7a82-0000000020e4 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:47.156996 | 3.16s 2026-02-21 07:31:37.259535 | fa163eb0-86a7-d7f0-7a82-0000000020c4 | TASK | Create /etc/openstack directory if it does not exist 2026-02-21 07:31:37.520648 | fa163eb0-86a7-d7f0-7a82-0000000020c4 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-21 07:31:37.522612 | fa163eb0-86a7-d7f0-7a82-0000000020c4 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:47.450050 | 0.26s 2026-02-21 07:31:37.541100 | fa163eb0-86a7-d7f0-7a82-0000000020c5 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-21 07:31:37.583595 | fa163eb0-86a7-d7f0-7a82-0000000020c5 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:47.511009 | 0.04s 2026-02-21 07:31:37.632715 | fa163eb0-86a7-d7f0-7a82-000000002116 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-21 07:31:37.907751 | fa163eb0-86a7-d7f0-7a82-000000002116 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-21 07:31:37.909144 | fa163eb0-86a7-d7f0-7a82-000000002116 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:47.836587 | 0.27s 2026-02-21 07:31:37.926053 | fa163eb0-86a7-d7f0-7a82-000000002117 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-21 07:31:38.415606 | fa163eb0-86a7-d7f0-7a82-000000002117 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-21 07:31:38.417047 | fa163eb0-86a7-d7f0-7a82-000000002117 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:48.344490 | 0.49s 2026-02-21 07:31:38.436965 | fa163eb0-86a7-d7f0-7a82-000000002118 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-21 07:31:38.477632 | fa163eb0-86a7-d7f0-7a82-000000002118 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:48.405063 | 0.04s 2026-02-21 07:31:38.518424 | fa163eb0-86a7-d7f0-7a82-000000002152 | TASK | Check for a configured destination 2026-02-21 07:31:38.558661 | fa163eb0-86a7-d7f0-7a82-000000002152 | SKIPPED | Check for a configured destination | undercloud 2026-02-21 07:31:38.559992 | fa163eb0-86a7-d7f0-7a82-000000002152 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:48.487424 | 0.04s 2026-02-21 07:31:38.597585 | fa163eb0-86a7-d7f0-7a82-000000002153 | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-21 07:31:39.091987 | fa163eb0-86a7-d7f0-7a82-000000002153 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-21 07:31:39.093461 | fa163eb0-86a7-d7f0-7a82-000000002153 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:49.020902 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-21 07:31:39.255341 | fa163eb0-86a7-d7f0-7a82-0000000000ba | TASK | Deploy step tasks for 1 2026-02-21 07:31:39.282400 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000ba') missing from stats 2026-02-21 07:31:39.306415 | fa163eb0-86a7-d7f0-7a82-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-21 07:31:39.795615 | fa163eb0-86a7-d7f0-7a82-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-21 07:31:39.797055 | fa163eb0-86a7-d7f0-7a82-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:49.724498 | 0.49s 2026-02-21 07:31:39.820385 | fa163eb0-86a7-d7f0-7a82-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-21 07:31:40.057312 | fa163eb0-86a7-d7f0-7a82-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-21 07:31:40.058798 | fa163eb0-86a7-d7f0-7a82-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:49.986241 | 0.24s 2026-02-21 07:31:40.082960 | fa163eb0-86a7-d7f0-7a82-0000000000be | TASK | Write config data at the start of step 1 2026-02-21 07:31:40.159159 | fa163eb0-86a7-d7f0-7a82-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:50.086600 | 0.07s 2026-02-21 07:31:40.191400 | ab8ce469-31c9-4f7a-b576-5e9e2b24a0a2 | INCLUDED | /root/standalone-ansible-l794r1lx/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-21 07:31:40.214965 | fa163eb0-86a7-d7f0-7a82-000000002191 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-21 07:31:40.242392 | fa163eb0-86a7-d7f0-7a82-000000002191 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-21 07:31:40.243176 | fa163eb0-86a7-d7f0-7a82-000000002191 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:50.170624 | 0.03s 2026-02-21 07:31:40.261540 | fa163eb0-86a7-d7f0-7a82-000000002192 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-21 07:31:40.290407 | fa163eb0-86a7-d7f0-7a82-000000002192 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-21 07:31:40.291171 | fa163eb0-86a7-d7f0-7a82-000000002192 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:50.218621 | 0.03s 2026-02-21 07:31:40.314097 | fa163eb0-86a7-d7f0-7a82-000000002193 | TASK | Write the puppet step_config manifest 2026-02-21 07:31:40.806466 | fa163eb0-86a7-d7f0-7a82-000000002193 | CHANGED | Write the puppet step_config manifest | standalone 2026-02-21 07:31:40.807227 | fa163eb0-86a7-d7f0-7a82-000000002193 | TIMING | Write the puppet step_config manifest | standalone | 0:03:50.734678 | 0.49s 2026-02-21 07:31:40.823510 | fa163eb0-86a7-d7f0-7a82-000000002194 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-21 07:31:40.849550 | fa163eb0-86a7-d7f0-7a82-000000002194 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-21 07:31:40.850117 | fa163eb0-86a7-d7f0-7a82-000000002194 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:50.777569 | 0.03s 2026-02-21 07:31:40.876552 | fa163eb0-86a7-d7f0-7a82-000000002195 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-21 07:31:40.897222 | fa163eb0-86a7-d7f0-7a82-000000002195 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-21 07:31:40.898571 | fa163eb0-86a7-d7f0-7a82-000000002195 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:50.826011 | 0.02s 2026-02-21 07:31:40.923709 | fa163eb0-86a7-d7f0-7a82-000000002196 | TASK | Create /var/lib/container-puppet 2026-02-21 07:31:41.145610 | fa163eb0-86a7-d7f0-7a82-000000002196 | OK | Create /var/lib/container-puppet | standalone 2026-02-21 07:31:41.147021 | fa163eb0-86a7-d7f0-7a82-000000002196 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:51.074462 | 0.22s 2026-02-21 07:31:41.171284 | fa163eb0-86a7-d7f0-7a82-000000002197 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-21 07:31:41.202195 | fa163eb0-86a7-d7f0-7a82-000000002197 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-21 07:31:41.203287 | fa163eb0-86a7-d7f0-7a82-000000002197 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:51.130729 | 0.03s 2026-02-21 07:31:41.227165 | fa163eb0-86a7-d7f0-7a82-000000002198 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-21 07:31:41.257093 | fa163eb0-86a7-d7f0-7a82-000000002198 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-21 07:31:41.258192 | fa163eb0-86a7-d7f0-7a82-000000002198 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:51.185601 | 0.03s 2026-02-21 07:31:41.281644 | fa163eb0-86a7-d7f0-7a82-000000002199 | TASK | Write container-puppet.json file 2026-02-21 07:31:41.906076 | fa163eb0-86a7-d7f0-7a82-000000002199 | CHANGED | Write container-puppet.json file | standalone 2026-02-21 07:31:41.907200 | fa163eb0-86a7-d7f0-7a82-000000002199 | TIMING | Write container-puppet.json file | standalone | 0:03:51.834644 | 0.62s 2026-02-21 07:31:41.924578 | fa163eb0-86a7-d7f0-7a82-00000000219a | TASK | Diff container-puppet.json changes for check mode 2026-02-21 07:31:41.941587 | fa163eb0-86a7-d7f0-7a82-00000000219a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-21 07:31:41.943260 | fa163eb0-86a7-d7f0-7a82-00000000219a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:51.870699 | 0.02s 2026-02-21 07:31:41.967898 | fa163eb0-86a7-d7f0-7a82-00000000219b | TASK | Diff container-puppet.json changes for check mode 2026-02-21 07:31:41.996267 | fa163eb0-86a7-d7f0-7a82-00000000219b | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-21 07:31:41.997238 | fa163eb0-86a7-d7f0-7a82-00000000219b | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:51.924686 | 0.03s 2026-02-21 07:31:42.016172 | fa163eb0-86a7-d7f0-7a82-00000000219c | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-21 07:31:42.395493 | fa163eb0-86a7-d7f0-7a82-00000000219c | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-21 07:31:42.396783 | fa163eb0-86a7-d7f0-7a82-00000000219c | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:52.324225 | 0.38s 2026-02-21 07:31:42.419838 | fa163eb0-86a7-d7f0-7a82-00000000219d | TASK | Set host puppet debugging fact string 2026-02-21 07:31:42.452000 | fa163eb0-86a7-d7f0-7a82-00000000219d | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-21 07:31:42.453149 | fa163eb0-86a7-d7f0-7a82-00000000219d | TIMING | Set host puppet debugging fact string | standalone | 0:03:52.380586 | 0.03s 2026-02-21 07:31:42.477466 | fa163eb0-86a7-d7f0-7a82-00000000219e | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-21 07:31:42.507144 | fa163eb0-86a7-d7f0-7a82-00000000219e | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-21 07:31:42.508325 | fa163eb0-86a7-d7f0-7a82-00000000219e | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:52.435768 | 0.03s 2026-02-21 07:31:42.532319 | fa163eb0-86a7-d7f0-7a82-00000000219f | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-21 07:31:42.564113 | fa163eb0-86a7-d7f0-7a82-00000000219f | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-21 07:31:42.565186 | fa163eb0-86a7-d7f0-7a82-00000000219f | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:52.492629 | 0.03s 2026-02-21 07:31:42.590075 | fa163eb0-86a7-d7f0-7a82-0000000021a0 | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-21 07:31:42.621480 | fa163eb0-86a7-d7f0-7a82-0000000021a0 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-21 07:31:42.622802 | fa163eb0-86a7-d7f0-7a82-0000000021a0 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:52.550244 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:31:42.687752 | fa163eb0-86a7-d7f0-7a82-0000000000c0 | TIMING | include_tasks | standalone | 0:03:52.615185 | 0.04s 2026-02-21 07:31:42.838204 | 65ce959e-1c08-4602-a2c9-24bfcbd0fa5f | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-21 07:31:42.893772 | fa163eb0-86a7-d7f0-7a82-0000000021cb | TASK | Create dirs for certificates and keys 2026-02-21 07:31:43.191658 | fa163eb0-86a7-d7f0-7a82-0000000021cb | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-21 07:31:43.194611 | fa163eb0-86a7-d7f0-7a82-0000000021cb | TIMING | Create dirs for certificates and keys | standalone | 0:03:53.122047 | 0.30s 2026-02-21 07:31:43.435766 | fa163eb0-86a7-d7f0-7a82-0000000021cb | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-21 07:31:43.436889 | fa163eb0-86a7-d7f0-7a82-0000000021cb | TIMING | Create dirs for certificates and keys | standalone | 0:03:53.364332 | 0.54s 2026-02-21 07:31:43.444127 | fa163eb0-86a7-d7f0-7a82-0000000021cb | TIMING | Create dirs for certificates and keys | standalone | 0:03:53.371562 | 0.55s 2026-02-21 07:31:43.525021 | fa163eb0-86a7-d7f0-7a82-0000000021cc | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:53.452443 | 0.05s 2026-02-21 07:31:43.601450 | fa163eb0-86a7-d7f0-7a82-0000000022c7 | TASK | Set version specific variables 2026-02-21 07:31:43.654029 | fa163eb0-86a7-d7f0-7a82-0000000022c7 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:03:53.581467 | 0.05s 2026-02-21 07:31:43.666368 | f29192c0-eb8c-4b1c-a9fd-45a22f63c817 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:31:43.688332 | fa163eb0-86a7-d7f0-7a82-0000000022fa | TASK | Ensure ansible_facts used by role 2026-02-21 07:31:44.080241 | fa163eb0-86a7-d7f0-7a82-0000000022fa | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:31:44.081370 | fa163eb0-86a7-d7f0-7a82-0000000022fa | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:03:54.008817 | 0.39s 2026-02-21 07:31:44.101462 | fa163eb0-86a7-d7f0-7a82-0000000022fb | TASK | Set platform/version specific variables 2026-02-21 07:31:44.190660 | fa163eb0-86a7-d7f0-7a82-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:31:44.226365 | fa163eb0-86a7-d7f0-7a82-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:31:44.257412 | fa163eb0-86a7-d7f0-7a82-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:31:44.280316 | fa163eb0-86a7-d7f0-7a82-0000000022fb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:31:44.292389 | fa163eb0-86a7-d7f0-7a82-0000000022fb | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:03:54.219820 | 0.19s 2026-02-21 07:31:44.317331 | fa163eb0-86a7-d7f0-7a82-0000000022c8 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:31:47.395167 | fa163eb0-86a7-d7f0-7a82-0000000022c8 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:31:47.396764 | fa163eb0-86a7-d7f0-7a82-0000000022c8 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:03:57.324199 | 3.08s 2026-02-21 07:31:47.421708 | fa163eb0-86a7-d7f0-7a82-0000000022ca | TASK | Ensure provider packages are installed 2026-02-21 07:31:50.507353 | fa163eb0-86a7-d7f0-7a82-0000000022ca | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:00.434782 | 3.08s 2026-02-21 07:31:50.514543 | fa163eb0-86a7-d7f0-7a82-0000000022ca | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:00.441986 | 3.09s 2026-02-21 07:31:50.539767 | fa163eb0-86a7-d7f0-7a82-0000000022cc | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:31:50.839487 | fa163eb0-86a7-d7f0-7a82-0000000022cc | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:31:50.841642 | fa163eb0-86a7-d7f0-7a82-0000000022cc | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:00.769083 | 0.30s 2026-02-21 07:31:50.851759 | fa163eb0-86a7-d7f0-7a82-0000000022cc | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:00.779203 | 0.31s 2026-02-21 07:31:50.876484 | fa163eb0-86a7-d7f0-7a82-0000000022ce | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:31:51.156518 | fa163eb0-86a7-d7f0-7a82-0000000022ce | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:31:51.157988 | fa163eb0-86a7-d7f0-7a82-0000000022ce | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:01.085429 | 0.28s 2026-02-21 07:31:51.168027 | fa163eb0-86a7-d7f0-7a82-0000000022ce | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:01.095458 | 0.29s 2026-02-21 07:31:51.193099 | fa163eb0-86a7-d7f0-7a82-0000000022d0 | TASK | Ensure provider service is running 2026-02-21 07:31:51.973041 | fa163eb0-86a7-d7f0-7a82-0000000022d0 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:31:51.974284 | fa163eb0-86a7-d7f0-7a82-0000000022d0 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:01.901733 | 0.78s 2026-02-21 07:31:51.979595 | fa163eb0-86a7-d7f0-7a82-0000000022d0 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:01.907028 | 0.79s 2026-02-21 07:31:52.006995 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TASK | Ensure certificate requests 2026-02-21 07:31:54.148554 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | 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-02-21 07:31:54.150075 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:04.077515 | 2.14s 2026-02-21 07:31:55.488029 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | 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-02-21 07:31:55.489903 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:05.417354 | 3.48s 2026-02-21 07:31:57.055160 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | 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-02-21 07:31:57.057576 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:06.985011 | 5.05s 2026-02-21 07:31:58.995181 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | 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-02-21 07:31:58.997035 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:08.924484 | 6.99s 2026-02-21 07:32:00.531348 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | 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-02-21 07:32:00.533652 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:10.461094 | 8.52s 2026-02-21 07:32:00.545248 | fa163eb0-86a7-d7f0-7a82-0000000022d3 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:10.472686 | 8.54s 2026-02-21 07:32:00.598945 | fa163eb0-86a7-d7f0-7a82-0000000021d3 | TASK | Fail if container image is undefined 2026-02-21 07:32:00.661826 | fa163eb0-86a7-d7f0-7a82-0000000021d3 | SKIPPED | Fail if container image is undefined | standalone 2026-02-21 07:32:00.663069 | fa163eb0-86a7-d7f0-7a82-0000000021d3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.590510 | 0.06s 2026-02-21 07:32:00.700101 | fa163eb0-86a7-d7f0-7a82-0000000021d4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-21 07:32:14.938491 | fa163eb0-86a7-d7f0-7a82-0000000021d4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-21 07:32:14.940187 | fa163eb0-86a7-d7f0-7a82-0000000021d4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:24.867629 | 14.24s 2026-02-21 07:32:14.994391 | fa163eb0-86a7-d7f0-7a82-0000000021d5 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-21 07:32:15.331029 | fa163eb0-86a7-d7f0-7a82-0000000021d5 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-21 07:32:15.332906 | fa163eb0-86a7-d7f0-7a82-0000000021d5 | 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:25.260342 | 0.34s 2026-02-21 07:32:15.383888 | fa163eb0-86a7-d7f0-7a82-0000000021e4 | TASK | Fail if container image is undefined 2026-02-21 07:32:15.447634 | fa163eb0-86a7-d7f0-7a82-0000000021e4 | SKIPPED | Fail if container image is undefined | standalone 2026-02-21 07:32:15.448919 | fa163eb0-86a7-d7f0-7a82-0000000021e4 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.376362 | 0.06s 2026-02-21 07:32:15.492484 | fa163eb0-86a7-d7f0-7a82-0000000021e5 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-21 07:32:19.926781 | fa163eb0-86a7-d7f0-7a82-0000000021e5 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-21 07:32:19.928341 | fa163eb0-86a7-d7f0-7a82-0000000021e5 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:29.855783 | 4.43s 2026-02-21 07:32:19.984872 | fa163eb0-86a7-d7f0-7a82-0000000021e6 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-21 07:32:20.323555 | fa163eb0-86a7-d7f0-7a82-0000000021e6 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-21 07:32:20.324904 | fa163eb0-86a7-d7f0-7a82-0000000021e6 | 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:30.252344 | 0.34s 2026-02-21 07:32:20.371071 | fa163eb0-86a7-d7f0-7a82-0000000021f1 | TASK | Check if rsyslog exists 2026-02-21 07:32:20.595665 | fa163eb0-86a7-d7f0-7a82-0000000021f1 | CHANGED | Check if rsyslog exists | standalone 2026-02-21 07:32:20.597098 | fa163eb0-86a7-d7f0-7a82-0000000021f1 | TIMING | Check if rsyslog exists | standalone | 0:04:30.524540 | 0.22s 2026-02-21 07:32:20.621079 | fa163eb0-86a7-d7f0-7a82-0000000021f3 | TASK | Forward logging to haproxy.log file 2026-02-21 07:32:20.872274 | fa163eb0-86a7-d7f0-7a82-0000000021f3 | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-21 07:32:20.873590 | fa163eb0-86a7-d7f0-7a82-0000000021f3 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:30.801034 | 0.25s 2026-02-21 07:32:20.897795 | fa163eb0-86a7-d7f0-7a82-0000000021f4 | TASK | restart rsyslog service after logging conf change 2026-02-21 07:32:21.783138 | fa163eb0-86a7-d7f0-7a82-0000000021f4 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-21 07:32:21.784940 | fa163eb0-86a7-d7f0-7a82-0000000021f4 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:31.712382 | 0.89s 2026-02-21 07:32:21.812069 | fa163eb0-86a7-d7f0-7a82-0000000021fb | TASK | Fail if container image is undefined 2026-02-21 07:32:21.872214 | fa163eb0-86a7-d7f0-7a82-0000000021fb | SKIPPED | Fail if container image is undefined | standalone 2026-02-21 07:32:21.873448 | fa163eb0-86a7-d7f0-7a82-0000000021fb | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:31.800889 | 0.06s 2026-02-21 07:32:21.913453 | fa163eb0-86a7-d7f0-7a82-0000000021fc | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-21 07:32:26.835938 | fa163eb0-86a7-d7f0-7a82-0000000021fc | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-21 07:32:26.837665 | fa163eb0-86a7-d7f0-7a82-0000000021fc | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:36.765104 | 4.92s 2026-02-21 07:32:26.892490 | fa163eb0-86a7-d7f0-7a82-0000000021fd | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-21 07:32:27.263718 | fa163eb0-86a7-d7f0-7a82-0000000021fd | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-21 07:32:27.265622 | fa163eb0-86a7-d7f0-7a82-0000000021fd | 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:37.193058 | 0.37s 2026-02-21 07:32:27.315742 | fa163eb0-86a7-d7f0-7a82-000000002208 | TASK | make sure certmonger is installed 2026-02-21 07:32:30.343200 | fa163eb0-86a7-d7f0-7a82-000000002208 | OK | make sure certmonger is installed | standalone 2026-02-21 07:32:30.344582 | fa163eb0-86a7-d7f0-7a82-000000002208 | TIMING | make sure certmonger is installed | standalone | 0:04:40.272024 | 3.03s 2026-02-21 07:32:30.369370 | fa163eb0-86a7-d7f0-7a82-000000002209 | TASK | make sure certmonger service is started 2026-02-21 07:32:30.761896 | fa163eb0-86a7-d7f0-7a82-000000002209 | OK | make sure certmonger service is started | standalone 2026-02-21 07:32:30.764528 | fa163eb0-86a7-d7f0-7a82-000000002209 | TIMING | make sure certmonger service is started | standalone | 0:04:40.691969 | 0.39s 2026-02-21 07:32:30.790009 | fa163eb0-86a7-d7f0-7a82-00000000220a | TASK | Create dirs for certificates and keys 2026-02-21 07:32:31.036238 | fa163eb0-86a7-d7f0-7a82-00000000220a | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-02-21 07:32:31.037412 | fa163eb0-86a7-d7f0-7a82-00000000220a | TIMING | Create dirs for certificates and keys | standalone | 0:04:40.964858 | 0.25s 2026-02-21 07:32:31.209900 | fa163eb0-86a7-d7f0-7a82-00000000220a | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-02-21 07:32:31.211620 | fa163eb0-86a7-d7f0-7a82-00000000220a | TIMING | Create dirs for certificates and keys | standalone | 0:04:41.139063 | 0.42s 2026-02-21 07:32:31.222520 | fa163eb0-86a7-d7f0-7a82-00000000220a | TIMING | Create dirs for certificates and keys | standalone | 0:04:41.149953 | 0.43s 2026-02-21 07:32:31.247924 | fa163eb0-86a7-d7f0-7a82-00000000220b | TASK | Extract and trust certmonger's local CA 2026-02-21 07:32:32.459092 | fa163eb0-86a7-d7f0-7a82-00000000220b | CHANGED | Extract and trust certmonger's local CA | standalone 2026-02-21 07:32:32.460534 | fa163eb0-86a7-d7f0-7a82-00000000220b | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:42.387970 | 1.21s 2026-02-21 07:32:32.536948 | fa163eb0-86a7-d7f0-7a82-00000000220c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:42.464377 | 0.05s 2026-02-21 07:32:32.612386 | fa163eb0-86a7-d7f0-7a82-00000000237b | TASK | Set version specific variables 2026-02-21 07:32:32.662576 | fa163eb0-86a7-d7f0-7a82-00000000237b | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:42.590014 | 0.05s 2026-02-21 07:32:32.672506 | f206888c-bf4f-4b85-8138-816136544b5c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:32:32.696885 | fa163eb0-86a7-d7f0-7a82-0000000023ba | TASK | Ensure ansible_facts used by role 2026-02-21 07:32:33.088231 | fa163eb0-86a7-d7f0-7a82-0000000023ba | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:32:33.089795 | fa163eb0-86a7-d7f0-7a82-0000000023ba | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:43.017238 | 0.39s 2026-02-21 07:32:33.115915 | fa163eb0-86a7-d7f0-7a82-0000000023bb | TASK | Set platform/version specific variables 2026-02-21 07:32:33.189753 | fa163eb0-86a7-d7f0-7a82-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:32:33.208457 | fa163eb0-86a7-d7f0-7a82-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:32:33.226536 | fa163eb0-86a7-d7f0-7a82-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:32:33.240400 | fa163eb0-86a7-d7f0-7a82-0000000023bb | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:32:33.252645 | fa163eb0-86a7-d7f0-7a82-0000000023bb | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:43.180074 | 0.14s 2026-02-21 07:32:33.281430 | fa163eb0-86a7-d7f0-7a82-00000000237c | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:32:36.339127 | fa163eb0-86a7-d7f0-7a82-00000000237c | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:32:36.340528 | fa163eb0-86a7-d7f0-7a82-00000000237c | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:46.267971 | 3.06s 2026-02-21 07:32:36.364457 | fa163eb0-86a7-d7f0-7a82-00000000237e | TASK | Ensure provider packages are installed 2026-02-21 07:32:39.459978 | fa163eb0-86a7-d7f0-7a82-00000000237e | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:49.387407 | 3.09s 2026-02-21 07:32:39.466550 | fa163eb0-86a7-d7f0-7a82-00000000237e | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:49.393986 | 3.10s 2026-02-21 07:32:39.491234 | fa163eb0-86a7-d7f0-7a82-000000002380 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:32:39.770876 | fa163eb0-86a7-d7f0-7a82-000000002380 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:32:39.772211 | fa163eb0-86a7-d7f0-7a82-000000002380 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:49.699653 | 0.28s 2026-02-21 07:32:39.784741 | fa163eb0-86a7-d7f0-7a82-000000002380 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:49.712146 | 0.29s 2026-02-21 07:32:39.811369 | fa163eb0-86a7-d7f0-7a82-000000002382 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:32:40.115309 | fa163eb0-86a7-d7f0-7a82-000000002382 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:32:40.117432 | fa163eb0-86a7-d7f0-7a82-000000002382 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:50.044872 | 0.30s 2026-02-21 07:32:40.127389 | fa163eb0-86a7-d7f0-7a82-000000002382 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:50.054827 | 0.31s 2026-02-21 07:32:40.152585 | fa163eb0-86a7-d7f0-7a82-000000002384 | TASK | Ensure provider service is running 2026-02-21 07:32:40.588894 | fa163eb0-86a7-d7f0-7a82-000000002384 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:32:40.591285 | fa163eb0-86a7-d7f0-7a82-000000002384 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:50.518726 | 0.44s 2026-02-21 07:32:40.602532 | fa163eb0-86a7-d7f0-7a82-000000002384 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:50.529977 | 0.45s 2026-02-21 07:32:40.628529 | fa163eb0-86a7-d7f0-7a82-000000002387 | TASK | Ensure certificate requests 2026-02-21 07:32:42.404862 | fa163eb0-86a7-d7f0-7a82-000000002387 | 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-02-21 07:32:42.407024 | fa163eb0-86a7-d7f0-7a82-000000002387 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:52.334463 | 1.78s 2026-02-21 07:32:42.417394 | fa163eb0-86a7-d7f0-7a82-000000002387 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:52.344829 | 1.79s 2026-02-21 07:32:42.468874 | fa163eb0-86a7-d7f0-7a82-00000000220e | TASK | Create dirs for certificates and keys 2026-02-21 07:32:44.937775 | fa163eb0-86a7-d7f0-7a82-00000000220e | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-02-21 07:32:44.940315 | fa163eb0-86a7-d7f0-7a82-00000000220e | TIMING | Create dirs for certificates and keys | standalone | 0:04:54.867723 | 2.47s 2026-02-21 07:32:45.130665 | fa163eb0-86a7-d7f0-7a82-00000000220e | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-02-21 07:32:45.132868 | fa163eb0-86a7-d7f0-7a82-00000000220e | TIMING | Create dirs for certificates and keys | standalone | 0:04:55.060310 | 2.66s 2026-02-21 07:32:45.143243 | fa163eb0-86a7-d7f0-7a82-00000000220e | TIMING | Create dirs for certificates and keys | standalone | 0:04:55.070692 | 2.67s 2026-02-21 07:32:45.194861 | fa163eb0-86a7-d7f0-7a82-00000000220f | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:55.122294 | 0.03s 2026-02-21 07:32:45.254043 | fa163eb0-86a7-d7f0-7a82-000000002409 | TASK | Set version specific variables 2026-02-21 07:32:45.303457 | fa163eb0-86a7-d7f0-7a82-000000002409 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:55.230893 | 0.05s 2026-02-21 07:32:45.315905 | e0f34f30-0e3e-41d2-a2c4-5ea521e3e311 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:32:45.338567 | fa163eb0-86a7-d7f0-7a82-00000000243c | TASK | Ensure ansible_facts used by role 2026-02-21 07:32:45.736164 | fa163eb0-86a7-d7f0-7a82-00000000243c | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:32:45.737784 | fa163eb0-86a7-d7f0-7a82-00000000243c | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:55.665225 | 0.40s 2026-02-21 07:32:45.764547 | fa163eb0-86a7-d7f0-7a82-00000000243d | TASK | Set platform/version specific variables 2026-02-21 07:32:45.839375 | fa163eb0-86a7-d7f0-7a82-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:32:45.859551 | fa163eb0-86a7-d7f0-7a82-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:32:45.880420 | fa163eb0-86a7-d7f0-7a82-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:32:45.893952 | fa163eb0-86a7-d7f0-7a82-00000000243d | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:32:45.897951 | fa163eb0-86a7-d7f0-7a82-00000000243d | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:55.825384 | 0.13s 2026-02-21 07:32:45.923138 | fa163eb0-86a7-d7f0-7a82-00000000240a | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:32:48.978103 | fa163eb0-86a7-d7f0-7a82-00000000240a | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:32:48.979866 | fa163eb0-86a7-d7f0-7a82-00000000240a | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:58.907307 | 3.06s 2026-02-21 07:32:49.004460 | fa163eb0-86a7-d7f0-7a82-00000000240c | TASK | Ensure provider packages are installed 2026-02-21 07:32:52.212647 | fa163eb0-86a7-d7f0-7a82-00000000240c | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:02.140072 | 3.21s 2026-02-21 07:32:52.219798 | fa163eb0-86a7-d7f0-7a82-00000000240c | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:02.147232 | 3.21s 2026-02-21 07:32:52.245161 | fa163eb0-86a7-d7f0-7a82-00000000240e | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:32:52.521158 | fa163eb0-86a7-d7f0-7a82-00000000240e | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:32:52.523106 | fa163eb0-86a7-d7f0-7a82-00000000240e | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:02.450549 | 0.28s 2026-02-21 07:32:52.533715 | fa163eb0-86a7-d7f0-7a82-00000000240e | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:02.461133 | 0.29s 2026-02-21 07:32:52.558109 | fa163eb0-86a7-d7f0-7a82-000000002410 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:32:52.861846 | fa163eb0-86a7-d7f0-7a82-000000002410 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:32:52.863121 | fa163eb0-86a7-d7f0-7a82-000000002410 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:02.790563 | 0.30s 2026-02-21 07:32:52.874132 | fa163eb0-86a7-d7f0-7a82-000000002410 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:02.801587 | 0.31s 2026-02-21 07:32:52.890903 | fa163eb0-86a7-d7f0-7a82-000000002412 | TASK | Ensure provider service is running 2026-02-21 07:32:53.324836 | fa163eb0-86a7-d7f0-7a82-000000002412 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:32:53.327476 | fa163eb0-86a7-d7f0-7a82-000000002412 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:03.254916 | 0.44s 2026-02-21 07:32:53.337280 | fa163eb0-86a7-d7f0-7a82-000000002412 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:03.264721 | 0.45s 2026-02-21 07:32:53.357860 | fa163eb0-86a7-d7f0-7a82-000000002415 | TASK | Ensure certificate requests 2026-02-21 07:32:55.573937 | fa163eb0-86a7-d7f0-7a82-000000002415 | 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-02-21 07:32:55.575889 | fa163eb0-86a7-d7f0-7a82-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:05.503327 | 2.22s 2026-02-21 07:32:58.133764 | fa163eb0-86a7-d7f0-7a82-000000002415 | 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-02-21 07:32:58.135036 | fa163eb0-86a7-d7f0-7a82-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:08.062479 | 4.78s 2026-02-21 07:33:00.117209 | fa163eb0-86a7-d7f0-7a82-000000002415 | 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-02-21 07:33:00.119167 | fa163eb0-86a7-d7f0-7a82-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:10.046614 | 6.76s 2026-02-21 07:33:01.953863 | fa163eb0-86a7-d7f0-7a82-000000002415 | 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-02-21 07:33:01.956402 | fa163eb0-86a7-d7f0-7a82-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.883845 | 8.60s 2026-02-21 07:33:01.968090 | fa163eb0-86a7-d7f0-7a82-000000002415 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.895526 | 8.61s 2026-02-21 07:33:02.017092 | fa163eb0-86a7-d7f0-7a82-000000002211 | TASK | Run lvmfilter role 2026-02-21 07:33:02.067864 | fa163eb0-86a7-d7f0-7a82-000000002211 | TIMING | Run lvmfilter role | standalone | 0:05:11.995294 | 0.05s 2026-02-21 07:33:02.140145 | fa163eb0-86a7-d7f0-7a82-0000000024a9 | TASK | Check if lvm2 is installed 2026-02-21 07:33:02.381417 | fa163eb0-86a7-d7f0-7a82-0000000024a9 | CHANGED | Check if lvm2 is installed | standalone 2026-02-21 07:33:02.382734 | fa163eb0-86a7-d7f0-7a82-0000000024a9 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:12.310176 | 0.24s 2026-02-21 07:33:02.408150 | fa163eb0-86a7-d7f0-7a82-0000000024ab | TASK | collect ansible devices 2026-02-21 07:33:02.458055 | fa163eb0-86a7-d7f0-7a82-0000000024ab | SKIPPED | collect ansible devices | standalone 2026-02-21 07:33:02.459276 | fa163eb0-86a7-d7f0-7a82-0000000024ab | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:12.386717 | 0.05s 2026-02-21 07:33:02.484658 | fa163eb0-86a7-d7f0-7a82-0000000024ac | TASK | collect in-use lvm2 devices list 2026-02-21 07:33:02.535989 | fa163eb0-86a7-d7f0-7a82-0000000024ac | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-21 07:33:02.537422 | fa163eb0-86a7-d7f0-7a82-0000000024ac | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:12.464864 | 0.05s 2026-02-21 07:33:02.561654 | fa163eb0-86a7-d7f0-7a82-0000000024ad | TASK | set allowed_devices 2026-02-21 07:33:02.613599 | fa163eb0-86a7-d7f0-7a82-0000000024ad | SKIPPED | set allowed_devices | standalone 2026-02-21 07:33:02.615188 | fa163eb0-86a7-d7f0-7a82-0000000024ad | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:12.542626 | 0.05s 2026-02-21 07:33:02.640522 | fa163eb0-86a7-d7f0-7a82-0000000024ae | TASK | build lvm2 allow list 2026-02-21 07:33:02.692146 | fa163eb0-86a7-d7f0-7a82-0000000024ae | SKIPPED | build lvm2 allow list | standalone 2026-02-21 07:33:02.693456 | fa163eb0-86a7-d7f0-7a82-0000000024ae | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:12.620891 | 0.05s 2026-02-21 07:33:02.717892 | fa163eb0-86a7-d7f0-7a82-0000000024af | TASK | build lvm2 deny list 2026-02-21 07:33:02.769868 | fa163eb0-86a7-d7f0-7a82-0000000024af | SKIPPED | build lvm2 deny list | standalone 2026-02-21 07:33:02.771172 | fa163eb0-86a7-d7f0-7a82-0000000024af | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:12.698614 | 0.05s 2026-02-21 07:33:02.797642 | fa163eb0-86a7-d7f0-7a82-0000000024b0 | TASK | build lvm2 filter 2026-02-21 07:33:02.849145 | fa163eb0-86a7-d7f0-7a82-0000000024b0 | SKIPPED | build lvm2 filter | standalone 2026-02-21 07:33:02.850552 | fa163eb0-86a7-d7f0-7a82-0000000024b0 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:12.777993 | 0.05s 2026-02-21 07:33:02.878186 | fa163eb0-86a7-d7f0-7a82-0000000024b1 | TASK | regenerate lvm config 2026-02-21 07:33:02.929109 | fa163eb0-86a7-d7f0-7a82-0000000024b1 | SKIPPED | regenerate lvm config | standalone 2026-02-21 07:33:02.930453 | fa163eb0-86a7-d7f0-7a82-0000000024b1 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:12.857892 | 0.05s 2026-02-21 07:33:02.956145 | fa163eb0-86a7-d7f0-7a82-0000000024b2 | TASK | copy new lvm.conf in place 2026-02-21 07:33:03.007461 | fa163eb0-86a7-d7f0-7a82-0000000024b2 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-21 07:33:03.008662 | fa163eb0-86a7-d7f0-7a82-0000000024b2 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:12.936104 | 0.05s 2026-02-21 07:33:03.055790 | fa163eb0-86a7-d7f0-7a82-000000002217 | TASK | Fail if container image is undefined 2026-02-21 07:33:03.163468 | fa163eb0-86a7-d7f0-7a82-000000002217 | SKIPPED | Fail if container image is undefined | standalone 2026-02-21 07:33:03.164814 | fa163eb0-86a7-d7f0-7a82-000000002217 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:13.092253 | 0.11s 2026-02-21 07:33:03.207603 | fa163eb0-86a7-d7f0-7a82-000000002218 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-21 07:33:11.764829 | fa163eb0-86a7-d7f0-7a82-000000002218 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-21 07:33:11.766249 | fa163eb0-86a7-d7f0-7a82-000000002218 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:21.693690 | 8.56s 2026-02-21 07:33:11.819118 | fa163eb0-86a7-d7f0-7a82-000000002219 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-21 07:33:12.159438 | fa163eb0-86a7-d7f0-7a82-000000002219 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-21 07:33:12.160375 | fa163eb0-86a7-d7f0-7a82-000000002219 | 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:22.087824 | 0.34s 2026-02-21 07:33:12.245450 | fa163eb0-86a7-d7f0-7a82-000000002224 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:22.172886 | 0.05s 2026-02-21 07:33:12.297770 | fa163eb0-86a7-d7f0-7a82-000000002521 | TASK | Set version specific variables 2026-02-21 07:33:12.326866 | fa163eb0-86a7-d7f0-7a82-000000002521 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:22.254160 | 0.03s 2026-02-21 07:33:12.340276 | 98465793-129b-431c-9359-ba671322bb7b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:33:12.363458 | fa163eb0-86a7-d7f0-7a82-000000002550 | TASK | Ensure ansible_facts used by role 2026-02-21 07:33:12.752954 | fa163eb0-86a7-d7f0-7a82-000000002550 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:33:12.754522 | fa163eb0-86a7-d7f0-7a82-000000002550 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:22.681963 | 0.39s 2026-02-21 07:33:12.779551 | fa163eb0-86a7-d7f0-7a82-000000002551 | TASK | Set platform/version specific variables 2026-02-21 07:33:12.854232 | fa163eb0-86a7-d7f0-7a82-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:12.873633 | fa163eb0-86a7-d7f0-7a82-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:12.892268 | fa163eb0-86a7-d7f0-7a82-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:33:12.906995 | fa163eb0-86a7-d7f0-7a82-000000002551 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:33:12.919027 | fa163eb0-86a7-d7f0-7a82-000000002551 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:22.846457 | 0.14s 2026-02-21 07:33:12.944262 | fa163eb0-86a7-d7f0-7a82-000000002522 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:33:16.071293 | fa163eb0-86a7-d7f0-7a82-000000002522 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:33:16.072145 | fa163eb0-86a7-d7f0-7a82-000000002522 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:25.999595 | 3.13s 2026-02-21 07:33:16.088932 | fa163eb0-86a7-d7f0-7a82-000000002524 | TASK | Ensure provider packages are installed 2026-02-21 07:33:19.159316 | fa163eb0-86a7-d7f0-7a82-000000002524 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:29.086732 | 3.07s 2026-02-21 07:33:19.171959 | fa163eb0-86a7-d7f0-7a82-000000002524 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:29.099391 | 3.08s 2026-02-21 07:33:19.197794 | fa163eb0-86a7-d7f0-7a82-000000002526 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:33:19.444338 | fa163eb0-86a7-d7f0-7a82-000000002526 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:19.445771 | fa163eb0-86a7-d7f0-7a82-000000002526 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:29.373209 | 0.25s 2026-02-21 07:33:19.457159 | fa163eb0-86a7-d7f0-7a82-000000002526 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:29.384598 | 0.26s 2026-02-21 07:33:19.483798 | fa163eb0-86a7-d7f0-7a82-000000002528 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:33:19.772488 | fa163eb0-86a7-d7f0-7a82-000000002528 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:19.774671 | fa163eb0-86a7-d7f0-7a82-000000002528 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:29.702111 | 0.29s 2026-02-21 07:33:19.784963 | fa163eb0-86a7-d7f0-7a82-000000002528 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:29.712395 | 0.30s 2026-02-21 07:33:19.810262 | fa163eb0-86a7-d7f0-7a82-00000000252a | TASK | Ensure provider service is running 2026-02-21 07:33:20.259354 | fa163eb0-86a7-d7f0-7a82-00000000252a | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:33:20.261354 | fa163eb0-86a7-d7f0-7a82-00000000252a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:30.188788 | 0.45s 2026-02-21 07:33:20.270517 | fa163eb0-86a7-d7f0-7a82-00000000252a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:30.197950 | 0.46s 2026-02-21 07:33:20.303128 | fa163eb0-86a7-d7f0-7a82-00000000252d | TASK | Ensure certificate requests 2026-02-21 07:33:22.499775 | fa163eb0-86a7-d7f0-7a82-00000000252d | 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-02-21 07:33:22.502104 | fa163eb0-86a7-d7f0-7a82-00000000252d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.429542 | 2.20s 2026-02-21 07:33:22.511791 | fa163eb0-86a7-d7f0-7a82-00000000252d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.439241 | 2.21s 2026-02-21 07:33:22.586405 | fa163eb0-86a7-d7f0-7a82-000000002226 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:32.513841 | 0.04s 2026-02-21 07:33:22.634928 | fa163eb0-86a7-d7f0-7a82-000000002595 | TASK | Set version specific variables 2026-02-21 07:33:22.681942 | fa163eb0-86a7-d7f0-7a82-000000002595 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:32.609378 | 0.05s 2026-02-21 07:33:22.693347 | d40f9afb-761e-4f92-9d8f-77520b3d76ff | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:33:22.715619 | fa163eb0-86a7-d7f0-7a82-0000000025c4 | TASK | Ensure ansible_facts used by role 2026-02-21 07:33:23.096826 | fa163eb0-86a7-d7f0-7a82-0000000025c4 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:33:23.098532 | fa163eb0-86a7-d7f0-7a82-0000000025c4 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:33.025973 | 0.38s 2026-02-21 07:33:23.128591 | fa163eb0-86a7-d7f0-7a82-0000000025c5 | TASK | Set platform/version specific variables 2026-02-21 07:33:23.192728 | fa163eb0-86a7-d7f0-7a82-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:23.217629 | fa163eb0-86a7-d7f0-7a82-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:23.241230 | fa163eb0-86a7-d7f0-7a82-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:33:23.261084 | fa163eb0-86a7-d7f0-7a82-0000000025c5 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:33:23.268274 | fa163eb0-86a7-d7f0-7a82-0000000025c5 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:33.195702 | 0.14s 2026-02-21 07:33:23.294835 | fa163eb0-86a7-d7f0-7a82-000000002596 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:33:26.289465 | fa163eb0-86a7-d7f0-7a82-000000002596 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:33:26.290581 | fa163eb0-86a7-d7f0-7a82-000000002596 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:36.218030 | 2.99s 2026-02-21 07:33:26.310369 | fa163eb0-86a7-d7f0-7a82-000000002598 | TASK | Ensure provider packages are installed 2026-02-21 07:33:29.406525 | fa163eb0-86a7-d7f0-7a82-000000002598 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:39.333956 | 3.10s 2026-02-21 07:33:29.418634 | fa163eb0-86a7-d7f0-7a82-000000002598 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:39.346073 | 3.11s 2026-02-21 07:33:29.438877 | fa163eb0-86a7-d7f0-7a82-00000000259a | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:33:29.730698 | fa163eb0-86a7-d7f0-7a82-00000000259a | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:29.732867 | fa163eb0-86a7-d7f0-7a82-00000000259a | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:39.660306 | 0.29s 2026-02-21 07:33:29.743251 | fa163eb0-86a7-d7f0-7a82-00000000259a | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:39.670676 | 0.30s 2026-02-21 07:33:29.768837 | fa163eb0-86a7-d7f0-7a82-00000000259c | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:33:30.042998 | fa163eb0-86a7-d7f0-7a82-00000000259c | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:30.044436 | fa163eb0-86a7-d7f0-7a82-00000000259c | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:39.971873 | 0.27s 2026-02-21 07:33:30.057018 | fa163eb0-86a7-d7f0-7a82-00000000259c | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:39.984451 | 0.29s 2026-02-21 07:33:30.082422 | fa163eb0-86a7-d7f0-7a82-00000000259e | TASK | Ensure provider service is running 2026-02-21 07:33:30.527327 | fa163eb0-86a7-d7f0-7a82-00000000259e | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:33:30.528709 | fa163eb0-86a7-d7f0-7a82-00000000259e | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:40.456128 | 0.44s 2026-02-21 07:33:30.541672 | fa163eb0-86a7-d7f0-7a82-00000000259e | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:40.469101 | 0.46s 2026-02-21 07:33:30.567540 | fa163eb0-86a7-d7f0-7a82-0000000025a1 | TASK | Ensure certificate requests 2026-02-21 07:33:32.319113 | fa163eb0-86a7-d7f0-7a82-0000000025a1 | 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-02-21 07:33:32.322065 | fa163eb0-86a7-d7f0-7a82-0000000025a1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:42.249504 | 1.75s 2026-02-21 07:33:32.332200 | fa163eb0-86a7-d7f0-7a82-0000000025a1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:42.259635 | 1.76s 2026-02-21 07:33:32.385833 | fa163eb0-86a7-d7f0-7a82-00000000222d | TASK | Fail if container image is undefined 2026-02-21 07:33:32.460427 | fa163eb0-86a7-d7f0-7a82-00000000222d | SKIPPED | Fail if container image is undefined | standalone 2026-02-21 07:33:32.461868 | fa163eb0-86a7-d7f0-7a82-00000000222d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:42.389306 | 0.07s 2026-02-21 07:33:32.503823 | fa163eb0-86a7-d7f0-7a82-00000000222e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-21 07:33:39.896047 | fa163eb0-86a7-d7f0-7a82-00000000222e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-21 07:33:39.898303 | fa163eb0-86a7-d7f0-7a82-00000000222e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:05:49.825736 | 7.39s 2026-02-21 07:33:39.953408 | fa163eb0-86a7-d7f0-7a82-00000000222f | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-21 07:33:40.321451 | fa163eb0-86a7-d7f0-7a82-00000000222f | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-21 07:33:40.322865 | fa163eb0-86a7-d7f0-7a82-00000000222f | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:05:50.250307 | 0.37s 2026-02-21 07:33:40.421893 | fa163eb0-86a7-d7f0-7a82-00000000223a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:50.349324 | 0.05s 2026-02-21 07:33:40.491174 | fa163eb0-86a7-d7f0-7a82-00000000260f | TASK | Set version specific variables 2026-02-21 07:33:40.541384 | fa163eb0-86a7-d7f0-7a82-00000000260f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:50.468808 | 0.05s 2026-02-21 07:33:40.559737 | d3aed312-94ba-49a6-bb64-0b84f4f7f4bb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:33:40.589361 | fa163eb0-86a7-d7f0-7a82-00000000263e | TASK | Ensure ansible_facts used by role 2026-02-21 07:33:40.994397 | fa163eb0-86a7-d7f0-7a82-00000000263e | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:33:40.995263 | fa163eb0-86a7-d7f0-7a82-00000000263e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.922714 | 0.40s 2026-02-21 07:33:41.012439 | fa163eb0-86a7-d7f0-7a82-00000000263f | TASK | Set platform/version specific variables 2026-02-21 07:33:41.083061 | fa163eb0-86a7-d7f0-7a82-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:41.099965 | fa163eb0-86a7-d7f0-7a82-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:41.120535 | fa163eb0-86a7-d7f0-7a82-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:33:41.135502 | fa163eb0-86a7-d7f0-7a82-00000000263f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:33:41.142344 | fa163eb0-86a7-d7f0-7a82-00000000263f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:51.069774 | 0.13s 2026-02-21 07:33:41.167020 | fa163eb0-86a7-d7f0-7a82-000000002610 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:33:44.218856 | fa163eb0-86a7-d7f0-7a82-000000002610 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:33:44.220688 | fa163eb0-86a7-d7f0-7a82-000000002610 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:54.148124 | 3.05s 2026-02-21 07:33:44.246324 | fa163eb0-86a7-d7f0-7a82-000000002612 | TASK | Ensure provider packages are installed 2026-02-21 07:33:47.357156 | fa163eb0-86a7-d7f0-7a82-000000002612 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:57.284571 | 3.11s 2026-02-21 07:33:47.364312 | fa163eb0-86a7-d7f0-7a82-000000002612 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:57.291743 | 3.12s 2026-02-21 07:33:47.391488 | fa163eb0-86a7-d7f0-7a82-000000002614 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:33:47.724991 | fa163eb0-86a7-d7f0-7a82-000000002614 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:47.727399 | fa163eb0-86a7-d7f0-7a82-000000002614 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.654837 | 0.33s 2026-02-21 07:33:47.737597 | fa163eb0-86a7-d7f0-7a82-000000002614 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.665028 | 0.34s 2026-02-21 07:33:47.768138 | fa163eb0-86a7-d7f0-7a82-000000002616 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:33:48.022765 | fa163eb0-86a7-d7f0-7a82-000000002616 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:48.024323 | fa163eb0-86a7-d7f0-7a82-000000002616 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.951755 | 0.25s 2026-02-21 07:33:48.042496 | fa163eb0-86a7-d7f0-7a82-000000002616 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.969930 | 0.27s 2026-02-21 07:33:48.067393 | fa163eb0-86a7-d7f0-7a82-000000002618 | TASK | Ensure provider service is running 2026-02-21 07:33:49.434939 | fa163eb0-86a7-d7f0-7a82-000000002618 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:33:49.437665 | fa163eb0-86a7-d7f0-7a82-000000002618 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.365103 | 1.37s 2026-02-21 07:33:49.448314 | fa163eb0-86a7-d7f0-7a82-000000002618 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.375741 | 1.38s 2026-02-21 07:33:49.478626 | fa163eb0-86a7-d7f0-7a82-00000000261b | TASK | Ensure certificate requests 2026-02-21 07:33:51.121037 | fa163eb0-86a7-d7f0-7a82-00000000261b | 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-02-21 07:33:51.122943 | fa163eb0-86a7-d7f0-7a82-00000000261b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.050390 | 1.64s 2026-02-21 07:33:51.133652 | fa163eb0-86a7-d7f0-7a82-00000000261b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.061097 | 1.65s 2026-02-21 07:33:51.233761 | fa163eb0-86a7-d7f0-7a82-00000000223c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:01.161191 | 0.05s 2026-02-21 07:33:51.294761 | fa163eb0-86a7-d7f0-7a82-000000002683 | TASK | Set version specific variables 2026-02-21 07:33:51.346774 | fa163eb0-86a7-d7f0-7a82-000000002683 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:01.274201 | 0.05s 2026-02-21 07:33:51.365148 | aca83f64-8488-475d-8e7e-ac90641a7643 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:33:51.393916 | fa163eb0-86a7-d7f0-7a82-0000000026b2 | TASK | Ensure ansible_facts used by role 2026-02-21 07:33:51.793589 | fa163eb0-86a7-d7f0-7a82-0000000026b2 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:33:51.795197 | fa163eb0-86a7-d7f0-7a82-0000000026b2 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:01.722638 | 0.40s 2026-02-21 07:33:51.831516 | fa163eb0-86a7-d7f0-7a82-0000000026b3 | TASK | Set platform/version specific variables 2026-02-21 07:33:51.926194 | fa163eb0-86a7-d7f0-7a82-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:51.959841 | fa163eb0-86a7-d7f0-7a82-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:33:51.991121 | fa163eb0-86a7-d7f0-7a82-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:33:52.015414 | fa163eb0-86a7-d7f0-7a82-0000000026b3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:33:52.027489 | fa163eb0-86a7-d7f0-7a82-0000000026b3 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:01.954918 | 0.19s 2026-02-21 07:33:52.052272 | fa163eb0-86a7-d7f0-7a82-000000002684 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:33:55.063763 | fa163eb0-86a7-d7f0-7a82-000000002684 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:33:55.065610 | fa163eb0-86a7-d7f0-7a82-000000002684 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:04.993050 | 3.01s 2026-02-21 07:33:55.090947 | fa163eb0-86a7-d7f0-7a82-000000002686 | TASK | Ensure provider packages are installed 2026-02-21 07:33:58.195174 | fa163eb0-86a7-d7f0-7a82-000000002686 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:08.122587 | 3.10s 2026-02-21 07:33:58.207854 | fa163eb0-86a7-d7f0-7a82-000000002686 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:08.135282 | 3.12s 2026-02-21 07:33:58.234160 | fa163eb0-86a7-d7f0-7a82-000000002688 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:33:58.548936 | fa163eb0-86a7-d7f0-7a82-000000002688 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:58.550424 | fa163eb0-86a7-d7f0-7a82-000000002688 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:08.477860 | 0.31s 2026-02-21 07:33:58.569258 | fa163eb0-86a7-d7f0-7a82-000000002688 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:08.496689 | 0.33s 2026-02-21 07:33:58.594531 | fa163eb0-86a7-d7f0-7a82-00000000268a | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:33:58.909969 | fa163eb0-86a7-d7f0-7a82-00000000268a | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:33:58.911500 | fa163eb0-86a7-d7f0-7a82-00000000268a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:08.838938 | 0.32s 2026-02-21 07:33:58.917822 | fa163eb0-86a7-d7f0-7a82-00000000268a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:08.845268 | 0.32s 2026-02-21 07:33:58.937345 | fa163eb0-86a7-d7f0-7a82-00000000268c | TASK | Ensure provider service is running 2026-02-21 07:33:59.377067 | fa163eb0-86a7-d7f0-7a82-00000000268c | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:33:59.378960 | fa163eb0-86a7-d7f0-7a82-00000000268c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:09.306399 | 0.44s 2026-02-21 07:33:59.387839 | fa163eb0-86a7-d7f0-7a82-00000000268c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:09.315267 | 0.45s 2026-02-21 07:33:59.414456 | fa163eb0-86a7-d7f0-7a82-00000000268f | TASK | Ensure certificate requests 2026-02-21 07:34:01.185066 | fa163eb0-86a7-d7f0-7a82-00000000268f | 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-02-21 07:34:01.186926 | fa163eb0-86a7-d7f0-7a82-00000000268f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:11.114370 | 1.77s 2026-02-21 07:34:01.198006 | fa163eb0-86a7-d7f0-7a82-00000000268f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:11.125436 | 1.78s 2026-02-21 07:34:01.246801 | fa163eb0-86a7-d7f0-7a82-00000000223e | TASK | install systemd-container for a greenfield 2026-02-21 07:34:18.649532 | fa163eb0-86a7-d7f0-7a82-00000000223e | CHANGED | install systemd-container for a greenfield | standalone 2026-02-21 07:34:18.651651 | fa163eb0-86a7-d7f0-7a82-00000000223e | TIMING | install systemd-container for a greenfield | standalone | 0:06:28.579033 | 17.40s 2026-02-21 07:34:18.672152 | fa163eb0-86a7-d7f0-7a82-00000000223f | TASK | manage PMEM namespaces for vPMEM 2026-02-21 07:34:18.725447 | fa163eb0-86a7-d7f0-7a82-00000000223f | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-21 07:34:18.728109 | fa163eb0-86a7-d7f0-7a82-00000000223f | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:28.655532 | 0.05s 2026-02-21 07:34:18.755863 | fa163eb0-86a7-d7f0-7a82-000000002241 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-21 07:34:19.063338 | fa163eb0-86a7-d7f0-7a82-000000002241 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-21 07:34:19.064638 | fa163eb0-86a7-d7f0-7a82-000000002241 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:28.992081 | 0.31s 2026-02-21 07:34:19.089309 | fa163eb0-86a7-d7f0-7a82-000000002243 | TASK | is KSM enabled 2026-02-21 07:34:19.141298 | fa163eb0-86a7-d7f0-7a82-000000002243 | OK | is KSM enabled | standalone 2026-02-21 07:34:19.142561 | fa163eb0-86a7-d7f0-7a82-000000002243 | TIMING | is KSM enabled | standalone | 0:06:29.070004 | 0.05s 2026-02-21 07:34:19.169442 | fa163eb0-86a7-d7f0-7a82-000000002245 | TASK | Check for ksm 2026-02-21 07:34:19.445167 | fa163eb0-86a7-d7f0-7a82-000000002245 | CHANGED | Check for ksm | standalone 2026-02-21 07:34:19.446669 | fa163eb0-86a7-d7f0-7a82-000000002245 | TIMING | Check for ksm | standalone | 0:06:29.374105 | 0.28s 2026-02-21 07:34:19.471903 | fa163eb0-86a7-d7f0-7a82-000000002246 | TASK | disable KSM services 2026-02-21 07:34:19.564865 | fa163eb0-86a7-d7f0-7a82-000000002246 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-21 07:34:19.600236 | fa163eb0-86a7-d7f0-7a82-000000002246 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-21 07:34:19.611446 | fa163eb0-86a7-d7f0-7a82-000000002246 | TIMING | disable KSM services | standalone | 0:06:29.538888 | 0.14s 2026-02-21 07:34:19.629455 | fa163eb0-86a7-d7f0-7a82-000000002247 | TASK | delete PageKSM after disable ksm on compute 2026-02-21 07:34:19.697580 | fa163eb0-86a7-d7f0-7a82-000000002247 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-21 07:34:19.698510 | fa163eb0-86a7-d7f0-7a82-000000002247 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:29.625958 | 0.07s 2026-02-21 07:34:19.717926 | fa163eb0-86a7-d7f0-7a82-000000002249 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-21 07:34:19.767105 | fa163eb0-86a7-d7f0-7a82-000000002249 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-21 07:34:19.767943 | fa163eb0-86a7-d7f0-7a82-000000002249 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:29.695391 | 0.05s 2026-02-21 07:34:19.786852 | fa163eb0-86a7-d7f0-7a82-00000000224a | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-21 07:34:19.835506 | fa163eb0-86a7-d7f0-7a82-00000000224a | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-21 07:34:19.836548 | fa163eb0-86a7-d7f0-7a82-00000000224a | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:29.763992 | 0.05s 2026-02-21 07:34:19.860445 | fa163eb0-86a7-d7f0-7a82-00000000224b | TASK | enable ksmtunded 2026-02-21 07:34:19.906528 | fa163eb0-86a7-d7f0-7a82-00000000224b | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-21 07:34:19.919701 | fa163eb0-86a7-d7f0-7a82-00000000224b | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-21 07:34:19.935940 | fa163eb0-86a7-d7f0-7a82-00000000224b | TIMING | enable ksmtunded | standalone | 0:06:29.863197 | 0.07s 2026-02-21 07:34:19.962095 | fa163eb0-86a7-d7f0-7a82-00000000224d | TASK | Create dirs for certificates and keys 2026-02-21 07:34:20.244605 | fa163eb0-86a7-d7f0-7a82-00000000224d | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-02-21 07:34:20.246987 | fa163eb0-86a7-d7f0-7a82-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:30.174426 | 0.28s 2026-02-21 07:34:20.502308 | fa163eb0-86a7-d7f0-7a82-00000000224d | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-02-21 07:34:20.504436 | fa163eb0-86a7-d7f0-7a82-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:30.431878 | 0.54s 2026-02-21 07:34:20.739442 | fa163eb0-86a7-d7f0-7a82-00000000224d | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-02-21 07:34:20.741602 | fa163eb0-86a7-d7f0-7a82-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:30.669044 | 0.78s 2026-02-21 07:34:20.757942 | fa163eb0-86a7-d7f0-7a82-00000000224d | TIMING | Create dirs for certificates and keys | standalone | 0:06:30.685361 | 0.79s 2026-02-21 07:34:20.839252 | fa163eb0-86a7-d7f0-7a82-00000000224e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:30.766681 | 0.05s 2026-02-21 07:34:20.907054 | fa163eb0-86a7-d7f0-7a82-00000000271f | TASK | Set version specific variables 2026-02-21 07:34:20.954771 | fa163eb0-86a7-d7f0-7a82-00000000271f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:30.882207 | 0.05s 2026-02-21 07:34:20.967817 | d44287a0-d762-48d5-b035-c0a41e2fea47 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:34:20.990499 | fa163eb0-86a7-d7f0-7a82-000000002752 | TASK | Ensure ansible_facts used by role 2026-02-21 07:34:21.383573 | fa163eb0-86a7-d7f0-7a82-000000002752 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:34:21.385129 | fa163eb0-86a7-d7f0-7a82-000000002752 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:31.312571 | 0.39s 2026-02-21 07:34:21.411264 | fa163eb0-86a7-d7f0-7a82-000000002753 | TASK | Set platform/version specific variables 2026-02-21 07:34:21.472783 | fa163eb0-86a7-d7f0-7a82-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:21.490002 | fa163eb0-86a7-d7f0-7a82-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:21.503665 | fa163eb0-86a7-d7f0-7a82-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:34:21.514303 | fa163eb0-86a7-d7f0-7a82-000000002753 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:34:21.520476 | fa163eb0-86a7-d7f0-7a82-000000002753 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:31.447905 | 0.11s 2026-02-21 07:34:21.545328 | fa163eb0-86a7-d7f0-7a82-000000002720 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:34:24.581729 | fa163eb0-86a7-d7f0-7a82-000000002720 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:34:24.584800 | fa163eb0-86a7-d7f0-7a82-000000002720 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:34.512235 | 3.04s 2026-02-21 07:34:24.611498 | fa163eb0-86a7-d7f0-7a82-000000002722 | TASK | Ensure provider packages are installed 2026-02-21 07:34:27.649259 | fa163eb0-86a7-d7f0-7a82-000000002722 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:37.576697 | 3.04s 2026-02-21 07:34:27.653475 | fa163eb0-86a7-d7f0-7a82-000000002722 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:37.580910 | 3.04s 2026-02-21 07:34:27.681015 | fa163eb0-86a7-d7f0-7a82-000000002724 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:34:27.975279 | fa163eb0-86a7-d7f0-7a82-000000002724 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:34:27.977792 | fa163eb0-86a7-d7f0-7a82-000000002724 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:37.905227 | 0.30s 2026-02-21 07:34:27.988618 | fa163eb0-86a7-d7f0-7a82-000000002724 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:37.916044 | 0.31s 2026-02-21 07:34:28.010324 | fa163eb0-86a7-d7f0-7a82-000000002726 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:34:28.297879 | fa163eb0-86a7-d7f0-7a82-000000002726 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:34:28.299349 | fa163eb0-86a7-d7f0-7a82-000000002726 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:38.226784 | 0.29s 2026-02-21 07:34:28.306084 | fa163eb0-86a7-d7f0-7a82-000000002726 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:38.233521 | 0.29s 2026-02-21 07:34:28.333009 | fa163eb0-86a7-d7f0-7a82-000000002728 | TASK | Ensure provider service is running 2026-02-21 07:34:28.769410 | fa163eb0-86a7-d7f0-7a82-000000002728 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:34:28.772130 | fa163eb0-86a7-d7f0-7a82-000000002728 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:38.699568 | 0.44s 2026-02-21 07:34:28.782965 | fa163eb0-86a7-d7f0-7a82-000000002728 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:38.710398 | 0.45s 2026-02-21 07:34:28.810466 | fa163eb0-86a7-d7f0-7a82-00000000272b | TASK | Ensure certificate requests 2026-02-21 07:34:31.009955 | fa163eb0-86a7-d7f0-7a82-00000000272b | 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-02-21 07:34:31.011647 | fa163eb0-86a7-d7f0-7a82-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:40.939087 | 2.20s 2026-02-21 07:34:32.507950 | fa163eb0-86a7-d7f0-7a82-00000000272b | 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-02-21 07:34:32.510067 | fa163eb0-86a7-d7f0-7a82-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:42.437509 | 3.70s 2026-02-21 07:34:34.156393 | fa163eb0-86a7-d7f0-7a82-00000000272b | 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-02-21 07:34:34.157775 | fa163eb0-86a7-d7f0-7a82-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:44.085217 | 5.35s 2026-02-21 07:34:35.768748 | fa163eb0-86a7-d7f0-7a82-00000000272b | 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-02-21 07:34:35.771128 | fa163eb0-86a7-d7f0-7a82-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:45.698569 | 6.96s 2026-02-21 07:34:35.781910 | fa163eb0-86a7-d7f0-7a82-00000000272b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:45.709349 | 6.97s 2026-02-21 07:34:35.820142 | fa163eb0-86a7-d7f0-7a82-000000002250 | TASK | Execute system role for Nova/Libvirt VNC certs 2026-02-21 07:34:35.903597 | fa163eb0-86a7-d7f0-7a82-000000002250 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:45.831008 | 0.08s 2026-02-21 07:34:35.914583 | fa163eb0-86a7-d7f0-7a82-000000002250 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:45.842027 | 0.09s 2026-02-21 07:34:35.926269 | fa163eb0-86a7-d7f0-7a82-000000002250 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:45.853713 | 0.11s 2026-02-21 07:34:35.994249 | fa163eb0-86a7-d7f0-7a82-0000000027a9 | TASK | Set version specific variables 2026-02-21 07:34:36.055087 | fa163eb0-86a7-d7f0-7a82-0000000027a9 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:45.982515 | 0.06s 2026-02-21 07:34:36.073121 | 56550a5b-acfc-46ed-a600-0d1893100343 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:34:36.103562 | fa163eb0-86a7-d7f0-7a82-000000002801 | TASK | Ensure ansible_facts used by role 2026-02-21 07:34:36.504329 | fa163eb0-86a7-d7f0-7a82-000000002801 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:34:36.505949 | fa163eb0-86a7-d7f0-7a82-000000002801 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:46.433391 | 0.40s 2026-02-21 07:34:36.532022 | fa163eb0-86a7-d7f0-7a82-000000002802 | TASK | Set platform/version specific variables 2026-02-21 07:34:36.606782 | fa163eb0-86a7-d7f0-7a82-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:36.624270 | fa163eb0-86a7-d7f0-7a82-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:36.643260 | fa163eb0-86a7-d7f0-7a82-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:34:36.657466 | fa163eb0-86a7-d7f0-7a82-000000002802 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:34:36.669408 | fa163eb0-86a7-d7f0-7a82-000000002802 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:46.596846 | 0.14s 2026-02-21 07:34:36.694527 | fa163eb0-86a7-d7f0-7a82-0000000027aa | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:34:39.617950 | fa163eb0-86a7-d7f0-7a82-0000000027aa | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:34:39.619334 | fa163eb0-86a7-d7f0-7a82-0000000027aa | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:49.546777 | 2.92s 2026-02-21 07:34:39.644298 | fa163eb0-86a7-d7f0-7a82-0000000027ac | TASK | Ensure provider packages are installed 2026-02-21 07:34:42.706152 | fa163eb0-86a7-d7f0-7a82-0000000027ac | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:52.633580 | 3.06s 2026-02-21 07:34:42.718744 | fa163eb0-86a7-d7f0-7a82-0000000027ac | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:52.646134 | 3.07s 2026-02-21 07:34:42.744252 | fa163eb0-86a7-d7f0-7a82-0000000027ae | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:34:43.039875 | fa163eb0-86a7-d7f0-7a82-0000000027ae | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:34:43.041902 | fa163eb0-86a7-d7f0-7a82-0000000027ae | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:52.969342 | 0.30s 2026-02-21 07:34:43.052171 | fa163eb0-86a7-d7f0-7a82-0000000027ae | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:52.979606 | 0.31s 2026-02-21 07:34:43.077324 | fa163eb0-86a7-d7f0-7a82-0000000027b0 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:34:43.379952 | fa163eb0-86a7-d7f0-7a82-0000000027b0 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:34:43.381444 | fa163eb0-86a7-d7f0-7a82-0000000027b0 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:53.308883 | 0.30s 2026-02-21 07:34:43.387552 | fa163eb0-86a7-d7f0-7a82-0000000027b0 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:53.314986 | 0.31s 2026-02-21 07:34:43.415115 | fa163eb0-86a7-d7f0-7a82-0000000027b2 | TASK | Ensure provider service is running 2026-02-21 07:34:43.862086 | fa163eb0-86a7-d7f0-7a82-0000000027b2 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:34:43.864812 | fa163eb0-86a7-d7f0-7a82-0000000027b2 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:53.792252 | 0.45s 2026-02-21 07:34:43.875395 | fa163eb0-86a7-d7f0-7a82-0000000027b2 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:53.802829 | 0.46s 2026-02-21 07:34:43.902514 | fa163eb0-86a7-d7f0-7a82-0000000027b5 | TASK | Ensure certificate requests 2026-02-21 07:34:46.042598 | fa163eb0-86a7-d7f0-7a82-0000000027b5 | 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-02-21 07:34:46.044488 | fa163eb0-86a7-d7f0-7a82-0000000027b5 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.971922 | 2.14s 2026-02-21 07:34:46.051522 | fa163eb0-86a7-d7f0-7a82-0000000027b5 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.978951 | 2.15s 2026-02-21 07:34:46.099841 | fa163eb0-86a7-d7f0-7a82-0000000027d2 | TASK | Set version specific variables 2026-02-21 07:34:46.150950 | fa163eb0-86a7-d7f0-7a82-0000000027d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:56.078381 | 0.05s 2026-02-21 07:34:46.169581 | c51f34a4-1f48-4eb2-8d8b-c2b03ba9c506 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:34:46.200449 | fa163eb0-86a7-d7f0-7a82-00000000283b | TASK | Ensure ansible_facts used by role 2026-02-21 07:34:46.597343 | fa163eb0-86a7-d7f0-7a82-00000000283b | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:34:46.599071 | fa163eb0-86a7-d7f0-7a82-00000000283b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:56.526510 | 0.40s 2026-02-21 07:34:46.624799 | fa163eb0-86a7-d7f0-7a82-00000000283c | TASK | Set platform/version specific variables 2026-02-21 07:34:46.701909 | fa163eb0-86a7-d7f0-7a82-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:46.719217 | fa163eb0-86a7-d7f0-7a82-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:46.739922 | fa163eb0-86a7-d7f0-7a82-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:34:46.756715 | fa163eb0-86a7-d7f0-7a82-00000000283c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:34:46.763774 | fa163eb0-86a7-d7f0-7a82-00000000283c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:56.691200 | 0.14s 2026-02-21 07:34:46.788969 | fa163eb0-86a7-d7f0-7a82-0000000027d3 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:34:49.791056 | fa163eb0-86a7-d7f0-7a82-0000000027d3 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:34:49.792620 | fa163eb0-86a7-d7f0-7a82-0000000027d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:59.720023 | 3.00s 2026-02-21 07:34:49.819798 | fa163eb0-86a7-d7f0-7a82-0000000027d5 | TASK | Ensure provider packages are installed 2026-02-21 07:34:52.861844 | fa163eb0-86a7-d7f0-7a82-0000000027d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:02.789274 | 3.04s 2026-02-21 07:34:52.874010 | fa163eb0-86a7-d7f0-7a82-0000000027d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:02.801452 | 3.05s 2026-02-21 07:34:52.900176 | fa163eb0-86a7-d7f0-7a82-0000000027d7 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:34:53.158300 | fa163eb0-86a7-d7f0-7a82-0000000027d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:34:53.159568 | fa163eb0-86a7-d7f0-7a82-0000000027d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:03.087011 | 0.26s 2026-02-21 07:34:53.165915 | fa163eb0-86a7-d7f0-7a82-0000000027d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:03.093360 | 0.26s 2026-02-21 07:34:53.190342 | fa163eb0-86a7-d7f0-7a82-0000000027d9 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:34:53.484095 | fa163eb0-86a7-d7f0-7a82-0000000027d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:34:53.486436 | fa163eb0-86a7-d7f0-7a82-0000000027d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:03.413870 | 0.29s 2026-02-21 07:34:53.496182 | fa163eb0-86a7-d7f0-7a82-0000000027d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:03.423627 | 0.30s 2026-02-21 07:34:53.520861 | fa163eb0-86a7-d7f0-7a82-0000000027db | TASK | Ensure provider service is running 2026-02-21 07:34:53.919780 | fa163eb0-86a7-d7f0-7a82-0000000027db | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:34:53.922205 | fa163eb0-86a7-d7f0-7a82-0000000027db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:03.849573 | 0.40s 2026-02-21 07:34:53.934713 | fa163eb0-86a7-d7f0-7a82-0000000027db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:03.862136 | 0.41s 2026-02-21 07:34:53.955800 | fa163eb0-86a7-d7f0-7a82-0000000027de | TASK | Ensure certificate requests 2026-02-21 07:34:55.944401 | fa163eb0-86a7-d7f0-7a82-0000000027de | 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-02-21 07:34:55.945988 | fa163eb0-86a7-d7f0-7a82-0000000027de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:05.873428 | 1.99s 2026-02-21 07:34:55.958947 | fa163eb0-86a7-d7f0-7a82-0000000027de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:05.886380 | 2.00s 2026-02-21 07:34:56.061494 | fa163eb0-86a7-d7f0-7a82-000000002253 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:05.988913 | 0.05s 2026-02-21 07:34:56.126341 | fa163eb0-86a7-d7f0-7a82-000000002880 | TASK | Set version specific variables 2026-02-21 07:34:56.177858 | fa163eb0-86a7-d7f0-7a82-000000002880 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:06.105287 | 0.05s 2026-02-21 07:34:56.196109 | d2473d04-8c37-437e-82a6-7f0708d44411 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:34:56.228170 | fa163eb0-86a7-d7f0-7a82-0000000028af | TASK | Ensure ansible_facts used by role 2026-02-21 07:34:56.623743 | fa163eb0-86a7-d7f0-7a82-0000000028af | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:34:56.625365 | fa163eb0-86a7-d7f0-7a82-0000000028af | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:06.552807 | 0.40s 2026-02-21 07:34:56.651150 | fa163eb0-86a7-d7f0-7a82-0000000028b0 | TASK | Set platform/version specific variables 2026-02-21 07:34:56.738323 | fa163eb0-86a7-d7f0-7a82-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:56.772570 | fa163eb0-86a7-d7f0-7a82-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:34:56.799928 | fa163eb0-86a7-d7f0-7a82-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:34:56.821174 | fa163eb0-86a7-d7f0-7a82-0000000028b0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:34:56.829074 | fa163eb0-86a7-d7f0-7a82-0000000028b0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:06.756501 | 0.18s 2026-02-21 07:34:56.853718 | fa163eb0-86a7-d7f0-7a82-000000002881 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:34:59.831670 | fa163eb0-86a7-d7f0-7a82-000000002881 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:34:59.833130 | fa163eb0-86a7-d7f0-7a82-000000002881 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:09.760572 | 2.98s 2026-02-21 07:34:59.858059 | fa163eb0-86a7-d7f0-7a82-000000002883 | TASK | Ensure provider packages are installed 2026-02-21 07:35:02.876932 | fa163eb0-86a7-d7f0-7a82-000000002883 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:12.804363 | 3.02s 2026-02-21 07:35:02.884086 | fa163eb0-86a7-d7f0-7a82-000000002883 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:12.811523 | 3.02s 2026-02-21 07:35:02.909737 | fa163eb0-86a7-d7f0-7a82-000000002885 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:35:03.206195 | fa163eb0-86a7-d7f0-7a82-000000002885 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:03.208404 | fa163eb0-86a7-d7f0-7a82-000000002885 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:13.135843 | 0.30s 2026-02-21 07:35:03.218382 | fa163eb0-86a7-d7f0-7a82-000000002885 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:13.145818 | 0.31s 2026-02-21 07:35:03.243381 | fa163eb0-86a7-d7f0-7a82-000000002887 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:35:03.515236 | fa163eb0-86a7-d7f0-7a82-000000002887 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:03.517410 | fa163eb0-86a7-d7f0-7a82-000000002887 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:13.444849 | 0.27s 2026-02-21 07:35:03.527414 | fa163eb0-86a7-d7f0-7a82-000000002887 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:13.454852 | 0.28s 2026-02-21 07:35:03.553098 | fa163eb0-86a7-d7f0-7a82-000000002889 | TASK | Ensure provider service is running 2026-02-21 07:35:03.967019 | fa163eb0-86a7-d7f0-7a82-000000002889 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:35:03.969663 | fa163eb0-86a7-d7f0-7a82-000000002889 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:13.897102 | 0.41s 2026-02-21 07:35:03.980434 | fa163eb0-86a7-d7f0-7a82-000000002889 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:13.907869 | 0.43s 2026-02-21 07:35:04.006554 | fa163eb0-86a7-d7f0-7a82-00000000288c | TASK | Ensure certificate requests 2026-02-21 07:35:05.806234 | fa163eb0-86a7-d7f0-7a82-00000000288c | 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-02-21 07:35:05.807736 | fa163eb0-86a7-d7f0-7a82-00000000288c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:15.735174 | 1.80s 2026-02-21 07:35:05.814188 | fa163eb0-86a7-d7f0-7a82-00000000288c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:15.741623 | 1.81s 2026-02-21 07:35:05.864322 | fa163eb0-86a7-d7f0-7a82-000000002255 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-21 07:35:05.936981 | fa163eb0-86a7-d7f0-7a82-000000002255 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-21 07:35:05.938242 | fa163eb0-86a7-d7f0-7a82-000000002255 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:15.865685 | 0.07s 2026-02-21 07:35:05.962641 | fa163eb0-86a7-d7f0-7a82-000000002256 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-21 07:35:08.981079 | fa163eb0-86a7-d7f0-7a82-000000002256 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-21 07:35:08.986150 | fa163eb0-86a7-d7f0-7a82-000000002256 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:18.913590 | 3.02s 2026-02-21 07:35:09.019925 | fa163eb0-86a7-d7f0-7a82-000000002258 | TASK | Fetch ovn-dbs-bundle 2026-02-21 07:35:09.089890 | fa163eb0-86a7-d7f0-7a82-000000002258 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-21 07:35:09.091052 | fa163eb0-86a7-d7f0-7a82-000000002258 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:19.018492 | 0.07s 2026-02-21 07:35:09.118527 | fa163eb0-86a7-d7f0-7a82-000000002259 | TASK | Fetch ovn VIP 2026-02-21 07:35:09.189189 | fa163eb0-86a7-d7f0-7a82-000000002259 | SKIPPED | Fetch ovn VIP | standalone 2026-02-21 07:35:09.190409 | fa163eb0-86a7-d7f0-7a82-000000002259 | TIMING | Fetch ovn VIP | standalone | 0:07:19.117851 | 0.07s 2026-02-21 07:35:09.217960 | fa163eb0-86a7-d7f0-7a82-00000000225a | TASK | Remove OVNDBs from pacemaker 2026-02-21 07:35:09.282140 | fa163eb0-86a7-d7f0-7a82-00000000225a | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-21 07:35:09.283205 | fa163eb0-86a7-d7f0-7a82-00000000225a | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:19.210649 | 0.06s 2026-02-21 07:35:09.311356 | fa163eb0-86a7-d7f0-7a82-00000000225b | TASK | Remove OVNDBs VIP from pacemaker 2026-02-21 07:35:09.385257 | fa163eb0-86a7-d7f0-7a82-00000000225b | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-21 07:35:09.387068 | fa163eb0-86a7-d7f0-7a82-00000000225b | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:19.314502 | 0.07s 2026-02-21 07:35:09.414482 | fa163eb0-86a7-d7f0-7a82-00000000225c | TASK | Clean up pacemaker remote nodes cache 2026-02-21 07:35:09.485433 | fa163eb0-86a7-d7f0-7a82-00000000225c | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-21 07:35:09.486705 | fa163eb0-86a7-d7f0-7a82-00000000225c | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:19.414121 | 0.07s 2026-02-21 07:35:09.513703 | fa163eb0-86a7-d7f0-7a82-00000000225d | TASK | Remove pacemaker attributes 2026-02-21 07:35:09.569005 | fa163eb0-86a7-d7f0-7a82-00000000225d | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-21 07:35:09.575272 | fa163eb0-86a7-d7f0-7a82-00000000225d | TIMING | Remove pacemaker attributes | standalone | 0:07:19.502711 | 0.06s 2026-02-21 07:35:09.654098 | fa163eb0-86a7-d7f0-7a82-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:19.581527 | 0.05s 2026-02-21 07:35:09.720931 | fa163eb0-86a7-d7f0-7a82-000000002908 | TASK | Set version specific variables 2026-02-21 07:35:09.758583 | fa163eb0-86a7-d7f0-7a82-000000002908 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:19.686017 | 0.04s 2026-02-21 07:35:09.772868 | 6d21253b-b9a5-4665-b9b6-2f277de96c55 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:35:09.797382 | fa163eb0-86a7-d7f0-7a82-000000002939 | TASK | Ensure ansible_facts used by role 2026-02-21 07:35:10.199699 | fa163eb0-86a7-d7f0-7a82-000000002939 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:35:10.201466 | fa163eb0-86a7-d7f0-7a82-000000002939 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:20.128906 | 0.40s 2026-02-21 07:35:10.226579 | fa163eb0-86a7-d7f0-7a82-00000000293a | TASK | Set platform/version specific variables 2026-02-21 07:35:10.285632 | fa163eb0-86a7-d7f0-7a82-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:35:10.307789 | fa163eb0-86a7-d7f0-7a82-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:35:10.330920 | fa163eb0-86a7-d7f0-7a82-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:35:10.351517 | fa163eb0-86a7-d7f0-7a82-00000000293a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:35:10.357341 | fa163eb0-86a7-d7f0-7a82-00000000293a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:20.284776 | 0.13s 2026-02-21 07:35:10.385697 | fa163eb0-86a7-d7f0-7a82-000000002909 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:35:13.342504 | fa163eb0-86a7-d7f0-7a82-000000002909 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:35:13.344416 | fa163eb0-86a7-d7f0-7a82-000000002909 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:23.271849 | 2.96s 2026-02-21 07:35:13.373777 | fa163eb0-86a7-d7f0-7a82-00000000290b | TASK | Ensure provider packages are installed 2026-02-21 07:35:16.683746 | fa163eb0-86a7-d7f0-7a82-00000000290b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.611184 | 3.31s 2026-02-21 07:35:16.688932 | fa163eb0-86a7-d7f0-7a82-00000000290b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:26.616375 | 3.31s 2026-02-21 07:35:16.717420 | fa163eb0-86a7-d7f0-7a82-00000000290d | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:35:17.010184 | fa163eb0-86a7-d7f0-7a82-00000000290d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:17.011528 | fa163eb0-86a7-d7f0-7a82-00000000290d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.938971 | 0.29s 2026-02-21 07:35:17.017662 | fa163eb0-86a7-d7f0-7a82-00000000290d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:26.945108 | 0.30s 2026-02-21 07:35:17.046656 | fa163eb0-86a7-d7f0-7a82-00000000290f | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:35:17.367057 | fa163eb0-86a7-d7f0-7a82-00000000290f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:17.368022 | fa163eb0-86a7-d7f0-7a82-00000000290f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:27.295471 | 0.32s 2026-02-21 07:35:17.374274 | fa163eb0-86a7-d7f0-7a82-00000000290f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:27.301718 | 0.33s 2026-02-21 07:35:17.401840 | fa163eb0-86a7-d7f0-7a82-000000002911 | TASK | Ensure provider service is running 2026-02-21 07:35:17.847698 | fa163eb0-86a7-d7f0-7a82-000000002911 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:35:17.849082 | fa163eb0-86a7-d7f0-7a82-000000002911 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.776530 | 0.45s 2026-02-21 07:35:17.854828 | fa163eb0-86a7-d7f0-7a82-000000002911 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:27.782265 | 0.45s 2026-02-21 07:35:17.883307 | fa163eb0-86a7-d7f0-7a82-000000002914 | TASK | Ensure certificate requests 2026-02-21 07:35:19.726084 | fa163eb0-86a7-d7f0-7a82-000000002914 | 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-02-21 07:35:19.727534 | fa163eb0-86a7-d7f0-7a82-000000002914 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.654975 | 1.84s 2026-02-21 07:35:19.733999 | fa163eb0-86a7-d7f0-7a82-000000002914 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:29.661445 | 1.85s 2026-02-21 07:35:19.787293 | fa163eb0-86a7-d7f0-7a82-000000002262 | TASK | Configure OVN DBs and northd 2026-02-21 07:35:19.838268 | fa163eb0-86a7-d7f0-7a82-000000002262 | TIMING | Configure OVN DBs and northd | standalone | 0:07:29.765701 | 0.05s 2026-02-21 07:35:19.901154 | fa163eb0-86a7-d7f0-7a82-000000002983 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-21 07:35:20.165052 | fa163eb0-86a7-d7f0-7a82-000000002983 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-21 07:35:20.166409 | fa163eb0-86a7-d7f0-7a82-000000002983 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:30.093850 | 0.26s 2026-02-21 07:35:20.195205 | fa163eb0-86a7-d7f0-7a82-000000002984 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-21 07:35:20.267049 | fa163eb0-86a7-d7f0-7a82-000000002984 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-21 07:35:20.268186 | fa163eb0-86a7-d7f0-7a82-000000002984 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:30.195627 | 0.07s 2026-02-21 07:35:20.296300 | fa163eb0-86a7-d7f0-7a82-000000002985 | TASK | check ovsdb-tool election-timer options 2026-02-21 07:35:20.620618 | fa163eb0-86a7-d7f0-7a82-000000002985 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-21 07:35:20.621422 | fa163eb0-86a7-d7f0-7a82-000000002985 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:30.548873 | 0.32s 2026-02-21 07:35:20.642403 | fa163eb0-86a7-d7f0-7a82-000000002986 | TASK | set has_ovsdb_tool_election_timer fact 2026-02-21 07:35:20.678659 | fa163eb0-86a7-d7f0-7a82-000000002986 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-21 07:35:20.679521 | fa163eb0-86a7-d7f0-7a82-000000002986 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:30.606970 | 0.04s 2026-02-21 07:35:20.701466 | fa163eb0-86a7-d7f0-7a82-000000002987 | TASK | render OVN cluster configuration 2026-02-21 07:35:21.351119 | fa163eb0-86a7-d7f0-7a82-000000002987 | CHANGED | render OVN cluster configuration | standalone 2026-02-21 07:35:21.352321 | fa163eb0-86a7-d7f0-7a82-000000002987 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:31.279763 | 0.65s 2026-02-21 07:35:21.381044 | fa163eb0-86a7-d7f0-7a82-000000002988 | TASK | restart OVN northd and north and south databases 2026-02-21 07:35:21.432150 | fa163eb0-86a7-d7f0-7a82-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:31.359579 | 0.05s 2026-02-21 07:35:21.444812 | fa163eb0-86a7-d7f0-7a82-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:31.372257 | 0.06s 2026-02-21 07:35:21.454946 | fa163eb0-86a7-d7f0-7a82-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:31.382393 | 0.07s 2026-02-21 07:35:21.462035 | fa163eb0-86a7-d7f0-7a82-000000002988 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:31.389469 | 0.08s 2026-02-21 07:35:21.486485 | 1750d3df-4d88-42d3-bba7-23b82848ff76 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-21 07:35:21.494797 | da1d9014-059c-4d39-a0c9-45f902c51769 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-21 07:35:21.503380 | d3e16c33-14ec-4ad9-bf1b-e2367d3c0a8d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-21 07:35:21.539244 | fa163eb0-86a7-d7f0-7a82-0000000029b7 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-21 07:35:21.807920 | fa163eb0-86a7-d7f0-7a82-0000000029b7 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-21 07:35:21.809298 | fa163eb0-86a7-d7f0-7a82-0000000029b7 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:31.736740 | 0.27s 2026-02-21 07:35:21.840178 | fa163eb0-86a7-d7f0-7a82-0000000029b8 | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-21 07:35:21.895003 | fa163eb0-86a7-d7f0-7a82-0000000029b8 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-21 07:35:21.896315 | fa163eb0-86a7-d7f0-7a82-0000000029b8 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:31.823755 | 0.05s 2026-02-21 07:35:21.927795 | fa163eb0-86a7-d7f0-7a82-0000000029bc | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-21 07:35:22.178416 | fa163eb0-86a7-d7f0-7a82-0000000029bc | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-21 07:35:22.179833 | fa163eb0-86a7-d7f0-7a82-0000000029bc | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:32.107276 | 0.25s 2026-02-21 07:35:22.211346 | fa163eb0-86a7-d7f0-7a82-0000000029bd | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-21 07:35:22.262264 | fa163eb0-86a7-d7f0-7a82-0000000029bd | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-21 07:35:22.263611 | fa163eb0-86a7-d7f0-7a82-0000000029bd | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:32.191051 | 0.05s 2026-02-21 07:35:22.294664 | fa163eb0-86a7-d7f0-7a82-0000000029c1 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-21 07:35:22.552951 | fa163eb0-86a7-d7f0-7a82-0000000029c1 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-21 07:35:22.554235 | fa163eb0-86a7-d7f0-7a82-0000000029c1 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:32.481677 | 0.26s 2026-02-21 07:35:22.584172 | fa163eb0-86a7-d7f0-7a82-0000000029c2 | TASK | restart tripleo_cluster_northd systemd service 2026-02-21 07:35:22.637126 | fa163eb0-86a7-d7f0-7a82-0000000029c2 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-21 07:35:22.637869 | fa163eb0-86a7-d7f0-7a82-0000000029c2 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:32.565319 | 0.05s 2026-02-21 07:35:22.733465 | fa163eb0-86a7-d7f0-7a82-000000002264 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:32.660893 | 0.05s 2026-02-21 07:35:22.799413 | fa163eb0-86a7-d7f0-7a82-000000002a0f | TASK | Set version specific variables 2026-02-21 07:35:22.848528 | fa163eb0-86a7-d7f0-7a82-000000002a0f | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:32.775959 | 0.05s 2026-02-21 07:35:22.870763 | 41c94ab3-9620-485e-8c75-6325032acd36 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:35:22.903638 | fa163eb0-86a7-d7f0-7a82-000000002a3e | TASK | Ensure ansible_facts used by role 2026-02-21 07:35:23.298405 | fa163eb0-86a7-d7f0-7a82-000000002a3e | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:35:23.300211 | fa163eb0-86a7-d7f0-7a82-000000002a3e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:33.227653 | 0.39s 2026-02-21 07:35:23.331047 | fa163eb0-86a7-d7f0-7a82-000000002a3f | TASK | Set platform/version specific variables 2026-02-21 07:35:23.424736 | fa163eb0-86a7-d7f0-7a82-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:35:23.458364 | fa163eb0-86a7-d7f0-7a82-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:35:23.485248 | fa163eb0-86a7-d7f0-7a82-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:35:23.509081 | fa163eb0-86a7-d7f0-7a82-000000002a3f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:35:23.515859 | fa163eb0-86a7-d7f0-7a82-000000002a3f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:33.443295 | 0.18s 2026-02-21 07:35:23.546908 | fa163eb0-86a7-d7f0-7a82-000000002a10 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:35:26.701324 | fa163eb0-86a7-d7f0-7a82-000000002a10 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:35:26.703026 | fa163eb0-86a7-d7f0-7a82-000000002a10 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:36.630465 | 3.15s 2026-02-21 07:35:26.733088 | fa163eb0-86a7-d7f0-7a82-000000002a12 | TASK | Ensure provider packages are installed 2026-02-21 07:35:29.829732 | fa163eb0-86a7-d7f0-7a82-000000002a12 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:39.757165 | 3.09s 2026-02-21 07:35:29.835924 | fa163eb0-86a7-d7f0-7a82-000000002a12 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:39.763375 | 3.10s 2026-02-21 07:35:29.858478 | fa163eb0-86a7-d7f0-7a82-000000002a14 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:35:30.111145 | fa163eb0-86a7-d7f0-7a82-000000002a14 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:30.113151 | fa163eb0-86a7-d7f0-7a82-000000002a14 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:40.040594 | 0.25s 2026-02-21 07:35:30.123263 | fa163eb0-86a7-d7f0-7a82-000000002a14 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:40.050700 | 0.26s 2026-02-21 07:35:30.150994 | fa163eb0-86a7-d7f0-7a82-000000002a16 | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:35:30.451963 | fa163eb0-86a7-d7f0-7a82-000000002a16 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:30.453858 | fa163eb0-86a7-d7f0-7a82-000000002a16 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:40.381297 | 0.30s 2026-02-21 07:35:30.463084 | fa163eb0-86a7-d7f0-7a82-000000002a16 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:40.390536 | 0.31s 2026-02-21 07:35:30.489312 | fa163eb0-86a7-d7f0-7a82-000000002a18 | TASK | Ensure provider service is running 2026-02-21 07:35:30.896642 | fa163eb0-86a7-d7f0-7a82-000000002a18 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:35:30.899168 | fa163eb0-86a7-d7f0-7a82-000000002a18 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:40.826609 | 0.41s 2026-02-21 07:35:30.909913 | fa163eb0-86a7-d7f0-7a82-000000002a18 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:40.837354 | 0.42s 2026-02-21 07:35:30.940508 | fa163eb0-86a7-d7f0-7a82-000000002a1b | TASK | Ensure certificate requests 2026-02-21 07:35:32.328221 | fa163eb0-86a7-d7f0-7a82-000000002a1b | 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-02-21 07:35:32.330869 | fa163eb0-86a7-d7f0-7a82-000000002a1b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:42.258307 | 1.39s 2026-02-21 07:35:32.341391 | fa163eb0-86a7-d7f0-7a82-000000002a1b | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:42.268825 | 1.40s 2026-02-21 07:35:32.449077 | fa163eb0-86a7-d7f0-7a82-000000002266 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:42.376505 | 0.05s 2026-02-21 07:35:32.513344 | fa163eb0-86a7-d7f0-7a82-000000002a83 | TASK | Set version specific variables 2026-02-21 07:35:32.562124 | fa163eb0-86a7-d7f0-7a82-000000002a83 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:42.489554 | 0.05s 2026-02-21 07:35:32.583830 | a6489b6c-ebc3-4d32-876e-cdc1b5292160 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-21 07:35:32.610727 | fa163eb0-86a7-d7f0-7a82-000000002ab2 | TASK | Ensure ansible_facts used by role 2026-02-21 07:35:33.010725 | fa163eb0-86a7-d7f0-7a82-000000002ab2 | OK | Ensure ansible_facts used by role | standalone 2026-02-21 07:35:33.012323 | fa163eb0-86a7-d7f0-7a82-000000002ab2 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:42.939764 | 0.40s 2026-02-21 07:35:33.040749 | fa163eb0-86a7-d7f0-7a82-000000002ab3 | TASK | Set platform/version specific variables 2026-02-21 07:35:33.136993 | fa163eb0-86a7-d7f0-7a82-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:35:33.167513 | fa163eb0-86a7-d7f0-7a82-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-21 07:35:33.196477 | fa163eb0-86a7-d7f0-7a82-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-21 07:35:33.216268 | fa163eb0-86a7-d7f0-7a82-000000002ab3 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-21 07:35:33.228147 | fa163eb0-86a7-d7f0-7a82-000000002ab3 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:43.155588 | 0.19s 2026-02-21 07:35:33.256372 | fa163eb0-86a7-d7f0-7a82-000000002a84 | TASK | Ensure certificate role dependencies are installed 2026-02-21 07:35:36.194797 | fa163eb0-86a7-d7f0-7a82-000000002a84 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-21 07:35:36.196355 | fa163eb0-86a7-d7f0-7a82-000000002a84 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:46.123796 | 2.94s 2026-02-21 07:35:36.233966 | fa163eb0-86a7-d7f0-7a82-000000002a86 | TASK | Ensure provider packages are installed 2026-02-21 07:35:39.256228 | fa163eb0-86a7-d7f0-7a82-000000002a86 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:49.183656 | 3.02s 2026-02-21 07:35:39.268648 | fa163eb0-86a7-d7f0-7a82-000000002a86 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:49.196084 | 3.03s 2026-02-21 07:35:39.298731 | fa163eb0-86a7-d7f0-7a82-000000002a88 | TASK | Ensure pre-scripts hooks directory exists 2026-02-21 07:35:39.606258 | fa163eb0-86a7-d7f0-7a82-000000002a88 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:39.608164 | fa163eb0-86a7-d7f0-7a82-000000002a88 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.535598 | 0.31s 2026-02-21 07:35:39.617571 | fa163eb0-86a7-d7f0-7a82-000000002a88 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.545026 | 0.32s 2026-02-21 07:35:39.635843 | fa163eb0-86a7-d7f0-7a82-000000002a8a | TASK | Ensure post-scripts hooks directory exists 2026-02-21 07:35:39.955317 | fa163eb0-86a7-d7f0-7a82-000000002a8a | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-21 07:35:39.957082 | fa163eb0-86a7-d7f0-7a82-000000002a8a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:49.884519 | 0.32s 2026-02-21 07:35:39.966899 | fa163eb0-86a7-d7f0-7a82-000000002a8a | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:49.894343 | 0.33s 2026-02-21 07:35:39.986152 | fa163eb0-86a7-d7f0-7a82-000000002a8c | TASK | Ensure provider service is running 2026-02-21 07:35:40.398809 | fa163eb0-86a7-d7f0-7a82-000000002a8c | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-21 07:35:40.401810 | fa163eb0-86a7-d7f0-7a82-000000002a8c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.329248 | 0.41s 2026-02-21 07:35:40.412582 | fa163eb0-86a7-d7f0-7a82-000000002a8c | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.340020 | 0.43s 2026-02-21 07:35:40.441874 | fa163eb0-86a7-d7f0-7a82-000000002a8f | TASK | Ensure certificate requests 2026-02-21 07:35:42.485508 | fa163eb0-86a7-d7f0-7a82-000000002a8f | 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-02-21 07:35:42.487934 | fa163eb0-86a7-d7f0-7a82-000000002a8f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.415374 | 2.04s 2026-02-21 07:35:42.498380 | fa163eb0-86a7-d7f0-7a82-000000002a8f | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.425818 | 2.05s 2026-02-21 07:35:42.552078 | fa163eb0-86a7-d7f0-7a82-00000000226d | TASK | Fail if container image is undefined 2026-02-21 07:35:42.615562 | fa163eb0-86a7-d7f0-7a82-00000000226d | SKIPPED | Fail if container image is undefined | standalone 2026-02-21 07:35:42.616856 | fa163eb0-86a7-d7f0-7a82-00000000226d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:07:52.544297 | 0.06s 2026-02-21 07:35:42.662978 | fa163eb0-86a7-d7f0-7a82-00000000226e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-21 07:35:48.834863 | fa163eb0-86a7-d7f0-7a82-00000000226e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-21 07:35:48.836468 | fa163eb0-86a7-d7f0-7a82-00000000226e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:07:58.763909 | 6.17s 2026-02-21 07:35:48.899825 | fa163eb0-86a7-d7f0-7a82-00000000226f | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-21 07:35:49.279300 | fa163eb0-86a7-d7f0-7a82-00000000226f | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-21 07:35:49.280923 | fa163eb0-86a7-d7f0-7a82-00000000226f | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:07:59.208363 | 0.38s 2026-02-21 07:35:49.342348 | fa163eb0-86a7-d7f0-7a82-00000000227a | TASK | Pre-fetch all the containers 2026-02-21 07:35:53.782161 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-21 07:35:53.786060 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:03.713498 | 4.44s 2026-02-21 07:35:58.486156 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-21 07:35:58.487537 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:08.414989 | 9.14s 2026-02-21 07:36:02.430213 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-21 07:36:02.433049 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:12.360492 | 13.09s 2026-02-21 07:36:05.210010 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-21 07:36:05.213169 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:15.140613 | 15.87s 2026-02-21 07:36:06.953196 | fa163eb0-86a7-d7f0-7a82-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-21 07:36:06.956030 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:16.883471 | 17.61s 2026-02-21 07:36:08.675293 | fa163eb0-86a7-d7f0-7a82-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-21 07:36:08.676714 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:18.604164 | 19.33s 2026-02-21 07:36:13.226325 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-02-21 07:36:13.229793 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:23.157235 | 23.88s 2026-02-21 07:36:17.378642 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-21 07:36:17.381467 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:27.308909 | 28.04s 2026-02-21 07:36:19.506853 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-21 07:36:19.510575 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:29.438015 | 30.17s 2026-02-21 07:36:26.874559 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-21 07:36:26.879183 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:36.806617 | 37.53s 2026-02-21 07:36:29.517968 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-21 07:36:29.522715 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:39.450125 | 40.18s 2026-02-21 07:36:46.987465 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-21 07:36:46.990801 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:08:56.918241 | 57.65s 2026-02-21 07:36:56.693244 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-21 07:36:56.696865 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:06.624306 | 67.35s 2026-02-21 07:37:03.485087 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-21 07:37:03.489289 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:13.416720 | 74.14s 2026-02-21 07:37:15.409192 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-21 07:37:15.411961 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:25.339404 | 86.07s 2026-02-21 07:37:19.472348 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-21 07:37:19.475165 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:29.402607 | 90.13s 2026-02-21 07:37:23.040439 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-21 07:37:23.043207 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:32.970648 | 93.70s 2026-02-21 07:37:26.176409 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-21 07:37:26.180178 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:36.107619 | 96.84s 2026-02-21 07:37:30.757215 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-21 07:37:30.760840 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:40.688283 | 101.42s 2026-02-21 07:37:42.264489 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-21 07:37:42.266387 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:52.193836 | 112.92s 2026-02-21 07:37:44.987770 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-21 07:37:44.990921 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:09:54.918360 | 115.65s 2026-02-21 07:37:53.480804 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-21 07:37:53.484091 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:03.411532 | 124.14s 2026-02-21 07:37:56.246572 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-02-21 07:37:56.250118 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:06.177561 | 126.91s 2026-02-21 07:37:58.972195 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-02-21 07:37:58.976584 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:08.904019 | 129.63s 2026-02-21 07:38:02.478860 | fa163eb0-86a7-d7f0-7a82-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-21 07:38:02.483673 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:12.411108 | 133.14s 2026-02-21 07:38:04.688608 | fa163eb0-86a7-d7f0-7a82-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-21 07:38:04.691487 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:14.618927 | 135.35s 2026-02-21 07:38:07.229727 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-21 07:38:07.232977 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:17.160418 | 137.89s 2026-02-21 07:38:09.036778 | fa163eb0-86a7-d7f0-7a82-00000000227a | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-21 07:38:09.039870 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:18.967311 | 139.69s 2026-02-21 07:38:12.538645 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-21 07:38:12.542784 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:22.470217 | 143.20s 2026-02-21 07:38:15.100286 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-21 07:38:15.103215 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:25.030658 | 145.76s 2026-02-21 07:38:17.549155 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-21 07:38:17.551884 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:27.479327 | 148.21s 2026-02-21 07:38:19.943643 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-21 07:38:19.947294 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:29.874736 | 150.60s 2026-02-21 07:38:22.686351 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-21 07:38:22.690163 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:32.617608 | 153.35s 2026-02-21 07:38:25.359106 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-21 07:38:25.362297 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:35.289739 | 156.02s 2026-02-21 07:38:27.505490 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-21 07:38:27.509467 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:37.436908 | 158.16s 2026-02-21 07:38:30.158026 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-21 07:38:30.162317 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:40.089757 | 160.82s 2026-02-21 07:38:32.880053 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-21 07:38:32.883325 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:42.810766 | 163.54s 2026-02-21 07:38:36.272641 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-21 07:38:36.276941 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:46.204379 | 166.93s 2026-02-21 07:38:39.062227 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-21 07:38:39.065530 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:48.992966 | 169.72s 2026-02-21 07:38:41.998979 | fa163eb0-86a7-d7f0-7a82-00000000227a | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-21 07:38:42.001825 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:51.929268 | 172.66s 2026-02-21 07:38:42.284907 | fa163eb0-86a7-d7f0-7a82-00000000227a | TIMING | Pre-fetch all the containers | standalone | 0:10:52.212346 | 172.94s 2026-02-21 07:38:42.396150 | fa163eb0-86a7-d7f0-7a82-00000000227d | TASK | Check if rsyslog exists 2026-02-21 07:38:42.639019 | fa163eb0-86a7-d7f0-7a82-00000000227d | CHANGED | Check if rsyslog exists | standalone 2026-02-21 07:38:42.640444 | fa163eb0-86a7-d7f0-7a82-00000000227d | TIMING | Check if rsyslog exists | standalone | 0:10:52.567884 | 0.24s 2026-02-21 07:38:42.667515 | fa163eb0-86a7-d7f0-7a82-00000000227e | TASK | Forward logging to swift.log file 2026-02-21 07:38:43.190732 | fa163eb0-86a7-d7f0-7a82-00000000227e | CHANGED | Forward logging to swift.log file | standalone 2026-02-21 07:38:43.191751 | fa163eb0-86a7-d7f0-7a82-00000000227e | TIMING | Forward logging to swift.log file | standalone | 0:10:53.119195 | 0.52s 2026-02-21 07:38:43.213271 | fa163eb0-86a7-d7f0-7a82-00000000227f | TASK | Restart rsyslogd service after logging conf change 2026-02-21 07:38:44.039201 | fa163eb0-86a7-d7f0-7a82-00000000227f | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-21 07:38:44.040265 | fa163eb0-86a7-d7f0-7a82-00000000227f | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:53.967714 | 0.83s 2026-02-21 07:38:44.058939 | fa163eb0-86a7-d7f0-7a82-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-21 07:38:44.311350 | fa163eb0-86a7-d7f0-7a82-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-21 07:38:44.312418 | fa163eb0-86a7-d7f0-7a82-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:54.239864 | 0.25s 2026-02-21 07:38:44.391628 | fa163eb0-86a7-d7f0-7a82-0000000000c3 | TIMING | include_tasks | standalone | 0:10:54.319059 | 0.06s 2026-02-21 07:38:44.433848 | 91564105-2ba0-4a50-856b-7f96612bf12b | INCLUDED | /root/standalone-ansible-l794r1lx/common_deploy_steps_tasks.yaml | standalone 2026-02-21 07:38:44.459978 | fa163eb0-86a7-d7f0-7a82-000000002b4c | TASK | Write the config_step hieradata 2026-02-21 07:38:45.029080 | fa163eb0-86a7-d7f0-7a82-000000002b4c | OK | Write the config_step hieradata | standalone 2026-02-21 07:38:45.030378 | fa163eb0-86a7-d7f0-7a82-000000002b4c | TIMING | Write the config_step hieradata | standalone | 0:10:54.957820 | 0.57s 2026-02-21 07:38:45.053833 | fa163eb0-86a7-d7f0-7a82-000000002b4d | TASK | Run puppet host configuration for step 1 2026-02-21 07:38:45.555217 | fa163eb0-86a7-d7f0-7a82-000000002b4d | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-21 07:38:45.556612 | fa163eb0-86a7-d7f0-7a82-000000002b4d | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:55.484053 | 0.50s 2026-02-21 07:38:45.584194 | fa163eb0-86a7-d7f0-7a82-000000002b4e | TASK | Wait for puppet host configuration to finish 2026-02-21 07:38:45.832724 | fa163eb0-86a7-d7f0-7a82-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-21 07:38:56.057630 | fa163eb0-86a7-d7f0-7a82-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-21 07:39:06.322862 | fa163eb0-86a7-d7f0-7a82-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-21 07:39:16.590512 | fa163eb0-86a7-d7f0-7a82-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-21 07:39:26.813914 | fa163eb0-86a7-d7f0-7a82-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-21 07:39:37.045911 | fa163eb0-86a7-d7f0-7a82-000000002b4e | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-21 07:39:47.254629 | fa163eb0-86a7-d7f0-7a82-000000002b4e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-21 07:39:47.256301 | fa163eb0-86a7-d7f0-7a82-000000002b4e | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:57.183740 | 61.67s 2026-02-21 07:39:47.285277 | fa163eb0-86a7-d7f0-7a82-000000002b4f | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-21 07:39:47.369927 | fa163eb0-86a7-d7f0-7a82-000000002b4f | 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>Feb 21 07:38:45 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 21 07:38:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 21 07:38:51 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 21 07:38:51 puppet-user: (file & line not available)", "<13>Feb 21 07:38:51 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>Feb 21 07:38:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 21 07:38:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 21 07:38:51 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Feb 21 07:38:51 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 21 07:38:51 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 21 07:38:51 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 21 07:39:00 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 21 07:39:08 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 21 07:39:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 21 07:39:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 21 07:39:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 21 07:39:12 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 21 07:39:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 21 07:39:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 21 07:39:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 21 07:39:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 21 07:39:19 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 21 07:39:20 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 21 07:39:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 21 07:39:44 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 21 07:39:46 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 21 07:39:46 puppet-user: Notice: Applied catalog in 54.80 seconds", "<13>Feb 21 07:39:46 puppet-user: Application:", "<13>Feb 21 07:39:46 puppet-user: Initial environment: production", "<13>Feb 21 07:39:46 puppet-user: Converged environment: production", "<13>Feb 21 07:39:46 puppet-user: Run mode: user", "<13>Feb 21 07:39:46 puppet-user: Changes:", "<13>Feb 21 07:39:46 puppet-user: Total: 17", "<13>Feb 21 07:39:46 puppet-user: Events:", "<13>Feb 21 07:39:46 puppet-user: Success: 17", "<13>Feb 21 07:39:46 puppet-user: Resources:", "<13>Feb 21 07:39:46 puppet-user: Restarted: 1", "<13>Feb 21 07:39:46 puppet-user: Changed: 16", "<13>Feb 21 07:39:46 puppet-user: Out of sync: 16", "<13>Feb 21 07:39:46 puppet-user: Total: 26", "<13>Feb 21 07:39:46 puppet-user: Time:", "<13>Feb 21 07:39:46 puppet-user: Filebucket: 0.00", "<13>Feb 21 07:39:46 puppet-user: Schedule: 0.00", "<13>Feb 21 07:39:46 puppet-user: File line: 0.00", "<13>Feb 21 07:39:46 puppet-user: File: 0.00", "<13>Feb 21 07:39:46 puppet-user: Augeas: 0.02", "<13>Feb 21 07:39:46 puppet-user: Config retrieval: 0.44", "<13>Feb 21 07:39:46 puppet-user: User: 0.58", "<13>Feb 21 07:39:46 puppet-user: Package: 16.34", "<13>Feb 21 07:39:46 puppet-user: Last run: 1771659586", "<13>Feb 21 07:39:46 puppet-user: Exec: 28.81", "<13>Feb 21 07:39:46 puppet-user: Pcmk property: 3.67", "<13>Feb 21 07:39:46 puppet-user: Service: 4.06", "<13>Feb 21 07:39:46 puppet-user: Transaction evaluation: 54.79", "<13>Feb 21 07:39:46 puppet-user: Catalog application: 54.80", "<13>Feb 21 07:39:46 puppet-user: Total: 54.80", "<13>Feb 21 07:39:46 puppet-user: Version:", "<13>Feb 21 07:39:46 puppet-user: Config: 1771659531", "<13>Feb 21 07:39:46 puppet-user: Puppet: 7.10.0" ] } 2026-02-21 07:39:47.371513 | fa163eb0-86a7-d7f0-7a82-000000002b4f | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:57.298952 | 0.08s 2026-02-21 07:39:47.400174 | fa163eb0-86a7-d7f0-7a82-000000002b50 | TASK | Pre-cache facts for puppet containers 2026-02-21 07:39:47.422035 | fa163eb0-86a7-d7f0-7a82-000000002b50 | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:57.349465 | 0.02s 2026-02-21 07:39:47.494360 | fa163eb0-86a7-d7f0-7a82-000000002b97 | TASK | Gather variables for each operating system 2026-02-21 07:39:47.621060 | fa163eb0-86a7-d7f0-7a82-000000002b97 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:57.548488 | 0.13s 2026-02-21 07:39:47.649436 | fa163eb0-86a7-d7f0-7a82-000000002b98 | TASK | Create puppet caching structures 2026-02-21 07:39:47.930620 | fa163eb0-86a7-d7f0-7a82-000000002b98 | CHANGED | Create puppet caching structures | standalone 2026-02-21 07:39:47.932088 | fa163eb0-86a7-d7f0-7a82-000000002b98 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:57.859532 | 0.28s 2026-02-21 07:39:47.959989 | fa163eb0-86a7-d7f0-7a82-000000002b99 | TASK | Check for facter.conf 2026-02-21 07:39:48.184393 | fa163eb0-86a7-d7f0-7a82-000000002b99 | OK | Check for facter.conf | standalone 2026-02-21 07:39:48.185793 | fa163eb0-86a7-d7f0-7a82-000000002b99 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:58.113235 | 0.22s 2026-02-21 07:39:48.214168 | fa163eb0-86a7-d7f0-7a82-000000002b9a | TASK | Remove facter.conf if directory 2026-02-21 07:39:48.255179 | fa163eb0-86a7-d7f0-7a82-000000002b9a | SKIPPED | Remove facter.conf if directory | standalone 2026-02-21 07:39:48.256466 | fa163eb0-86a7-d7f0-7a82-000000002b9a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:58.183909 | 0.04s 2026-02-21 07:39:48.284526 | fa163eb0-86a7-d7f0-7a82-000000002b9b | TASK | Write facter cache config 2026-02-21 07:39:48.704872 | fa163eb0-86a7-d7f0-7a82-000000002b9b | CHANGED | Write facter cache config | standalone 2026-02-21 07:39:48.706369 | fa163eb0-86a7-d7f0-7a82-000000002b9b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:58.633804 | 0.42s 2026-02-21 07:39:48.735714 | fa163eb0-86a7-d7f0-7a82-000000002b9c | TASK | Cleanup facter cache if exists 2026-02-21 07:39:48.939786 | fa163eb0-86a7-d7f0-7a82-000000002b9c | OK | Cleanup facter cache if exists | standalone 2026-02-21 07:39:48.941303 | fa163eb0-86a7-d7f0-7a82-000000002b9c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:58.868742 | 0.20s 2026-02-21 07:39:48.973004 | fa163eb0-86a7-d7f0-7a82-000000002b9d | TASK | Pre-cache facts 2026-02-21 07:39:49.589989 | fa163eb0-86a7-d7f0-7a82-000000002b9d | CHANGED | Pre-cache facts | standalone 2026-02-21 07:39:49.591394 | fa163eb0-86a7-d7f0-7a82-000000002b9d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:59.518837 | 0.62s 2026-02-21 07:39:49.622166 | fa163eb0-86a7-d7f0-7a82-000000002b9e | TASK | Failed deployment if facter fails 2026-02-21 07:39:49.654010 | fa163eb0-86a7-d7f0-7a82-000000002b9e | SKIPPED | Failed deployment if facter fails | standalone 2026-02-21 07:39:49.655164 | fa163eb0-86a7-d7f0-7a82-000000002b9e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:59.582606 | 0.03s 2026-02-21 07:39:49.702743 | fa163eb0-86a7-d7f0-7a82-000000002b9f | TASK | Sync cached facts 2026-02-21 07:39:50.170006 | fa163eb0-86a7-d7f0-7a82-000000002b9f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb0-86a7-d7f0-7a82-000000002b9f') missing from stats 2026-02-21 07:39:50.224045 | fa163eb0-86a7-d7f0-7a82-000000002b51 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-21 07:39:50.274552 | fa163eb0-86a7-d7f0-7a82-000000002b51 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:12:00.201987 | 0.05s 2026-02-21 07:39:50.304469 | 842dea84-d9c5-4cf7-8d07-29c64adc5384 | INCLUDED | /root/standalone-ansible-l794r1lx/generate-config-tasks.yaml | standalone 2026-02-21 07:39:50.341378 | fa163eb0-86a7-d7f0-7a82-000000002be9 | TASK | Create base directory puppet configs 2026-02-21 07:39:50.576485 | fa163eb0-86a7-d7f0-7a82-000000002be9 | CHANGED | Create base directory puppet configs | standalone 2026-02-21 07:39:50.577896 | fa163eb0-86a7-d7f0-7a82-000000002be9 | TIMING | Create base directory puppet configs | standalone | 0:12:00.505337 | 0.24s 2026-02-21 07:39:50.607521 | fa163eb0-86a7-d7f0-7a82-000000002bea | TASK | Generate container puppet configs for step 1 2026-02-21 07:39:50.876354 | fa163eb0-86a7-d7f0-7a82-000000002bea | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-21 07:39:50.877903 | fa163eb0-86a7-d7f0-7a82-000000002bea | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:00.805341 | 0.27s 2026-02-21 07:39:50.909291 | fa163eb0-86a7-d7f0-7a82-000000002beb | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-21 07:39:50.938567 | fa163eb0-86a7-d7f0-7a82-000000002beb | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:12:00.865969 | 0.03s 2026-02-21 07:39:51.012792 | fa163eb0-86a7-d7f0-7a82-000000002c75 | TASK | Gather variables for each operating system 2026-02-21 07:39:51.128366 | fa163eb0-86a7-d7f0-7a82-000000002c75 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:01.055795 | 0.11s 2026-02-21 07:39:51.159342 | fa163eb0-86a7-d7f0-7a82-000000002c76 | TASK | Create container logs path 2026-02-21 07:39:51.393304 | fa163eb0-86a7-d7f0-7a82-000000002c76 | OK | Create container logs path | standalone 2026-02-21 07:39:51.394847 | fa163eb0-86a7-d7f0-7a82-000000002c76 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:01.322289 | 0.23s 2026-02-21 07:39:51.425606 | fa163eb0-86a7-d7f0-7a82-000000002c78 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:39:51.816570 | fa163eb0-86a7-d7f0-7a82-000000002c78 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:39:51.818093 | fa163eb0-86a7-d7f0-7a82-000000002c78 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:01.745534 | 0.39s 2026-02-21 07:39:51.854013 | fa163eb0-86a7-d7f0-7a82-000000002c79 | TASK | Finalise hashes for all containers 2026-02-21 07:39:51.927816 | fa163eb0-86a7-d7f0-7a82-000000002c79 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:39:51.929121 | fa163eb0-86a7-d7f0-7a82-000000002c79 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:01.856564 | 0.07s 2026-02-21 07:39:51.958098 | fa163eb0-86a7-d7f0-7a82-000000002c7b | TASK | Manage systemd shutdown files 2026-02-21 07:39:51.991813 | fa163eb0-86a7-d7f0-7a82-000000002c7b | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:39:51.993126 | fa163eb0-86a7-d7f0-7a82-000000002c7b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:01.920567 | 0.03s 2026-02-21 07:39:52.027495 | fa163eb0-86a7-d7f0-7a82-000000002c7d | TASK | Update container configs with new config hashes 2026-02-21 07:39:52.073470 | fa163eb0-86a7-d7f0-7a82-000000002c7d | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:39:52.074886 | fa163eb0-86a7-d7f0-7a82-000000002c7d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:02.002326 | 0.05s 2026-02-21 07:39:52.108223 | fa163eb0-86a7-d7f0-7a82-000000002c7e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:39:52.152055 | fa163eb0-86a7-d7f0-7a82-000000002c7e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:02.079482 | 0.04s 2026-02-21 07:39:52.180103 | 1b48a1ac-b62b-41a5-a9cc-eccdd2f66192 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:39:52.217747 | fa163eb0-86a7-d7f0-7a82-000000002cc2 | TASK | Gather podman infos 2026-02-21 07:39:52.791287 | fa163eb0-86a7-d7f0-7a82-000000002cc2 | OK | Gather podman infos | standalone 2026-02-21 07:39:52.792636 | fa163eb0-86a7-d7f0-7a82-000000002cc2 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:02.720076 | 0.57s 2026-02-21 07:39:52.825549 | fa163eb0-86a7-d7f0-7a82-000000002cc3 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:39:52.879257 | fa163eb0-86a7-d7f0-7a82-000000002cc3 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:39:52.880839 | fa163eb0-86a7-d7f0-7a82-000000002cc3 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:02.808276 | 0.05s 2026-02-21 07:39:52.914337 | fa163eb0-86a7-d7f0-7a82-000000002c7f | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:39:52.968843 | fa163eb0-86a7-d7f0-7a82-000000002c7f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:02.896282 | 0.05s 2026-02-21 07:39:52.982046 | 18758f43-49c4-42fb-825d-bd30e7db0c1a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:39:53.008577 | fa163eb0-86a7-d7f0-7a82-000000002cec | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:40:22.609706 | fa163eb0-86a7-d7f0-7a82-000000002cec | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:40:22.611206 | fa163eb0-86a7-d7f0-7a82-000000002cec | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:32.538651 | 29.60s 2026-02-21 07:40:22.676839 | fa163eb0-86a7-d7f0-7a82-000000002ced | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:40:22.758632 | fa163eb0-86a7-d7f0-7a82-000000002ced | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:40:22.759613 | fa163eb0-86a7-d7f0-7a82-000000002ced | 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:12:32.687061 | 0.08s 2026-02-21 07:40:22.819441 | fa163eb0-86a7-d7f0-7a82-000000002bed | TASK | Diff puppet-generated changes for check mode 2026-02-21 07:40:22.864509 | fa163eb0-86a7-d7f0-7a82-000000002bed | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-21 07:40:22.865885 | fa163eb0-86a7-d7f0-7a82-000000002bed | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:32.793327 | 0.04s 2026-02-21 07:40:22.894651 | fa163eb0-86a7-d7f0-7a82-000000002bee | TASK | Diff puppet-generated changes for check mode 2026-02-21 07:40:22.926599 | fa163eb0-86a7-d7f0-7a82-000000002bee | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-21 07:40:22.928303 | fa163eb0-86a7-d7f0-7a82-000000002bee | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:32.855739 | 0.03s 2026-02-21 07:40:22.964165 | fa163eb0-86a7-d7f0-7a82-000000002b53 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-21 07:40:22.993892 | fa163eb0-86a7-d7f0-7a82-000000002b53 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:32.921322 | 0.03s 2026-02-21 07:40:23.061243 | fa163eb0-86a7-d7f0-7a82-000000002d42 | TASK | Gather variables for each operating system 2026-02-21 07:40:23.184803 | fa163eb0-86a7-d7f0-7a82-000000002d42 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:33.112215 | 0.12s 2026-02-21 07:40:23.215202 | fa163eb0-86a7-d7f0-7a82-000000002d43 | TASK | Create container logs path 2026-02-21 07:40:23.482071 | fa163eb0-86a7-d7f0-7a82-000000002d43 | OK | Create container logs path | standalone 2026-02-21 07:40:23.483025 | fa163eb0-86a7-d7f0-7a82-000000002d43 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:33.410475 | 0.27s 2026-02-21 07:40:23.504308 | fa163eb0-86a7-d7f0-7a82-000000002d45 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-21 07:40:23.776321 | fa163eb0-86a7-d7f0-7a82-000000002d45 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-21 07:40:23.778162 | fa163eb0-86a7-d7f0-7a82-000000002d45 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:33.705605 | 0.27s 2026-02-21 07:40:23.806143 | fa163eb0-86a7-d7f0-7a82-000000002d46 | TASK | Finalise hashes for all containers 2026-02-21 07:40:23.850541 | fa163eb0-86a7-d7f0-7a82-000000002d46 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:40:23.851747 | fa163eb0-86a7-d7f0-7a82-000000002d46 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:33.779191 | 0.04s 2026-02-21 07:40:23.879834 | fa163eb0-86a7-d7f0-7a82-000000002d48 | TASK | Manage systemd shutdown files 2026-02-21 07:40:23.908902 | fa163eb0-86a7-d7f0-7a82-000000002d48 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:33.836337 | 0.03s 2026-02-21 07:40:23.942993 | cdea881e-64c7-4b10-aed3-00c4eb084ef2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-21 07:40:23.970476 | fa163eb0-86a7-d7f0-7a82-000000002d7b | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-21 07:40:24.232666 | fa163eb0-86a7-d7f0-7a82-000000002d7b | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-21 07:40:24.234430 | fa163eb0-86a7-d7f0-7a82-000000002d7b | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:34.161870 | 0.26s 2026-02-21 07:40:24.263159 | fa163eb0-86a7-d7f0-7a82-000000002d7c | TASK | Set podman_drop_in fact 2026-02-21 07:40:24.315256 | fa163eb0-86a7-d7f0-7a82-000000002d7c | OK | Set podman_drop_in fact | standalone 2026-02-21 07:40:24.316618 | fa163eb0-86a7-d7f0-7a82-000000002d7c | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:34.244061 | 0.05s 2026-02-21 07:40:24.346501 | fa163eb0-86a7-d7f0-7a82-000000002d7e | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-21 07:40:24.876394 | fa163eb0-86a7-d7f0-7a82-000000002d7e | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-21 07:40:24.880979 | fa163eb0-86a7-d7f0-7a82-000000002d7e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:34.808414 | 0.53s 2026-02-21 07:40:25.390711 | fa163eb0-86a7-d7f0-7a82-000000002d7e | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-21 07:40:25.392990 | fa163eb0-86a7-d7f0-7a82-000000002d7e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:35.320432 | 1.04s 2026-02-21 07:40:25.405460 | fa163eb0-86a7-d7f0-7a82-000000002d7e | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:35.332891 | 1.06s 2026-02-21 07:40:25.435352 | fa163eb0-86a7-d7f0-7a82-000000002d7f | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-21 07:40:25.960947 | fa163eb0-86a7-d7f0-7a82-000000002d7f | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-21 07:40:25.962392 | fa163eb0-86a7-d7f0-7a82-000000002d7f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:35.889833 | 0.53s 2026-02-21 07:40:25.991204 | fa163eb0-86a7-d7f0-7a82-000000002d80 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-21 07:40:26.479183 | fa163eb0-86a7-d7f0-7a82-000000002d80 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-21 07:40:26.480604 | fa163eb0-86a7-d7f0-7a82-000000002d80 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:36.408045 | 0.49s 2026-02-21 07:40:26.510285 | fa163eb0-86a7-d7f0-7a82-000000002d81 | TASK | Enable and start tripleo-container-shutdown 2026-02-21 07:40:27.496244 | fa163eb0-86a7-d7f0-7a82-000000002d81 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-21 07:40:27.498647 | fa163eb0-86a7-d7f0-7a82-000000002d81 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:37.426087 | 0.99s 2026-02-21 07:40:27.529823 | fa163eb0-86a7-d7f0-7a82-000000002d82 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-21 07:40:28.064228 | fa163eb0-86a7-d7f0-7a82-000000002d82 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-21 07:40:28.065607 | fa163eb0-86a7-d7f0-7a82-000000002d82 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:37.993048 | 0.53s 2026-02-21 07:40:28.093135 | fa163eb0-86a7-d7f0-7a82-000000002d83 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-21 07:40:28.541563 | fa163eb0-86a7-d7f0-7a82-000000002d83 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-21 07:40:28.543133 | fa163eb0-86a7-d7f0-7a82-000000002d83 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:38.470576 | 0.45s 2026-02-21 07:40:28.570836 | fa163eb0-86a7-d7f0-7a82-000000002d84 | TASK | Enable and start netns-placeholder 2026-02-21 07:40:29.515692 | fa163eb0-86a7-d7f0-7a82-000000002d84 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-21 07:40:29.516665 | fa163eb0-86a7-d7f0-7a82-000000002d84 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:39.444118 | 0.94s 2026-02-21 07:40:29.535962 | fa163eb0-86a7-d7f0-7a82-000000002d4a | TASK | Update container configs with new config hashes 2026-02-21 07:40:29.592375 | fa163eb0-86a7-d7f0-7a82-000000002d4a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:39.519820 | 0.06s 2026-02-21 07:40:29.602330 | 4f48185d-2a15-48c1-9b76-d180d002c412 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-21 07:40:29.631263 | fa163eb0-86a7-d7f0-7a82-000000002dac | TASK | Update config hashes for container startup configs 2026-02-21 07:40:29.939142 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-02-21 07:40:29.940437 | | WARNING | Config change detected for mysql_bootstrap, new hash: 74b97412b61009b9beee72fe761b5e55 2026-02-21 07:40:29.941228 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 46ea4b4813a70ac17c33751e39af5262 2026-02-21 07:40:29.942087 | | WARNING | Config change detected for clustercheck, new hash: cfefde8d570325dbee65db6c016e05ef 2026-02-21 07:40:29.943094 | | WARNING | Config change detected for horizon_fix_perms, new hash: 07097310f585b37c60c0f4bc561863b4 2026-02-21 07:40:29.944024 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 74b97412b61009b9beee72fe761b5e55 2026-02-21 07:40:29.944914 | | WARNING | Config change detected for barbican_api, new hash: 245c14f47097afedb56e3cf53ed77e6b 2026-02-21 07:40:29.945908 | | WARNING | Config change detected for barbican_api_db_sync, new hash: 245c14f47097afedb56e3cf53ed77e6b 2026-02-21 07:40:29.946670 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: 245c14f47097afedb56e3cf53ed77e6b 2026-02-21 07:40:29.947559 | | WARNING | Config change detected for barbican_keystone_listener, new hash: 245c14f47097afedb56e3cf53ed77e6b 2026-02-21 07:40:29.948496 | | WARNING | Config change detected for barbican_worker, new hash: 245c14f47097afedb56e3cf53ed77e6b 2026-02-21 07:40:29.949396 | | WARNING | Config change detected for cinder_api_db_sync, new hash: a9b90e1fa2e756a2c000dbc19c5b9597 2026-02-21 07:40:29.950317 | | WARNING | Config change detected for glance_api_db_sync, new hash: be16afd3a95d9c6d2b58e61a14d5152d-db0ef4bb64e1d7312a09cb76f8d663e5 2026-02-21 07:40:29.951252 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 9bb7c23e8a2ca8744e4309fbd04fd59c 2026-02-21 07:40:29.952273 | | WARNING | Config change detected for horizon, new hash: 07097310f585b37c60c0f4bc561863b4 2026-02-21 07:40:29.953157 | | WARNING | Config change detected for iscsid, new hash: db0ef4bb64e1d7312a09cb76f8d663e5 2026-02-21 07:40:29.954123 | | WARNING | Config change detected for keystone, new hash: 5b10d30943876bcffcfb0999c068aa55 2026-02-21 07:40:29.954978 | | WARNING | Config change detected for keystone_cron, new hash: 5b10d30943876bcffcfb0999c068aa55 2026-02-21 07:40:29.955944 | | WARNING | Config change detected for keystone_db_sync, new hash: 5b10d30943876bcffcfb0999c068aa55 2026-02-21 07:40:29.956717 | | WARNING | Config change detected for manila_api_db_sync, new hash: 54428b76016c5bfdb2b1fa8aa979fe3a 2026-02-21 07:40:29.957580 | | WARNING | Config change detected for neutron_db_sync, new hash: fde3fc4e1b79da65ff43e9e9e4b67538 2026-02-21 07:40:29.958509 | | WARNING | Config change detected for nova_api_db_sync, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.959458 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.960347 | | WARNING | Config change detected for nova_db_sync, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.961240 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.962160 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.963028 | | WARNING | Config change detected for nova_virtproxyd, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.963967 | | WARNING | Config change detected for nova_virtqemud, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.964888 | | WARNING | Config change detected for nova_virtsecretd, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.965798 | | WARNING | Config change detected for nova_virtstoraged, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.966467 | | WARNING | Config change detected for placement_api_db_sync, new hash: 421c0099bf28dc26115b3666bd691a71 2026-02-21 07:40:29.967102 | | WARNING | Config change detected for swift_copy_rings, new hash: 0e158a4909ca2e3d773f34290f149fa5-9b83fc7284ddce0950411f6c7b93a114 2026-02-21 07:40:29.967811 | | WARNING | Config change detected for cinder_api, new hash: a9b90e1fa2e756a2c000dbc19c5b9597 2026-02-21 07:40:29.968443 | | WARNING | Config change detected for cinder_api_cron, new hash: a9b90e1fa2e756a2c000dbc19c5b9597 2026-02-21 07:40:29.969132 | | WARNING | Config change detected for cinder_scheduler, new hash: a9b90e1fa2e756a2c000dbc19c5b9597 2026-02-21 07:40:29.969837 | | WARNING | Config change detected for glance_api, new hash: be16afd3a95d9c6d2b58e61a14d5152d-db0ef4bb64e1d7312a09cb76f8d663e5 2026-02-21 07:40:29.970454 | | WARNING | Config change detected for glance_api_cron, new hash: be16afd3a95d9c6d2b58e61a14d5152d 2026-02-21 07:40:29.971119 | | WARNING | Config change detected for glance_api_internal, new hash: 4758b7bb6bdb31038a3fa3c72e28b986-db0ef4bb64e1d7312a09cb76f8d663e5 2026-02-21 07:40:29.971760 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 4758b7bb6bdb31038a3fa3c72e28b986 2026-02-21 07:40:29.973551 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: be16afd3a95d9c6d2b58e61a14d5152d 2026-02-21 07:40:29.974145 | | WARNING | Config change detected for heat_api, new hash: 121eda62d346cd29d605454378a90b34 2026-02-21 07:40:29.974472 | | WARNING | Config change detected for heat_api_cfn, new hash: 48e6b0e2061287085883e209c1a83d25 2026-02-21 07:40:29.974847 | | WARNING | Config change detected for heat_api_cron, new hash: 121eda62d346cd29d605454378a90b34 2026-02-21 07:40:29.975162 | | WARNING | Config change detected for heat_engine, new hash: 9bb7c23e8a2ca8744e4309fbd04fd59c 2026-02-21 07:40:29.975468 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-21 07:40:29.975794 | | WARNING | Config change detected for manila_api, new hash: 54428b76016c5bfdb2b1fa8aa979fe3a 2026-02-21 07:40:29.976126 | | WARNING | Config change detected for manila_api_cron, new hash: 54428b76016c5bfdb2b1fa8aa979fe3a 2026-02-21 07:40:29.976426 | | WARNING | Config change detected for manila_scheduler, new hash: 54428b76016c5bfdb2b1fa8aa979fe3a 2026-02-21 07:40:29.976750 | | WARNING | Config change detected for neutron_api, new hash: fde3fc4e1b79da65ff43e9e9e4b67538 2026-02-21 07:40:29.977094 | | WARNING | Config change detected for neutron_dhcp, new hash: fde3fc4e1b79da65ff43e9e9e4b67538 2026-02-21 07:40:29.977839 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: fde3fc4e1b79da65ff43e9e9e4b67538 2026-02-21 07:40:29.978152 | | WARNING | Config change detected for neutron_sriov_agent, new hash: fde3fc4e1b79da65ff43e9e9e4b67538 2026-02-21 07:40:29.978489 | | WARNING | Config change detected for nova_api, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.978814 | | WARNING | Config change detected for nova_api_cron, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.979117 | | WARNING | Config change detected for nova_conductor, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.979419 | | WARNING | Config change detected for nova_metadata, new hash: 70426b925f774725ad7d3f57bacb6f1c 2026-02-21 07:40:29.979781 | | WARNING | Config change detected for nova_migration_target, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.980144 | | WARNING | Config change detected for nova_scheduler, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.980448 | | WARNING | Config change detected for nova_vnc_proxy, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.980773 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: c3de9db529aef6ebbe0506bed715a94d 2026-02-21 07:40:29.981070 | | WARNING | Config change detected for ovn_metadata_agent, new hash: fde3fc4e1b79da65ff43e9e9e4b67538 2026-02-21 07:40:29.981437 | | WARNING | Config change detected for placement_api, new hash: 421c0099bf28dc26115b3666bd691a71 2026-02-21 07:40:29.981781 | | WARNING | Config change detected for placement_wait_for_service, new hash: 421c0099bf28dc26115b3666bd691a71 2026-02-21 07:40:29.982093 | | WARNING | Config change detected for swift_account_reaper, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.982426 | | WARNING | Config change detected for swift_account_server, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.982825 | | WARNING | Config change detected for swift_container_server, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.983127 | | WARNING | Config change detected for swift_container_updater, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.983427 | | WARNING | Config change detected for swift_object_expirer, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.983763 | | WARNING | Config change detected for swift_object_server, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.984068 | | WARNING | Config change detected for swift_object_updater, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.984404 | | WARNING | Config change detected for swift_proxy, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.984711 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 0e158a4909ca2e3d773f34290f149fa5 2026-02-21 07:40:29.985022 | | WARNING | Config change detected for nova_compute, new hash: db0ef4bb64e1d7312a09cb76f8d663e5-2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.985349 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 2d8566528cf9a2229922f3e309b1e9c6 2026-02-21 07:40:29.985705 | fa163eb0-86a7-d7f0-7a82-000000002dac | CHANGED | Update config hashes for container startup configs | standalone 2026-02-21 07:40:29.986264 | fa163eb0-86a7-d7f0-7a82-000000002dac | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:39.913710 | 0.35s 2026-02-21 07:40:30.009961 | fa163eb0-86a7-d7f0-7a82-000000002d4b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-21 07:40:30.067935 | fa163eb0-86a7-d7f0-7a82-000000002d4b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:39.995365 | 0.06s 2026-02-21 07:40:30.090385 | 5072be24-eda0-4c02-ac71-da2afd3236cb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:40:30.126782 | fa163eb0-86a7-d7f0-7a82-000000002dcb | TASK | Gather podman infos 2026-02-21 07:40:30.966859 | fa163eb0-86a7-d7f0-7a82-000000002dcb | OK | Gather podman infos | standalone 2026-02-21 07:40:30.968037 | fa163eb0-86a7-d7f0-7a82-000000002dcb | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:40.895481 | 0.84s 2026-02-21 07:40:31.029663 | fa163eb0-86a7-d7f0-7a82-000000002dcc | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-21 07:40:31.092849 | fa163eb0-86a7-d7f0-7a82-000000002dcc | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:41.020278 | 0.06s 2026-02-21 07:40:31.212961 | fa163eb0-86a7-d7f0-7a82-000000002e15 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:41.140384 | 0.06s 2026-02-21 07:40:31.269068 | fa163eb0-86a7-d7f0-7a82-000000002d4c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-21 07:40:31.321374 | fa163eb0-86a7-d7f0-7a82-000000002d4c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:41.248807 | 0.05s 2026-02-21 07:40:31.347194 | 18401187-e0d3-43fc-8ef3-356163b90ffe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:40:31.386017 | fa163eb0-86a7-d7f0-7a82-000000002e3b | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-21 07:40:39.375631 | fa163eb0-86a7-d7f0-7a82-000000002e3b | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-21 07:40:39.377509 | fa163eb0-86a7-d7f0-7a82-000000002e3b | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:49.304949 | 7.99s 2026-02-21 07:40:39.410130 | fa163eb0-86a7-d7f0-7a82-000000002e3c | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-21 07:40:42.117371 | fa163eb0-86a7-d7f0-7a82-000000002e3c | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-21 07:40:42.119854 | fa163eb0-86a7-d7f0-7a82-000000002e3c | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:52.047290 | 2.71s 2026-02-21 07:40:42.199092 | fa163eb0-86a7-d7f0-7a82-000000002b55 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-21 07:40:42.458599 | fa163eb0-86a7-d7f0-7a82-000000002b55 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-21 07:40:42.460429 | fa163eb0-86a7-d7f0-7a82-000000002b55 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:52.387866 | 0.26s 2026-02-21 07:40:42.512794 | fa163eb0-86a7-d7f0-7a82-000000002b56 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-21 07:40:42.575931 | fa163eb0-86a7-d7f0-7a82-000000002b56 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:52.503355 | 0.06s 2026-02-21 07:40:42.608280 | fa163eb0-86a7-d7f0-7a82-000000002b57 | TASK | Include container-puppet tasks for step 1 2026-02-21 07:40:42.663116 | fa163eb0-86a7-d7f0-7a82-000000002b57 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:52.590538 | 0.05s 2026-02-21 07:40:42.691286 | 717914b1-e431-46a6-92c7-cf8ece52691e | INCLUDED | /root/standalone-ansible-l794r1lx/host-container-puppet-tasks.yaml | standalone 2026-02-21 07:40:42.742115 | fa163eb0-86a7-d7f0-7a82-000000002e87 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-21 07:40:43.296903 | fa163eb0-86a7-d7f0-7a82-000000002e87 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-21 07:40:43.298635 | fa163eb0-86a7-d7f0-7a82-000000002e87 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:53.226071 | 0.56s 2026-02-21 07:40:43.329110 | fa163eb0-86a7-d7f0-7a82-000000002e89 | TASK | Generate container puppet configs for step 1 2026-02-21 07:40:43.618493 | fa163eb0-86a7-d7f0-7a82-000000002e89 | OK | Generate container puppet configs for step 1 | standalone 2026-02-21 07:40:43.620419 | fa163eb0-86a7-d7f0-7a82-000000002e89 | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:53.547858 | 0.29s 2026-02-21 07:40:43.652584 | fa163eb0-86a7-d7f0-7a82-000000002e8a | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-21 07:40:43.686230 | fa163eb0-86a7-d7f0-7a82-000000002e8a | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:53.613645 | 0.03s 2026-02-21 07:40:43.722416 | fa163eb0-86a7-d7f0-7a82-000000002c75 | TASK | Gather variables for each operating system 2026-02-21 07:40:43.838028 | fa163eb0-86a7-d7f0-7a82-000000002c75 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:53.765444 | 0.11s 2026-02-21 07:40:43.869211 | fa163eb0-86a7-d7f0-7a82-000000002c76 | TASK | Create container logs path 2026-02-21 07:40:44.127290 | fa163eb0-86a7-d7f0-7a82-000000002c76 | OK | Create container logs path | standalone 2026-02-21 07:40:44.129000 | fa163eb0-86a7-d7f0-7a82-000000002c76 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:54.056440 | 0.26s 2026-02-21 07:40:44.161054 | fa163eb0-86a7-d7f0-7a82-000000002c78 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:40:44.426752 | fa163eb0-86a7-d7f0-7a82-000000002c78 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:40:44.428323 | fa163eb0-86a7-d7f0-7a82-000000002c78 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:54.355766 | 0.26s 2026-02-21 07:40:44.463712 | fa163eb0-86a7-d7f0-7a82-000000002c79 | TASK | Finalise hashes for all containers 2026-02-21 07:40:44.510252 | fa163eb0-86a7-d7f0-7a82-000000002c79 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:40:44.511731 | fa163eb0-86a7-d7f0-7a82-000000002c79 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:54.439171 | 0.05s 2026-02-21 07:40:44.542833 | fa163eb0-86a7-d7f0-7a82-000000002c7b | TASK | Manage systemd shutdown files 2026-02-21 07:40:44.577217 | fa163eb0-86a7-d7f0-7a82-000000002c7b | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:40:44.578466 | fa163eb0-86a7-d7f0-7a82-000000002c7b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:54.505908 | 0.03s 2026-02-21 07:40:44.607239 | fa163eb0-86a7-d7f0-7a82-000000002c7d | TASK | Update container configs with new config hashes 2026-02-21 07:40:44.662514 | fa163eb0-86a7-d7f0-7a82-000000002c7d | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:40:44.664131 | fa163eb0-86a7-d7f0-7a82-000000002c7d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:54.591571 | 0.06s 2026-02-21 07:40:44.696070 | fa163eb0-86a7-d7f0-7a82-000000002c7e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:40:44.750188 | fa163eb0-86a7-d7f0-7a82-000000002c7e | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:40:44.751717 | fa163eb0-86a7-d7f0-7a82-000000002c7e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:54.679121 | 0.05s 2026-02-21 07:40:44.784767 | fa163eb0-86a7-d7f0-7a82-000000002c7f | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-21 07:40:44.836433 | fa163eb0-86a7-d7f0-7a82-000000002c7f | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-21 07:40:44.837600 | fa163eb0-86a7-d7f0-7a82-000000002c7f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:54.765041 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-02-21 07:40:44.996361 | fa163eb0-86a7-d7f0-7a82-0000000000c6 | TASK | External deployment step 2 2026-02-21 07:40:45.026046 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000c6') missing from stats 2026-02-21 07:40:45.074472 | fa163eb0-86a7-d7f0-7a82-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:55.001890 | 0.03s 2026-02-21 07:40:45.081983 | b4e7be44-14eb-4229-b527-ea09b39cc8fc | INCLUDED | /root/standalone-ansible-l794r1lx/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-02-21 07:40:45.225045 | fa163eb0-86a7-d7f0-7a82-0000000000ca | TASK | Deploy step tasks for 2 2026-02-21 07:40:45.269506 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000ca') missing from stats 2026-02-21 07:40:45.298488 | fa163eb0-86a7-d7f0-7a82-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-21 07:40:45.844952 | fa163eb0-86a7-d7f0-7a82-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-21 07:40:45.846577 | fa163eb0-86a7-d7f0-7a82-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:55.774018 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:40:45.927113 | fa163eb0-86a7-d7f0-7a82-0000000000cc | TIMING | include_tasks | standalone | 0:12:55.854539 | 0.05s 2026-02-21 07:40:46.013563 | 3475bee2-60b6-4a34-8201-ffc355471bdd | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-21 07:40:46.045573 | fa163eb0-86a7-d7f0-7a82-000000002f18 | TASK | Push script 2026-02-21 07:40:46.581096 | fa163eb0-86a7-d7f0-7a82-000000002f18 | CHANGED | Push script | standalone 2026-02-21 07:40:46.582786 | fa163eb0-86a7-d7f0-7a82-000000002f18 | TIMING | Push script | standalone | 0:12:56.510225 | 0.54s 2026-02-21 07:40:46.611697 | fa163eb0-86a7-d7f0-7a82-000000002f19 | TASK | Insert cronjob in root crontab 2026-02-21 07:40:47.150031 | fa163eb0-86a7-d7f0-7a82-000000002f19 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-21 07:40:47.151827 | fa163eb0-86a7-d7f0-7a82-000000002f19 | TIMING | Insert cronjob in root crontab | standalone | 0:12:57.079268 | 0.54s 2026-02-21 07:40:47.181071 | fa163eb0-86a7-d7f0-7a82-000000002f20 | TASK | Gather variables for each operating system 2026-02-21 07:40:47.309540 | fa163eb0-86a7-d7f0-7a82-000000002f20 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:57.236950 | 0.13s 2026-02-21 07:40:47.340255 | fa163eb0-86a7-d7f0-7a82-000000002f21 | TASK | Detect if resource is being created or already exists 2026-02-21 07:40:48.069606 | fa163eb0-86a7-d7f0-7a82-000000002f21 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-21 07:40:48.071598 | fa163eb0-86a7-d7f0-7a82-000000002f21 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:57.999029 | 0.73s 2026-02-21 07:40:48.105087 | fa163eb0-86a7-d7f0-7a82-000000002f22 | TASK | Run init bundle puppet on the host for haproxy 2026-02-21 07:42:40.649808 | fa163eb0-86a7-d7f0-7a82-000000002f22 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-21 07:42:40.651671 | fa163eb0-86a7-d7f0-7a82-000000002f22 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:50.579112 | 112.54s 2026-02-21 07:42:40.685728 | fa163eb0-86a7-d7f0-7a82-000000002f23 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-21 07:42:40.968291 | fa163eb0-86a7-d7f0-7a82-000000002f23 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-21 07:42:40.969825 | fa163eb0-86a7-d7f0-7a82-000000002f23 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:50.897269 | 0.28s 2026-02-21 07:42:40.999491 | fa163eb0-86a7-d7f0-7a82-000000002f24 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-21 07:42:41.639733 | fa163eb0-86a7-d7f0-7a82-000000002f24 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-21 07:42:41.641254 | fa163eb0-86a7-d7f0-7a82-000000002f24 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:51.568695 | 0.64s 2026-02-21 07:42:41.667711 | fa163eb0-86a7-d7f0-7a82-000000002f25 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-21 07:42:41.945469 | fa163eb0-86a7-d7f0-7a82-000000002f25 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-21 07:42:41.948973 | fa163eb0-86a7-d7f0-7a82-000000002f25 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:51.876411 | 0.28s 2026-02-21 07:42:41.970270 | fa163eb0-86a7-d7f0-7a82-000000002f27 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-21 07:42:42.028343 | fa163eb0-86a7-d7f0-7a82-000000002f27 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-21 07:42:42.029247 | fa163eb0-86a7-d7f0-7a82-000000002f27 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:51.956695 | 0.06s 2026-02-21 07:42:42.059145 | fa163eb0-86a7-d7f0-7a82-000000002f28 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-21 07:42:42.113523 | fa163eb0-86a7-d7f0-7a82-000000002f28 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-21 07:42:42.114951 | fa163eb0-86a7-d7f0-7a82-000000002f28 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:52.042392 | 0.05s 2026-02-21 07:42:42.145634 | fa163eb0-86a7-d7f0-7a82-000000002f29 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-21 07:42:42.206116 | fa163eb0-86a7-d7f0-7a82-000000002f29 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-21 07:42:42.207402 | fa163eb0-86a7-d7f0-7a82-000000002f29 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:52.134845 | 0.06s 2026-02-21 07:42:42.239152 | fa163eb0-86a7-d7f0-7a82-000000002f2a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-21 07:42:42.300554 | fa163eb0-86a7-d7f0-7a82-000000002f2a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-21 07:42:42.301967 | fa163eb0-86a7-d7f0-7a82-000000002f2a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:52.229409 | 0.06s 2026-02-21 07:42:42.332336 | fa163eb0-86a7-d7f0-7a82-000000002f2b | TASK | Remove update marker for bundle haproxy-bundle 2026-02-21 07:42:42.391243 | fa163eb0-86a7-d7f0-7a82-000000002f2b | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-21 07:42:42.392715 | fa163eb0-86a7-d7f0-7a82-000000002f2b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:52.320115 | 0.06s 2026-02-21 07:42:42.448324 | fa163eb0-86a7-d7f0-7a82-000000002f4c | TASK | Gather variables for each operating system 2026-02-21 07:42:42.565047 | fa163eb0-86a7-d7f0-7a82-000000002f4c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:52.492473 | 0.12s 2026-02-21 07:42:42.594284 | fa163eb0-86a7-d7f0-7a82-000000002f4d | TASK | Detect if resource is being created or already exists 2026-02-21 07:42:43.344869 | fa163eb0-86a7-d7f0-7a82-000000002f4d | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-21 07:42:43.346466 | fa163eb0-86a7-d7f0-7a82-000000002f4d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:53.273906 | 0.75s 2026-02-21 07:42:43.378282 | fa163eb0-86a7-d7f0-7a82-000000002f4e | TASK | Run init bundle puppet on the host for mysql 2026-02-21 07:43:13.354631 | fa163eb0-86a7-d7f0-7a82-000000002f4e | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-21 07:43:13.355980 | fa163eb0-86a7-d7f0-7a82-000000002f4e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:15:23.283427 | 29.98s 2026-02-21 07:43:13.380033 | fa163eb0-86a7-d7f0-7a82-000000002f4f | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-21 07:43:13.674115 | fa163eb0-86a7-d7f0-7a82-000000002f4f | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-21 07:43:13.677070 | fa163eb0-86a7-d7f0-7a82-000000002f4f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:15:23.604511 | 0.30s 2026-02-21 07:43:13.707819 | fa163eb0-86a7-d7f0-7a82-000000002f50 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-21 07:43:14.216293 | fa163eb0-86a7-d7f0-7a82-000000002f50 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-21 07:43:14.217354 | fa163eb0-86a7-d7f0-7a82-000000002f50 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:24.144805 | 0.51s 2026-02-21 07:43:14.237662 | fa163eb0-86a7-d7f0-7a82-000000002f51 | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-21 07:43:14.474248 | fa163eb0-86a7-d7f0-7a82-000000002f51 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-21 07:43:14.475852 | fa163eb0-86a7-d7f0-7a82-000000002f51 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:15:24.403287 | 0.24s 2026-02-21 07:43:14.510440 | fa163eb0-86a7-d7f0-7a82-000000002f53 | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-21 07:43:14.563772 | fa163eb0-86a7-d7f0-7a82-000000002f53 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-21 07:43:14.565241 | fa163eb0-86a7-d7f0-7a82-000000002f53 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:15:24.492682 | 0.05s 2026-02-21 07:43:14.589162 | fa163eb0-86a7-d7f0-7a82-000000002f54 | TASK | Get container image tag from bundle galera-bundle 2026-02-21 07:43:14.640941 | fa163eb0-86a7-d7f0-7a82-000000002f54 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-21 07:43:14.642278 | fa163eb0-86a7-d7f0-7a82-000000002f54 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:15:24.569718 | 0.05s 2026-02-21 07:43:14.672374 | fa163eb0-86a7-d7f0-7a82-000000002f55 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-21 07:43:14.724068 | fa163eb0-86a7-d7f0-7a82-000000002f55 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-21 07:43:14.725348 | fa163eb0-86a7-d7f0-7a82-000000002f55 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:15:24.652791 | 0.05s 2026-02-21 07:43:14.757101 | fa163eb0-86a7-d7f0-7a82-000000002f56 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-21 07:43:14.818405 | fa163eb0-86a7-d7f0-7a82-000000002f56 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-21 07:43:14.819784 | fa163eb0-86a7-d7f0-7a82-000000002f56 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:24.747225 | 0.06s 2026-02-21 07:43:14.850361 | fa163eb0-86a7-d7f0-7a82-000000002f57 | TASK | Remove update marker for bundle galera-bundle 2026-02-21 07:43:14.906230 | fa163eb0-86a7-d7f0-7a82-000000002f57 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-21 07:43:14.907937 | fa163eb0-86a7-d7f0-7a82-000000002f57 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:15:24.835370 | 0.06s 2026-02-21 07:43:14.967482 | fa163eb0-86a7-d7f0-7a82-000000002f78 | TASK | Gather variables for each operating system 2026-02-21 07:43:15.083818 | fa163eb0-86a7-d7f0-7a82-000000002f78 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:25.011250 | 0.11s 2026-02-21 07:43:15.113019 | fa163eb0-86a7-d7f0-7a82-000000002f79 | TASK | Detect if resource is being created or already exists 2026-02-21 07:43:15.916159 | fa163eb0-86a7-d7f0-7a82-000000002f79 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-21 07:43:15.917589 | fa163eb0-86a7-d7f0-7a82-000000002f79 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:25.845030 | 0.80s 2026-02-21 07:43:15.949118 | fa163eb0-86a7-d7f0-7a82-000000002f7a | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-21 07:43:44.540070 | fa163eb0-86a7-d7f0-7a82-000000002f7a | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-21 07:43:44.542734 | fa163eb0-86a7-d7f0-7a82-000000002f7a | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:54.470173 | 28.59s 2026-02-21 07:43:44.577013 | fa163eb0-86a7-d7f0-7a82-000000002f7b | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-21 07:43:44.856213 | fa163eb0-86a7-d7f0-7a82-000000002f7b | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-21 07:43:44.858039 | fa163eb0-86a7-d7f0-7a82-000000002f7b | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:54.785477 | 0.28s 2026-02-21 07:43:44.890571 | fa163eb0-86a7-d7f0-7a82-000000002f7c | TASK | Run pacemaker restart if the config file for the service changed 2026-02-21 07:43:45.341783 | fa163eb0-86a7-d7f0-7a82-000000002f7c | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-21 07:43:45.343434 | fa163eb0-86a7-d7f0-7a82-000000002f7c | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:55.270875 | 0.45s 2026-02-21 07:43:45.373631 | fa163eb0-86a7-d7f0-7a82-000000002f7d | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-21 07:43:45.652613 | fa163eb0-86a7-d7f0-7a82-000000002f7d | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-21 07:43:45.654423 | fa163eb0-86a7-d7f0-7a82-000000002f7d | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:55.581864 | 0.28s 2026-02-21 07:43:45.685726 | fa163eb0-86a7-d7f0-7a82-000000002f7f | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-21 07:43:45.749275 | fa163eb0-86a7-d7f0-7a82-000000002f7f | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-21 07:43:45.750671 | fa163eb0-86a7-d7f0-7a82-000000002f7f | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:55.678114 | 0.06s 2026-02-21 07:43:45.782723 | fa163eb0-86a7-d7f0-7a82-000000002f80 | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-21 07:43:45.845856 | fa163eb0-86a7-d7f0-7a82-000000002f80 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-21 07:43:45.847309 | fa163eb0-86a7-d7f0-7a82-000000002f80 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:55.774748 | 0.06s 2026-02-21 07:43:45.878449 | fa163eb0-86a7-d7f0-7a82-000000002f81 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-21 07:43:45.943929 | fa163eb0-86a7-d7f0-7a82-000000002f81 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-21 07:43:45.945426 | fa163eb0-86a7-d7f0-7a82-000000002f81 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:55.872865 | 0.07s 2026-02-21 07:43:45.980428 | fa163eb0-86a7-d7f0-7a82-000000002f82 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-21 07:43:46.025840 | fa163eb0-86a7-d7f0-7a82-000000002f82 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-21 07:43:46.027844 | fa163eb0-86a7-d7f0-7a82-000000002f82 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:55.955276 | 0.05s 2026-02-21 07:43:46.063593 | fa163eb0-86a7-d7f0-7a82-000000002f83 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-21 07:43:46.117825 | fa163eb0-86a7-d7f0-7a82-000000002f83 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-21 07:43:46.118906 | fa163eb0-86a7-d7f0-7a82-000000002f83 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:56.046327 | 0.05s 2026-02-21 07:43:46.163510 | fa163eb0-86a7-d7f0-7a82-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-21 07:43:46.408501 | fa163eb0-86a7-d7f0-7a82-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-21 07:43:46.410305 | fa163eb0-86a7-d7f0-7a82-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:15:56.337745 | 0.25s 2026-02-21 07:43:46.525305 | fa163eb0-86a7-d7f0-7a82-0000000000cf | TIMING | include_tasks | standalone | 0:15:56.452732 | 0.09s 2026-02-21 07:43:46.562743 | c1bbffa8-19ce-4cc7-af3a-98385964762c | INCLUDED | /root/standalone-ansible-l794r1lx/common_deploy_steps_tasks.yaml | standalone 2026-02-21 07:43:46.597655 | fa163eb0-86a7-d7f0-7a82-000000002ffe | TASK | Write the config_step hieradata 2026-02-21 07:43:47.114248 | fa163eb0-86a7-d7f0-7a82-000000002ffe | OK | Write the config_step hieradata | standalone 2026-02-21 07:43:47.115627 | fa163eb0-86a7-d7f0-7a82-000000002ffe | TIMING | Write the config_step hieradata | standalone | 0:15:57.043068 | 0.52s 2026-02-21 07:43:47.144312 | fa163eb0-86a7-d7f0-7a82-000000002fff | TASK | Run puppet host configuration for step 2 2026-02-21 07:43:47.452354 | fa163eb0-86a7-d7f0-7a82-000000002fff | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-21 07:43:47.453747 | fa163eb0-86a7-d7f0-7a82-000000002fff | TIMING | Run puppet host configuration for step 2 | standalone | 0:15:57.381183 | 0.31s 2026-02-21 07:43:47.481255 | fa163eb0-86a7-d7f0-7a82-000000003000 | TASK | Wait for puppet host configuration to finish 2026-02-21 07:43:47.766086 | fa163eb0-86a7-d7f0-7a82-000000003000 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-21 07:43:57.977510 | fa163eb0-86a7-d7f0-7a82-000000003000 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-21 07:44:08.201819 | fa163eb0-86a7-d7f0-7a82-000000003000 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-21 07:44:08.203419 | fa163eb0-86a7-d7f0-7a82-000000003000 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:18.130828 | 20.72s 2026-02-21 07:44:08.233229 | fa163eb0-86a7-d7f0-7a82-000000003001 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-21 07:44:08.327236 | fa163eb0-86a7-d7f0-7a82-000000003001 | 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>Feb 21 07:43:47 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 21 07:43:53 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 21 07:43:53 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 21 07:43:53 puppet-user: (file & line not available)", "<13>Feb 21 07:43:53 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>Feb 21 07:43:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 21 07:43:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 21 07:43:54 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Feb 21 07:43:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 21 07:44:03 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 21 07:44:04 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 21 07:44:04 puppet-user: Notice: Applied catalog in 10.54 seconds", "<13>Feb 21 07:44:04 puppet-user: Application:", "<13>Feb 21 07:44:04 puppet-user: Initial environment: production", "<13>Feb 21 07:44:04 puppet-user: Converged environment: production", "<13>Feb 21 07:44:04 puppet-user: Run mode: user", "<13>Feb 21 07:44:04 puppet-user: Changes:", "<13>Feb 21 07:44:04 puppet-user: Total: 2", "<13>Feb 21 07:44:04 puppet-user: Events:", "<13>Feb 21 07:44:04 puppet-user: Success: 2", "<13>Feb 21 07:44:04 puppet-user: Resources:", "<13>Feb 21 07:44:04 puppet-user: Changed: 2", "<13>Feb 21 07:44:04 puppet-user: Out of sync: 2", "<13>Feb 21 07:44:04 puppet-user: Total: 28", "<13>Feb 21 07:44:04 puppet-user: Time:", "<13>Feb 21 07:44:04 puppet-user: Filebucket: 0.00", "<13>Feb 21 07:44:04 puppet-user: Package: 0.00", "<13>Feb 21 07:44:04 puppet-user: File line: 0.00", "<13>Feb 21 07:44:04 puppet-user: Schedule: 0.00", "<13>Feb 21 07:44:04 puppet-user: File: 0.00", "<13>Feb 21 07:44:04 puppet-user: User: 0.01", "<13>Feb 21 07:44:04 puppet-user: Augeas: 0.01", "<13>Feb 21 07:44:04 puppet-user: Service: 0.09", "<13>Feb 21 07:44:04 puppet-user: Config retrieval: 0.49", "<13>Feb 21 07:44:04 puppet-user: Pcmk property: 1.58", "<13>Feb 21 07:44:04 puppet-user: Exec: 1.95", "<13>Feb 21 07:44:04 puppet-user: Transaction evaluation: 10.53", "<13>Feb 21 07:44:04 puppet-user: Catalog application: 10.54", "<13>Feb 21 07:44:04 puppet-user: Last run: 1771659844", "<13>Feb 21 07:44:04 puppet-user: Pcmk resource op default: 3.31", "<13>Feb 21 07:44:04 puppet-user: Pcmk resource default: 3.36", "<13>Feb 21 07:44:04 puppet-user: Total: 10.55", "<13>Feb 21 07:44:04 puppet-user: Version:", "<13>Feb 21 07:44:04 puppet-user: Config: 1771659833", "<13>Feb 21 07:44:04 puppet-user: Puppet: 7.10.0" ] } 2026-02-21 07:44:08.328749 | fa163eb0-86a7-d7f0-7a82-000000003001 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:18.256190 | 0.09s 2026-02-21 07:44:08.356456 | fa163eb0-86a7-d7f0-7a82-000000003002 | TASK | Pre-cache facts for puppet containers 2026-02-21 07:44:08.379986 | fa163eb0-86a7-d7f0-7a82-000000003002 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:18.307422 | 0.02s 2026-02-21 07:44:08.445070 | fa163eb0-86a7-d7f0-7a82-000000003041 | TASK | Gather variables for each operating system 2026-02-21 07:44:08.567894 | fa163eb0-86a7-d7f0-7a82-000000003041 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:18.495323 | 0.12s 2026-02-21 07:44:08.596152 | fa163eb0-86a7-d7f0-7a82-000000003042 | TASK | Create puppet caching structures 2026-02-21 07:44:08.863089 | fa163eb0-86a7-d7f0-7a82-000000003042 | CHANGED | Create puppet caching structures | standalone 2026-02-21 07:44:08.864468 | fa163eb0-86a7-d7f0-7a82-000000003042 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:18.791911 | 0.27s 2026-02-21 07:44:08.892644 | fa163eb0-86a7-d7f0-7a82-000000003043 | TASK | Check for facter.conf 2026-02-21 07:44:09.165320 | fa163eb0-86a7-d7f0-7a82-000000003043 | OK | Check for facter.conf | standalone 2026-02-21 07:44:09.166923 | fa163eb0-86a7-d7f0-7a82-000000003043 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:19.094365 | 0.27s 2026-02-21 07:44:09.195134 | fa163eb0-86a7-d7f0-7a82-000000003044 | TASK | Remove facter.conf if directory 2026-02-21 07:44:09.247004 | fa163eb0-86a7-d7f0-7a82-000000003044 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-21 07:44:09.248437 | fa163eb0-86a7-d7f0-7a82-000000003044 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:19.175877 | 0.05s 2026-02-21 07:44:09.276813 | fa163eb0-86a7-d7f0-7a82-000000003045 | TASK | Write facter cache config 2026-02-21 07:44:09.788911 | fa163eb0-86a7-d7f0-7a82-000000003045 | CHANGED | Write facter cache config | standalone 2026-02-21 07:44:09.790502 | fa163eb0-86a7-d7f0-7a82-000000003045 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:19.717941 | 0.51s 2026-02-21 07:44:09.820415 | fa163eb0-86a7-d7f0-7a82-000000003046 | TASK | Cleanup facter cache if exists 2026-02-21 07:44:10.076613 | fa163eb0-86a7-d7f0-7a82-000000003046 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-21 07:44:10.078005 | fa163eb0-86a7-d7f0-7a82-000000003046 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:20.005449 | 0.26s 2026-02-21 07:44:10.101033 | fa163eb0-86a7-d7f0-7a82-000000003047 | TASK | Pre-cache facts 2026-02-21 07:44:10.733727 | fa163eb0-86a7-d7f0-7a82-000000003047 | CHANGED | Pre-cache facts | standalone 2026-02-21 07:44:10.735910 | fa163eb0-86a7-d7f0-7a82-000000003047 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:20.663343 | 0.63s 2026-02-21 07:44:10.766809 | fa163eb0-86a7-d7f0-7a82-000000003048 | TASK | Failed deployment if facter fails 2026-02-21 07:44:10.807920 | fa163eb0-86a7-d7f0-7a82-000000003048 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-21 07:44:10.809394 | fa163eb0-86a7-d7f0-7a82-000000003048 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:20.736828 | 0.04s 2026-02-21 07:44:10.853256 | fa163eb0-86a7-d7f0-7a82-000000003049 | TASK | Sync cached facts 2026-02-21 07:44:11.179331 | fa163eb0-86a7-d7f0-7a82-000000003049 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb0-86a7-d7f0-7a82-000000003049') missing from stats 2026-02-21 07:44:11.234644 | fa163eb0-86a7-d7f0-7a82-000000003003 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-21 07:44:11.288665 | fa163eb0-86a7-d7f0-7a82-000000003003 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-21 07:44:11.289970 | fa163eb0-86a7-d7f0-7a82-000000003003 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:21.217411 | 0.05s 2026-02-21 07:44:11.319200 | fa163eb0-86a7-d7f0-7a82-000000003005 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-21 07:44:11.350051 | fa163eb0-86a7-d7f0-7a82-000000003005 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:21.277483 | 0.03s 2026-02-21 07:44:11.427473 | fa163eb0-86a7-d7f0-7a82-0000000030a0 | TASK | Gather variables for each operating system 2026-02-21 07:44:11.556409 | fa163eb0-86a7-d7f0-7a82-0000000030a0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:21.483837 | 0.13s 2026-02-21 07:44:11.587807 | fa163eb0-86a7-d7f0-7a82-0000000030a1 | TASK | Create container logs path 2026-02-21 07:44:11.859370 | fa163eb0-86a7-d7f0-7a82-0000000030a1 | OK | Create container logs path | standalone 2026-02-21 07:44:11.862075 | fa163eb0-86a7-d7f0-7a82-0000000030a1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:21.789506 | 0.27s 2026-02-21 07:44:11.893456 | fa163eb0-86a7-d7f0-7a82-0000000030a3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-21 07:44:12.191619 | fa163eb0-86a7-d7f0-7a82-0000000030a3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-21 07:44:12.193092 | fa163eb0-86a7-d7f0-7a82-0000000030a3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:22.120527 | 0.30s 2026-02-21 07:44:12.222722 | fa163eb0-86a7-d7f0-7a82-0000000030a4 | TASK | Finalise hashes for all containers 2026-02-21 07:44:12.295588 | fa163eb0-86a7-d7f0-7a82-0000000030a4 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:44:12.296985 | fa163eb0-86a7-d7f0-7a82-0000000030a4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:22.224427 | 0.07s 2026-02-21 07:44:12.326372 | fa163eb0-86a7-d7f0-7a82-0000000030a6 | TASK | Manage systemd shutdown files 2026-02-21 07:44:12.368208 | fa163eb0-86a7-d7f0-7a82-0000000030a6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:22.295633 | 0.04s 2026-02-21 07:44:12.406765 | b815991e-6b98-45f4-acdb-5634d7ced1a3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-21 07:44:12.439507 | fa163eb0-86a7-d7f0-7a82-0000000030d9 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-21 07:44:12.724994 | fa163eb0-86a7-d7f0-7a82-0000000030d9 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-21 07:44:12.726609 | fa163eb0-86a7-d7f0-7a82-0000000030d9 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:22.654050 | 0.29s 2026-02-21 07:44:12.756473 | fa163eb0-86a7-d7f0-7a82-0000000030da | TASK | Set podman_drop_in fact 2026-02-21 07:44:12.805203 | fa163eb0-86a7-d7f0-7a82-0000000030da | OK | Set podman_drop_in fact | standalone 2026-02-21 07:44:12.806761 | fa163eb0-86a7-d7f0-7a82-0000000030da | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:22.734200 | 0.05s 2026-02-21 07:44:12.836780 | fa163eb0-86a7-d7f0-7a82-0000000030dc | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-21 07:44:13.366603 | fa163eb0-86a7-d7f0-7a82-0000000030dc | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-21 07:44:13.368342 | fa163eb0-86a7-d7f0-7a82-0000000030dc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:23.295781 | 0.53s 2026-02-21 07:44:13.870918 | fa163eb0-86a7-d7f0-7a82-0000000030dc | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-21 07:44:13.872951 | fa163eb0-86a7-d7f0-7a82-0000000030dc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:23.800391 | 1.03s 2026-02-21 07:44:13.883947 | fa163eb0-86a7-d7f0-7a82-0000000030dc | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:23.811383 | 1.04s 2026-02-21 07:44:13.906807 | fa163eb0-86a7-d7f0-7a82-0000000030dd | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-21 07:44:14.360431 | fa163eb0-86a7-d7f0-7a82-0000000030dd | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-21 07:44:14.362276 | fa163eb0-86a7-d7f0-7a82-0000000030dd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:24.289712 | 0.45s 2026-02-21 07:44:14.393302 | fa163eb0-86a7-d7f0-7a82-0000000030de | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-21 07:44:14.930535 | fa163eb0-86a7-d7f0-7a82-0000000030de | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-21 07:44:14.931994 | fa163eb0-86a7-d7f0-7a82-0000000030de | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:24.859437 | 0.54s 2026-02-21 07:44:14.961107 | fa163eb0-86a7-d7f0-7a82-0000000030df | TASK | Enable and start tripleo-container-shutdown 2026-02-21 07:44:15.707048 | fa163eb0-86a7-d7f0-7a82-0000000030df | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-21 07:44:15.708390 | fa163eb0-86a7-d7f0-7a82-0000000030df | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:25.635841 | 0.75s 2026-02-21 07:44:15.728199 | fa163eb0-86a7-d7f0-7a82-0000000030e0 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-21 07:44:16.186902 | fa163eb0-86a7-d7f0-7a82-0000000030e0 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-21 07:44:16.188451 | fa163eb0-86a7-d7f0-7a82-0000000030e0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:26.115893 | 0.46s 2026-02-21 07:44:16.218494 | fa163eb0-86a7-d7f0-7a82-0000000030e1 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-21 07:44:16.792724 | fa163eb0-86a7-d7f0-7a82-0000000030e1 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-21 07:44:16.795346 | fa163eb0-86a7-d7f0-7a82-0000000030e1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:26.722783 | 0.57s 2026-02-21 07:44:16.825746 | fa163eb0-86a7-d7f0-7a82-0000000030e2 | TASK | Enable and start netns-placeholder 2026-02-21 07:44:17.558049 | fa163eb0-86a7-d7f0-7a82-0000000030e2 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-21 07:44:17.559515 | fa163eb0-86a7-d7f0-7a82-0000000030e2 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:27.486962 | 0.73s 2026-02-21 07:44:17.583138 | fa163eb0-86a7-d7f0-7a82-0000000030a8 | TASK | Update container configs with new config hashes 2026-02-21 07:44:17.633368 | fa163eb0-86a7-d7f0-7a82-0000000030a8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:27.560798 | 0.05s 2026-02-21 07:44:17.654062 | 17a519c4-d265-4b46-8e33-e59461d4a15d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-21 07:44:17.691559 | fa163eb0-86a7-d7f0-7a82-00000000310a | TASK | Update config hashes for container startup configs 2026-02-21 07:44:17.978509 | fa163eb0-86a7-d7f0-7a82-00000000310a | OK | Update config hashes for container startup configs | standalone 2026-02-21 07:44:17.979389 | fa163eb0-86a7-d7f0-7a82-00000000310a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:27.906838 | 0.29s 2026-02-21 07:44:18.005283 | fa163eb0-86a7-d7f0-7a82-0000000030a9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-21 07:44:18.041999 | fa163eb0-86a7-d7f0-7a82-0000000030a9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:27.969425 | 0.04s 2026-02-21 07:44:18.053012 | 74d38065-de23-419b-855a-f9210196e9cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:44:18.074894 | fa163eb0-86a7-d7f0-7a82-000000003129 | TASK | Gather podman infos 2026-02-21 07:44:19.013046 | fa163eb0-86a7-d7f0-7a82-000000003129 | OK | Gather podman infos | standalone 2026-02-21 07:44:19.014345 | fa163eb0-86a7-d7f0-7a82-000000003129 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:28.941787 | 0.94s 2026-02-21 07:44:19.073657 | fa163eb0-86a7-d7f0-7a82-00000000312a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-21 07:44:19.150578 | fa163eb0-86a7-d7f0-7a82-00000000312a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:29.078008 | 0.07s 2026-02-21 07:44:19.289121 | fa163eb0-86a7-d7f0-7a82-000000003173 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:29.216547 | 0.07s 2026-02-21 07:44:19.347884 | fa163eb0-86a7-d7f0-7a82-0000000030aa | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-21 07:44:19.390149 | fa163eb0-86a7-d7f0-7a82-0000000030aa | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:29.317577 | 0.04s 2026-02-21 07:44:19.414198 | 0d65a6a5-ee9a-4095-b3d9-adb0cb0a97bd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:44:19.449313 | fa163eb0-86a7-d7f0-7a82-000000003199 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-21 07:44:38.994596 | fa163eb0-86a7-d7f0-7a82-000000003199 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-21 07:44:38.996319 | fa163eb0-86a7-d7f0-7a82-000000003199 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:48.923759 | 19.55s 2026-02-21 07:44:39.027200 | fa163eb0-86a7-d7f0-7a82-00000000319a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-21 07:44:41.649323 | fa163eb0-86a7-d7f0-7a82-00000000319a | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-21 07:44:41.651019 | fa163eb0-86a7-d7f0-7a82-00000000319a | 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:16:51.578460 | 2.62s 2026-02-21 07:44:41.723593 | fa163eb0-86a7-d7f0-7a82-000000003007 | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-21 07:44:41.966806 | fa163eb0-86a7-d7f0-7a82-000000003007 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-21 07:44:41.968310 | fa163eb0-86a7-d7f0-7a82-000000003007 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:51.895751 | 0.24s 2026-02-21 07:44:42.019715 | fa163eb0-86a7-d7f0-7a82-000000003008 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-21 07:44:42.074602 | fa163eb0-86a7-d7f0-7a82-000000003008 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:52.002027 | 0.05s 2026-02-21 07:44:42.104802 | fa163eb0-86a7-d7f0-7a82-000000003009 | TASK | Include container-puppet tasks for step 2 2026-02-21 07:44:42.157285 | fa163eb0-86a7-d7f0-7a82-000000003009 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:52.084711 | 0.05s 2026-02-21 07:44:42.180750 | a0f3f2f4-73e9-4cd7-aada-505829c55954 | INCLUDED | /root/standalone-ansible-l794r1lx/host-container-puppet-tasks.yaml | standalone 2026-02-21 07:44:42.232188 | fa163eb0-86a7-d7f0-7a82-0000000031e5 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-21 07:44:42.742597 | fa163eb0-86a7-d7f0-7a82-0000000031e5 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-21 07:44:42.744059 | fa163eb0-86a7-d7f0-7a82-0000000031e5 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:52.671499 | 0.51s 2026-02-21 07:44:42.772620 | fa163eb0-86a7-d7f0-7a82-0000000031e7 | TASK | Generate container puppet configs for step 2 2026-02-21 07:44:43.027911 | fa163eb0-86a7-d7f0-7a82-0000000031e7 | OK | Generate container puppet configs for step 2 | standalone 2026-02-21 07:44:43.029357 | fa163eb0-86a7-d7f0-7a82-0000000031e7 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:52.956799 | 0.26s 2026-02-21 07:44:43.059595 | fa163eb0-86a7-d7f0-7a82-0000000031e8 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-21 07:44:43.090937 | fa163eb0-86a7-d7f0-7a82-0000000031e8 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:53.018362 | 0.03s 2026-02-21 07:44:43.145037 | fa163eb0-86a7-d7f0-7a82-000000003217 | TASK | Gather variables for each operating system 2026-02-21 07:44:43.271844 | fa163eb0-86a7-d7f0-7a82-000000003217 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:53.199279 | 0.13s 2026-02-21 07:44:43.294204 | fa163eb0-86a7-d7f0-7a82-000000003218 | TASK | Create container logs path 2026-02-21 07:44:43.540328 | fa163eb0-86a7-d7f0-7a82-000000003218 | OK | Create container logs path | standalone 2026-02-21 07:44:43.541864 | fa163eb0-86a7-d7f0-7a82-000000003218 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:53.469307 | 0.25s 2026-02-21 07:44:43.574389 | fa163eb0-86a7-d7f0-7a82-00000000321a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-21 07:44:43.836378 | fa163eb0-86a7-d7f0-7a82-00000000321a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-21 07:44:43.837837 | fa163eb0-86a7-d7f0-7a82-00000000321a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:53.765279 | 0.26s 2026-02-21 07:44:43.866033 | fa163eb0-86a7-d7f0-7a82-00000000321b | TASK | Finalise hashes for all containers 2026-02-21 07:44:43.922881 | fa163eb0-86a7-d7f0-7a82-00000000321b | OK | Finalise hashes for all containers | standalone 2026-02-21 07:44:43.924063 | fa163eb0-86a7-d7f0-7a82-00000000321b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:53.851507 | 0.06s 2026-02-21 07:44:43.952798 | fa163eb0-86a7-d7f0-7a82-00000000321d | TASK | Manage systemd shutdown files 2026-02-21 07:44:43.993561 | fa163eb0-86a7-d7f0-7a82-00000000321d | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:44:43.995286 | fa163eb0-86a7-d7f0-7a82-00000000321d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:53.922720 | 0.04s 2026-02-21 07:44:44.025639 | fa163eb0-86a7-d7f0-7a82-00000000321f | TASK | Update container configs with new config hashes 2026-02-21 07:44:44.066016 | fa163eb0-86a7-d7f0-7a82-00000000321f | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:44:44.067417 | fa163eb0-86a7-d7f0-7a82-00000000321f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:53.994856 | 0.04s 2026-02-21 07:44:44.098987 | fa163eb0-86a7-d7f0-7a82-000000003220 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-21 07:44:44.159764 | fa163eb0-86a7-d7f0-7a82-000000003220 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-21 07:44:44.161282 | fa163eb0-86a7-d7f0-7a82-000000003220 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:54.088722 | 0.06s 2026-02-21 07:44:44.194409 | fa163eb0-86a7-d7f0-7a82-000000003221 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-21 07:44:44.248751 | fa163eb0-86a7-d7f0-7a82-000000003221 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-21 07:44:44.250086 | fa163eb0-86a7-d7f0-7a82-000000003221 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:54.177525 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-02-21 07:44:44.438366 | fa163eb0-86a7-d7f0-7a82-0000000000d2 | TASK | External deployment step 3 2026-02-21 07:44:44.482111 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000d2') missing from stats 2026-02-21 07:44:44.543641 | fa163eb0-86a7-d7f0-7a82-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:54.471069 | 0.04s 2026-02-21 07:44:44.550561 | 5b47a893-51c5-400a-a1a0-ae52069cd273 | INCLUDED | /root/standalone-ansible-l794r1lx/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-02-21 07:44:44.684653 | fa163eb0-86a7-d7f0-7a82-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-21 07:44:44.713998 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000d6') missing from stats 2026-02-21 07:44:44.738301 | fa163eb0-86a7-d7f0-7a82-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-21 07:44:45.209889 | fa163eb0-86a7-d7f0-7a82-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-21 07:44:45.211553 | fa163eb0-86a7-d7f0-7a82-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:55.138993 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:44:45.283897 | fa163eb0-86a7-d7f0-7a82-0000000000d8 | TIMING | include_tasks | standalone | 0:16:55.211331 | 0.04s 2026-02-21 07:44:45.315671 | 2ebf6c38-ca33-429b-9532-178d5c347d11 | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-21 07:44:45.352261 | fa163eb0-86a7-d7f0-7a82-000000003285 | TASK | Start OVN container 2026-02-21 07:44:45.405277 | fa163eb0-86a7-d7f0-7a82-000000003285 | TIMING | Start OVN container | standalone | 0:16:55.332702 | 0.05s 2026-02-21 07:44:45.427543 | fa163eb0-86a7-d7f0-7a82-000000003285 | TIMING | Start OVN container | standalone | 0:16:55.354987 | 0.07s 2026-02-21 07:44:45.448235 | fa163eb0-86a7-d7f0-7a82-000000003285 | TIMING | Start OVN container | standalone | 0:16:55.375679 | 0.09s 2026-02-21 07:44:45.455449 | fa163eb0-86a7-d7f0-7a82-000000003285 | TIMING | Start OVN container | standalone | 0:16:55.382882 | 0.10s 2026-02-21 07:44:45.560598 | fa163eb0-86a7-d7f0-7a82-0000000032bd | TASK | Gather variables for each operating system 2026-02-21 07:44:45.672518 | fa163eb0-86a7-d7f0-7a82-0000000032bd | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:55.599937 | 0.11s 2026-02-21 07:44:45.701818 | fa163eb0-86a7-d7f0-7a82-0000000032be | TASK | Create container logs path 2026-02-21 07:44:45.937481 | fa163eb0-86a7-d7f0-7a82-0000000032be | OK | Create container logs path | standalone 2026-02-21 07:44:45.939009 | fa163eb0-86a7-d7f0-7a82-0000000032be | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:55.866452 | 0.24s 2026-02-21 07:44:45.970794 | fa163eb0-86a7-d7f0-7a82-0000000032c0 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:46.300178 | fa163eb0-86a7-d7f0-7a82-0000000032c0 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:46.301566 | fa163eb0-86a7-d7f0-7a82-0000000032c0 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:56.229010 | 0.33s 2026-02-21 07:44:46.332663 | fa163eb0-86a7-d7f0-7a82-0000000032c1 | TASK | Finalise hashes for all containers 2026-02-21 07:44:46.407480 | fa163eb0-86a7-d7f0-7a82-0000000032c1 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:44:46.408813 | fa163eb0-86a7-d7f0-7a82-0000000032c1 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:56.336256 | 0.07s 2026-02-21 07:44:46.437130 | fa163eb0-86a7-d7f0-7a82-0000000032c3 | TASK | Manage systemd shutdown files 2026-02-21 07:44:46.477807 | fa163eb0-86a7-d7f0-7a82-0000000032c3 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:44:46.479167 | fa163eb0-86a7-d7f0-7a82-0000000032c3 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:56.406606 | 0.04s 2026-02-21 07:44:46.508161 | fa163eb0-86a7-d7f0-7a82-0000000032c5 | TASK | Update container configs with new config hashes 2026-02-21 07:44:46.562422 | fa163eb0-86a7-d7f0-7a82-0000000032c5 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:44:46.563816 | fa163eb0-86a7-d7f0-7a82-0000000032c5 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:56.491256 | 0.05s 2026-02-21 07:44:46.586983 | fa163eb0-86a7-d7f0-7a82-0000000032c6 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:46.649910 | fa163eb0-86a7-d7f0-7a82-0000000032c6 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:56.577349 | 0.06s 2026-02-21 07:44:46.661101 | b21e90e2-8047-4322-9837-919613586dbc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:44:46.693209 | fa163eb0-86a7-d7f0-7a82-000000003352 | TASK | Gather podman infos 2026-02-21 07:44:47.758298 | fa163eb0-86a7-d7f0-7a82-000000003352 | OK | Gather podman infos | standalone 2026-02-21 07:44:47.759358 | fa163eb0-86a7-d7f0-7a82-000000003352 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:57.686806 | 1.07s 2026-02-21 07:44:47.824097 | fa163eb0-86a7-d7f0-7a82-000000003353 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:47.918638 | fa163eb0-86a7-d7f0-7a82-000000003353 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:57.846073 | 0.09s 2026-02-21 07:44:48.052412 | fa163eb0-86a7-d7f0-7a82-000000003394 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:57.979837 | 0.08s 2026-02-21 07:44:48.112010 | fa163eb0-86a7-d7f0-7a82-0000000032c7 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:48.177596 | fa163eb0-86a7-d7f0-7a82-0000000032c7 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:58.105035 | 0.06s 2026-02-21 07:44:48.192153 | ed463bcf-a59b-4757-9622-18c324fab083 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:44:48.222462 | fa163eb0-86a7-d7f0-7a82-0000000033bd | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:49.130407 | fa163eb0-86a7-d7f0-7a82-0000000033bd | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:49.131546 | fa163eb0-86a7-d7f0-7a82-0000000033bd | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:59.058990 | 0.91s 2026-02-21 07:44:49.154849 | fa163eb0-86a7-d7f0-7a82-0000000033be | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:51.895268 | fa163eb0-86a7-d7f0-7a82-0000000033be | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:51.897063 | fa163eb0-86a7-d7f0-7a82-0000000033be | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:01.824499 | 2.74s 2026-02-21 07:44:51.949893 | fa163eb0-86a7-d7f0-7a82-0000000032e8 | TASK | Gather variables for each operating system 2026-02-21 07:44:52.068543 | fa163eb0-86a7-d7f0-7a82-0000000032e8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:01.995971 | 0.12s 2026-02-21 07:44:52.098255 | fa163eb0-86a7-d7f0-7a82-0000000032e9 | TASK | Create container logs path 2026-02-21 07:44:52.374490 | fa163eb0-86a7-d7f0-7a82-0000000032e9 | OK | Create container logs path | standalone 2026-02-21 07:44:52.375977 | fa163eb0-86a7-d7f0-7a82-0000000032e9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:02.303420 | 0.28s 2026-02-21 07:44:52.405544 | fa163eb0-86a7-d7f0-7a82-0000000032eb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:52.746097 | fa163eb0-86a7-d7f0-7a82-0000000032eb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:52.747484 | fa163eb0-86a7-d7f0-7a82-0000000032eb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.674926 | 0.34s 2026-02-21 07:44:52.775224 | fa163eb0-86a7-d7f0-7a82-0000000032ec | TASK | Finalise hashes for all containers 2026-02-21 07:44:52.863080 | fa163eb0-86a7-d7f0-7a82-0000000032ec | OK | Finalise hashes for all containers | standalone 2026-02-21 07:44:52.864307 | fa163eb0-86a7-d7f0-7a82-0000000032ec | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:02.791750 | 0.09s 2026-02-21 07:44:52.892827 | fa163eb0-86a7-d7f0-7a82-0000000032ee | TASK | Manage systemd shutdown files 2026-02-21 07:44:52.935384 | fa163eb0-86a7-d7f0-7a82-0000000032ee | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:44:52.936786 | fa163eb0-86a7-d7f0-7a82-0000000032ee | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:02.864226 | 0.04s 2026-02-21 07:44:52.964745 | fa163eb0-86a7-d7f0-7a82-0000000032f0 | TASK | Update container configs with new config hashes 2026-02-21 07:44:53.027848 | fa163eb0-86a7-d7f0-7a82-0000000032f0 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:44:53.029069 | fa163eb0-86a7-d7f0-7a82-0000000032f0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:02.956509 | 0.06s 2026-02-21 07:44:53.059178 | fa163eb0-86a7-d7f0-7a82-0000000032f1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:53.131941 | fa163eb0-86a7-d7f0-7a82-0000000032f1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.059372 | 0.07s 2026-02-21 07:44:53.154797 | 7e62a972-e8cc-4693-99d7-dcbeb280008b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:44:53.188951 | fa163eb0-86a7-d7f0-7a82-000000003409 | TASK | Gather podman infos 2026-02-21 07:44:54.171395 | fa163eb0-86a7-d7f0-7a82-000000003409 | OK | Gather podman infos | standalone 2026-02-21 07:44:54.172903 | fa163eb0-86a7-d7f0-7a82-000000003409 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:04.100342 | 0.98s 2026-02-21 07:44:54.251299 | fa163eb0-86a7-d7f0-7a82-00000000340a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:54.340592 | fa163eb0-86a7-d7f0-7a82-00000000340a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:04.268022 | 0.08s 2026-02-21 07:44:54.481429 | fa163eb0-86a7-d7f0-7a82-000000003394 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:04.408856 | 0.08s 2026-02-21 07:44:54.535868 | fa163eb0-86a7-d7f0-7a82-0000000032f2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:54.609330 | fa163eb0-86a7-d7f0-7a82-0000000032f2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:04.536757 | 0.07s 2026-02-21 07:44:54.633592 | fe3943aa-efa9-411e-8361-bbbfd230dbc3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:44:54.673131 | fa163eb0-86a7-d7f0-7a82-00000000346f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:55.659503 | fa163eb0-86a7-d7f0-7a82-00000000346f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:55.661329 | fa163eb0-86a7-d7f0-7a82-00000000346f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:05.588768 | 0.99s 2026-02-21 07:44:55.695770 | fa163eb0-86a7-d7f0-7a82-000000003470 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:58.728170 | fa163eb0-86a7-d7f0-7a82-000000003470 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:58.729823 | fa163eb0-86a7-d7f0-7a82-000000003470 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:08.657263 | 3.03s 2026-02-21 07:44:58.783153 | fa163eb0-86a7-d7f0-7a82-000000003313 | TASK | Gather variables for each operating system 2026-02-21 07:44:58.890604 | fa163eb0-86a7-d7f0-7a82-000000003313 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:08.818028 | 0.10s 2026-02-21 07:44:58.925062 | fa163eb0-86a7-d7f0-7a82-000000003314 | TASK | Create container logs path 2026-02-21 07:44:59.180944 | fa163eb0-86a7-d7f0-7a82-000000003314 | OK | Create container logs path | standalone 2026-02-21 07:44:59.182283 | fa163eb0-86a7-d7f0-7a82-000000003314 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:09.109730 | 0.25s 2026-02-21 07:44:59.205821 | fa163eb0-86a7-d7f0-7a82-000000003316 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:59.531636 | fa163eb0-86a7-d7f0-7a82-000000003316 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:44:59.534940 | fa163eb0-86a7-d7f0-7a82-000000003316 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.462372 | 0.33s 2026-02-21 07:44:59.563113 | fa163eb0-86a7-d7f0-7a82-000000003317 | TASK | Finalise hashes for all containers 2026-02-21 07:44:59.649268 | fa163eb0-86a7-d7f0-7a82-000000003317 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:44:59.650922 | fa163eb0-86a7-d7f0-7a82-000000003317 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:09.578361 | 0.09s 2026-02-21 07:44:59.679357 | fa163eb0-86a7-d7f0-7a82-000000003319 | TASK | Manage systemd shutdown files 2026-02-21 07:44:59.742123 | fa163eb0-86a7-d7f0-7a82-000000003319 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:44:59.743286 | fa163eb0-86a7-d7f0-7a82-000000003319 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:09.670727 | 0.06s 2026-02-21 07:44:59.771543 | fa163eb0-86a7-d7f0-7a82-00000000331b | TASK | Update container configs with new config hashes 2026-02-21 07:44:59.845449 | fa163eb0-86a7-d7f0-7a82-00000000331b | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:44:59.846735 | fa163eb0-86a7-d7f0-7a82-00000000331b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:09.774153 | 0.07s 2026-02-21 07:44:59.876189 | fa163eb0-86a7-d7f0-7a82-00000000331c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:44:59.954185 | fa163eb0-86a7-d7f0-7a82-00000000331c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:09.881610 | 0.08s 2026-02-21 07:44:59.967079 | 1f81719c-ee11-4af8-a01e-41c2d9502e78 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:44:59.989100 | fa163eb0-86a7-d7f0-7a82-0000000034bb | TASK | Gather podman infos 2026-02-21 07:45:01.132439 | fa163eb0-86a7-d7f0-7a82-0000000034bb | OK | Gather podman infos | standalone 2026-02-21 07:45:01.133912 | fa163eb0-86a7-d7f0-7a82-0000000034bb | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:11.061353 | 1.14s 2026-02-21 07:45:01.212106 | fa163eb0-86a7-d7f0-7a82-0000000034bc | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:45:01.286101 | fa163eb0-86a7-d7f0-7a82-0000000034bc | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:11.213534 | 0.06s 2026-02-21 07:45:01.398929 | fa163eb0-86a7-d7f0-7a82-000000003394 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:11.326346 | 0.07s 2026-02-21 07:45:01.457939 | fa163eb0-86a7-d7f0-7a82-00000000331d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:45:01.535743 | fa163eb0-86a7-d7f0-7a82-00000000331d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:11.463117 | 0.08s 2026-02-21 07:45:01.562261 | 7457fe88-6b72-4d0e-b398-45358789a2df | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:45:01.597578 | fa163eb0-86a7-d7f0-7a82-000000003521 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:45:02.527169 | fa163eb0-86a7-d7f0-7a82-000000003521 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:45:02.528340 | fa163eb0-86a7-d7f0-7a82-000000003521 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:12.455791 | 0.93s 2026-02-21 07:45:02.548225 | fa163eb0-86a7-d7f0-7a82-000000003522 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-21 07:45:05.287897 | fa163eb0-86a7-d7f0-7a82-000000003522 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-21 07:45:05.289446 | fa163eb0-86a7-d7f0-7a82-000000003522 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:15.216891 | 2.74s 2026-02-21 07:45:05.341381 | fa163eb0-86a7-d7f0-7a82-000000003287 | TASK | Set NB connection 2026-02-21 07:45:05.807236 | fa163eb0-86a7-d7f0-7a82-000000003287 | CHANGED | Set NB connection | standalone 2026-02-21 07:45:05.808427 | fa163eb0-86a7-d7f0-7a82-000000003287 | TIMING | Set NB connection | standalone | 0:17:15.735873 | 0.47s 2026-02-21 07:45:05.837572 | fa163eb0-86a7-d7f0-7a82-000000003288 | TASK | Set SB connection 2026-02-21 07:45:06.246466 | fa163eb0-86a7-d7f0-7a82-000000003288 | CHANGED | Set SB connection | standalone 2026-02-21 07:45:06.247494 | fa163eb0-86a7-d7f0-7a82-000000003288 | TIMING | Set SB connection | standalone | 0:17:16.174942 | 0.41s 2026-02-21 07:45:06.269451 | fa163eb0-86a7-d7f0-7a82-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-21 07:45:06.498418 | fa163eb0-86a7-d7f0-7a82-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-21 07:45:06.499570 | fa163eb0-86a7-d7f0-7a82-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:16.427016 | 0.23s 2026-02-21 07:45:06.607793 | fa163eb0-86a7-d7f0-7a82-0000000000db | TIMING | include_tasks | standalone | 0:17:16.535228 | 0.09s 2026-02-21 07:45:06.632302 | 60f8e1dd-7ea0-486d-86e0-2aabcfdda375 | INCLUDED | /root/standalone-ansible-l794r1lx/common_deploy_steps_tasks.yaml | standalone 2026-02-21 07:45:06.657368 | fa163eb0-86a7-d7f0-7a82-000000003567 | TASK | Write the config_step hieradata 2026-02-21 07:45:07.188168 | fa163eb0-86a7-d7f0-7a82-000000003567 | OK | Write the config_step hieradata | standalone 2026-02-21 07:45:07.189512 | fa163eb0-86a7-d7f0-7a82-000000003567 | TIMING | Write the config_step hieradata | standalone | 0:17:17.116953 | 0.53s 2026-02-21 07:45:07.220114 | fa163eb0-86a7-d7f0-7a82-000000003568 | TASK | Run puppet host configuration for step 3 2026-02-21 07:45:07.551682 | fa163eb0-86a7-d7f0-7a82-000000003568 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-21 07:45:07.553065 | fa163eb0-86a7-d7f0-7a82-000000003568 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:17.480507 | 0.33s 2026-02-21 07:45:07.581756 | fa163eb0-86a7-d7f0-7a82-000000003569 | TASK | Wait for puppet host configuration to finish 2026-02-21 07:45:07.869142 | fa163eb0-86a7-d7f0-7a82-000000003569 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-21 07:45:18.087250 | fa163eb0-86a7-d7f0-7a82-000000003569 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-21 07:45:28.324829 | fa163eb0-86a7-d7f0-7a82-000000003569 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-21 07:45:28.326217 | fa163eb0-86a7-d7f0-7a82-000000003569 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:38.253657 | 20.74s 2026-02-21 07:45:28.357905 | fa163eb0-86a7-d7f0-7a82-00000000356a | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-21 07:45:28.455421 | fa163eb0-86a7-d7f0-7a82-00000000356a | 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>Feb 21 07:45:07 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 21 07:45:14 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 21 07:45:14 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 21 07:45:14 puppet-user: (file & line not available)", "<13>Feb 21 07:45:14 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 21 07:45:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 21 07:45:14 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 21 07:45:14 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.46 seconds", "<13>Feb 21 07:45:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 21 07:45:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 21 07:45:22 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 21 07:45:22 puppet-user: Notice: Applied catalog in 8.31 seconds", "<13>Feb 21 07:45:22 puppet-user: Application:", "<13>Feb 21 07:45:22 puppet-user: Initial environment: production", "<13>Feb 21 07:45:22 puppet-user: Converged environment: production", "<13>Feb 21 07:45:22 puppet-user: Run mode: user", "<13>Feb 21 07:45:22 puppet-user: Changes:", "<13>Feb 21 07:45:22 puppet-user: Total: 2", "<13>Feb 21 07:45:22 puppet-user: Events:", "<13>Feb 21 07:45:22 puppet-user: Success: 2", "<13>Feb 21 07:45:22 puppet-user: Resources:", "<13>Feb 21 07:45:22 puppet-user: Changed: 2", "<13>Feb 21 07:45:22 puppet-user: Out of sync: 2", "<13>Feb 21 07:45:22 puppet-user: Total: 28", "<13>Feb 21 07:45:22 puppet-user: Time:", "<13>Feb 21 07:45:22 puppet-user: Filebucket: 0.00", "<13>Feb 21 07:45:22 puppet-user: Schedule: 0.00", "<13>Feb 21 07:45:22 puppet-user: Package: 0.00", "<13>Feb 21 07:45:22 puppet-user: File line: 0.00", "<13>Feb 21 07:45:22 puppet-user: File: 0.00", "<13>Feb 21 07:45:22 puppet-user: Augeas: 0.01", "<13>Feb 21 07:45:22 puppet-user: User: 0.02", "<13>Feb 21 07:45:22 puppet-user: Service: 0.10", "<13>Feb 21 07:45:22 puppet-user: Config retrieval: 0.51", "<13>Feb 21 07:45:22 puppet-user: Pcmk property: 1.44", "<13>Feb 21 07:45:22 puppet-user: Last run: 1771659922", "<13>Feb 21 07:45:22 puppet-user: Pcmk resource op default: 2.11", "<13>Feb 21 07:45:22 puppet-user: Exec: 2.17", "<13>Feb 21 07:45:22 puppet-user: Pcmk resource default: 2.18", "<13>Feb 21 07:45:22 puppet-user: Transaction evaluation: 8.25", "<13>Feb 21 07:45:22 puppet-user: Catalog application: 8.31", "<13>Feb 21 07:45:22 puppet-user: Total: 8.31", "<13>Feb 21 07:45:22 puppet-user: Version:", "<13>Feb 21 07:45:22 puppet-user: Config: 1771659914", "<13>Feb 21 07:45:22 puppet-user: Puppet: 7.10.0" ] } 2026-02-21 07:45:28.457024 | fa163eb0-86a7-d7f0-7a82-00000000356a | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:38.384464 | 0.10s 2026-02-21 07:45:28.485133 | fa163eb0-86a7-d7f0-7a82-00000000356b | TASK | Pre-cache facts for puppet containers 2026-02-21 07:45:28.507990 | fa163eb0-86a7-d7f0-7a82-00000000356b | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:38.435425 | 0.02s 2026-02-21 07:45:28.575458 | fa163eb0-86a7-d7f0-7a82-0000000035aa | TASK | Gather variables for each operating system 2026-02-21 07:45:28.679546 | fa163eb0-86a7-d7f0-7a82-0000000035aa | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:38.606967 | 0.10s 2026-02-21 07:45:28.709371 | fa163eb0-86a7-d7f0-7a82-0000000035ab | TASK | Create puppet caching structures 2026-02-21 07:45:28.981095 | fa163eb0-86a7-d7f0-7a82-0000000035ab | CHANGED | Create puppet caching structures | standalone 2026-02-21 07:45:28.982742 | fa163eb0-86a7-d7f0-7a82-0000000035ab | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:38.910182 | 0.27s 2026-02-21 07:45:29.013955 | fa163eb0-86a7-d7f0-7a82-0000000035ac | TASK | Check for facter.conf 2026-02-21 07:45:29.281658 | fa163eb0-86a7-d7f0-7a82-0000000035ac | OK | Check for facter.conf | standalone 2026-02-21 07:45:29.282835 | fa163eb0-86a7-d7f0-7a82-0000000035ac | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:39.210283 | 0.27s 2026-02-21 07:45:29.304489 | fa163eb0-86a7-d7f0-7a82-0000000035ad | TASK | Remove facter.conf if directory 2026-02-21 07:45:29.343551 | fa163eb0-86a7-d7f0-7a82-0000000035ad | SKIPPED | Remove facter.conf if directory | standalone 2026-02-21 07:45:29.344390 | fa163eb0-86a7-d7f0-7a82-0000000035ad | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:39.271838 | 0.04s 2026-02-21 07:45:29.366194 | fa163eb0-86a7-d7f0-7a82-0000000035ae | TASK | Write facter cache config 2026-02-21 07:45:29.865793 | fa163eb0-86a7-d7f0-7a82-0000000035ae | CHANGED | Write facter cache config | standalone 2026-02-21 07:45:29.867825 | fa163eb0-86a7-d7f0-7a82-0000000035ae | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:39.795254 | 0.50s 2026-02-21 07:45:29.895488 | fa163eb0-86a7-d7f0-7a82-0000000035af | TASK | Cleanup facter cache if exists 2026-02-21 07:45:30.120943 | fa163eb0-86a7-d7f0-7a82-0000000035af | CHANGED | Cleanup facter cache if exists | standalone 2026-02-21 07:45:30.122570 | fa163eb0-86a7-d7f0-7a82-0000000035af | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:40.050011 | 0.23s 2026-02-21 07:45:30.151256 | fa163eb0-86a7-d7f0-7a82-0000000035b0 | TASK | Pre-cache facts 2026-02-21 07:45:30.691977 | fa163eb0-86a7-d7f0-7a82-0000000035b0 | CHANGED | Pre-cache facts | standalone 2026-02-21 07:45:30.692805 | fa163eb0-86a7-d7f0-7a82-0000000035b0 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:40.620256 | 0.54s 2026-02-21 07:45:30.713242 | fa163eb0-86a7-d7f0-7a82-0000000035b1 | TASK | Failed deployment if facter fails 2026-02-21 07:45:30.745151 | fa163eb0-86a7-d7f0-7a82-0000000035b1 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-21 07:45:30.746199 | fa163eb0-86a7-d7f0-7a82-0000000035b1 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:40.673646 | 0.03s 2026-02-21 07:45:30.775596 | fa163eb0-86a7-d7f0-7a82-0000000035b2 | TASK | Sync cached facts 2026-02-21 07:45:31.065051 | fa163eb0-86a7-d7f0-7a82-0000000035b2 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb0-86a7-d7f0-7a82-0000000035b2') missing from stats 2026-02-21 07:45:31.121124 | fa163eb0-86a7-d7f0-7a82-00000000356c | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-21 07:45:31.172486 | fa163eb0-86a7-d7f0-7a82-00000000356c | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-21 07:45:31.173883 | fa163eb0-86a7-d7f0-7a82-00000000356c | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:41.101321 | 0.05s 2026-02-21 07:45:31.203975 | fa163eb0-86a7-d7f0-7a82-00000000356e | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-21 07:45:31.227425 | fa163eb0-86a7-d7f0-7a82-00000000356e | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:41.154852 | 0.02s 2026-02-21 07:45:31.294837 | fa163eb0-86a7-d7f0-7a82-000000003609 | TASK | Gather variables for each operating system 2026-02-21 07:45:31.386024 | fa163eb0-86a7-d7f0-7a82-000000003609 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:41.313454 | 0.09s 2026-02-21 07:45:31.408242 | fa163eb0-86a7-d7f0-7a82-00000000360a | TASK | Create container logs path 2026-02-21 07:45:31.634946 | fa163eb0-86a7-d7f0-7a82-00000000360a | OK | Create container logs path | standalone 2026-02-21 07:45:31.635916 | fa163eb0-86a7-d7f0-7a82-00000000360a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:41.563367 | 0.23s 2026-02-21 07:45:31.656375 | fa163eb0-86a7-d7f0-7a82-00000000360c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-21 07:45:32.030525 | fa163eb0-86a7-d7f0-7a82-00000000360c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-21 07:45:32.031889 | fa163eb0-86a7-d7f0-7a82-00000000360c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:41.959332 | 0.37s 2026-02-21 07:45:32.062490 | fa163eb0-86a7-d7f0-7a82-00000000360d | TASK | Finalise hashes for all containers 2026-02-21 07:45:32.149256 | fa163eb0-86a7-d7f0-7a82-00000000360d | OK | Finalise hashes for all containers | standalone 2026-02-21 07:45:32.150632 | fa163eb0-86a7-d7f0-7a82-00000000360d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:42.078074 | 0.09s 2026-02-21 07:45:32.180112 | fa163eb0-86a7-d7f0-7a82-00000000360f | TASK | Manage systemd shutdown files 2026-02-21 07:45:32.214658 | fa163eb0-86a7-d7f0-7a82-00000000360f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:42.142085 | 0.03s 2026-02-21 07:45:32.252077 | cc6512d1-dd8d-4bab-a6c2-c05f6358018b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-21 07:45:32.279415 | fa163eb0-86a7-d7f0-7a82-000000003642 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-21 07:45:32.542153 | fa163eb0-86a7-d7f0-7a82-000000003642 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-21 07:45:32.543796 | fa163eb0-86a7-d7f0-7a82-000000003642 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:42.471234 | 0.26s 2026-02-21 07:45:32.572740 | fa163eb0-86a7-d7f0-7a82-000000003643 | TASK | Set podman_drop_in fact 2026-02-21 07:45:32.640367 | fa163eb0-86a7-d7f0-7a82-000000003643 | OK | Set podman_drop_in fact | standalone 2026-02-21 07:45:32.641919 | fa163eb0-86a7-d7f0-7a82-000000003643 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:42.569360 | 0.07s 2026-02-21 07:45:32.676603 | fa163eb0-86a7-d7f0-7a82-000000003645 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-21 07:45:33.201404 | fa163eb0-86a7-d7f0-7a82-000000003645 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-21 07:45:33.203109 | fa163eb0-86a7-d7f0-7a82-000000003645 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:43.130549 | 0.52s 2026-02-21 07:45:33.779174 | fa163eb0-86a7-d7f0-7a82-000000003645 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-21 07:45:33.779997 | fa163eb0-86a7-d7f0-7a82-000000003645 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:43.707445 | 1.10s 2026-02-21 07:45:33.786907 | fa163eb0-86a7-d7f0-7a82-000000003645 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:43.714351 | 1.11s 2026-02-21 07:45:33.806538 | fa163eb0-86a7-d7f0-7a82-000000003646 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-21 07:45:34.327880 | fa163eb0-86a7-d7f0-7a82-000000003646 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-21 07:45:34.328894 | fa163eb0-86a7-d7f0-7a82-000000003646 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:44.256342 | 0.52s 2026-02-21 07:45:34.347828 | fa163eb0-86a7-d7f0-7a82-000000003647 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-21 07:45:34.879938 | fa163eb0-86a7-d7f0-7a82-000000003647 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-21 07:45:34.881419 | fa163eb0-86a7-d7f0-7a82-000000003647 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:44.808858 | 0.53s 2026-02-21 07:45:34.910184 | fa163eb0-86a7-d7f0-7a82-000000003648 | TASK | Enable and start tripleo-container-shutdown 2026-02-21 07:45:35.654261 | fa163eb0-86a7-d7f0-7a82-000000003648 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-21 07:45:35.656233 | fa163eb0-86a7-d7f0-7a82-000000003648 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:45.583679 | 0.74s 2026-02-21 07:45:35.680940 | fa163eb0-86a7-d7f0-7a82-000000003649 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-21 07:45:36.226623 | fa163eb0-86a7-d7f0-7a82-000000003649 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-21 07:45:36.227987 | fa163eb0-86a7-d7f0-7a82-000000003649 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:46.155430 | 0.55s 2026-02-21 07:45:36.255464 | fa163eb0-86a7-d7f0-7a82-00000000364a | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-21 07:45:36.790954 | fa163eb0-86a7-d7f0-7a82-00000000364a | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-21 07:45:36.792577 | fa163eb0-86a7-d7f0-7a82-00000000364a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:46.720010 | 0.54s 2026-02-21 07:45:36.821861 | fa163eb0-86a7-d7f0-7a82-00000000364b | TASK | Enable and start netns-placeholder 2026-02-21 07:45:37.615331 | fa163eb0-86a7-d7f0-7a82-00000000364b | CHANGED | Enable and start netns-placeholder | standalone 2026-02-21 07:45:37.617635 | fa163eb0-86a7-d7f0-7a82-00000000364b | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:47.545075 | 0.79s 2026-02-21 07:45:37.648449 | fa163eb0-86a7-d7f0-7a82-000000003611 | TASK | Update container configs with new config hashes 2026-02-21 07:45:37.711940 | fa163eb0-86a7-d7f0-7a82-000000003611 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:47.639327 | 0.06s 2026-02-21 07:45:37.730650 | dc7b33b4-893a-4827-86db-ffbe870edabb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-21 07:45:37.763786 | fa163eb0-86a7-d7f0-7a82-000000003673 | TASK | Update config hashes for container startup configs 2026-02-21 07:45:38.053564 | fa163eb0-86a7-d7f0-7a82-000000003673 | OK | Update config hashes for container startup configs | standalone 2026-02-21 07:45:38.054985 | fa163eb0-86a7-d7f0-7a82-000000003673 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:47.982427 | 0.29s 2026-02-21 07:45:38.085495 | fa163eb0-86a7-d7f0-7a82-000000003612 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-21 07:45:38.152585 | fa163eb0-86a7-d7f0-7a82-000000003612 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:48.080009 | 0.07s 2026-02-21 07:45:38.176542 | 7bcade07-3c2a-4383-84ff-f479bf304654 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:45:38.219595 | fa163eb0-86a7-d7f0-7a82-000000003692 | TASK | Gather podman infos 2026-02-21 07:45:39.314158 | fa163eb0-86a7-d7f0-7a82-000000003692 | OK | Gather podman infos | standalone 2026-02-21 07:45:39.315490 | fa163eb0-86a7-d7f0-7a82-000000003692 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:49.242933 | 1.09s 2026-02-21 07:45:39.395894 | fa163eb0-86a7-d7f0-7a82-000000003693 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-21 07:45:39.456609 | fa163eb0-86a7-d7f0-7a82-000000003693 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:49.384037 | 0.05s 2026-02-21 07:45:39.592078 | fa163eb0-86a7-d7f0-7a82-000000003394 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:49.519498 | 0.08s 2026-02-21 07:45:39.653638 | fa163eb0-86a7-d7f0-7a82-000000003613 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-21 07:45:39.711803 | fa163eb0-86a7-d7f0-7a82-000000003613 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:49.639219 | 0.06s 2026-02-21 07:45:39.734316 | 9356dd00-5bd8-4326-b59b-062c07bdd91a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:45:39.771012 | fa163eb0-86a7-d7f0-7a82-0000000036fd | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-21 07:46:31.305154 | fa163eb0-86a7-d7f0-7a82-0000000036fd | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-21 07:46:31.306721 | fa163eb0-86a7-d7f0-7a82-0000000036fd | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:41.234165 | 51.53s 2026-02-21 07:46:31.334015 | fa163eb0-86a7-d7f0-7a82-0000000036fe | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-21 07:47:02.185915 | fa163eb0-86a7-d7f0-7a82-0000000036fe | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-21 07:47:02.188042 | fa163eb0-86a7-d7f0-7a82-0000000036fe | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:12.115484 | 30.85s 2026-02-21 07:47:02.259767 | fa163eb0-86a7-d7f0-7a82-000000003570 | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-21 07:47:02.503295 | fa163eb0-86a7-d7f0-7a82-000000003570 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-21 07:47:02.504912 | fa163eb0-86a7-d7f0-7a82-000000003570 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:12.432352 | 0.24s 2026-02-21 07:47:02.551833 | fa163eb0-86a7-d7f0-7a82-000000003571 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-21 07:47:02.608457 | fa163eb0-86a7-d7f0-7a82-000000003571 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:12.535876 | 0.06s 2026-02-21 07:47:02.639634 | fa163eb0-86a7-d7f0-7a82-000000003572 | TASK | Include container-puppet tasks for step 3 2026-02-21 07:47:02.684283 | fa163eb0-86a7-d7f0-7a82-000000003572 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:12.611705 | 0.04s 2026-02-21 07:47:02.708745 | efe5fc2e-db72-4ead-b5a7-2c294dafec80 | INCLUDED | /root/standalone-ansible-l794r1lx/host-container-puppet-tasks.yaml | standalone 2026-02-21 07:47:02.759242 | fa163eb0-86a7-d7f0-7a82-000000003749 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-21 07:47:03.301407 | fa163eb0-86a7-d7f0-7a82-000000003749 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-21 07:47:03.302973 | fa163eb0-86a7-d7f0-7a82-000000003749 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:13.230413 | 0.54s 2026-02-21 07:47:03.334123 | fa163eb0-86a7-d7f0-7a82-00000000374b | TASK | Generate container puppet configs for step 3 2026-02-21 07:47:03.616545 | fa163eb0-86a7-d7f0-7a82-00000000374b | OK | Generate container puppet configs for step 3 | standalone 2026-02-21 07:47:03.618252 | fa163eb0-86a7-d7f0-7a82-00000000374b | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:13.545694 | 0.28s 2026-02-21 07:47:03.648109 | fa163eb0-86a7-d7f0-7a82-00000000374c | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-21 07:47:03.679877 | fa163eb0-86a7-d7f0-7a82-00000000374c | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:13.607307 | 0.03s 2026-02-21 07:47:03.750457 | fa163eb0-86a7-d7f0-7a82-00000000377b | TASK | Gather variables for each operating system 2026-02-21 07:47:03.875465 | fa163eb0-86a7-d7f0-7a82-00000000377b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:13.802890 | 0.12s 2026-02-21 07:47:03.906085 | fa163eb0-86a7-d7f0-7a82-00000000377c | TASK | Create container logs path 2026-02-21 07:47:04.174444 | fa163eb0-86a7-d7f0-7a82-00000000377c | OK | Create container logs path | standalone 2026-02-21 07:47:04.177599 | fa163eb0-86a7-d7f0-7a82-00000000377c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:14.105039 | 0.27s 2026-02-21 07:47:04.211741 | fa163eb0-86a7-d7f0-7a82-00000000377e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-21 07:47:04.479539 | fa163eb0-86a7-d7f0-7a82-00000000377e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-21 07:47:04.480950 | fa163eb0-86a7-d7f0-7a82-00000000377e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:14.408392 | 0.27s 2026-02-21 07:47:04.509783 | fa163eb0-86a7-d7f0-7a82-00000000377f | TASK | Finalise hashes for all containers 2026-02-21 07:47:04.564596 | fa163eb0-86a7-d7f0-7a82-00000000377f | OK | Finalise hashes for all containers | standalone 2026-02-21 07:47:04.565941 | fa163eb0-86a7-d7f0-7a82-00000000377f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:14.493382 | 0.05s 2026-02-21 07:47:04.594853 | fa163eb0-86a7-d7f0-7a82-000000003781 | TASK | Manage systemd shutdown files 2026-02-21 07:47:04.637222 | fa163eb0-86a7-d7f0-7a82-000000003781 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:47:04.638454 | fa163eb0-86a7-d7f0-7a82-000000003781 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:14.565894 | 0.04s 2026-02-21 07:47:04.666783 | fa163eb0-86a7-d7f0-7a82-000000003783 | TASK | Update container configs with new config hashes 2026-02-21 07:47:04.720660 | fa163eb0-86a7-d7f0-7a82-000000003783 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:47:04.721982 | fa163eb0-86a7-d7f0-7a82-000000003783 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:14.649425 | 0.05s 2026-02-21 07:47:04.753075 | fa163eb0-86a7-d7f0-7a82-000000003784 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-21 07:47:04.816109 | fa163eb0-86a7-d7f0-7a82-000000003784 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-21 07:47:04.817665 | fa163eb0-86a7-d7f0-7a82-000000003784 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:14.745103 | 0.06s 2026-02-21 07:47:04.848620 | fa163eb0-86a7-d7f0-7a82-000000003785 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-21 07:47:04.907291 | fa163eb0-86a7-d7f0-7a82-000000003785 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-21 07:47:04.908612 | fa163eb0-86a7-d7f0-7a82-000000003785 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:14.836052 | 0.06s PLAY [External deployment step 4] ********************************************** 2026-02-21 07:47:05.087918 | fa163eb0-86a7-d7f0-7a82-0000000000de | TASK | External deployment step 4 2026-02-21 07:47:05.131348 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000de') missing from stats 2026-02-21 07:47:05.194247 | fa163eb0-86a7-d7f0-7a82-0000000000df | TIMING | include_tasks | undercloud | 0:19:15.121672 | 0.04s 2026-02-21 07:47:05.228596 | e4536eff-9a4c-4679-8f78-0ea9533d2647 | INCLUDED | /root/standalone-ansible-l794r1lx/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-21 07:47:05.246948 | fa163eb0-86a7-d7f0-7a82-0000000037d4 | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-21 07:47:06.880032 | fa163eb0-86a7-d7f0-7a82-0000000037d4 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-21 07:47:06.882828 | fa163eb0-86a7-d7f0-7a82-0000000037d4 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:16.810258 | 1.63s 2026-02-21 07:47:08.035786 | fa163eb0-86a7-d7f0-7a82-0000000037d4 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-21 07:47:08.036844 | fa163eb0-86a7-d7f0-7a82-0000000037d4 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:17.964288 | 2.79s 2026-02-21 07:47:08.043353 | fa163eb0-86a7-d7f0-7a82-0000000037d4 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:17.970798 | 2.80s 2026-02-21 07:47:08.061474 | fa163eb0-86a7-d7f0-7a82-0000000037d7 | TASK | Manage Keystone resources for OpenStack services 2026-02-21 07:47:08.124818 | fa163eb0-86a7-d7f0-7a82-0000000037d7 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:18.052247 | 0.06s 2026-02-21 07:47:08.193049 | fa163eb0-86a7-d7f0-7a82-000000003803 | TASK | Create Keystone Admin resources 2026-02-21 07:47:08.245282 | fa163eb0-86a7-d7f0-7a82-000000003803 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:18.172712 | 0.05s 2026-02-21 07:47:08.273325 | 6aa3e2fd-3d51-4a88-a8a7-16d1659b4840 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-21 07:47:08.301542 | fa163eb0-86a7-d7f0-7a82-000000003844 | TASK | Create admin and service projects 2026-02-21 07:47:08.362838 | fa163eb0-86a7-d7f0-7a82-000000003844 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:18.290273 | 0.06s 2026-02-21 07:47:08.372562 | d021ea57-aa11-419b-aa43-c84438c81124 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-21 07:47:08.400751 | fa163eb0-86a7-d7f0-7a82-000000003895 | TASK | Async creation of Keystone project 2026-02-21 07:47:08.930023 | fa163eb0-86a7-d7f0-7a82-000000003895 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-21 07:47:08.930907 | fa163eb0-86a7-d7f0-7a82-000000003895 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:18.858356 | 0.53s 2026-02-21 07:47:09.254364 | fa163eb0-86a7-d7f0-7a82-000000003895 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-21 07:47:09.255766 | fa163eb0-86a7-d7f0-7a82-000000003895 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:19.183210 | 0.85s 2026-02-21 07:47:09.265597 | fa163eb0-86a7-d7f0-7a82-000000003895 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:19.193043 | 0.86s 2026-02-21 07:47:09.280172 | fa163eb0-86a7-d7f0-7a82-000000003897 | TASK | Check Keystone project status 2026-02-21 07:47:09.517980 | fa163eb0-86a7-d7f0-7a82-000000003897 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-21 07:47:14.752119 | fa163eb0-86a7-d7f0-7a82-000000003897 | OK | Check Keystone project status | undercloud | item=admin 2026-02-21 07:47:14.753143 | fa163eb0-86a7-d7f0-7a82-000000003897 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:24.680589 | 5.47s 2026-02-21 07:47:15.024012 | fa163eb0-86a7-d7f0-7a82-000000003897 | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-21 07:47:15.025203 | fa163eb0-86a7-d7f0-7a82-000000003897 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:24.952647 | 5.74s 2026-02-21 07:47:15.032814 | fa163eb0-86a7-d7f0-7a82-000000003897 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:24.960258 | 5.75s 2026-02-21 07:47:15.053257 | fa163eb0-86a7-d7f0-7a82-000000003845 | TASK | Create admin role 2026-02-21 07:47:16.373352 | fa163eb0-86a7-d7f0-7a82-000000003845 | OK | Create admin role | undercloud 2026-02-21 07:47:16.375062 | fa163eb0-86a7-d7f0-7a82-000000003845 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:26.302505 | 1.32s 2026-02-21 07:47:16.395653 | fa163eb0-86a7-d7f0-7a82-000000003846 | TASK | Create _member_ role 2026-02-21 07:47:16.471181 | fa163eb0-86a7-d7f0-7a82-000000003846 | SKIPPED | Create _member_ role | undercloud 2026-02-21 07:47:16.472503 | fa163eb0-86a7-d7f0-7a82-000000003846 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:26.399944 | 0.08s 2026-02-21 07:47:16.492113 | fa163eb0-86a7-d7f0-7a82-000000003847 | TASK | Check admin password 2026-02-21 07:47:17.955389 | fa163eb0-86a7-d7f0-7a82-000000003847 | OK | Check admin password | undercloud 2026-02-21 07:47:17.957030 | fa163eb0-86a7-d7f0-7a82-000000003847 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:27.884469 | 1.46s 2026-02-21 07:47:17.976907 | fa163eb0-86a7-d7f0-7a82-000000003848 | TASK | Create admin user 2026-02-21 07:47:19.851033 | fa163eb0-86a7-d7f0-7a82-000000003848 | CHANGED | Create admin user | undercloud 2026-02-21 07:47:19.852116 | fa163eb0-86a7-d7f0-7a82-000000003848 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:29.779565 | 1.87s 2026-02-21 07:47:19.868130 | fa163eb0-86a7-d7f0-7a82-000000003849 | TASK | Assign admin role to admin project for admin user 2026-02-21 07:47:21.523917 | fa163eb0-86a7-d7f0-7a82-000000003849 | OK | Assign admin role to admin project for admin user | undercloud 2026-02-21 07:47:21.525295 | fa163eb0-86a7-d7f0-7a82-000000003849 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:31.452736 | 1.66s 2026-02-21 07:47:21.544516 | fa163eb0-86a7-d7f0-7a82-00000000384a | TASK | Assign _member_ role to admin project for admin user 2026-02-21 07:47:21.599458 | fa163eb0-86a7-d7f0-7a82-00000000384a | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-21 07:47:21.600791 | fa163eb0-86a7-d7f0-7a82-00000000384a | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:31.528231 | 0.05s 2026-02-21 07:47:21.620876 | fa163eb0-86a7-d7f0-7a82-00000000384b | TASK | Create identity service 2026-02-21 07:47:22.916473 | fa163eb0-86a7-d7f0-7a82-00000000384b | OK | Create identity service | undercloud 2026-02-21 07:47:22.918071 | fa163eb0-86a7-d7f0-7a82-00000000384b | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:32.845512 | 1.30s 2026-02-21 07:47:22.938033 | fa163eb0-86a7-d7f0-7a82-00000000384c | TASK | Create identity public endpoint 2026-02-21 07:47:24.291947 | fa163eb0-86a7-d7f0-7a82-00000000384c | OK | Create identity public endpoint | undercloud 2026-02-21 07:47:24.292730 | fa163eb0-86a7-d7f0-7a82-00000000384c | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:34.220181 | 1.35s 2026-02-21 07:47:24.307062 | fa163eb0-86a7-d7f0-7a82-00000000384d | TASK | Create identity internal endpoint 2026-02-21 07:47:25.542170 | fa163eb0-86a7-d7f0-7a82-00000000384d | OK | Create identity internal endpoint | undercloud 2026-02-21 07:47:25.543562 | fa163eb0-86a7-d7f0-7a82-00000000384d | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:35.471005 | 1.24s 2026-02-21 07:47:25.563145 | fa163eb0-86a7-d7f0-7a82-00000000384e | TASK | Create identity admin endpoint 2026-02-21 07:47:26.832264 | fa163eb0-86a7-d7f0-7a82-00000000384e | OK | Create identity admin endpoint | undercloud 2026-02-21 07:47:26.833244 | fa163eb0-86a7-d7f0-7a82-00000000384e | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:36.760693 | 1.27s 2026-02-21 07:47:26.848942 | fa163eb0-86a7-d7f0-7a82-000000003804 | TASK | Create Keystone Projects 2026-02-21 07:47:26.944638 | fa163eb0-86a7-d7f0-7a82-000000003804 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:36.872062 | 0.09s 2026-02-21 07:47:26.959916 | fa163eb0-86a7-d7f0-7a82-000000003804 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:36.887352 | 0.11s 2026-02-21 07:47:26.973757 | 61a1815a-86a3-4037-a72b-044176a9fae8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-21 07:47:27.015271 | fa163eb0-86a7-d7f0-7a82-000000003921 | TASK | Async creation of Keystone project 2026-02-21 07:47:27.312845 | fa163eb0-86a7-d7f0-7a82-000000003921 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-21 07:47:27.315347 | fa163eb0-86a7-d7f0-7a82-000000003921 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:37.242784 | 0.30s 2026-02-21 07:47:27.324954 | fa163eb0-86a7-d7f0-7a82-000000003921 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:37.252400 | 0.31s 2026-02-21 07:47:27.343232 | fa163eb0-86a7-d7f0-7a82-000000003923 | TASK | Check Keystone project status 2026-02-21 07:47:27.627412 | fa163eb0-86a7-d7f0-7a82-000000003923 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-21 07:47:32.848444 | fa163eb0-86a7-d7f0-7a82-000000003923 | OK | Check Keystone project status | undercloud | item=service 2026-02-21 07:47:32.849954 | fa163eb0-86a7-d7f0-7a82-000000003923 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:42.777393 | 5.51s 2026-02-21 07:47:32.858052 | fa163eb0-86a7-d7f0-7a82-000000003923 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:42.785495 | 5.51s 2026-02-21 07:47:32.873584 | fa163eb0-86a7-d7f0-7a82-000000003806 | TASK | Create Keystone Domains 2026-02-21 07:47:32.973865 | fa163eb0-86a7-d7f0-7a82-000000003806 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:42.901296 | 0.10s 2026-02-21 07:47:32.985862 | fa163eb0-86a7-d7f0-7a82-000000003806 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:42.913303 | 0.11s 2026-02-21 07:47:33.000806 | 8f37d81d-e685-4f1c-96a4-9a5193811fda | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-21 07:47:33.048208 | fa163eb0-86a7-d7f0-7a82-0000000039d6 | TASK | Async creation of Keystone domains 2026-02-21 07:47:33.584278 | fa163eb0-86a7-d7f0-7a82-0000000039d6 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-21 07:47:33.585786 | fa163eb0-86a7-d7f0-7a82-0000000039d6 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:43.513223 | 0.54s 2026-02-21 07:47:33.591342 | fa163eb0-86a7-d7f0-7a82-0000000039d6 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:43.518778 | 0.54s 2026-02-21 07:47:33.610670 | fa163eb0-86a7-d7f0-7a82-0000000039d8 | TASK | Check Keystone domain status 2026-02-21 07:47:33.890142 | fa163eb0-86a7-d7f0-7a82-0000000039d8 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-21 07:47:39.434510 | fa163eb0-86a7-d7f0-7a82-0000000039d8 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-21 07:47:39.436387 | fa163eb0-86a7-d7f0-7a82-0000000039d8 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:49.363837 | 5.82s 2026-02-21 07:47:39.446041 | fa163eb0-86a7-d7f0-7a82-0000000039d8 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:49.373492 | 5.83s 2026-02-21 07:47:39.462767 | fa163eb0-86a7-d7f0-7a82-000000003808 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-21 07:47:39.494599 | fa163eb0-86a7-d7f0-7a82-000000003808 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:19:49.422040 | 0.03s 2026-02-21 07:47:39.504257 | 837bdacf-9c4c-46f6-a1c1-9809a5d492b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-21 07:47:39.545252 | fa163eb0-86a7-d7f0-7a82-000000003aa0 | TASK | Collect OpenStack Keystone domains infos 2026-02-21 07:47:40.976638 | fa163eb0-86a7-d7f0-7a82-000000003aa0 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-21 07:47:40.978613 | fa163eb0-86a7-d7f0-7a82-000000003aa0 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:19:50.906048 | 1.43s 2026-02-21 07:47:40.998656 | fa163eb0-86a7-d7f0-7a82-000000003aa1 | TASK | Set openstack_domains fact 2026-02-21 07:47:41.054281 | fa163eb0-86a7-d7f0-7a82-000000003aa1 | OK | Set openstack_domains fact | undercloud 2026-02-21 07:47:41.055588 | fa163eb0-86a7-d7f0-7a82-000000003aa1 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:19:50.983031 | 0.06s 2026-02-21 07:47:41.074635 | fa163eb0-86a7-d7f0-7a82-000000003809 | TASK | Create Keystone Services 2026-02-21 07:47:41.157467 | fa163eb0-86a7-d7f0-7a82-000000003809 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:51.084888 | 0.08s 2026-02-21 07:47:41.175374 | fa163eb0-86a7-d7f0-7a82-000000003809 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:51.102818 | 0.10s 2026-02-21 07:47:41.189133 | fa163eb0-86a7-d7f0-7a82-000000003809 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:51.116568 | 0.11s 2026-02-21 07:47:41.210110 | 6eff27d8-8969-4497-9f6a-0e5cc56d2131 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-21 07:47:41.219625 | 405b4145-43df-464c-837e-92ab8af4462a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-21 07:47:41.266636 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TASK | Async creation of Keystone service 2026-02-21 07:47:41.601945 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-02-21 07:47:41.610894 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:51.538339 | 0.34s 2026-02-21 07:47:41.893826 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-21 07:47:41.895373 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:51.822823 | 0.63s 2026-02-21 07:47:42.244253 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-21 07:47:42.245927 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:52.173372 | 0.98s 2026-02-21 07:47:42.544091 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-21 07:47:42.544738 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:52.472190 | 1.28s 2026-02-21 07:47:42.853245 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-21 07:47:42.855116 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:52.782564 | 1.59s 2026-02-21 07:47:43.149311 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-21 07:47:43.150381 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.077825 | 1.88s 2026-02-21 07:47:43.446720 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-21 07:47:43.448246 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.375690 | 2.18s 2026-02-21 07:47:43.757599 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-21 07:47:43.758191 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.685643 | 2.49s 2026-02-21 07:47:44.105839 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-21 07:47:44.108454 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:54.035901 | 2.84s 2026-02-21 07:47:44.421155 | fa163eb0-86a7-d7f0-7a82-000000003b7d | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-21 07:47:44.423039 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:54.350478 | 3.16s 2026-02-21 07:47:44.434137 | fa163eb0-86a7-d7f0-7a82-000000003b7d | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:54.361581 | 3.17s 2026-02-21 07:47:44.452622 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TASK | Check Keystone service status 2026-02-21 07:47:44.760934 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-02-21 07:47:44.762614 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:54.690054 | 0.31s 2026-02-21 07:47:45.011275 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-21 07:47:45.013284 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:54.940727 | 0.56s 2026-02-21 07:47:45.261307 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-21 07:47:45.263219 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.190660 | 0.81s 2026-02-21 07:47:45.523793 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-21 07:47:45.524953 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.452392 | 1.07s 2026-02-21 07:47:45.800089 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-21 07:47:45.802349 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.729785 | 1.35s 2026-02-21 07:47:46.083717 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-21 07:47:46.085775 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.013215 | 1.63s 2026-02-21 07:47:46.343735 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-21 07:47:46.345600 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.273043 | 1.89s 2026-02-21 07:47:46.576381 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-21 07:47:46.578482 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.505919 | 2.12s 2026-02-21 07:47:46.832415 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-21 07:47:46.833250 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.760702 | 2.38s 2026-02-21 07:47:47.060281 | fa163eb0-86a7-d7f0-7a82-000000003b7f | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-21 07:47:47.061028 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.988479 | 2.61s 2026-02-21 07:47:47.069565 | fa163eb0-86a7-d7f0-7a82-000000003b7f | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.997002 | 2.62s 2026-02-21 07:47:47.096033 | fa163eb0-86a7-d7f0-7a82-000000003b84 | TASK | Async creation of Keystone service 2026-02-21 07:47:47.450530 | fa163eb0-86a7-d7f0-7a82-000000003b84 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-21 07:47:47.452948 | fa163eb0-86a7-d7f0-7a82-000000003b84 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.380388 | 0.36s 2026-02-21 07:47:47.463176 | fa163eb0-86a7-d7f0-7a82-000000003b84 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.390616 | 0.37s 2026-02-21 07:47:47.482826 | fa163eb0-86a7-d7f0-7a82-000000003b86 | TASK | Check Keystone service status 2026-02-21 07:47:47.695429 | fa163eb0-86a7-d7f0-7a82-000000003b86 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-21 07:47:52.908464 | fa163eb0-86a7-d7f0-7a82-000000003b86 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-21 07:47:52.909790 | fa163eb0-86a7-d7f0-7a82-000000003b86 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:02.837230 | 5.43s 2026-02-21 07:47:52.916192 | fa163eb0-86a7-d7f0-7a82-000000003b86 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:02.843606 | 5.43s 2026-02-21 07:47:52.932558 | fa163eb0-86a7-d7f0-7a82-00000000380b | TASK | Create Keystone Endpoints 2026-02-21 07:47:52.995193 | fa163eb0-86a7-d7f0-7a82-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:02.922607 | 0.06s 2026-02-21 07:47:53.024577 | fa163eb0-86a7-d7f0-7a82-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:02.952019 | 0.09s 2026-02-21 07:47:53.045175 | fa163eb0-86a7-d7f0-7a82-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:02.972616 | 0.11s 2026-02-21 07:47:53.051764 | fa163eb0-86a7-d7f0-7a82-00000000380b | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:02.979201 | 0.12s 2026-02-21 07:47:53.063912 | 777124b8-a452-4fdf-b8dc-6c703f05eece | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-21 07:47:53.070193 | d15aa39c-0edb-450a-a24e-5ee0a0e2b3e4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-21 07:47:53.075600 | e627789b-360a-4d37-b094-04269af2088a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-21 07:47:53.133525 | fa163eb0-86a7-d7f0-7a82-000000003cae | TASK | Create Keystone public endpoints 2026-02-21 07:47:53.259049 | fa163eb0-86a7-d7f0-7a82-000000003cae | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:03.186463 | 0.12s 2026-02-21 07:47:53.284539 | fa163eb0-86a7-d7f0-7a82-000000003cae | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:03.211972 | 0.15s 2026-02-21 07:47:53.297578 | fa163eb0-86a7-d7f0-7a82-000000003cae | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:03.225021 | 0.16s 2026-02-21 07:47:53.306591 | 2940b3b0-6089-4862-ba0c-80edeaf94d86 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-21 07:47:53.310835 | e6ba1791-7321-4ef8-9355-fa35ab8fd343 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-21 07:47:53.327597 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TASK | Async creation of Keystone public endpoint 2026-02-21 07:47:53.681802 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-02-21 07:47:53.683915 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:03.611351 | 0.36s 2026-02-21 07:47:53.990712 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-21 07:47:53.991827 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:03.919269 | 0.66s 2026-02-21 07:47:54.309921 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-21 07:47:54.310535 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:04.237988 | 0.98s 2026-02-21 07:47:54.600033 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-21 07:47:54.601572 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:04.529014 | 1.27s 2026-02-21 07:47:54.839819 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-21 07:47:54.840566 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:04.768017 | 1.51s 2026-02-21 07:47:55.115088 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-21 07:47:55.115653 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:05.043105 | 1.79s 2026-02-21 07:47:55.374929 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-21 07:47:55.375768 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:05.303220 | 2.05s 2026-02-21 07:47:55.640652 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-21 07:47:55.641260 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:05.568711 | 2.31s 2026-02-21 07:47:55.950603 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-21 07:47:55.951237 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:05.878687 | 2.62s 2026-02-21 07:47:56.181960 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-21 07:47:56.182554 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:06.110006 | 2.85s 2026-02-21 07:47:56.190511 | fa163eb0-86a7-d7f0-7a82-000000003dd6 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:06.117958 | 2.86s 2026-02-21 07:47:56.206905 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TASK | Check Keystone public endpoint status 2026-02-21 07:47:56.429440 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-02-21 07:47:56.430751 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:06.358197 | 0.22s 2026-02-21 07:47:56.606744 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-21 07:47:56.607623 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:06.535071 | 0.40s 2026-02-21 07:47:56.821104 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-21 07:47:56.822165 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:06.749617 | 0.61s 2026-02-21 07:47:57.106589 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-21 07:47:57.107358 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:07.034809 | 0.90s 2026-02-21 07:47:57.374358 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-21 07:47:57.376289 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:07.303731 | 1.17s 2026-02-21 07:47:57.629969 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-21 07:47:57.631182 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:07.558626 | 1.42s 2026-02-21 07:47:57.816897 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-21 07:47:57.819159 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:07.746598 | 1.61s 2026-02-21 07:47:58.074663 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-21 07:47:58.076962 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.004404 | 1.87s 2026-02-21 07:47:58.333174 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-21 07:47:58.335478 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.262919 | 2.13s 2026-02-21 07:47:58.598788 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-21 07:47:58.600906 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.528350 | 2.39s 2026-02-21 07:47:58.615933 | fa163eb0-86a7-d7f0-7a82-000000003dd8 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.543369 | 2.41s 2026-02-21 07:47:58.643203 | fa163eb0-86a7-d7f0-7a82-000000003ddd | TASK | Async creation of Keystone public endpoint 2026-02-21 07:47:58.991947 | fa163eb0-86a7-d7f0-7a82-000000003ddd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-21 07:47:58.994423 | fa163eb0-86a7-d7f0-7a82-000000003ddd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:08.921857 | 0.35s 2026-02-21 07:47:59.004648 | fa163eb0-86a7-d7f0-7a82-000000003ddd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:08.932078 | 0.36s 2026-02-21 07:47:59.026447 | fa163eb0-86a7-d7f0-7a82-000000003ddf | TASK | Check Keystone public endpoint status 2026-02-21 07:47:59.308880 | fa163eb0-86a7-d7f0-7a82-000000003ddf | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-21 07:48:04.500939 | fa163eb0-86a7-d7f0-7a82-000000003ddf | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-21 07:48:04.503273 | fa163eb0-86a7-d7f0-7a82-000000003ddf | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:14.430712 | 5.47s 2026-02-21 07:48:04.513562 | fa163eb0-86a7-d7f0-7a82-000000003ddf | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:14.440997 | 5.49s 2026-02-21 07:48:04.535599 | fa163eb0-86a7-d7f0-7a82-000000003cb3 | TASK | Create Keystone admin endpoints 2026-02-21 07:48:04.655487 | fa163eb0-86a7-d7f0-7a82-000000003cb3 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:14.582908 | 0.12s 2026-02-21 07:48:04.688185 | fa163eb0-86a7-d7f0-7a82-000000003cb3 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:14.615631 | 0.15s 2026-02-21 07:48:04.701065 | fa163eb0-86a7-d7f0-7a82-000000003cb3 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:14.628507 | 0.16s 2026-02-21 07:48:04.712515 | f5a22c87-170f-4af5-9ea1-f546fc9b2472 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-21 07:48:04.718727 | d147ce0d-9055-4e03-9740-9207e1b692cc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-21 07:48:04.738083 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TASK | Async creation of Keystone admin endpoint 2026-02-21 07:48:05.078878 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-02-21 07:48:05.081023 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:15.008460 | 0.34s 2026-02-21 07:48:05.353515 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-21 07:48:05.354764 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:15.282206 | 0.62s 2026-02-21 07:48:05.659762 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-21 07:48:05.661372 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:15.588816 | 0.92s 2026-02-21 07:48:05.963397 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-21 07:48:05.964659 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:15.892103 | 1.23s 2026-02-21 07:48:06.224492 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-21 07:48:06.225039 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.152492 | 1.49s 2026-02-21 07:48:06.519052 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-21 07:48:06.519865 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.447317 | 1.78s 2026-02-21 07:48:06.770427 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-21 07:48:06.770996 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.698448 | 2.03s 2026-02-21 07:48:07.004108 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-21 07:48:07.005420 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:16.932868 | 2.27s 2026-02-21 07:48:07.269712 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-21 07:48:07.271215 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:17.198667 | 2.53s 2026-02-21 07:48:07.524239 | fa163eb0-86a7-d7f0-7a82-000000003e2f | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-21 07:48:07.524888 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:17.452339 | 2.79s 2026-02-21 07:48:07.529872 | fa163eb0-86a7-d7f0-7a82-000000003e2f | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:17.457309 | 2.79s 2026-02-21 07:48:07.552714 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TASK | Check Keystone admin endpoint status 2026-02-21 07:48:07.813054 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-02-21 07:48:07.813936 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:17.741386 | 0.26s 2026-02-21 07:48:08.000616 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-21 07:48:08.001318 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:17.928771 | 0.45s 2026-02-21 07:48:08.232869 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-21 07:48:08.234370 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:18.161823 | 0.68s 2026-02-21 07:48:08.503192 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-21 07:48:08.504367 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:18.431811 | 0.95s 2026-02-21 07:48:08.766221 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-21 07:48:08.766881 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:18.694334 | 1.21s 2026-02-21 07:48:08.979844 | fa163eb0-86a7-d7f0-7a82-000000003e31 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-21 07:48:14.201606 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-21 07:48:14.203304 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.130747 | 6.65s 2026-02-21 07:48:14.405777 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-21 07:48:14.407470 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.334913 | 6.85s 2026-02-21 07:48:14.592878 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-21 07:48:14.594119 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.521562 | 7.04s 2026-02-21 07:48:14.852126 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-21 07:48:14.852925 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.780378 | 7.30s 2026-02-21 07:48:15.110849 | fa163eb0-86a7-d7f0-7a82-000000003e31 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-21 07:48:15.112126 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:25.039570 | 7.56s 2026-02-21 07:48:15.134826 | fa163eb0-86a7-d7f0-7a82-000000003e31 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:25.062259 | 7.58s 2026-02-21 07:48:15.161978 | fa163eb0-86a7-d7f0-7a82-000000003e36 | TASK | Async creation of Keystone admin endpoint 2026-02-21 07:48:15.498320 | fa163eb0-86a7-d7f0-7a82-000000003e36 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-21 07:48:15.499747 | fa163eb0-86a7-d7f0-7a82-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.427187 | 0.34s 2026-02-21 07:48:15.505861 | fa163eb0-86a7-d7f0-7a82-000000003e36 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.433294 | 0.34s 2026-02-21 07:48:15.526824 | fa163eb0-86a7-d7f0-7a82-000000003e38 | TASK | Check Keystone admin endpoint status 2026-02-21 07:48:15.792276 | fa163eb0-86a7-d7f0-7a82-000000003e38 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-21 07:48:21.023230 | fa163eb0-86a7-d7f0-7a82-000000003e38 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-21 07:48:21.024267 | fa163eb0-86a7-d7f0-7a82-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:30.951715 | 5.50s 2026-02-21 07:48:21.031776 | fa163eb0-86a7-d7f0-7a82-000000003e38 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:30.959131 | 5.50s 2026-02-21 07:48:21.058115 | fa163eb0-86a7-d7f0-7a82-000000003cb8 | TASK | Create Keystone internal endpoints 2026-02-21 07:48:21.161502 | fa163eb0-86a7-d7f0-7a82-000000003cb8 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:31.088917 | 0.10s 2026-02-21 07:48:21.177411 | fa163eb0-86a7-d7f0-7a82-000000003cb8 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:31.104850 | 0.12s 2026-02-21 07:48:21.186145 | fa163eb0-86a7-d7f0-7a82-000000003cb8 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:31.113583 | 0.13s 2026-02-21 07:48:21.203637 | b5b0739e-5ab9-43e7-ad76-878f6e432f9e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-21 07:48:21.213491 | 1d52993f-88c9-4933-9863-83cbfe702a6c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-21 07:48:21.238654 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TASK | Async creation of Keystone internal endpoint 2026-02-21 07:48:21.561489 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-02-21 07:48:21.563899 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:31.491339 | 0.32s 2026-02-21 07:48:21.838381 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-21 07:48:21.839379 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:31.766825 | 0.60s 2026-02-21 07:48:22.151098 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-21 07:48:22.152086 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:32.079530 | 0.91s 2026-02-21 07:48:22.420252 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-21 07:48:22.420898 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:32.348351 | 1.18s 2026-02-21 07:48:22.692566 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-21 07:48:22.693526 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:32.620972 | 1.45s 2026-02-21 07:48:22.976299 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-21 07:48:22.977053 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:32.904505 | 1.74s 2026-02-21 07:48:23.272642 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-21 07:48:23.273543 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.200995 | 2.03s 2026-02-21 07:48:23.511917 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-21 07:48:23.512530 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.439980 | 2.27s 2026-02-21 07:48:23.807541 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-21 07:48:23.808513 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.735961 | 2.57s 2026-02-21 07:48:24.071122 | fa163eb0-86a7-d7f0-7a82-000000003e8a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-21 07:48:24.072241 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.999693 | 2.83s 2026-02-21 07:48:24.076388 | fa163eb0-86a7-d7f0-7a82-000000003e8a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:34.003837 | 2.84s 2026-02-21 07:48:24.092949 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TASK | Check Keystone internal endpoint status 2026-02-21 07:48:24.319789 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-02-21 07:48:24.322164 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:34.249603 | 0.23s 2026-02-21 07:48:24.621847 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-21 07:48:24.623015 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:34.550459 | 0.53s 2026-02-21 07:48:24.904435 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-21 07:48:24.905109 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:34.832561 | 0.81s 2026-02-21 07:48:25.147871 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-21 07:48:25.149947 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.077366 | 1.06s 2026-02-21 07:48:25.404600 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-21 07:48:25.405844 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.333286 | 1.31s 2026-02-21 07:48:25.669849 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-21 07:48:25.670569 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.598020 | 1.58s 2026-02-21 07:48:25.923996 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-21 07:48:25.926108 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:35.853543 | 1.83s 2026-02-21 07:48:26.223594 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-21 07:48:26.225269 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.152704 | 2.13s 2026-02-21 07:48:26.497449 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-21 07:48:26.499660 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.427104 | 2.41s 2026-02-21 07:48:26.754445 | fa163eb0-86a7-d7f0-7a82-000000003e8c | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-21 07:48:26.755792 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.683229 | 2.66s 2026-02-21 07:48:26.774325 | fa163eb0-86a7-d7f0-7a82-000000003e8c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.701764 | 2.68s 2026-02-21 07:48:26.802670 | fa163eb0-86a7-d7f0-7a82-000000003e91 | TASK | Async creation of Keystone internal endpoint 2026-02-21 07:48:27.162771 | fa163eb0-86a7-d7f0-7a82-000000003e91 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-21 07:48:27.164191 | fa163eb0-86a7-d7f0-7a82-000000003e91 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:37.091630 | 0.36s 2026-02-21 07:48:27.176049 | fa163eb0-86a7-d7f0-7a82-000000003e91 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:37.103493 | 0.37s 2026-02-21 07:48:27.196473 | fa163eb0-86a7-d7f0-7a82-000000003e93 | TASK | Check Keystone internal endpoint status 2026-02-21 07:48:27.497637 | fa163eb0-86a7-d7f0-7a82-000000003e93 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-21 07:48:32.710297 | fa163eb0-86a7-d7f0-7a82-000000003e93 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-21 07:48:32.711391 | fa163eb0-86a7-d7f0-7a82-000000003e93 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:42.638835 | 5.51s 2026-02-21 07:48:32.723104 | fa163eb0-86a7-d7f0-7a82-000000003e93 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:42.650542 | 5.53s 2026-02-21 07:48:32.739139 | fa163eb0-86a7-d7f0-7a82-00000000380d | TASK | Run cleanup tasks 2026-02-21 07:48:32.776372 | fa163eb0-86a7-d7f0-7a82-00000000380d | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:42.703802 | 0.04s 2026-02-21 07:48:32.793347 | 69055ee7-47e9-4a2b-a87f-51f3b4cca11f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-21 07:48:32.852386 | fa163eb0-86a7-d7f0-7a82-000000003edf | TASK | Get list of enabled services 2026-02-21 07:48:35.359365 | fa163eb0-86a7-d7f0-7a82-000000003edf | CHANGED | Get list of enabled services | undercloud 2026-02-21 07:48:35.360755 | fa163eb0-86a7-d7f0-7a82-000000003edf | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:20:45.288196 | 2.51s 2026-02-21 07:48:35.382536 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | TASK | List services to be disabled 2026-02-21 07:48:35.473852 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-21 07:48:35.508428 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-21 07:48:35.538805 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-21 07:48:35.566166 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-21 07:48:35.592149 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-21 07:48:35.619380 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-21 07:48:35.645112 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-21 07:48:35.670722 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-21 07:48:35.697205 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-21 07:48:35.723331 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-21 07:48:35.749323 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-02-21 07:48:35.770938 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-21 07:48:35.783909 | fa163eb0-86a7-d7f0-7a82-000000003ee0 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:20:45.711331 | 0.40s 2026-02-21 07:48:35.804427 | fa163eb0-86a7-d7f0-7a82-000000003ee1 | TASK | Delete keystone services not enabled 2026-02-21 07:48:35.833107 | fa163eb0-86a7-d7f0-7a82-000000003ee1 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:20:45.760540 | 0.03s 2026-02-21 07:48:35.852074 | fa163eb0-86a7-d7f0-7a82-00000000380e | TASK | Create Keystone Roles 2026-02-21 07:48:35.925871 | fa163eb0-86a7-d7f0-7a82-00000000380e | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:45.853295 | 0.07s 2026-02-21 07:48:35.938023 | fa163eb0-86a7-d7f0-7a82-00000000380e | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:45.865459 | 0.08s 2026-02-21 07:48:35.953382 | 59422ed0-4b1f-486b-a651-bffbcab3abaf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-21 07:48:36.022412 | fa163eb0-86a7-d7f0-7a82-000000004047 | TASK | Async creation of Keystone role 2026-02-21 07:48:36.384333 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-02-21 07:48:36.386548 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:46.313978 | 0.36s 2026-02-21 07:48:36.657255 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-02-21 07:48:36.658094 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:46.585543 | 0.63s 2026-02-21 07:48:36.955386 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-02-21 07:48:36.956529 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:46.883970 | 0.93s 2026-02-21 07:48:37.250336 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-02-21 07:48:37.251308 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:47.178759 | 1.23s 2026-02-21 07:48:37.495410 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-21 07:48:37.496052 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:47.423503 | 1.47s 2026-02-21 07:48:37.727592 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-21 07:48:37.728281 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:47.655730 | 1.70s 2026-02-21 07:48:37.963584 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-21 07:48:37.964223 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:47.891674 | 1.94s 2026-02-21 07:48:38.200777 | fa163eb0-86a7-d7f0-7a82-000000004047 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-21 07:48:38.202084 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:48.129536 | 2.18s 2026-02-21 07:48:38.212587 | fa163eb0-86a7-d7f0-7a82-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:48.140031 | 2.19s 2026-02-21 07:48:38.228003 | fa163eb0-86a7-d7f0-7a82-000000004049 | TASK | Check Keystone role status 2026-02-21 07:48:38.529421 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-02-21 07:48:38.530456 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:48.457905 | 0.30s 2026-02-21 07:48:38.791483 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=creator 2026-02-21 07:48:38.793473 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:48.720913 | 0.56s 2026-02-21 07:48:38.994450 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=observer 2026-02-21 07:48:38.995753 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:48.923194 | 0.77s 2026-02-21 07:48:39.254826 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=audit 2026-02-21 07:48:39.256585 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:49.184026 | 1.03s 2026-02-21 07:48:39.577399 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-21 07:48:39.578959 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:49.506409 | 1.35s 2026-02-21 07:48:39.807011 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-21 07:48:39.808095 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:49.735540 | 1.58s 2026-02-21 07:48:40.035881 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-21 07:48:40.037754 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:49.965195 | 1.81s 2026-02-21 07:48:40.298772 | fa163eb0-86a7-d7f0-7a82-000000004049 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-21 07:48:40.299534 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:50.226984 | 2.07s 2026-02-21 07:48:40.307489 | fa163eb0-86a7-d7f0-7a82-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:50.234917 | 2.08s 2026-02-21 07:48:40.330421 | fa163eb0-86a7-d7f0-7a82-000000003810 | TASK | Create Keystone Users 2026-02-21 07:48:40.426770 | fa163eb0-86a7-d7f0-7a82-000000003810 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:50.354173 | 0.10s 2026-02-21 07:48:40.444340 | fa163eb0-86a7-d7f0-7a82-000000003810 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:50.371785 | 0.11s 2026-02-21 07:48:40.450854 | fa163eb0-86a7-d7f0-7a82-000000003810 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:20:50.378296 | 0.12s 2026-02-21 07:48:40.464307 | 25eccbca-e447-47c2-8739-cd014a81c86b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-21 07:48:40.472533 | 55daf782-92bd-4b54-86b9-644b08a76115 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-21 07:48:40.529561 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TASK | Check password of Keystone user 2026-02-21 07:48:41.529868 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:41.531470 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:51.458907 | 1.00s 2026-02-21 07:48:42.501726 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:42.503416 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:52.430858 | 1.97s 2026-02-21 07:48:43.496388 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:43.498085 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:53.425526 | 2.97s 2026-02-21 07:48:44.499829 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:44.501014 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:54.428456 | 3.97s 2026-02-21 07:48:45.418966 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:45.420936 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:55.348372 | 4.89s 2026-02-21 07:48:46.414284 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:46.415273 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:56.342716 | 5.88s 2026-02-21 07:48:47.347415 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:47.349142 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:57.276585 | 6.82s 2026-02-21 07:48:48.392003 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:48.394146 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:58.321587 | 7.86s 2026-02-21 07:48:49.345392 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:49.347597 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:20:59.275042 | 8.82s 2026-02-21 07:48:50.312200 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:50.313393 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:00.240844 | 9.78s 2026-02-21 07:48:50.324063 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | 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-02-21 07:48:50.325296 | fa163eb0-86a7-d7f0-7a82-0000000041d7 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:00.252735 | 9.79s 2026-02-21 07:48:50.346047 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TASK | Async creation of Keystone user 2026-02-21 07:48:50.710373 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:50.715491 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:00.642933 | 0.37s 2026-02-21 07:48:51.064399 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:51.065192 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:00.992640 | 0.72s 2026-02-21 07:48:51.402773 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:51.404029 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.331477 | 1.06s 2026-02-21 07:48:51.731063 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:51.731636 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.659087 | 1.38s 2026-02-21 07:48:52.024432 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:52.024993 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:01.952444 | 1.68s 2026-02-21 07:48:52.325356 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:52.326089 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.253537 | 1.98s 2026-02-21 07:48:52.617208 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:52.627413 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.554854 | 2.28s 2026-02-21 07:48:52.929137 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:52.929959 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:02.857408 | 2.58s 2026-02-21 07:48:53.219973 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:53.224163 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:03.151603 | 2.88s 2026-02-21 07:48:53.520884 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:53.523164 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:03.450606 | 3.18s 2026-02-21 07:48:53.536038 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:48:53.536984 | fa163eb0-86a7-d7f0-7a82-0000000041d9 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:03.464429 | 3.19s 2026-02-21 07:48:53.555712 | fa163eb0-86a7-d7f0-7a82-0000000041db | TASK | Check Keystone user status 2026-02-21 07:48:53.856038 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:48:53.859397 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:03.786835 | 0.30s 2026-02-21 07:48:54.099781 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:48:54.100396 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:04.027848 | 0.54s 2026-02-21 07:48:54.384077 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:48:54.386149 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:04.313590 | 0.83s 2026-02-21 07:48:54.600392 | fa163eb0-86a7-d7f0-7a82-0000000041db | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-21 07:48:59.821305 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:48:59.822898 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:09.750324 | 6.27s 2026-02-21 07:49:00.119725 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:00.121273 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:10.048717 | 6.56s 2026-02-21 07:49:00.395112 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:00.396152 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:10.323594 | 6.84s 2026-02-21 07:49:00.678662 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:00.679996 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:10.607435 | 7.12s 2026-02-21 07:49:00.944607 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:00.945665 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:10.873109 | 7.39s 2026-02-21 07:49:01.211981 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:01.212571 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.140023 | 7.66s 2026-02-21 07:49:01.465973 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:01.467660 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.395104 | 7.91s 2026-02-21 07:49:01.478097 | fa163eb0-86a7-d7f0-7a82-0000000041db | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:01.478799 | fa163eb0-86a7-d7f0-7a82-0000000041db | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:11.406246 | 7.92s 2026-02-21 07:49:01.502171 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | TASK | Check password of Keystone user 2026-02-21 07:49:02.523141 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | 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-02-21 07:49:02.524853 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:12.452292 | 1.02s 2026-02-21 07:49:03.407047 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | 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-02-21 07:49:03.407994 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:13.335437 | 1.90s 2026-02-21 07:49:04.318902 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | 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-02-21 07:49:04.319419 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:14.246872 | 2.82s 2026-02-21 07:49:04.323631 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | 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-02-21 07:49:04.324321 | fa163eb0-86a7-d7f0-7a82-0000000041e0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:14.251768 | 2.82s 2026-02-21 07:49:04.343326 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | TASK | Async creation of Keystone user 2026-02-21 07:49:04.770433 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:49:04.772700 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:14.700115 | 0.43s 2026-02-21 07:49:05.119342 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:49:05.119883 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.047336 | 0.78s 2026-02-21 07:49:05.436960 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:49:05.437463 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.364916 | 1.09s 2026-02-21 07:49:05.444213 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-21 07:49:05.444534 | fa163eb0-86a7-d7f0-7a82-0000000041e2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.371989 | 1.10s 2026-02-21 07:49:05.458510 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | TASK | Check Keystone user status 2026-02-21 07:49:05.751456 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-21 07:49:10.982747 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:10.984867 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:20.912313 | 5.53s 2026-02-21 07:49:11.246198 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:11.247974 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:21.175416 | 5.79s 2026-02-21 07:49:11.514853 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:11.516879 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:21.444314 | 6.06s 2026-02-21 07:49:11.527465 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | CHANGED | Check Keystone user status | undercloud 2026-02-21 07:49:11.528399 | fa163eb0-86a7-d7f0-7a82-0000000041e4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:21.455844 | 6.07s 2026-02-21 07:49:11.547558 | fa163eb0-86a7-d7f0-7a82-000000003812 | TASK | Assign Keystone Users to Roles 2026-02-21 07:49:11.630816 | fa163eb0-86a7-d7f0-7a82-000000003812 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:21.558233 | 0.08s 2026-02-21 07:49:11.656293 | fa163eb0-86a7-d7f0-7a82-000000003812 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:21.583735 | 0.11s 2026-02-21 07:49:11.669804 | fa163eb0-86a7-d7f0-7a82-000000003812 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:21.597241 | 0.12s 2026-02-21 07:49:11.683402 | 9f54a02a-3259-4016-af79-ff8860a052d8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-21 07:49:11.690367 | de5aabe0-1df5-4a93-82bc-b911896e2902 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-21 07:49:11.765125 | fa163eb0-86a7-d7f0-7a82-0000000043c3 | TASK | Async assignment of Keystone user per role 2026-02-21 07:49:11.864812 | fa163eb0-86a7-d7f0-7a82-0000000043c3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:21.792236 | 0.10s 2026-02-21 07:49:11.883708 | fa163eb0-86a7-d7f0-7a82-0000000043c3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:21.811127 | 0.12s 2026-02-21 07:49:11.890940 | fa163eb0-86a7-d7f0-7a82-0000000043c3 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:21.818377 | 0.12s 2026-02-21 07:49:11.908227 | 545dc931-51b4-4ffe-a5d5-de58acc78b7e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-21 07:49:11.917498 | 8320b153-a5ae-4045-bd6c-68a42b73b91b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-21 07:49:11.938387 | fa163eb0-86a7-d7f0-7a82-000000004587 | TASK | Async assignment of Keystone user to roles 2026-02-21 07:49:12.337347 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-02-21 07:49:12.340260 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:22.267699 | 0.40s 2026-02-21 07:49:12.687592 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-21 07:49:12.688214 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:22.615668 | 0.75s 2026-02-21 07:49:13.057112 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-21 07:49:13.058440 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:22.985889 | 1.12s 2026-02-21 07:49:13.419165 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-21 07:49:13.419766 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:23.347219 | 1.48s 2026-02-21 07:49:13.748654 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-21 07:49:13.749231 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:23.676683 | 1.81s 2026-02-21 07:49:14.100635 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-21 07:49:14.102654 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:24.030094 | 2.16s 2026-02-21 07:49:14.455277 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-21 07:49:14.456276 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:24.383719 | 2.52s 2026-02-21 07:49:14.708900 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-21 07:49:14.721535 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:24.648977 | 2.78s 2026-02-21 07:49:15.000969 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-21 07:49:15.001969 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:24.929414 | 3.06s 2026-02-21 07:49:15.302752 | fa163eb0-86a7-d7f0-7a82-000000004587 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-21 07:49:15.303591 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:25.231034 | 3.36s 2026-02-21 07:49:15.309180 | fa163eb0-86a7-d7f0-7a82-000000004587 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:25.236618 | 3.37s 2026-02-21 07:49:15.336662 | fa163eb0-86a7-d7f0-7a82-000000004589 | TASK | Check Keystone user assignment to roles status 2026-02-21 07:49:15.641823 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-02-21 07:49:15.642805 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:25.570253 | 0.30s 2026-02-21 07:49:15.950934 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-21 07:49:15.951640 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:25.879091 | 0.61s 2026-02-21 07:49:16.153244 | fa163eb0-86a7-d7f0-7a82-000000004589 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-21 07:49:21.361327 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-21 07:49:21.362493 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:31.289927 | 6.02s 2026-02-21 07:49:21.621869 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-21 07:49:21.622957 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:31.550400 | 6.28s 2026-02-21 07:49:21.867806 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-21 07:49:21.868610 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:31.796062 | 6.53s 2026-02-21 07:49:22.140102 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-21 07:49:22.141055 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:32.068502 | 6.80s 2026-02-21 07:49:22.376288 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-21 07:49:22.376948 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:32.304400 | 7.04s 2026-02-21 07:49:22.624201 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-21 07:49:22.626194 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:32.553635 | 7.29s 2026-02-21 07:49:22.884437 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-21 07:49:22.886723 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:32.814125 | 7.55s 2026-02-21 07:49:23.121060 | fa163eb0-86a7-d7f0-7a82-000000004589 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-21 07:49:23.122275 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:33.049717 | 7.78s 2026-02-21 07:49:23.131486 | fa163eb0-86a7-d7f0-7a82-000000004589 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:33.058902 | 7.79s 2026-02-21 07:49:23.156751 | fa163eb0-86a7-d7f0-7a82-00000000458e | TASK | Async assignment of Keystone user to roles 2026-02-21 07:49:23.511586 | fa163eb0-86a7-d7f0-7a82-00000000458e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-21 07:49:23.512590 | fa163eb0-86a7-d7f0-7a82-00000000458e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:33.440039 | 0.35s 2026-02-21 07:49:23.846508 | fa163eb0-86a7-d7f0-7a82-00000000458e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-21 07:49:23.847484 | fa163eb0-86a7-d7f0-7a82-00000000458e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:33.774927 | 0.69s 2026-02-21 07:49:24.181062 | fa163eb0-86a7-d7f0-7a82-00000000458e | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-21 07:49:24.182012 | fa163eb0-86a7-d7f0-7a82-00000000458e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:34.109457 | 1.02s 2026-02-21 07:49:24.187749 | fa163eb0-86a7-d7f0-7a82-00000000458e | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:34.115203 | 1.03s 2026-02-21 07:49:24.202948 | fa163eb0-86a7-d7f0-7a82-000000004590 | TASK | Check Keystone user assignment to roles status 2026-02-21 07:49:24.464430 | fa163eb0-86a7-d7f0-7a82-000000004590 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-21 07:49:29.679649 | fa163eb0-86a7-d7f0-7a82-000000004590 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-21 07:49:29.682284 | fa163eb0-86a7-d7f0-7a82-000000004590 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.609721 | 5.48s 2026-02-21 07:49:29.920931 | fa163eb0-86a7-d7f0-7a82-000000004590 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-21 07:49:29.923604 | fa163eb0-86a7-d7f0-7a82-000000004590 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:39.851038 | 5.72s 2026-02-21 07:49:30.147986 | fa163eb0-86a7-d7f0-7a82-000000004590 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-21 07:49:30.149986 | fa163eb0-86a7-d7f0-7a82-000000004590 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:40.077427 | 5.95s 2026-02-21 07:49:30.161286 | fa163eb0-86a7-d7f0-7a82-000000004590 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:40.088706 | 5.96s 2026-02-21 07:49:30.184505 | fa163eb0-86a7-d7f0-7a82-0000000043c8 | TASK | Async assignment of Keystone user per role 2026-02-21 07:49:30.269144 | fa163eb0-86a7-d7f0-7a82-0000000043c8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:40.196576 | 0.08s 2026-02-21 07:49:30.274345 | fa163eb0-86a7-d7f0-7a82-0000000043c8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:40.201782 | 0.09s 2026-02-21 07:49:30.289175 | bed9e292-c57d-49a9-ac32-550eab0bfedd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-21 07:49:30.314130 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | TASK | Async assignment of Keystone user to roles 2026-02-21 07:49:30.696970 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-21 07:49:30.699673 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:40.627109 | 0.38s 2026-02-21 07:49:30.989881 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-21 07:49:30.990785 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:40.918235 | 0.68s 2026-02-21 07:49:31.326439 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-21 07:49:31.327273 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.254724 | 1.01s 2026-02-21 07:49:31.333329 | fa163eb0-86a7-d7f0-7a82-0000000045e8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.260769 | 1.02s 2026-02-21 07:49:31.352929 | fa163eb0-86a7-d7f0-7a82-0000000045ea | TASK | Check Keystone user assignment to roles status 2026-02-21 07:49:31.608020 | fa163eb0-86a7-d7f0-7a82-0000000045ea | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-21 07:49:36.817308 | fa163eb0-86a7-d7f0-7a82-0000000045ea | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-21 07:49:36.820137 | fa163eb0-86a7-d7f0-7a82-0000000045ea | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:46.747583 | 5.47s 2026-02-21 07:49:37.053706 | fa163eb0-86a7-d7f0-7a82-0000000045ea | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-21 07:49:37.056191 | fa163eb0-86a7-d7f0-7a82-0000000045ea | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:46.983632 | 5.70s 2026-02-21 07:49:37.315108 | fa163eb0-86a7-d7f0-7a82-0000000045ea | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-21 07:49:37.318917 | fa163eb0-86a7-d7f0-7a82-0000000045ea | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:47.246358 | 5.96s 2026-02-21 07:49:37.328532 | fa163eb0-86a7-d7f0-7a82-0000000045ea | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:47.255975 | 5.97s 2026-02-21 07:49:37.366767 | fa163eb0-86a7-d7f0-7a82-0000000037d8 | TASK | is Keystone LDAP enabled 2026-02-21 07:49:37.429295 | fa163eb0-86a7-d7f0-7a82-0000000037d8 | OK | is Keystone LDAP enabled | undercloud 2026-02-21 07:49:37.430777 | fa163eb0-86a7-d7f0-7a82-0000000037d8 | TIMING | is Keystone LDAP enabled | undercloud | 0:21:47.358211 | 0.06s 2026-02-21 07:49:37.451359 | fa163eb0-86a7-d7f0-7a82-0000000037d9 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-21 07:49:37.502446 | fa163eb0-86a7-d7f0-7a82-0000000037d9 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-21 07:49:37.503871 | fa163eb0-86a7-d7f0-7a82-0000000037d9 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:21:47.431304 | 0.05s 2026-02-21 07:49:37.522240 | fa163eb0-86a7-d7f0-7a82-0000000037da | TASK | Manage Keystone domains from LDAP config 2026-02-21 07:49:37.574835 | fa163eb0-86a7-d7f0-7a82-0000000037da | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-21 07:49:37.576178 | fa163eb0-86a7-d7f0-7a82-0000000037da | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:21:47.503614 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-21 07:49:37.697164 | fa163eb0-86a7-d7f0-7a82-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-21 07:49:37.739604 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000e2') missing from stats 2026-02-21 07:49:37.762076 | fa163eb0-86a7-d7f0-7a82-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-21 07:49:38.363821 | fa163eb0-86a7-d7f0-7a82-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-21 07:49:38.365721 | fa163eb0-86a7-d7f0-7a82-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:21:48.293132 | 0.60s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:49:38.439877 | fa163eb0-86a7-d7f0-7a82-0000000000e4 | TIMING | include_tasks | standalone | 0:21:48.367306 | 0.04s 2026-02-21 07:49:38.484243 | 4168750f-9b40-4720-bc3f-deec0e0a229a | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-21 07:49:38.510413 | fa163eb0-86a7-d7f0-7a82-00000000462c | TASK | Create virtqemud recovery script 2026-02-21 07:49:38.997037 | fa163eb0-86a7-d7f0-7a82-00000000462c | CHANGED | Create virtqemud recovery script | standalone 2026-02-21 07:49:38.998822 | fa163eb0-86a7-d7f0-7a82-00000000462c | TIMING | Create virtqemud recovery script | standalone | 0:21:48.926263 | 0.49s 2026-02-21 07:49:39.026663 | fa163eb0-86a7-d7f0-7a82-00000000462d | TASK | Create virtqemud recovery trigger service 2026-02-21 07:49:39.515168 | fa163eb0-86a7-d7f0-7a82-00000000462d | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-21 07:49:39.516659 | fa163eb0-86a7-d7f0-7a82-00000000462d | TIMING | Create virtqemud recovery trigger service | standalone | 0:21:49.444100 | 0.49s 2026-02-21 07:49:39.545333 | fa163eb0-86a7-d7f0-7a82-00000000462e | TASK | Create virtqemud recovery trigger timer 2026-02-21 07:49:40.093174 | fa163eb0-86a7-d7f0-7a82-00000000462e | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-21 07:49:40.094730 | fa163eb0-86a7-d7f0-7a82-00000000462e | TIMING | Create virtqemud recovery trigger timer | standalone | 0:21:50.022171 | 0.55s 2026-02-21 07:49:40.123382 | fa163eb0-86a7-d7f0-7a82-00000000462f | TASK | Enable virtqemud recovery trigger service 2026-02-21 07:49:41.228319 | fa163eb0-86a7-d7f0-7a82-00000000462f | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-21 07:49:41.230783 | fa163eb0-86a7-d7f0-7a82-00000000462f | TIMING | Enable virtqemud recovery trigger service | standalone | 0:21:51.158224 | 1.11s 2026-02-21 07:49:41.258951 | fa163eb0-86a7-d7f0-7a82-000000004630 | TASK | Enable virtqemud recovery trigger timer 2026-02-21 07:49:42.376889 | fa163eb0-86a7-d7f0-7a82-000000004630 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-21 07:49:42.377982 | fa163eb0-86a7-d7f0-7a82-000000004630 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:21:52.305433 | 1.12s 2026-02-21 07:49:42.396569 | fa163eb0-86a7-d7f0-7a82-000000004631 | TASK | Really enable virtqemud recovery trigger timer 2026-02-21 07:49:43.077933 | fa163eb0-86a7-d7f0-7a82-000000004631 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-21 07:49:43.080393 | fa163eb0-86a7-d7f0-7a82-000000004631 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:21:53.007833 | 0.68s 2026-02-21 07:49:43.107860 | fa163eb0-86a7-d7f0-7a82-000000004633 | TASK | Create systemd file 2026-02-21 07:49:43.603737 | fa163eb0-86a7-d7f0-7a82-000000004633 | CHANGED | Create systemd file | standalone 2026-02-21 07:49:43.606212 | fa163eb0-86a7-d7f0-7a82-000000004633 | TIMING | Create systemd file | standalone | 0:21:53.533652 | 0.50s 2026-02-21 07:49:43.633874 | fa163eb0-86a7-d7f0-7a82-000000004634 | TASK | Reload systemd 2026-02-21 07:49:44.389433 | fa163eb0-86a7-d7f0-7a82-000000004634 | CHANGED | Reload systemd | standalone 2026-02-21 07:49:44.392064 | fa163eb0-86a7-d7f0-7a82-000000004634 | TIMING | Reload systemd | standalone | 0:21:54.319503 | 0.76s 2026-02-21 07:49:44.421043 | fa163eb0-86a7-d7f0-7a82-000000004637 | TASK | Start OVN container 2026-02-21 07:49:44.488881 | fa163eb0-86a7-d7f0-7a82-000000004637 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-21 07:49:44.506116 | fa163eb0-86a7-d7f0-7a82-000000004637 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-21 07:49:44.520659 | fa163eb0-86a7-d7f0-7a82-000000004637 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-21 07:49:44.532758 | fa163eb0-86a7-d7f0-7a82-000000004637 | TIMING | Start OVN container | standalone | 0:21:54.460179 | 0.11s 2026-02-21 07:49:44.561329 | fa163eb0-86a7-d7f0-7a82-000000004639 | TASK | Set NB connection 2026-02-21 07:49:44.602200 | fa163eb0-86a7-d7f0-7a82-000000004639 | SKIPPED | Set NB connection | standalone 2026-02-21 07:49:44.604420 | fa163eb0-86a7-d7f0-7a82-000000004639 | TIMING | Set NB connection | standalone | 0:21:54.531860 | 0.04s 2026-02-21 07:49:44.632216 | fa163eb0-86a7-d7f0-7a82-00000000463a | TASK | Set SB connection 2026-02-21 07:49:44.673888 | fa163eb0-86a7-d7f0-7a82-00000000463a | SKIPPED | Set SB connection | standalone 2026-02-21 07:49:44.675196 | fa163eb0-86a7-d7f0-7a82-00000000463a | TIMING | Set SB connection | standalone | 0:21:54.602637 | 0.04s 2026-02-21 07:49:44.705657 | fa163eb0-86a7-d7f0-7a82-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-21 07:49:44.934238 | fa163eb0-86a7-d7f0-7a82-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-21 07:49:44.935818 | fa163eb0-86a7-d7f0-7a82-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:21:54.863259 | 0.23s 2026-02-21 07:49:45.028959 | fa163eb0-86a7-d7f0-7a82-0000000000e7 | TIMING | include_tasks | standalone | 0:21:54.956380 | 0.07s 2026-02-21 07:49:45.057087 | a5c49d76-40d6-4e86-9ad8-688eca6fbb1b | INCLUDED | /root/standalone-ansible-l794r1lx/common_deploy_steps_tasks.yaml | standalone 2026-02-21 07:49:45.083581 | fa163eb0-86a7-d7f0-7a82-000000004669 | TASK | Write the config_step hieradata 2026-02-21 07:49:45.603001 | fa163eb0-86a7-d7f0-7a82-000000004669 | OK | Write the config_step hieradata | standalone 2026-02-21 07:49:45.604987 | fa163eb0-86a7-d7f0-7a82-000000004669 | TIMING | Write the config_step hieradata | standalone | 0:21:55.532425 | 0.52s 2026-02-21 07:49:45.635103 | fa163eb0-86a7-d7f0-7a82-00000000466a | TASK | Run puppet host configuration for step 4 2026-02-21 07:49:45.988461 | fa163eb0-86a7-d7f0-7a82-00000000466a | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-21 07:49:45.990199 | fa163eb0-86a7-d7f0-7a82-00000000466a | TIMING | Run puppet host configuration for step 4 | standalone | 0:21:55.917631 | 0.35s 2026-02-21 07:49:46.024261 | fa163eb0-86a7-d7f0-7a82-00000000466b | TASK | Wait for puppet host configuration to finish 2026-02-21 07:49:46.299899 | fa163eb0-86a7-d7f0-7a82-00000000466b | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-21 07:49:56.535613 | fa163eb0-86a7-d7f0-7a82-00000000466b | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-21 07:50:06.739751 | fa163eb0-86a7-d7f0-7a82-00000000466b | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-21 07:50:17.407293 | fa163eb0-86a7-d7f0-7a82-00000000466b | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-21 07:50:17.408620 | fa163eb0-86a7-d7f0-7a82-00000000466b | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:27.336068 | 31.38s 2026-02-21 07:50:17.439490 | fa163eb0-86a7-d7f0-7a82-00000000466c | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-21 07:50:17.516993 | fa163eb0-86a7-d7f0-7a82-00000000466c | 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>Feb 21 07:49:46 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 21 07:49:52 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 21 07:49:52 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 21 07:49:52 puppet-user: (file & line not available)", "<13>Feb 21 07:49:52 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>Feb 21 07:49:52 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 21 07:49:53 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>Feb 21 07:49:53 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 21 07:49:53 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 21 07:49:53 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>Feb 21 07:49:53 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>Feb 21 07:49:53 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>Feb 21 07:49:53 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>Feb 21 07:49:53 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>Feb 21 07:49:53 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 21 07:49:53 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.55 seconds", "<13>Feb 21 07:49:57 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 21 07:49:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 21 07:50:05 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 21 07:50:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}abe34c2c35d51b873206cba44ef406e4830072be042a11ff4858c45c0db1e638'", "<13>Feb 21 07:50:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 21 07:50:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 21 07:50:05 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 21 07:50:05 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 21 07:50:06 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 21 07:50:12 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>Feb 21 07:50:13 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 21 07:50:13 puppet-user: Notice: Applied catalog in 20.26 seconds", "<13>Feb 21 07:50:13 puppet-user: Application:", "<13>Feb 21 07:50:13 puppet-user: Initial environment: production", "<13>Feb 21 07:50:13 puppet-user: Converged environment: production", "<13>Feb 21 07:50:13 puppet-user: Run mode: user", "<13>Feb 21 07:50:13 puppet-user: Changes:", "<13>Feb 21 07:50:13 puppet-user: Total: 10", "<13>Feb 21 07:50:13 puppet-user: Events:", "<13>Feb 21 07:50:13 puppet-user: Success: 10", "<13>Feb 21 07:50:13 puppet-user: Resources:", "<13>Feb 21 07:50:13 puppet-user: Restarted: 1", "<13>Feb 21 07:50:13 puppet-user: Changed: 10", "<13>Feb 21 07:50:13 puppet-user: Out of sync: 10", "<13>Feb 21 07:50:13 puppet-user: Total: 37", "<13>Feb 21 07:50:13 puppet-user: Time:", "<13>Feb 21 07:50:13 puppet-user: Filebucket: 0.00", "<13>Feb 21 07:50:13 puppet-user: Schedule: 0.00", "<13>Feb 21 07:50:13 puppet-user: File line: 0.00", "<13>Feb 21 07:50:13 puppet-user: Augeas: 0.01", "<13>Feb 21 07:50:13 puppet-user: User: 0.02", "<13>Feb 21 07:50:13 puppet-user: File: 0.10", "<13>Feb 21 07:50:13 puppet-user: Config retrieval: 0.62", "<13>Feb 21 07:50:13 puppet-user: Service: 1.42", "<13>Feb 21 07:50:13 puppet-user: Pcmk property: 1.49", "<13>Feb 21 07:50:13 puppet-user: Last run: 1771660213", "<13>Feb 21 07:50:13 puppet-user: Pcmk resource op default: 2.16", "<13>Feb 21 07:50:13 puppet-user: Pcmk resource default: 2.18", "<13>Feb 21 07:50:13 puppet-user: Transaction evaluation: 20.24", "<13>Feb 21 07:50:13 puppet-user: Catalog application: 20.26", "<13>Feb 21 07:50:13 puppet-user: Package: 5.63", "<13>Feb 21 07:50:13 puppet-user: Exec: 7.01", "<13>Feb 21 07:50:13 puppet-user: Total: 20.27", "<13>Feb 21 07:50:13 puppet-user: Version:", "<13>Feb 21 07:50:13 puppet-user: Config: 1771660192", "<13>Feb 21 07:50:13 puppet-user: Puppet: 7.10.0" ] } 2026-02-21 07:50:17.524303 | fa163eb0-86a7-d7f0-7a82-00000000466c | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:22:27.451732 | 0.08s 2026-02-21 07:50:17.553058 | fa163eb0-86a7-d7f0-7a82-00000000466d | TASK | Pre-cache facts for puppet containers 2026-02-21 07:50:17.581496 | fa163eb0-86a7-d7f0-7a82-00000000466d | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:27.508926 | 0.03s 2026-02-21 07:50:17.647196 | fa163eb0-86a7-d7f0-7a82-0000000046ae | TASK | Gather variables for each operating system 2026-02-21 07:50:17.759507 | fa163eb0-86a7-d7f0-7a82-0000000046ae | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:27.686933 | 0.11s 2026-02-21 07:50:17.791369 | fa163eb0-86a7-d7f0-7a82-0000000046af | TASK | Create puppet caching structures 2026-02-21 07:50:18.037045 | fa163eb0-86a7-d7f0-7a82-0000000046af | CHANGED | Create puppet caching structures | standalone 2026-02-21 07:50:18.038419 | fa163eb0-86a7-d7f0-7a82-0000000046af | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:27.965861 | 0.25s 2026-02-21 07:50:18.065873 | fa163eb0-86a7-d7f0-7a82-0000000046b0 | TASK | Check for facter.conf 2026-02-21 07:50:18.320722 | fa163eb0-86a7-d7f0-7a82-0000000046b0 | OK | Check for facter.conf | standalone 2026-02-21 07:50:18.322545 | fa163eb0-86a7-d7f0-7a82-0000000046b0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:28.249992 | 0.26s 2026-02-21 07:50:18.345505 | fa163eb0-86a7-d7f0-7a82-0000000046b1 | TASK | Remove facter.conf if directory 2026-02-21 07:50:18.383722 | fa163eb0-86a7-d7f0-7a82-0000000046b1 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-21 07:50:18.385348 | fa163eb0-86a7-d7f0-7a82-0000000046b1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:28.312794 | 0.04s 2026-02-21 07:50:18.404652 | fa163eb0-86a7-d7f0-7a82-0000000046b2 | TASK | Write facter cache config 2026-02-21 07:50:18.893891 | fa163eb0-86a7-d7f0-7a82-0000000046b2 | CHANGED | Write facter cache config | standalone 2026-02-21 07:50:18.896471 | fa163eb0-86a7-d7f0-7a82-0000000046b2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:28.823912 | 0.49s 2026-02-21 07:50:18.925650 | fa163eb0-86a7-d7f0-7a82-0000000046b3 | TASK | Cleanup facter cache if exists 2026-02-21 07:50:19.171074 | fa163eb0-86a7-d7f0-7a82-0000000046b3 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-21 07:50:19.174100 | fa163eb0-86a7-d7f0-7a82-0000000046b3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:29.101538 | 0.24s 2026-02-21 07:50:19.202132 | fa163eb0-86a7-d7f0-7a82-0000000046b4 | TASK | Pre-cache facts 2026-02-21 07:50:19.822328 | fa163eb0-86a7-d7f0-7a82-0000000046b4 | CHANGED | Pre-cache facts | standalone 2026-02-21 07:50:19.824366 | fa163eb0-86a7-d7f0-7a82-0000000046b4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:29.751803 | 0.62s 2026-02-21 07:50:19.859429 | fa163eb0-86a7-d7f0-7a82-0000000046b5 | TASK | Failed deployment if facter fails 2026-02-21 07:50:19.891020 | fa163eb0-86a7-d7f0-7a82-0000000046b5 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-21 07:50:19.892601 | fa163eb0-86a7-d7f0-7a82-0000000046b5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:29.820035 | 0.03s 2026-02-21 07:50:19.935695 | fa163eb0-86a7-d7f0-7a82-0000000046b6 | TASK | Sync cached facts 2026-02-21 07:50:20.226541 | fa163eb0-86a7-d7f0-7a82-0000000046b6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb0-86a7-d7f0-7a82-0000000046b6') missing from stats 2026-02-21 07:50:20.267324 | fa163eb0-86a7-d7f0-7a82-00000000466e | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-21 07:50:20.317469 | fa163eb0-86a7-d7f0-7a82-00000000466e | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-21 07:50:20.319096 | fa163eb0-86a7-d7f0-7a82-00000000466e | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:30.246540 | 0.05s 2026-02-21 07:50:20.349537 | fa163eb0-86a7-d7f0-7a82-000000004670 | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-21 07:50:20.380947 | fa163eb0-86a7-d7f0-7a82-000000004670 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:22:30.308386 | 0.03s 2026-02-21 07:50:20.436458 | fa163eb0-86a7-d7f0-7a82-00000000470d | TASK | Gather variables for each operating system 2026-02-21 07:50:20.565289 | fa163eb0-86a7-d7f0-7a82-00000000470d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:30.492715 | 0.13s 2026-02-21 07:50:20.596374 | fa163eb0-86a7-d7f0-7a82-00000000470e | TASK | Create container logs path 2026-02-21 07:50:20.854411 | fa163eb0-86a7-d7f0-7a82-00000000470e | OK | Create container logs path | standalone 2026-02-21 07:50:20.855850 | fa163eb0-86a7-d7f0-7a82-00000000470e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:30.783292 | 0.26s 2026-02-21 07:50:20.885944 | fa163eb0-86a7-d7f0-7a82-000000004710 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-21 07:50:21.264315 | fa163eb0-86a7-d7f0-7a82-000000004710 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-21 07:50:21.266637 | fa163eb0-86a7-d7f0-7a82-000000004710 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:31.194079 | 0.38s 2026-02-21 07:50:21.296959 | fa163eb0-86a7-d7f0-7a82-000000004711 | TASK | Finalise hashes for all containers 2026-02-21 07:50:21.389475 | fa163eb0-86a7-d7f0-7a82-000000004711 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:50:21.390369 | fa163eb0-86a7-d7f0-7a82-000000004711 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:31.317817 | 0.09s 2026-02-21 07:50:21.409892 | fa163eb0-86a7-d7f0-7a82-000000004713 | TASK | Manage systemd shutdown files 2026-02-21 07:50:21.440455 | fa163eb0-86a7-d7f0-7a82-000000004713 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:31.367883 | 0.03s 2026-02-21 07:50:21.461219 | 152fdfca-10b0-4371-b23a-7f9aac4632ae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-21 07:50:21.489579 | fa163eb0-86a7-d7f0-7a82-000000004746 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-21 07:50:21.767614 | fa163eb0-86a7-d7f0-7a82-000000004746 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-21 07:50:21.769170 | fa163eb0-86a7-d7f0-7a82-000000004746 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:31.696611 | 0.28s 2026-02-21 07:50:21.799662 | fa163eb0-86a7-d7f0-7a82-000000004747 | TASK | Set podman_drop_in fact 2026-02-21 07:50:21.842141 | fa163eb0-86a7-d7f0-7a82-000000004747 | OK | Set podman_drop_in fact | standalone 2026-02-21 07:50:21.843550 | fa163eb0-86a7-d7f0-7a82-000000004747 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:31.770991 | 0.04s 2026-02-21 07:50:21.873140 | fa163eb0-86a7-d7f0-7a82-000000004749 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-21 07:50:22.453044 | fa163eb0-86a7-d7f0-7a82-000000004749 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-21 07:50:22.455862 | fa163eb0-86a7-d7f0-7a82-000000004749 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:32.383294 | 0.58s 2026-02-21 07:50:22.985295 | fa163eb0-86a7-d7f0-7a82-000000004749 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-21 07:50:22.986907 | fa163eb0-86a7-d7f0-7a82-000000004749 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:32.914346 | 1.11s 2026-02-21 07:50:22.993483 | fa163eb0-86a7-d7f0-7a82-000000004749 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:32.920918 | 1.12s 2026-02-21 07:50:23.015846 | fa163eb0-86a7-d7f0-7a82-00000000474a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-21 07:50:23.565753 | fa163eb0-86a7-d7f0-7a82-00000000474a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-21 07:50:23.567176 | fa163eb0-86a7-d7f0-7a82-00000000474a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:22:33.494617 | 0.55s 2026-02-21 07:50:23.595924 | fa163eb0-86a7-d7f0-7a82-00000000474b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-21 07:50:24.146490 | fa163eb0-86a7-d7f0-7a82-00000000474b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-21 07:50:24.147949 | fa163eb0-86a7-d7f0-7a82-00000000474b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:22:34.075391 | 0.55s 2026-02-21 07:50:24.177957 | fa163eb0-86a7-d7f0-7a82-00000000474c | TASK | Enable and start tripleo-container-shutdown 2026-02-21 07:50:25.984147 | fa163eb0-86a7-d7f0-7a82-00000000474c | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-21 07:50:25.985338 | fa163eb0-86a7-d7f0-7a82-00000000474c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:22:35.912788 | 1.81s 2026-02-21 07:50:26.005414 | fa163eb0-86a7-d7f0-7a82-00000000474d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-21 07:50:26.592131 | fa163eb0-86a7-d7f0-7a82-00000000474d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-21 07:50:26.593202 | fa163eb0-86a7-d7f0-7a82-00000000474d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:22:36.520650 | 0.59s 2026-02-21 07:50:26.612414 | fa163eb0-86a7-d7f0-7a82-00000000474e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-21 07:50:27.074818 | fa163eb0-86a7-d7f0-7a82-00000000474e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-21 07:50:27.076171 | fa163eb0-86a7-d7f0-7a82-00000000474e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:22:37.003610 | 0.46s 2026-02-21 07:50:27.099902 | fa163eb0-86a7-d7f0-7a82-00000000474f | TASK | Enable and start netns-placeholder 2026-02-21 07:50:27.914390 | fa163eb0-86a7-d7f0-7a82-00000000474f | CHANGED | Enable and start netns-placeholder | standalone 2026-02-21 07:50:27.916447 | fa163eb0-86a7-d7f0-7a82-00000000474f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:22:37.843888 | 0.82s 2026-02-21 07:50:27.945782 | fa163eb0-86a7-d7f0-7a82-000000004715 | TASK | Update container configs with new config hashes 2026-02-21 07:50:28.008570 | fa163eb0-86a7-d7f0-7a82-000000004715 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:37.935996 | 0.06s 2026-02-21 07:50:28.030227 | 4d0defd3-2add-46fa-bd58-9bbbaed842bf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-21 07:50:28.063310 | fa163eb0-86a7-d7f0-7a82-000000004777 | TASK | Update config hashes for container startup configs 2026-02-21 07:50:28.364971 | fa163eb0-86a7-d7f0-7a82-000000004777 | OK | Update config hashes for container startup configs | standalone 2026-02-21 07:50:28.366391 | fa163eb0-86a7-d7f0-7a82-000000004777 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:22:38.293831 | 0.30s 2026-02-21 07:50:28.388057 | fa163eb0-86a7-d7f0-7a82-000000004716 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-21 07:50:28.435632 | fa163eb0-86a7-d7f0-7a82-000000004716 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:38.363063 | 0.05s 2026-02-21 07:50:28.451330 | 9583b16c-41a1-4184-a5ce-c9eaa24a328b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:50:28.476571 | fa163eb0-86a7-d7f0-7a82-000000004796 | TASK | Gather podman infos 2026-02-21 07:50:29.808488 | fa163eb0-86a7-d7f0-7a82-000000004796 | OK | Gather podman infos | standalone 2026-02-21 07:50:29.809205 | fa163eb0-86a7-d7f0-7a82-000000004796 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:39.736654 | 1.33s 2026-02-21 07:50:29.881410 | fa163eb0-86a7-d7f0-7a82-000000004797 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-21 07:50:29.960614 | fa163eb0-86a7-d7f0-7a82-000000004797 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:39.888042 | 0.07s 2026-02-21 07:50:30.103867 | fa163eb0-86a7-d7f0-7a82-0000000047e0 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:40.031298 | 0.09s 2026-02-21 07:50:30.148626 | fa163eb0-86a7-d7f0-7a82-000000004717 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-21 07:50:30.187392 | fa163eb0-86a7-d7f0-7a82-000000004717 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:40.114827 | 0.04s 2026-02-21 07:50:30.202137 | 982e2188-610c-4685-a600-b9bfb4ecd196 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:50:30.232397 | fa163eb0-86a7-d7f0-7a82-000000004806 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-21 07:50:49.067492 | fa163eb0-86a7-d7f0-7a82-000000004806 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-21 07:50:49.071005 | fa163eb0-86a7-d7f0-7a82-000000004806 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:58.998438 | 18.84s 2026-02-21 07:50:49.106414 | fa163eb0-86a7-d7f0-7a82-000000004807 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-21 07:52:29.108256 | fa163eb0-86a7-d7f0-7a82-000000004807 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-21 07:52:29.110407 | fa163eb0-86a7-d7f0-7a82-000000004807 | 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:24:39.037840 | 100.00s 2026-02-21 07:52:29.188892 | fa163eb0-86a7-d7f0-7a82-000000004672 | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-21 07:52:29.408037 | fa163eb0-86a7-d7f0-7a82-000000004672 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-21 07:52:29.409808 | fa163eb0-86a7-d7f0-7a82-000000004672 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:24:39.337246 | 0.22s 2026-02-21 07:52:29.473570 | fa163eb0-86a7-d7f0-7a82-000000004673 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-21 07:52:29.515846 | fa163eb0-86a7-d7f0-7a82-000000004673 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:24:39.443281 | 0.04s 2026-02-21 07:52:29.539477 | fa163eb0-86a7-d7f0-7a82-000000004674 | TASK | Include container-puppet tasks for step 4 2026-02-21 07:52:29.578328 | fa163eb0-86a7-d7f0-7a82-000000004674 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:24:39.505769 | 0.04s 2026-02-21 07:52:29.595555 | f28168fe-ba4c-48a8-9fbc-da79ee2111b6 | INCLUDED | /root/standalone-ansible-l794r1lx/host-container-puppet-tasks.yaml | standalone 2026-02-21 07:52:29.636217 | fa163eb0-86a7-d7f0-7a82-000000004852 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-21 07:52:30.141985 | fa163eb0-86a7-d7f0-7a82-000000004852 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-21 07:52:30.142981 | fa163eb0-86a7-d7f0-7a82-000000004852 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:24:40.070426 | 0.51s 2026-02-21 07:52:30.166166 | fa163eb0-86a7-d7f0-7a82-000000004854 | TASK | Generate container puppet configs for step 4 2026-02-21 07:52:30.462377 | fa163eb0-86a7-d7f0-7a82-000000004854 | OK | Generate container puppet configs for step 4 | standalone 2026-02-21 07:52:30.463349 | fa163eb0-86a7-d7f0-7a82-000000004854 | TIMING | Generate container puppet configs for step 4 | standalone | 0:24:40.390798 | 0.30s 2026-02-21 07:52:30.483943 | fa163eb0-86a7-d7f0-7a82-000000004855 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-21 07:52:30.512240 | fa163eb0-86a7-d7f0-7a82-000000004855 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:24:40.439680 | 0.03s 2026-02-21 07:52:30.557959 | fa163eb0-86a7-d7f0-7a82-000000004884 | TASK | Gather variables for each operating system 2026-02-21 07:52:30.680440 | fa163eb0-86a7-d7f0-7a82-000000004884 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:40.607875 | 0.12s 2026-02-21 07:52:30.700351 | fa163eb0-86a7-d7f0-7a82-000000004885 | TASK | Create container logs path 2026-02-21 07:52:30.889434 | fa163eb0-86a7-d7f0-7a82-000000004885 | OK | Create container logs path | standalone 2026-02-21 07:52:30.891032 | fa163eb0-86a7-d7f0-7a82-000000004885 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:40.818474 | 0.19s 2026-02-21 07:52:30.918029 | fa163eb0-86a7-d7f0-7a82-000000004887 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-21 07:52:31.185946 | fa163eb0-86a7-d7f0-7a82-000000004887 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-21 07:52:31.186696 | fa163eb0-86a7-d7f0-7a82-000000004887 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:24:41.114131 | 0.27s 2026-02-21 07:52:31.205323 | fa163eb0-86a7-d7f0-7a82-000000004888 | TASK | Finalise hashes for all containers 2026-02-21 07:52:31.232105 | fa163eb0-86a7-d7f0-7a82-000000004888 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:52:31.232791 | fa163eb0-86a7-d7f0-7a82-000000004888 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:41.160241 | 0.03s 2026-02-21 07:52:31.253103 | fa163eb0-86a7-d7f0-7a82-00000000488a | TASK | Manage systemd shutdown files 2026-02-21 07:52:31.279618 | fa163eb0-86a7-d7f0-7a82-00000000488a | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:52:31.280373 | fa163eb0-86a7-d7f0-7a82-00000000488a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:41.207823 | 0.03s 2026-02-21 07:52:31.300010 | fa163eb0-86a7-d7f0-7a82-00000000488c | TASK | Update container configs with new config hashes 2026-02-21 07:52:31.325970 | fa163eb0-86a7-d7f0-7a82-00000000488c | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:52:31.326624 | fa163eb0-86a7-d7f0-7a82-00000000488c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:41.254075 | 0.03s 2026-02-21 07:52:31.346750 | fa163eb0-86a7-d7f0-7a82-00000000488d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-21 07:52:31.393452 | fa163eb0-86a7-d7f0-7a82-00000000488d | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-21 07:52:31.394277 | fa163eb0-86a7-d7f0-7a82-00000000488d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:24:41.321725 | 0.05s 2026-02-21 07:52:31.415044 | fa163eb0-86a7-d7f0-7a82-00000000488e | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-21 07:52:31.463428 | fa163eb0-86a7-d7f0-7a82-00000000488e | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-21 07:52:31.464193 | fa163eb0-86a7-d7f0-7a82-00000000488e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:24:41.391643 | 0.05s PLAY [External deployment step 5] ********************************************** 2026-02-21 07:52:31.584801 | fa163eb0-86a7-d7f0-7a82-0000000000ea | TASK | External deployment step 5 2026-02-21 07:52:31.613796 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000ea') missing from stats 2026-02-21 07:52:31.669788 | fa163eb0-86a7-d7f0-7a82-0000000000eb | TIMING | include_tasks | undercloud | 0:24:41.597219 | 0.04s 2026-02-21 07:52:31.679446 | 2f13e210-1664-438a-88de-ae3646cedfad | INCLUDED | /root/standalone-ansible-l794r1lx/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-21 07:52:31.697558 | fa163eb0-86a7-d7f0-7a82-0000000048dd | TASK | Manage Cinder's default volume type 2026-02-21 07:52:42.579207 | fa163eb0-86a7-d7f0-7a82-0000000048dd | OK | Manage Cinder's default volume type | undercloud 2026-02-21 07:52:42.580780 | fa163eb0-86a7-d7f0-7a82-0000000048dd | TIMING | Manage Cinder's default volume type | undercloud | 0:24:52.508220 | 10.88s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-21 07:52:42.729240 | fa163eb0-86a7-d7f0-7a82-0000000000ee | TASK | Deploy step tasks for 5 2026-02-21 07:52:42.760132 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000ee') missing from stats 2026-02-21 07:52:42.783479 | fa163eb0-86a7-d7f0-7a82-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-21 07:52:43.295615 | fa163eb0-86a7-d7f0-7a82-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-21 07:52:43.296517 | fa163eb0-86a7-d7f0-7a82-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:24:53.223967 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-21 07:52:43.340091 | fa163eb0-86a7-d7f0-7a82-0000000000f0 | TIMING | include_tasks | standalone | 0:24:53.267534 | 0.03s 2026-02-21 07:52:43.395876 | 4f4bcac5-eae1-4610-ba30-c05dc92effce | INCLUDED | /root/standalone-ansible-l794r1lx/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-21 07:52:43.427943 | fa163eb0-86a7-d7f0-7a82-000000004900 | TASK | Gather variables for each operating system 2026-02-21 07:52:43.546954 | fa163eb0-86a7-d7f0-7a82-000000004900 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:24:53.474388 | 0.12s 2026-02-21 07:52:43.565931 | fa163eb0-86a7-d7f0-7a82-000000004901 | TASK | Detect if resource is being created or already exists 2026-02-21 07:52:44.350952 | fa163eb0-86a7-d7f0-7a82-000000004901 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-21 07:52:44.352188 | fa163eb0-86a7-d7f0-7a82-000000004901 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:24:54.279632 | 0.79s 2026-02-21 07:52:44.382625 | fa163eb0-86a7-d7f0-7a82-000000004902 | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-21 07:53:09.416478 | fa163eb0-86a7-d7f0-7a82-000000004902 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-21 07:53:09.417983 | fa163eb0-86a7-d7f0-7a82-000000004902 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:25:19.345432 | 25.03s 2026-02-21 07:53:09.440521 | fa163eb0-86a7-d7f0-7a82-000000004903 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-21 07:53:09.675641 | fa163eb0-86a7-d7f0-7a82-000000004903 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-21 07:53:09.677189 | fa163eb0-86a7-d7f0-7a82-000000004903 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:25:19.604632 | 0.24s 2026-02-21 07:53:09.706725 | fa163eb0-86a7-d7f0-7a82-000000004904 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-21 07:53:10.158186 | fa163eb0-86a7-d7f0-7a82-000000004904 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-21 07:53:10.159117 | fa163eb0-86a7-d7f0-7a82-000000004904 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:25:20.086568 | 0.45s 2026-02-21 07:53:10.178881 | fa163eb0-86a7-d7f0-7a82-000000004905 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-21 07:53:10.386028 | fa163eb0-86a7-d7f0-7a82-000000004905 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-21 07:53:10.387035 | fa163eb0-86a7-d7f0-7a82-000000004905 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:25:20.314483 | 0.21s 2026-02-21 07:53:10.411398 | fa163eb0-86a7-d7f0-7a82-000000004907 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-21 07:53:10.440560 | fa163eb0-86a7-d7f0-7a82-000000004907 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-21 07:53:10.441584 | fa163eb0-86a7-d7f0-7a82-000000004907 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:25:20.369031 | 0.03s 2026-02-21 07:53:10.473321 | fa163eb0-86a7-d7f0-7a82-000000004908 | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-21 07:53:10.502727 | fa163eb0-86a7-d7f0-7a82-000000004908 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-21 07:53:10.503726 | fa163eb0-86a7-d7f0-7a82-000000004908 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:25:20.431172 | 0.03s 2026-02-21 07:53:10.529486 | fa163eb0-86a7-d7f0-7a82-000000004909 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-21 07:53:10.558770 | fa163eb0-86a7-d7f0-7a82-000000004909 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-21 07:53:10.559776 | fa163eb0-86a7-d7f0-7a82-000000004909 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:25:20.487224 | 0.03s 2026-02-21 07:53:10.584270 | fa163eb0-86a7-d7f0-7a82-00000000490a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-21 07:53:10.642915 | fa163eb0-86a7-d7f0-7a82-00000000490a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-21 07:53:10.643999 | fa163eb0-86a7-d7f0-7a82-00000000490a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:25:20.571446 | 0.06s 2026-02-21 07:53:10.667166 | fa163eb0-86a7-d7f0-7a82-00000000490b | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-21 07:53:10.726901 | fa163eb0-86a7-d7f0-7a82-00000000490b | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-21 07:53:10.727773 | fa163eb0-86a7-d7f0-7a82-00000000490b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:25:20.655221 | 0.06s 2026-02-21 07:53:10.772094 | fa163eb0-86a7-d7f0-7a82-00000000492c | TASK | Gather variables for each operating system 2026-02-21 07:53:10.927746 | fa163eb0-86a7-d7f0-7a82-00000000492c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:20.855184 | 0.15s 2026-02-21 07:53:10.960176 | fa163eb0-86a7-d7f0-7a82-00000000492d | TASK | Detect if resource is being created or already exists 2026-02-21 07:53:11.851513 | fa163eb0-86a7-d7f0-7a82-00000000492d | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-21 07:53:11.854211 | fa163eb0-86a7-d7f0-7a82-00000000492d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:21.781641 | 0.89s 2026-02-21 07:53:11.880755 | fa163eb0-86a7-d7f0-7a82-00000000492e | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-21 07:53:38.904910 | fa163eb0-86a7-d7f0-7a82-00000000492e | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-21 07:53:38.906264 | fa163eb0-86a7-d7f0-7a82-00000000492e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:25:48.833713 | 27.02s 2026-02-21 07:53:38.930381 | fa163eb0-86a7-d7f0-7a82-00000000492f | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-21 07:53:39.198184 | fa163eb0-86a7-d7f0-7a82-00000000492f | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-21 07:53:39.199511 | fa163eb0-86a7-d7f0-7a82-00000000492f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:25:49.126961 | 0.27s 2026-02-21 07:53:39.218963 | fa163eb0-86a7-d7f0-7a82-000000004930 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-21 07:53:39.618193 | fa163eb0-86a7-d7f0-7a82-000000004930 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-21 07:53:39.620421 | fa163eb0-86a7-d7f0-7a82-000000004930 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:25:49.547871 | 0.40s 2026-02-21 07:53:39.642996 | fa163eb0-86a7-d7f0-7a82-000000004931 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-21 07:53:39.916371 | fa163eb0-86a7-d7f0-7a82-000000004931 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-21 07:53:39.919721 | fa163eb0-86a7-d7f0-7a82-000000004931 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:25:49.847134 | 0.28s 2026-02-21 07:53:39.953998 | fa163eb0-86a7-d7f0-7a82-000000004933 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-21 07:53:40.000723 | fa163eb0-86a7-d7f0-7a82-000000004933 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-21 07:53:40.002995 | fa163eb0-86a7-d7f0-7a82-000000004933 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:25:49.930438 | 0.05s 2026-02-21 07:53:40.027429 | fa163eb0-86a7-d7f0-7a82-000000004934 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-21 07:53:40.079625 | fa163eb0-86a7-d7f0-7a82-000000004934 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-21 07:53:40.081375 | fa163eb0-86a7-d7f0-7a82-000000004934 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:25:50.008821 | 0.05s 2026-02-21 07:53:40.103963 | fa163eb0-86a7-d7f0-7a82-000000004935 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-21 07:53:40.146795 | fa163eb0-86a7-d7f0-7a82-000000004935 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-21 07:53:40.147867 | fa163eb0-86a7-d7f0-7a82-000000004935 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:25:50.075313 | 0.04s 2026-02-21 07:53:40.171657 | fa163eb0-86a7-d7f0-7a82-000000004936 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-21 07:53:40.214202 | fa163eb0-86a7-d7f0-7a82-000000004936 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-21 07:53:40.215161 | fa163eb0-86a7-d7f0-7a82-000000004936 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:25:50.142607 | 0.04s 2026-02-21 07:53:40.236458 | fa163eb0-86a7-d7f0-7a82-000000004937 | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-21 07:53:40.275636 | fa163eb0-86a7-d7f0-7a82-000000004937 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-21 07:53:40.276610 | fa163eb0-86a7-d7f0-7a82-000000004937 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:25:50.204059 | 0.04s 2026-02-21 07:53:40.313477 | fa163eb0-86a7-d7f0-7a82-000000004958 | TASK | Gather variables for each operating system 2026-02-21 07:53:40.411417 | fa163eb0-86a7-d7f0-7a82-000000004958 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:50.338849 | 0.10s 2026-02-21 07:53:40.431865 | fa163eb0-86a7-d7f0-7a82-000000004959 | TASK | Detect if resource is being created or already exists 2026-02-21 07:53:41.292452 | fa163eb0-86a7-d7f0-7a82-000000004959 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-21 07:53:41.293889 | fa163eb0-86a7-d7f0-7a82-000000004959 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:51.221338 | 0.86s 2026-02-21 07:53:41.314611 | fa163eb0-86a7-d7f0-7a82-00000000495a | TASK | Run init bundle puppet on the host for manila_share 2026-02-21 07:54:06.475911 | fa163eb0-86a7-d7f0-7a82-00000000495a | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-21 07:54:06.477636 | fa163eb0-86a7-d7f0-7a82-00000000495a | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:26:16.405078 | 25.16s 2026-02-21 07:54:06.511731 | fa163eb0-86a7-d7f0-7a82-00000000495b | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-21 07:54:06.859745 | fa163eb0-86a7-d7f0-7a82-00000000495b | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-21 07:54:06.860990 | fa163eb0-86a7-d7f0-7a82-00000000495b | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:26:16.788438 | 0.35s 2026-02-21 07:54:06.891078 | fa163eb0-86a7-d7f0-7a82-00000000495c | TASK | Run pacemaker restart if the config file for the service changed 2026-02-21 07:54:07.334073 | fa163eb0-86a7-d7f0-7a82-00000000495c | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-21 07:54:07.336115 | fa163eb0-86a7-d7f0-7a82-00000000495c | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:17.263550 | 0.44s 2026-02-21 07:54:07.371194 | fa163eb0-86a7-d7f0-7a82-00000000495d | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-21 07:54:07.573024 | fa163eb0-86a7-d7f0-7a82-00000000495d | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-21 07:54:07.574271 | fa163eb0-86a7-d7f0-7a82-00000000495d | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:26:17.501715 | 0.20s 2026-02-21 07:54:07.605766 | fa163eb0-86a7-d7f0-7a82-00000000495f | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-21 07:54:07.648045 | fa163eb0-86a7-d7f0-7a82-00000000495f | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-21 07:54:07.649154 | fa163eb0-86a7-d7f0-7a82-00000000495f | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:26:17.576598 | 0.04s 2026-02-21 07:54:07.673618 | fa163eb0-86a7-d7f0-7a82-000000004960 | TASK | Get container image tag from bundle openstack-manila-share 2026-02-21 07:54:07.722970 | fa163eb0-86a7-d7f0-7a82-000000004960 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-21 07:54:07.724418 | fa163eb0-86a7-d7f0-7a82-000000004960 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:26:17.651859 | 0.05s 2026-02-21 07:54:07.754316 | fa163eb0-86a7-d7f0-7a82-000000004961 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-21 07:54:07.804264 | fa163eb0-86a7-d7f0-7a82-000000004961 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-21 07:54:07.805552 | fa163eb0-86a7-d7f0-7a82-000000004961 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:26:17.732992 | 0.05s 2026-02-21 07:54:07.837460 | fa163eb0-86a7-d7f0-7a82-000000004962 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-21 07:54:07.889091 | fa163eb0-86a7-d7f0-7a82-000000004962 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-21 07:54:07.890322 | fa163eb0-86a7-d7f0-7a82-000000004962 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:17.817764 | 0.05s 2026-02-21 07:54:07.921214 | fa163eb0-86a7-d7f0-7a82-000000004963 | TASK | Remove update marker for bundle openstack-manila-share 2026-02-21 07:54:07.967319 | fa163eb0-86a7-d7f0-7a82-000000004963 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-21 07:54:07.968830 | fa163eb0-86a7-d7f0-7a82-000000004963 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:26:17.896264 | 0.05s 2026-02-21 07:54:08.023064 | fa163eb0-86a7-d7f0-7a82-000000004984 | TASK | Run kolla_set_configs to copy ring files 2026-02-21 07:54:08.850483 | fa163eb0-86a7-d7f0-7a82-000000004984 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-21 07:54:08.853247 | fa163eb0-86a7-d7f0-7a82-000000004984 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:18.780683 | 0.83s 2026-02-21 07:54:08.864065 | fa163eb0-86a7-d7f0-7a82-000000004984 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:18.791509 | 0.84s 2026-02-21 07:54:08.893518 | fa163eb0-86a7-d7f0-7a82-000000004985 | TASK | Run kolla_set_configs to copy ring files 2026-02-21 07:54:09.185429 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-21 07:54:09.186365 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:19.113816 | 0.29s 2026-02-21 07:54:09.674240 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-21 07:54:09.675993 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:19.603442 | 0.78s 2026-02-21 07:54:09.921275 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-21 07:54:09.921984 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:19.849435 | 1.03s 2026-02-21 07:54:10.369593 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-21 07:54:10.370903 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:20.298350 | 1.48s 2026-02-21 07:54:10.684554 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-21 07:54:10.685296 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:20.612746 | 1.79s 2026-02-21 07:54:10.935301 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-21 07:54:10.938644 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:20.866081 | 2.04s 2026-02-21 07:54:11.387660 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-21 07:54:11.391188 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:21.318628 | 2.50s 2026-02-21 07:54:11.838030 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-21 07:54:11.840894 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:21.768336 | 2.95s 2026-02-21 07:54:12.171401 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-21 07:54:12.174892 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:22.102331 | 3.28s 2026-02-21 07:54:12.654758 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-21 07:54:12.656053 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:22.583498 | 3.76s 2026-02-21 07:54:12.984047 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-21 07:54:12.985571 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:22.913013 | 4.09s 2026-02-21 07:54:13.487754 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-21 07:54:13.488571 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:23.416023 | 4.59s 2026-02-21 07:54:13.990647 | fa163eb0-86a7-d7f0-7a82-000000004985 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-21 07:54:13.995530 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:23.922953 | 5.10s 2026-02-21 07:54:14.014074 | fa163eb0-86a7-d7f0-7a82-000000004985 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:26:23.941503 | 5.12s 2026-02-21 07:54:14.053027 | fa163eb0-86a7-d7f0-7a82-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-21 07:54:14.301717 | fa163eb0-86a7-d7f0-7a82-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-21 07:54:14.303153 | fa163eb0-86a7-d7f0-7a82-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:26:24.230595 | 0.25s 2026-02-21 07:54:14.435028 | fa163eb0-86a7-d7f0-7a82-0000000000f3 | TIMING | include_tasks | standalone | 0:26:24.362458 | 0.10s 2026-02-21 07:54:14.473550 | 5cfa158e-9f95-409c-8870-5b5d001312d3 | INCLUDED | /root/standalone-ansible-l794r1lx/common_deploy_steps_tasks.yaml | standalone 2026-02-21 07:54:14.501262 | fa163eb0-86a7-d7f0-7a82-000000004a02 | TASK | Write the config_step hieradata 2026-02-21 07:54:14.973001 | fa163eb0-86a7-d7f0-7a82-000000004a02 | OK | Write the config_step hieradata | standalone 2026-02-21 07:54:14.974045 | fa163eb0-86a7-d7f0-7a82-000000004a02 | TIMING | Write the config_step hieradata | standalone | 0:26:24.901472 | 0.47s 2026-02-21 07:54:14.993571 | fa163eb0-86a7-d7f0-7a82-000000004a03 | TASK | Run puppet host configuration for step 5 2026-02-21 07:54:15.352822 | fa163eb0-86a7-d7f0-7a82-000000004a03 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-21 07:54:15.353997 | fa163eb0-86a7-d7f0-7a82-000000004a03 | TIMING | Run puppet host configuration for step 5 | standalone | 0:26:25.281440 | 0.36s 2026-02-21 07:54:15.383551 | fa163eb0-86a7-d7f0-7a82-000000004a04 | TASK | Wait for puppet host configuration to finish 2026-02-21 07:54:15.644691 | fa163eb0-86a7-d7f0-7a82-000000004a04 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-21 07:54:25.874058 | fa163eb0-86a7-d7f0-7a82-000000004a04 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-21 07:54:36.128237 | fa163eb0-86a7-d7f0-7a82-000000004a04 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-21 07:54:36.129804 | fa163eb0-86a7-d7f0-7a82-000000004a04 | TIMING | Wait for puppet host configuration to finish | standalone | 0:26:46.057246 | 20.74s 2026-02-21 07:54:36.159129 | fa163eb0-86a7-d7f0-7a82-000000004a05 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-21 07:54:36.222116 | fa163eb0-86a7-d7f0-7a82-000000004a05 | 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>Feb 21 07:54:15 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 21 07:54:22 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 21 07:54:22 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 21 07:54:22 puppet-user: (file & line not available)", "<13>Feb 21 07:54:22 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>Feb 21 07:54:22 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 21 07:54:22 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>Feb 21 07:54:22 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 21 07:54:22 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 21 07:54:22 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>Feb 21 07:54:22 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>Feb 21 07:54:22 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>Feb 21 07:54:22 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>Feb 21 07:54:22 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>Feb 21 07:54:23 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 21 07:54:23 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.65 seconds", "<13>Feb 21 07:54:27 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 21 07:54:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 21 07:54:31 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 21 07:54:31 puppet-user: Notice: Applied catalog in 8.49 seconds", "<13>Feb 21 07:54:31 puppet-user: Application:", "<13>Feb 21 07:54:31 puppet-user: Initial environment: production", "<13>Feb 21 07:54:31 puppet-user: Converged environment: production", "<13>Feb 21 07:54:31 puppet-user: Run mode: user", "<13>Feb 21 07:54:31 puppet-user: Changes:", "<13>Feb 21 07:54:31 puppet-user: Total: 2", "<13>Feb 21 07:54:31 puppet-user: Events:", "<13>Feb 21 07:54:31 puppet-user: Success: 2", "<13>Feb 21 07:54:31 puppet-user: Resources:", "<13>Feb 21 07:54:31 puppet-user: Changed: 2", "<13>Feb 21 07:54:31 puppet-user: Out of sync: 2", "<13>Feb 21 07:54:31 puppet-user: Total: 37", "<13>Feb 21 07:54:31 puppet-user: Time:", "<13>Feb 21 07:54:31 puppet-user: Filebucket: 0.00", "<13>Feb 21 07:54:31 puppet-user: Schedule: 0.00", "<13>Feb 21 07:54:31 puppet-user: File line: 0.00", "<13>Feb 21 07:54:31 puppet-user: Package: 0.00", "<13>Feb 21 07:54:31 puppet-user: User: 0.01", "<13>Feb 21 07:54:31 puppet-user: Augeas: 0.01", "<13>Feb 21 07:54:31 puppet-user: File: 0.08", "<13>Feb 21 07:54:31 puppet-user: Service: 0.16", "<13>Feb 21 07:54:31 puppet-user: Config retrieval: 0.77", "<13>Feb 21 07:54:31 puppet-user: Pcmk property: 1.66", "<13>Feb 21 07:54:31 puppet-user: Last run: 1771660471", "<13>Feb 21 07:54:31 puppet-user: Exec: 2.04", "<13>Feb 21 07:54:31 puppet-user: Pcmk resource default: 2.13", "<13>Feb 21 07:54:31 puppet-user: Pcmk resource op default: 2.20", "<13>Feb 21 07:54:31 puppet-user: Transaction evaluation: 8.47", "<13>Feb 21 07:54:31 puppet-user: Catalog application: 8.49", "<13>Feb 21 07:54:31 puppet-user: Total: 8.50", "<13>Feb 21 07:54:31 puppet-user: Version:", "<13>Feb 21 07:54:31 puppet-user: Config: 1771660462", "<13>Feb 21 07:54:31 puppet-user: Puppet: 7.10.0" ] } 2026-02-21 07:54:36.223962 | fa163eb0-86a7-d7f0-7a82-000000004a05 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:26:46.151402 | 0.06s 2026-02-21 07:54:36.248853 | fa163eb0-86a7-d7f0-7a82-000000004a06 | TASK | Pre-cache facts for puppet containers 2026-02-21 07:54:36.275608 | fa163eb0-86a7-d7f0-7a82-000000004a06 | TIMING | Pre-cache facts for puppet containers | standalone | 0:26:46.203026 | 0.03s 2026-02-21 07:54:36.338363 | fa163eb0-86a7-d7f0-7a82-000000004a45 | TASK | Gather variables for each operating system 2026-02-21 07:54:36.449731 | fa163eb0-86a7-d7f0-7a82-000000004a45 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:26:46.377117 | 0.11s 2026-02-21 07:54:36.478502 | fa163eb0-86a7-d7f0-7a82-000000004a46 | TASK | Create puppet caching structures 2026-02-21 07:54:36.755778 | fa163eb0-86a7-d7f0-7a82-000000004a46 | CHANGED | Create puppet caching structures | standalone 2026-02-21 07:54:36.757620 | fa163eb0-86a7-d7f0-7a82-000000004a46 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:26:46.685054 | 0.28s 2026-02-21 07:54:36.793408 | fa163eb0-86a7-d7f0-7a82-000000004a47 | TASK | Check for facter.conf 2026-02-21 07:54:37.005468 | fa163eb0-86a7-d7f0-7a82-000000004a47 | OK | Check for facter.conf | standalone 2026-02-21 07:54:37.006416 | fa163eb0-86a7-d7f0-7a82-000000004a47 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:26:46.933866 | 0.21s 2026-02-21 07:54:37.025906 | fa163eb0-86a7-d7f0-7a82-000000004a48 | TASK | Remove facter.conf if directory 2026-02-21 07:54:37.053828 | fa163eb0-86a7-d7f0-7a82-000000004a48 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-21 07:54:37.054546 | fa163eb0-86a7-d7f0-7a82-000000004a48 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:26:46.981996 | 0.03s 2026-02-21 07:54:37.074069 | fa163eb0-86a7-d7f0-7a82-000000004a49 | TASK | Write facter cache config 2026-02-21 07:54:37.574033 | fa163eb0-86a7-d7f0-7a82-000000004a49 | CHANGED | Write facter cache config | standalone 2026-02-21 07:54:37.575532 | fa163eb0-86a7-d7f0-7a82-000000004a49 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:26:47.502971 | 0.50s 2026-02-21 07:54:37.603490 | fa163eb0-86a7-d7f0-7a82-000000004a4a | TASK | Cleanup facter cache if exists 2026-02-21 07:54:37.812568 | fa163eb0-86a7-d7f0-7a82-000000004a4a | CHANGED | Cleanup facter cache if exists | standalone 2026-02-21 07:54:37.814518 | fa163eb0-86a7-d7f0-7a82-000000004a4a | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:26:47.741959 | 0.21s 2026-02-21 07:54:37.842995 | fa163eb0-86a7-d7f0-7a82-000000004a4b | TASK | Pre-cache facts 2026-02-21 07:54:38.475296 | fa163eb0-86a7-d7f0-7a82-000000004a4b | CHANGED | Pre-cache facts | standalone 2026-02-21 07:54:38.476822 | fa163eb0-86a7-d7f0-7a82-000000004a4b | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:26:48.404264 | 0.63s 2026-02-21 07:54:38.504808 | fa163eb0-86a7-d7f0-7a82-000000004a4c | TASK | Failed deployment if facter fails 2026-02-21 07:54:38.532294 | fa163eb0-86a7-d7f0-7a82-000000004a4c | SKIPPED | Failed deployment if facter fails | standalone 2026-02-21 07:54:38.533161 | fa163eb0-86a7-d7f0-7a82-000000004a4c | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:26:48.460609 | 0.03s 2026-02-21 07:54:38.563859 | fa163eb0-86a7-d7f0-7a82-000000004a4d | TASK | Sync cached facts 2026-02-21 07:54:38.852599 | fa163eb0-86a7-d7f0-7a82-000000004a4d | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb0-86a7-d7f0-7a82-000000004a4d') missing from stats 2026-02-21 07:54:38.896081 | fa163eb0-86a7-d7f0-7a82-000000004a07 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-21 07:54:38.925341 | fa163eb0-86a7-d7f0-7a82-000000004a07 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-21 07:54:38.926139 | fa163eb0-86a7-d7f0-7a82-000000004a07 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:26:48.853588 | 0.03s 2026-02-21 07:54:38.946581 | fa163eb0-86a7-d7f0-7a82-000000004a09 | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-21 07:54:38.962360 | fa163eb0-86a7-d7f0-7a82-000000004a09 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:26:48.889796 | 0.01s 2026-02-21 07:54:39.009268 | fa163eb0-86a7-d7f0-7a82-000000004aa4 | TASK | Gather variables for each operating system 2026-02-21 07:54:39.098992 | fa163eb0-86a7-d7f0-7a82-000000004aa4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:49.026429 | 0.09s 2026-02-21 07:54:39.118896 | fa163eb0-86a7-d7f0-7a82-000000004aa5 | TASK | Create container logs path 2026-02-21 07:54:39.350351 | fa163eb0-86a7-d7f0-7a82-000000004aa5 | OK | Create container logs path | standalone 2026-02-21 07:54:39.351232 | fa163eb0-86a7-d7f0-7a82-000000004aa5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:49.278682 | 0.23s 2026-02-21 07:54:39.371233 | fa163eb0-86a7-d7f0-7a82-000000004aa7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-21 07:54:39.617196 | fa163eb0-86a7-d7f0-7a82-000000004aa7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-21 07:54:39.618833 | fa163eb0-86a7-d7f0-7a82-000000004aa7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:26:49.546269 | 0.25s 2026-02-21 07:54:39.654786 | fa163eb0-86a7-d7f0-7a82-000000004aa8 | TASK | Finalise hashes for all containers 2026-02-21 07:54:39.716557 | fa163eb0-86a7-d7f0-7a82-000000004aa8 | OK | Finalise hashes for all containers | standalone 2026-02-21 07:54:39.717549 | fa163eb0-86a7-d7f0-7a82-000000004aa8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:49.644996 | 0.06s 2026-02-21 07:54:39.745807 | fa163eb0-86a7-d7f0-7a82-000000004aaa | TASK | Manage systemd shutdown files 2026-02-21 07:54:39.778567 | fa163eb0-86a7-d7f0-7a82-000000004aaa | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:49.706004 | 0.03s 2026-02-21 07:54:39.800580 | 4857f897-a70b-46ab-93e2-d284e1a96ed3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-21 07:54:39.826441 | fa163eb0-86a7-d7f0-7a82-000000004add | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-21 07:54:40.088858 | fa163eb0-86a7-d7f0-7a82-000000004add | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-21 07:54:40.090248 | fa163eb0-86a7-d7f0-7a82-000000004add | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:26:50.017689 | 0.26s 2026-02-21 07:54:40.118861 | fa163eb0-86a7-d7f0-7a82-000000004ade | TASK | Set podman_drop_in fact 2026-02-21 07:54:40.152384 | fa163eb0-86a7-d7f0-7a82-000000004ade | OK | Set podman_drop_in fact | standalone 2026-02-21 07:54:40.153399 | fa163eb0-86a7-d7f0-7a82-000000004ade | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:26:50.080847 | 0.03s 2026-02-21 07:54:40.172967 | fa163eb0-86a7-d7f0-7a82-000000004ae0 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-21 07:54:40.664949 | fa163eb0-86a7-d7f0-7a82-000000004ae0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-21 07:54:40.666706 | fa163eb0-86a7-d7f0-7a82-000000004ae0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:50.594121 | 0.49s 2026-02-21 07:54:41.140466 | fa163eb0-86a7-d7f0-7a82-000000004ae0 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-21 07:54:41.142574 | fa163eb0-86a7-d7f0-7a82-000000004ae0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:51.070016 | 0.97s 2026-02-21 07:54:41.153040 | fa163eb0-86a7-d7f0-7a82-000000004ae0 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:26:51.080474 | 0.98s 2026-02-21 07:54:41.183839 | fa163eb0-86a7-d7f0-7a82-000000004ae1 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-21 07:54:41.714747 | fa163eb0-86a7-d7f0-7a82-000000004ae1 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-21 07:54:41.715993 | fa163eb0-86a7-d7f0-7a82-000000004ae1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:26:51.643440 | 0.53s 2026-02-21 07:54:41.739980 | fa163eb0-86a7-d7f0-7a82-000000004ae2 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-21 07:54:42.295386 | fa163eb0-86a7-d7f0-7a82-000000004ae2 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-21 07:54:42.297596 | fa163eb0-86a7-d7f0-7a82-000000004ae2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:26:52.225039 | 0.56s 2026-02-21 07:54:42.322367 | fa163eb0-86a7-d7f0-7a82-000000004ae3 | TASK | Enable and start tripleo-container-shutdown 2026-02-21 07:54:43.294585 | fa163eb0-86a7-d7f0-7a82-000000004ae3 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-21 07:54:43.297946 | fa163eb0-86a7-d7f0-7a82-000000004ae3 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:26:53.225376 | 0.97s 2026-02-21 07:54:43.328242 | fa163eb0-86a7-d7f0-7a82-000000004ae4 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-21 07:54:43.856365 | fa163eb0-86a7-d7f0-7a82-000000004ae4 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-21 07:54:43.857260 | fa163eb0-86a7-d7f0-7a82-000000004ae4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:26:53.784711 | 0.53s 2026-02-21 07:54:43.876481 | fa163eb0-86a7-d7f0-7a82-000000004ae5 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-21 07:54:44.379086 | fa163eb0-86a7-d7f0-7a82-000000004ae5 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-21 07:54:44.380546 | fa163eb0-86a7-d7f0-7a82-000000004ae5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:26:54.307988 | 0.50s 2026-02-21 07:54:44.409197 | fa163eb0-86a7-d7f0-7a82-000000004ae6 | TASK | Enable and start netns-placeholder 2026-02-21 07:54:45.441624 | fa163eb0-86a7-d7f0-7a82-000000004ae6 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-21 07:54:45.444368 | fa163eb0-86a7-d7f0-7a82-000000004ae6 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:55.371319 | 1.03s 2026-02-21 07:54:45.473843 | fa163eb0-86a7-d7f0-7a82-000000004aac | TASK | Update container configs with new config hashes 2026-02-21 07:54:45.517196 | fa163eb0-86a7-d7f0-7a82-000000004aac | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:55.444623 | 0.04s 2026-02-21 07:54:45.538796 | 28764bc6-409b-4dcd-8348-acb324a62736 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-21 07:54:45.572998 | fa163eb0-86a7-d7f0-7a82-000000004b0e | TASK | Update config hashes for container startup configs 2026-02-21 07:54:45.894578 | fa163eb0-86a7-d7f0-7a82-000000004b0e | OK | Update config hashes for container startup configs | standalone 2026-02-21 07:54:45.896266 | fa163eb0-86a7-d7f0-7a82-000000004b0e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:55.823705 | 0.32s 2026-02-21 07:54:45.929132 | fa163eb0-86a7-d7f0-7a82-000000004aad | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-21 07:54:45.982270 | fa163eb0-86a7-d7f0-7a82-000000004aad | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:26:55.909697 | 0.05s 2026-02-21 07:54:46.006936 | b9c10015-bd18-471d-8879-663e4e4f39e7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-21 07:54:46.036024 | fa163eb0-86a7-d7f0-7a82-000000004b2d | TASK | Gather podman infos 2026-02-21 07:54:47.913102 | fa163eb0-86a7-d7f0-7a82-000000004b2d | OK | Gather podman infos | standalone 2026-02-21 07:54:47.914504 | fa163eb0-86a7-d7f0-7a82-000000004b2d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:26:57.841944 | 1.88s 2026-02-21 07:54:48.049985 | fa163eb0-86a7-d7f0-7a82-000000004b2e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-21 07:54:48.129380 | fa163eb0-86a7-d7f0-7a82-000000004b2e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:26:58.056761 | 0.07s 2026-02-21 07:54:48.291533 | fa163eb0-86a7-d7f0-7a82-000000004b77 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:26:58.218949 | 0.12s 2026-02-21 07:54:48.354401 | fa163eb0-86a7-d7f0-7a82-000000004aae | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-21 07:54:48.396199 | fa163eb0-86a7-d7f0-7a82-000000004aae | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:26:58.323623 | 0.04s 2026-02-21 07:54:48.419837 | f51ac4d6-61dc-4334-8db8-b1c13dd98964 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-21 07:54:48.455262 | fa163eb0-86a7-d7f0-7a82-000000004b9d | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-21 07:55:02.263583 | fa163eb0-86a7-d7f0-7a82-000000004b9d | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-21 07:55:02.266028 | fa163eb0-86a7-d7f0-7a82-000000004b9d | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:12.193463 | 13.81s 2026-02-21 07:55:02.297734 | fa163eb0-86a7-d7f0-7a82-000000004b9e | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-21 07:55:07.834268 | fa163eb0-86a7-d7f0-7a82-000000004b9e | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-21 07:55:07.836085 | fa163eb0-86a7-d7f0-7a82-000000004b9e | 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:27:17.763528 | 5.54s 2026-02-21 07:55:07.896611 | fa163eb0-86a7-d7f0-7a82-000000004a0b | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-21 07:55:08.144156 | fa163eb0-86a7-d7f0-7a82-000000004a0b | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-21 07:55:08.145112 | fa163eb0-86a7-d7f0-7a82-000000004a0b | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:27:18.072562 | 0.25s 2026-02-21 07:55:08.173351 | fa163eb0-86a7-d7f0-7a82-000000004a0c | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-21 07:55:08.221590 | fa163eb0-86a7-d7f0-7a82-000000004a0c | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:27:18.149014 | 0.05s 2026-02-21 07:55:08.246127 | fa163eb0-86a7-d7f0-7a82-000000004a0d | TASK | Include container-puppet tasks for step 5 2026-02-21 07:55:08.296803 | fa163eb0-86a7-d7f0-7a82-000000004a0d | TIMING | Include container-puppet tasks for step 5 | standalone | 0:27:18.224226 | 0.05s 2026-02-21 07:55:08.321709 | f845c20f-0717-4828-a71e-0d90fbe209f0 | INCLUDED | /root/standalone-ansible-l794r1lx/host-container-puppet-tasks.yaml | standalone 2026-02-21 07:55:08.367231 | fa163eb0-86a7-d7f0-7a82-000000004be9 | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-21 07:55:08.856886 | fa163eb0-86a7-d7f0-7a82-000000004be9 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-21 07:55:08.858405 | fa163eb0-86a7-d7f0-7a82-000000004be9 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:27:18.785843 | 0.49s 2026-02-21 07:55:08.889716 | fa163eb0-86a7-d7f0-7a82-000000004beb | TASK | Generate container puppet configs for step 5 2026-02-21 07:55:09.111756 | fa163eb0-86a7-d7f0-7a82-000000004beb | OK | Generate container puppet configs for step 5 | standalone 2026-02-21 07:55:09.113121 | fa163eb0-86a7-d7f0-7a82-000000004beb | TIMING | Generate container puppet configs for step 5 | standalone | 0:27:19.040565 | 0.22s 2026-02-21 07:55:09.143303 | fa163eb0-86a7-d7f0-7a82-000000004bec | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-21 07:55:09.163599 | fa163eb0-86a7-d7f0-7a82-000000004bec | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:27:19.091025 | 0.02s 2026-02-21 07:55:09.255731 | fa163eb0-86a7-d7f0-7a82-000000004c1b | TASK | Gather variables for each operating system 2026-02-21 07:55:09.409289 | fa163eb0-86a7-d7f0-7a82-000000004c1b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:19.336699 | 0.15s 2026-02-21 07:55:09.440548 | fa163eb0-86a7-d7f0-7a82-000000004c1c | TASK | Create container logs path 2026-02-21 07:55:09.670351 | fa163eb0-86a7-d7f0-7a82-000000004c1c | OK | Create container logs path | standalone 2026-02-21 07:55:09.671720 | fa163eb0-86a7-d7f0-7a82-000000004c1c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:19.599132 | 0.23s 2026-02-21 07:55:09.701080 | fa163eb0-86a7-d7f0-7a82-000000004c1e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-21 07:55:09.988106 | fa163eb0-86a7-d7f0-7a82-000000004c1e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-21 07:55:09.989212 | fa163eb0-86a7-d7f0-7a82-000000004c1e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:19.916662 | 0.29s 2026-02-21 07:55:10.008752 | fa163eb0-86a7-d7f0-7a82-000000004c1f | TASK | Finalise hashes for all containers 2026-02-21 07:55:10.035908 | fa163eb0-86a7-d7f0-7a82-000000004c1f | OK | Finalise hashes for all containers | standalone 2026-02-21 07:55:10.036780 | fa163eb0-86a7-d7f0-7a82-000000004c1f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:19.964227 | 0.03s 2026-02-21 07:55:10.058345 | fa163eb0-86a7-d7f0-7a82-000000004c21 | TASK | Manage systemd shutdown files 2026-02-21 07:55:10.087318 | fa163eb0-86a7-d7f0-7a82-000000004c21 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-21 07:55:10.088111 | fa163eb0-86a7-d7f0-7a82-000000004c21 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:20.015559 | 0.03s 2026-02-21 07:55:10.107919 | fa163eb0-86a7-d7f0-7a82-000000004c23 | TASK | Update container configs with new config hashes 2026-02-21 07:55:10.146325 | fa163eb0-86a7-d7f0-7a82-000000004c23 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-21 07:55:10.147232 | fa163eb0-86a7-d7f0-7a82-000000004c23 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:20.074680 | 0.04s 2026-02-21 07:55:10.168584 | fa163eb0-86a7-d7f0-7a82-000000004c24 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-21 07:55:10.207035 | fa163eb0-86a7-d7f0-7a82-000000004c24 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-21 07:55:10.208115 | fa163eb0-86a7-d7f0-7a82-000000004c24 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:20.135565 | 0.04s 2026-02-21 07:55:10.232577 | fa163eb0-86a7-d7f0-7a82-000000004c25 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-21 07:55:10.266886 | fa163eb0-86a7-d7f0-7a82-000000004c25 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-21 07:55:10.270575 | fa163eb0-86a7-d7f0-7a82-000000004c25 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:27:20.198020 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-02-21 07:55:10.429337 | fa163eb0-86a7-d7f0-7a82-0000000000f7 | TASK | Server Post Deployments 2026-02-21 07:55:10.457643 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000f7') missing from stats 2026-02-21 07:55:10.528561 | fa163eb0-86a7-d7f0-7a82-0000000000f8 | TIMING | include_tasks | standalone | 0:27:20.455998 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-21 07:55:10.650832 | fa163eb0-86a7-d7f0-7a82-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-21 07:55:10.686577 | fa163eb0-86a7-d7f0-7a82-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', 'fa163eb0-86a7-d7f0-7a82-0000000000fc') missing from stats 2026-02-21 07:55:10.703806 | fa163eb0-86a7-d7f0-7a82-000000000100 | TASK | is additonal Cell? 2026-02-21 07:55:10.730396 | fa163eb0-86a7-d7f0-7a82-000000000100 | OK | is additonal Cell? | undercloud 2026-02-21 07:55:10.731465 | fa163eb0-86a7-d7f0-7a82-000000000100 | TIMING | is additonal Cell? | undercloud | 0:27:20.658906 | 0.03s 2026-02-21 07:55:10.746943 | fa163eb0-86a7-d7f0-7a82-000000000102 | TASK | discover via nova_manager? 2026-02-21 07:55:10.825847 | fa163eb0-86a7-d7f0-7a82-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-21 07:55:10.827212 | fa163eb0-86a7-d7f0-7a82-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:27:20.754647 | 0.08s 2026-02-21 07:55:10.842741 | fa163eb0-86a7-d7f0-7a82-000000000103 | TASK | discover via nova_api? 2026-02-21 07:55:10.936343 | fa163eb0-86a7-d7f0-7a82-000000000103 | OK | discover via nova_api? | undercloud 2026-02-21 07:55:10.938093 | fa163eb0-86a7-d7f0-7a82-000000000103 | TIMING | discover via nova_api? | undercloud | 0:27:20.865538 | 0.09s 2026-02-21 07:55:10.953884 | fa163eb0-86a7-d7f0-7a82-000000000104 | TASK | Warn if no discovery host available 2026-02-21 07:55:10.999310 | fa163eb0-86a7-d7f0-7a82-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-21 07:55:11.000740 | fa163eb0-86a7-d7f0-7a82-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:27:20.928185 | 0.05s 2026-02-21 07:55:11.023254 | fa163eb0-86a7-d7f0-7a82-000000000105 | TASK | Discovering nova hosts 2026-02-21 07:55:13.821063 | fa163eb0-86a7-d7f0-7a82-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eb0-86a7-d7f0-7a82-000000000105') missing from stats 2026-02-21 07:55:13.907529 | fa163eb0-86a7-d7f0-7a82-000000000106 | OK | set_fact | undercloud 2026-02-21 07:55:13.908819 | fa163eb0-86a7-d7f0-7a82-000000000106 | TIMING | set_fact | undercloud | 0:27:23.836259 | 0.07s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=759 changed=329 unreachable=0 failed=0 skipped=308 rescued=0 ignored=1 undercloud : ok=114 changed=45 unreachable=0 failed=0 skipped=9 rescued=0 ignored=3 2026-02-21 07:55:13.980100 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-21 07:55:13.980708 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1229 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-21 07:55:13.981232 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:27:23.908681 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-21 07:55:13.981815 | UUID | Info | Host | Task Name | Run Time 2026-02-21 07:55:13.982437 | fa163eb0-86a7-d7f0-7a82-00000000227a | SUMMARY | standalone | Pre-fetch all the containers | 172.94s 2026-02-21 07:55:13.983036 | fa163eb0-86a7-d7f0-7a82-000000002f22 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 112.54s 2026-02-21 07:55:13.983655 | fa163eb0-86a7-d7f0-7a82-000000004807 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 100.00s 2026-02-21 07:55:13.984310 | fa163eb0-86a7-d7f0-7a82-000000002b4e | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.67s 2026-02-21 07:55:13.984974 | fa163eb0-86a7-d7f0-7a82-0000000036fd | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.53s 2026-02-21 07:55:13.985595 | fa163eb0-86a7-d7f0-7a82-00000000466b | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.38s 2026-02-21 07:55:13.986255 | fa163eb0-86a7-d7f0-7a82-0000000036fe | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 30.85s 2026-02-21 07:55:13.986861 | fa163eb0-86a7-d7f0-7a82-000000002f4e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.98s 2026-02-21 07:55:13.987435 | fa163eb0-86a7-d7f0-7a82-000000002cec | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 29.60s 2026-02-21 07:55:13.988051 | fa163eb0-86a7-d7f0-7a82-000000002f7a | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 28.59s 2026-02-21 07:55:13.988628 | fa163eb0-86a7-d7f0-7a82-00000000492e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 27.02s 2026-02-21 07:55:13.989249 | fa163eb0-86a7-d7f0-7a82-00000000495a | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 25.16s 2026-02-21 07:55:13.989850 | fa163eb0-86a7-d7f0-7a82-000000004902 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.03s 2026-02-21 07:55:13.991127 | fa163eb0-86a7-d7f0-7a82-000000004a04 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.74s 2026-02-21 07:55:13.991745 | fa163eb0-86a7-d7f0-7a82-000000003569 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.74s 2026-02-21 07:55:13.992285 | fa163eb0-86a7-d7f0-7a82-000000003000 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2026-02-21 07:55:13.992937 | fa163eb0-86a7-d7f0-7a82-000000003199 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 19.55s 2026-02-21 07:55:13.993509 | fa163eb0-86a7-d7f0-7a82-000000004806 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 18.84s 2026-02-21 07:55:13.994230 | fa163eb0-86a7-d7f0-7a82-00000000223e | SUMMARY | standalone | install systemd-container for a greenfield | 17.40s 2026-02-21 07:55:13.995052 | fa163eb0-86a7-d7f0-7a82-0000000021d4 | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 14.24s 2026-02-21 07:55:13.995896 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-l794r1lx Install artifact is located at /root/standalone-install-20260221075514.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.bR0eovTYQR + exit 0 ~/ci-framework-data/artifacts