~/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.CI55QCg8gf + 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.CI55QCg8gf/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.CI55QCg8gf/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.CI55QCg8gf + J2_VARS_FILE=/tmp/tmp.CI55QCg8gf/tmp.jkGWN4GvpJ.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.CI55QCg8gf/tmp.jkGWN4GvpJ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/tmp.jkGWN4GvpJ.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.CI55QCg8gf/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.CI55QCg8gf/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.CI55QCg8gf/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.CI55QCg8gf/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.CI55QCg8gf/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 /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 6.2 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.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-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): ansible-collection-ansible-posix-1.2.0 701 kB/s | 124 kB 00:00 (2/399): ansible-collection-community-general-4 6.5 MB/s | 1.3 MB 00:00 (3/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.2 MB/s | 354 kB 00:00 (4/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 2.5 MB/s | 223 kB 00:00 (5/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 195 kB/s | 68 kB 00:00 (6/399): boost-system-1.75.0-8.el9.x86_64.rpm 168 kB/s | 15 kB 00:00 (7/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 757 kB/s | 64 kB 00:00 (8/399): perl-Storable-3.21-460.el9.x86_64.rpm 979 kB/s | 98 kB 00:00 (9/399): python3-urllib-gssapi-1.0.2-4.el9.noar 283 kB/s | 24 kB 00:00 (10/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.3 MB/s | 216 kB 00:00 (11/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 196 kB/s | 17 kB 00:00 (12/399): boost-thread-1.75.0-8.el9.x86_64.rpm 641 kB/s | 57 kB 00:00 (13/399): perl-Data-Dumper-2.174-462.el9.x86_64 551 kB/s | 59 kB 00:00 (14/399): perl-Exporter-5.74-461.el9.noarch.rpm 392 kB/s | 34 kB 00:00 (15/399): perl-File-Temp-0.231.100-4.el9.noarch 723 kB/s | 63 kB 00:00 (16/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 296 kB/s | 25 kB 00:00 (17/399): perl-parent-0.238-460.el9.noarch.rpm 188 kB/s | 16 kB 00:00 (18/399): python3-pyasn1-modules-0.4.8-6.el9.no 3.0 MB/s | 283 kB 00:00 (19/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.6 MB/s | 321 kB 00:00 (20/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.2 MB/s | 224 kB 00:00 (21/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 541 kB/s | 45 kB 00:00 (22/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.1 MB/s | 392 kB 00:00 (23/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.0 MB/s | 92 kB 00:00 (24/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 1.9 MB/s | 229 kB 00:00 (25/399): perl-Term-ANSIColor-5.01-461.el9.noar 416 kB/s | 51 kB 00:00 (26/399): perl-Text-ParseWords-3.30-460.el9.noa 206 kB/s | 18 kB 00:00 (27/399): perl-URI-5.09-3.el9.noarch.rpm 1.4 MB/s | 125 kB 00:00 (28/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (29/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 9.5 MB/s | 1.2 MB 00:00 (30/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 269 kB/s | 26 kB 00:00 (31/399): iptables-nft-services-1.8.8-6.el9_1.n 317 kB/s | 28 kB 00:00 (32/399): perl-Carp-1.50-460.el9.noarch.rpm 365 kB/s | 31 kB 00:00 (33/399): perl-Encode-3.08-462.el9.x86_64.rpm 14 MB/s | 1.7 MB 00:00 (34/399): perl-Mozilla-CA-20200520-6.el9.noarch 165 kB/s | 14 kB 00:00 (35/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 288 kB/s | 24 kB 00:00 (36/399): perl-Time-Local-1.300-7.el9.noarch.rp 424 kB/s | 37 kB 00:00 (37/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (38/399): python3-yubico-1.3.3-7.el9.noarch.rpm 838 kB/s | 73 kB 00:00 (39/399): perl-Pod-Escapes-1.07-460.el9.noarch. 260 kB/s | 22 kB 00:00 (40/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 734 kB/s | 76 kB 00:00 (41/399): sshpass-1.09-4.el9.x86_64.rpm 353 kB/s | 30 kB 00:00 (42/399): boost-filesystem-1.75.0-8.el9.x86_64. 633 kB/s | 59 kB 00:00 (43/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.0 MB/s | 410 kB 00:00 (44/399): boost-program-options-1.75.0-8.el9.x8 1.2 MB/s | 108 kB 00:00 (45/399): libburn-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 175 kB 00:00 (46/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 457 kB/s | 39 kB 00:00 (47/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 364 kB/s | 34 kB 00:00 (48/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.0 MB/s | 419 kB 00:00 (49/399): perl-Digest-1.19-4.el9.noarch.rpm 326 kB/s | 29 kB 00:00 (50/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 99 kB/s | 19 kB 00:00 (51/399): perl-File-Path-2.18-4.el9.noarch.rpm 442 kB/s | 38 kB 00:00 (52/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.0 MB/s | 92 kB 00:00 (53/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 507 kB/s | 43 kB 00:00 (54/399): perl-Scalar-List-Utils-1.56-461.el9.x 864 kB/s | 77 kB 00:00 (55/399): perl-Socket-2.031-4.el9.x86_64.rpm 676 kB/s | 58 kB 00:00 (56/399): perl-constant-1.33-461.el9.noarch.rpm 284 kB/s | 25 kB 00:00 (57/399): perl-podlators-4.14-460.el9.noarch.rp 1.3 MB/s | 118 kB 00:00 (58/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.1 MB/s | 112 kB 00:00 (59/399): python3-appdirs-1.4.4-4.el9.noarch.rp 317 kB/s | 27 kB 00:00 (60/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.8 MB/s | 163 kB 00:00 (61/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.1 MB/s | 96 kB 00:00 (62/399): python3-qrcode-core-6.1-12.el9.noarch 655 kB/s | 61 kB 00:00 (63/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 554 kB/s | 48 kB 00:00 (64/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.0 MB/s | 279 kB 00:00 (65/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.4 MB/s | 221 kB 00:00 (66/399): python3-alembic-1.7.5-3.el9.noarch.rp 8.4 MB/s | 900 kB 00:00 (67/399): python3-augeas-0.5.0-25.el9.noarch.rp 333 kB/s | 31 kB 00:00 (68/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 5.0 MB/s | 489 kB 00:00 (69/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.5 MB/s | 459 kB 00:00 (70/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (71/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 679 kB/s | 59 kB 00:00 (72/399): perl-AutoLoader-5.74-480.el9.noarch.r 201 kB/s | 23 kB 00:00 (73/399): perl-B-1.80-480.el9.x86_64.rpm 1.5 MB/s | 185 kB 00:00 (74/399): perl-Class-Struct-0.66-480.el9.noarch 225 kB/s | 24 kB 00:00 (75/399): perl-Errno-1.30-480.el9.x86_64.rpm 193 kB/s | 17 kB 00:00 (76/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 259 kB/s | 23 kB 00:00 (77/399): perl-File-Basename-2.85-480.el9.noarc 225 kB/s | 19 kB 00:00 (78/399): perl-File-stat-1.09-480.el9.noarch.rp 221 kB/s | 19 kB 00:00 (79/399): perl-FileHandle-2.03-480.el9.noarch.r 199 kB/s | 17 kB 00:00 (80/399): perl-Getopt-Std-1.12-480.el9.noarch.r 199 kB/s | 17 kB 00:00 (81/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 288 kB/s | 25 kB 00:00 (82/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (83/399): perl-SelectSaver-1.02-480.el9.noarch. 159 kB/s | 13 kB 00:00 (84/399): perl-Symbol-1.08-480.el9.noarch.rpm 181 kB/s | 16 kB 00:00 (85/399): perl-interpreter-5.32.1-480.el9.x86_6 750 kB/s | 75 kB 00:00 (86/399): perl-libs-5.32.1-480.el9.x86_64.rpm 19 MB/s | 2.2 MB 00:00 (87/399): perl-overload-1.31-480.el9.noarch.rpm 544 kB/s | 47 kB 00:00 (88/399): perl-overloading-0.02-480.el9.noarch. 170 kB/s | 15 kB 00:00 (89/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.9 MB/s | 259 kB 00:00 (90/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 460 kB/s | 40 kB 00:00 (91/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 480 kB/s | 42 kB 00:00 (92/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (93/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 288 kB/s | 25 kB 00:00 (94/399): perl-base-2.27-480.el9.noarch.rpm 210 kB/s | 18 kB 00:00 (95/399): perl-if-0.60.800-480.el9.noarch.rpm 184 kB/s | 16 kB 00:00 (96/399): perl-mro-1.23-480.el9.x86_64.rpm 352 kB/s | 31 kB 00:00 (97/399): perl-subs-1.03-480.el9.noarch.rpm 158 kB/s | 13 kB 00:00 (98/399): perl-vars-1.05-480.el9.noarch.rpm 171 kB/s | 15 kB 00:00 (99/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.9 MB/s | 176 kB 00:00 (100/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.7 MB/s | 452 kB 00:00 (101/399): rhel-system-roles-1.21.2-1.el9_2.noa 20 MB/s | 2.4 MB 00:00 (102/399): ipa-client-common-4.10.1-12.el9_2.2. 463 kB/s | 44 kB 00:00 (103/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.6 MB/s | 656 kB 00:00 (104/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.1 MB/s | 648 kB 00:00 (105/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.8 MB/s | 663 kB 00:00 (106/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 541 kB/s | 57 kB 00:00 (107/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 469 kB/s | 41 kB 00:00 (108/399): ruby-default-gems-3.0.4-161.el9_2.2. 525 kB/s | 46 kB 00:00 (109/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 38 MB/s | 7.9 MB 00:00 (110/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 582 kB/s | 55 kB 00:00 (111/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 19 MB/s | 3.3 MB 00:00 (112/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.7 MB/s | 456 kB 00:00 (113/399): rubygem-io-console-0.5.7-161.el9_2.2 307 kB/s | 26 kB 00:00 (114/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 658 kB/s | 59 kB 00:00 (115/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 668 kB/s | 60 kB 00:00 (116/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.4 MB/s | 441 kB 00:00 (117/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.2 MB/s | 110 kB 00:00 (118/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.2 MB/s | 306 kB 00:00 (119/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.6 MB/s | 245 kB 00:00 (120/399): buildah-1.29.5-1.el9_2.x86_64.rpm 42 MB/s | 8.6 MB 00:00 (121/399): bash-completion-2.11-4.el9.noarch.rp 4.7 MB/s | 459 kB 00:00 (122/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 13 MB/s | 2.2 MB 00:00 (123/399): device-mapper-persistent-data-0.9.0- 7.8 MB/s | 786 kB 00:00 (124/399): libaio-0.3.111-13.el9.x86_64.rpm 296 kB/s | 26 kB 00:00 (125/399): glibc-langpack-en-2.34-60.el9.x86_64 6.9 MB/s | 675 kB 00:00 (126/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 689 kB/s | 62 kB 00:00 (127/399): krb5-workstation-1.20.1-8.el9.x86_64 5.6 MB/s | 542 kB 00:00 (128/399): libkadm5-1.20.1-8.el9.x86_64.rpm 880 kB/s | 81 kB 00:00 (129/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 416 kB/s | 37 kB 00:00 (130/399): pkgconf-1.7.3-10.el9.x86_64.rpm 489 kB/s | 45 kB 00:00 (131/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 173 kB/s | 16 kB 00:00 (132/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 136 kB/s | 12 kB 00:00 (133/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.1 MB/s | 418 kB 00:00 (134/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 399 kB/s | 36 kB 00:00 (135/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 338 kB/s | 30 kB 00:00 (136/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 213 kB/s | 19 kB 00:00 (137/399): device-mapper-event-1.02.187-7.el9_2 371 kB/s | 32 kB 00:00 (138/399): device-mapper-event-libs-1.02.187-7. 328 kB/s | 31 kB 00:00 (139/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 14 MB/s | 1.5 MB 00:00 (140/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.1 MB/s | 1.0 MB 00:00 (141/399): python3-openvswitch3.3-3.3.6-141.el9 4.1 MB/s | 383 kB 00:00 (142/399): ansible-collection-ansible-netcommon 2.0 MB/s | 181 kB 00:00 (143/399): ansible-collection-ansible-utils-2.3 1.0 MB/s | 91 kB 00:00 (144/399): golang-github-vbatts-tar-split-0.11. 10 MB/s | 1.0 MB 00:00 (145/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 884 kB/s | 77 kB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.9 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 289 kB/s | 25 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 1.4 MB/s | 122 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 442 kB/s | 44 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 2.3 MB/s | 204 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 563 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 464 kB/s | 39 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 14 MB/s | 1.5 MB 00:00 (155/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 453 kB/s | 44 kB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 14 MB/s | 1.6 MB 00:00 (157/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.2 MB/s | 107 kB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 3.1 MB/s | 284 kB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 559 kB/s | 46 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 366 kB/s | 31 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 559 kB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 467 kB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 2.6 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 197 kB/s | 16 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 664 kB/s | 59 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.9 MB/s | 273 kB 00:00 (167/399): python3-passlib-1.7.4-3.el9ost.noarc 4.1 MB/s | 712 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 970 kB/s | 90 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.3 MB/s | 111 kB 00:00 (170/399): python3-pyperclip-1.8.0-3.el9ost.noa 290 kB/s | 25 kB 00:00 (171/399): python3-setproctitle-1.2.2-1.el9ost. 270 kB/s | 23 kB 00:00 (172/399): python3-smmap-3.0.1-4.el9ost.noarch. 551 kB/s | 47 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 771 kB/s | 67 kB 00:00 (174/399): python3-tenacity-6.3.1-1.el9ost.noar 599 kB/s | 51 kB 00:00 (175/399): python3-sqlalchemy13-1.3.24-3.el9ost 14 MB/s | 1.7 MB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 924 kB/s | 82 kB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 4.3 MB/s | 396 kB 00:00 (178/399): python3-zope-event-4.2.0-20.el9ost.n 2.2 MB/s | 205 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 2.2 MB/s | 202 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.7 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 170 kB/s | 14 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 388 kB/s | 34 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.0 MB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 257 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 379 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 188 kB/s | 16 kB 00:00 (187/399): rubygem-semantic_puppet-1.0.4-2.el9o 253 kB/s | 21 kB 00:00 (188/399): ansible-config_template-2.0.1-17.1.2 349 kB/s | 29 kB 00:00 (189/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.4 MB/s | 433 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 190 kB/s | 17 kB 00:00 (191/399): ansible-role-chrony-1.3.1-17.1.20230 265 kB/s | 22 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 627 kB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 279 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 356 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 246 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 338 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 231 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 319 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 422 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 417 kB/s | 38 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 137 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 117 kB/s | 9.6 kB 00:00 (203/399): os-collect-config-13.1.1-17.1.202310 586 kB/s | 50 kB 00:00 (204/399): os-apply-config-13.1.1-17.1.20231020 303 kB/s | 54 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 125 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 658 kB/s | 62 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 337 kB/s | 28 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 477 kB/s | 44 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 782 kB/s | 70 kB 00:00 (210/399): puppet-certmonger-2.7.1-17.1.2023062 310 kB/s | 26 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 1.3 MB/s | 120 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 1.5 MB/s | 135 kB 00:00 (213/399): puppet-corosync-8.0.1-17.1.202306211 775 kB/s | 68 kB 00:00 (214/399): puppet-designate-18.6.1-17.1.2023062 788 kB/s | 69 kB 00:00 (215/399): puppet-dns-8.2.1-17.1.20230621002045 421 kB/s | 36 kB 00:00 (216/399): puppet-etcd-1.12.3-17.1.202306201932 295 kB/s | 25 kB 00:00 (217/399): puppet-heat-18.4.1-17.1.202306211116 833 kB/s | 70 kB 00:00 (218/399): puppet-gnocchi-18.4.3-17.1.202306210 641 kB/s | 58 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 238 kB/s | 21 kB 00:00 (220/399): puppet-manila-18.5.2-17.1.2023110219 954 kB/s | 81 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 238 kB/s | 23 kB 00:00 (222/399): puppet-mysql-10.6.1-17.1.20230621022 1.1 MB/s | 99 kB 00:00 (223/399): puppet-neutron-18.6.1-17.1.202306210 2.1 MB/s | 196 kB 00:00 (224/399): puppet-nova-18.6.1-17.1.202306210904 2.1 MB/s | 200 kB 00:00 (225/399): puppet-nssdb-1.0.2-17.1.202306201856 137 kB/s | 12 kB 00:00 (226/399): puppet-octavia-18.5.1-17.1.202306210 888 kB/s | 76 kB 00:00 (227/399): puppet-openstack_extras-18.5.1-17.1. 544 kB/s | 48 kB 00:00 (228/399): puppet-openstacklib-18.5.2-17.1.2023 734 kB/s | 62 kB 00:00 (229/399): puppet-oslo-18.5.1-17.1.202306210523 557 kB/s | 48 kB 00:00 (230/399): puppet-placement-5.4.3-17.1.20230621 472 kB/s | 41 kB 00:00 (231/399): puppet-qdr-7.4.1-17.1.20230620195605 352 kB/s | 31 kB 00:00 (232/399): puppet-rabbitmq-11.0.1-17.1.20230620 3.0 MB/s | 266 kB 00:00 (233/399): puppet-redis-6.1.1-17.1.202306201917 590 kB/s | 51 kB 00:00 (234/399): puppet-rsyslog-4.0.1-17.1.2023062020 682 kB/s | 58 kB 00:00 (235/399): puppet-ssh-6.2.1-17.1.20230620190251 340 kB/s | 29 kB 00:00 (236/399): puppet-stdlib-6.3.1-17.1.20230621000 1.8 MB/s | 160 kB 00:00 (237/399): puppet-swift-18.6.1-17.1.20230621052 1.3 MB/s | 115 kB 00:00 (238/399): puppet-systemd-2.12.1-17.1.202306201 490 kB/s | 42 kB 00:00 (239/399): puppet-vswitch-14.4.3-17.1.202306210 479 kB/s | 41 kB 00:00 (240/399): puppet-xinetd-3.3.1-17.1.20230620185 310 kB/s | 26 kB 00:00 (241/399): python-oslo-cache-lang-2.7.1-17.1.20 222 kB/s | 19 kB 00:00 (242/399): python-oslo-log-lang-4.4.0-17.1.2023 168 kB/s | 14 kB 00:00 (243/399): python-oslo-middleware-lang-4.2.1-17 153 kB/s | 13 kB 00:00 (244/399): python-oslo-policy-lang-3.7.1-17.1.2 165 kB/s | 14 kB 00:00 (245/399): python-oslo-versionedobjects-lang-2. 159 kB/s | 14 kB 00:00 (246/399): python-pycadf-common-3.1.1-17.1.2023 179 kB/s | 15 kB 00:00 (247/399): python3-GitPython-3.1.14-2.el9ost.no 2.0 MB/s | 238 kB 00:00 (248/399): python3-aodhclient-2.2.0-17.1.202306 477 kB/s | 56 kB 00:00 (249/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (250/399): python3-cinderclient-7.4.1-17.1.2023 2.5 MB/s | 218 kB 00:00 (251/399): python3-cliff-3.7.0-17.1.20230620172 1.1 MB/s | 95 kB 00:00 (252/399): python3-designateclient-4.2.1-17.1.2 1.1 MB/s | 92 kB 00:00 (253/399): python3-futurist-2.3.0-17.1.20230621 728 kB/s | 64 kB 00:00 (254/399): python3-heat-agent-2.2.1-17.1.202306 230 kB/s | 19 kB 00:00 (255/399): python3-heat-agent-ansible-2.2.1-17. 124 kB/s | 11 kB 00:00 (256/399): python3-heat-agent-apply-config-2.2. 117 kB/s | 9.9 kB 00:00 (257/399): python3-heat-agent-docker-cmd-2.2.1- 138 kB/s | 12 kB 00:00 (258/399): python3-heat-agent-hiera-2.2.1-17.1. 126 kB/s | 10 kB 00:00 (259/399): python3-heat-agent-json-file-2.2.1-1 113 kB/s | 9.8 kB 00:00 (260/399): python3-heat-agent-puppet-2.2.1-17.1 133 kB/s | 11 kB 00:00 (261/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (262/399): python3-ironic-inspector-client-4.5. 796 kB/s | 67 kB 00:00 (263/399): python3-ironicclient-4.6.4-17.1.2023 3.0 MB/s | 342 kB 00:00 (264/399): python3-keystoneclient-4.3.0-17.1.20 2.7 MB/s | 239 kB 00:00 (265/399): python3-keystonemiddleware-9.2.0-17. 1.0 MB/s | 92 kB 00:00 (266/399): python3-magnumclient-3.4.1-17.1.2023 1.4 MB/s | 121 kB 00:00 (267/399): python3-neutronclient-7.3.1-17.1.202 3.3 MB/s | 298 kB 00:00 (268/399): python3-mistralclient-4.2.0-17.1.202 1.1 MB/s | 166 kB 00:00 (269/399): python3-novaclient-17.4.1-17.1.20230 1.7 MB/s | 201 kB 00:00 (270/399): python3-os-client-config-2.1.0-17.1. 661 kB/s | 55 kB 00:00 (271/399): python3-os-service-types-1.7.0-17.1. 436 kB/s | 38 kB 00:00 (272/399): python3-os-traits-2.5.0-17.1.2023062 536 kB/s | 45 kB 00:00 (273/399): python3-osc-lib-2.3.1-17.1.202306202 865 kB/s | 78 kB 00:00 (274/399): python3-oslo-cache-2.7.1-17.1.202306 666 kB/s | 56 kB 00:00 (275/399): python3-oslo-context-3.2.1-17.1.2023 309 kB/s | 27 kB 00:00 (276/399): python3-oslo-log-4.4.0-17.1.20230620 763 kB/s | 64 kB 00:00 (277/399): python3-oslo-middleware-4.2.1-17.1.2 634 kB/s | 55 kB 00:00 (278/399): python3-oslo-policy-3.7.1-17.1.20230 883 kB/s | 76 kB 00:00 (279/399): python3-oslo-reports-2.2.0-17.1.2023 696 kB/s | 59 kB 00:00 (280/399): python3-oslo-rootwrap-6.3.1-17.1.202 548 kB/s | 46 kB 00:00 (281/399): python3-oslo-serialization-4.1.1-17. 407 kB/s | 34 kB 00:00 (282/399): python3-oslo-upgradecheck-1.3.1-17.1 340 kB/s | 29 kB 00:00 (283/399): python3-oslo-versionedobjects-2.4.1- 885 kB/s | 79 kB 00:00 (284/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (285/399): python3-pycadf-3.1.1-17.1.2023062021 607 kB/s | 53 kB 00:00 (286/399): python3-requestsexceptions-1.4.0-17. 200 kB/s | 17 kB 00:00 (287/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (288/399): python3-shade-1.33.0-17.1.2023062022 5.4 MB/s | 523 kB 00:00 (289/399): python3-statsd-3.2.1-20.1.el9ost.noa 418 kB/s | 35 kB 00:00 (290/399): python3-swiftclient-3.11.1-17.1.2023 488 kB/s | 136 kB 00:00 (291/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 187 kB/s | 50 kB 00:00 (292/399): python3-troveclient-7.0.0-17.1.20230 1.3 MB/s | 344 kB 00:00 (293/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (294/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (295/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (296/399): python3-paramiko-2.11.0-2.el9ost.noa 3.2 MB/s | 299 kB 00:00 (297/399): ansible-pacemaker-1.0.4-17.1.2023121 243 kB/s | 21 kB 00:00 (298/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.3 MB/s | 427 kB 00:00 (299/399): python3-sqlparse-0.4.1-2.el9ost.noar 980 kB/s | 83 kB 00:00 (300/399): python3-manilaclient-2.6.4-17.1.2024 5.2 MB/s | 528 kB 00:00 (301/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 253 kB/s | 21 kB 00:00 (303/399): puppet-ironic-18.7.1-17.1.2024030521 1.4 MB/s | 121 kB 00:00 (304/399): openstack-selinux-0.8.37-17.1.202311 2.2 MB/s | 221 kB 00:00 (305/399): python-oslo-db-lang-8.5.2-17.1.20240 164 kB/s | 14 kB 00:00 (306/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (307/399): python3-keystoneauth1-4.4.0-17.1.202 4.4 MB/s | 409 kB 00:00 (308/399): python3-metalsmith-1.4.4-17.1.202405 764 kB/s | 65 kB 00:00 (309/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (310/399): python3-neutron-lib-2.10.3-17.1.2023 3.5 MB/s | 375 kB 00:00 (311/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (312/399): python3-oslo-messaging-12.7.3-17.1.2 2.4 MB/s | 216 kB 00:00 (313/399): python3-oslo-service-2.5.1-17.1.2024 804 kB/s | 71 kB 00:00 (314/399): python3-rhosp-openvswitch-3.3-1.el9o 99 kB/s | 8.3 kB 00:00 (315/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (316/399): openstack-ansible-core-2.14.2-4.7.el 19 MB/s | 2.3 MB 00:00 (317/399): openstack-tripleo-validations-14.3.2 2.2 MB/s | 204 kB 00:00 (318/399): puppet-glance-18.6.1-17.1.2025022015 1.0 MB/s | 87 kB 00:00 (319/399): puppet-ovn-18.6.1-17.1.2024092509490 329 kB/s | 29 kB 00:00 (320/399): puppet-pacemaker-1.5.1-17.1.20250214 1.8 MB/s | 158 kB 00:00 (321/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (322/399): puppet-tripleo-14.2.3-17.1.202503201 2.7 MB/s | 239 kB 00:00 (323/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (324/399): ansible-collections-openstack-1.9.1- 1.7 MB/s | 146 kB 00:00 (325/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.6 MB/s | 351 kB 00:00 (326/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.6 MB/s | 518 kB 00:00 (327/399): hiera-3.6.0-6.el9ost.noarch.rpm 385 kB/s | 33 kB 00:00 (328/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.4 MB/s | 405 kB 00:00 (329/399): puppet-7.10.0-4.el9ost.noarch.rpm 126 kB/s | 11 kB 00:00 (330/399): puppet-headless-7.10.0-4.el9ost.noar 14 MB/s | 1.4 MB 00:00 (331/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 13 MB/s | 1.3 MB 00:00 (333/399): python3-cachetools-4.2.2-3.el9ost.no 396 kB/s | 33 kB 00:00 (334/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.2 MB/s | 284 kB 00:00 (335/399): python3-colorama-0.4.4-4.el9ost.noar 411 kB/s | 35 kB 00:00 (336/399): python3-dogpile-cache-1.1.5-5.el9ost 1.0 MB/s | 89 kB 00:00 (337/399): python3-extras-1.0.0-17.el9ost.noarc 240 kB/s | 21 kB 00:00 (338/399): python3-fixtures-3.0.0-24.el9ost.noa 1.1 MB/s | 93 kB 00:00 (339/399): python3-keyring-21.8.0-4.el9ost.noar 876 kB/s | 77 kB 00:00 (340/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.5 MB/s | 313 kB 00:00 (341/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.0 MB/s | 87 kB 00:00 (342/399): python3-munch-2.5.0-6.el9ost.noarch. 293 kB/s | 25 kB 00:00 (343/399): python3-openstacksdk-0.55.1-17.1.202 7.6 MB/s | 735 kB 00:00 (344/399): python3-paste-3.5.0-5.el9ost.noarch. 8.1 MB/s | 776 kB 00:00 (345/399): python3-paste-deploy-2.1.1-4.el9ost. 470 kB/s | 41 kB 00:00 (346/399): python3-pystache-0.5.4-15.el9ost.noa 1.4 MB/s | 132 kB 00:00 (347/399): python3-repoze-lru-0.7-12.el9ost.noa 345 kB/s | 32 kB 00:00 (348/399): python3-routes-2.4.1-14.el9ost.noarc 2.1 MB/s | 188 kB 00:00 (349/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 663 kB/s | 57 kB 00:00 (350/399): python3-secretstorage-3.3.1-3.el9ost 424 kB/s | 36 kB 00:00 (351/399): python3-simplejson-3.17.5-3.el9ost.x 2.8 MB/s | 266 kB 00:00 (352/399): python3-tempita-0.5.1-27.el9ost.noar 436 kB/s | 36 kB 00:00 (353/399): python3-testtools-2.4.0-10.el9ost.no 3.5 MB/s | 333 kB 00:00 (354/399): python3-vine-5.0.0-5.el9ost.noarch.r 311 kB/s | 26 kB 00:00 (355/399): python3-warlock-1.3.3-7.el9ost.noarc 250 kB/s | 21 kB 00:00 (356/399): python3-yappi-1.3.1-5.el9ost.x86_64. 664 kB/s | 56 kB 00:00 (357/399): python3-yaql-1.1.3-13.el9ost.noarch. 2.0 MB/s | 180 kB 00:00 (358/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 340 kB/s | 29 kB 00:00 (359/399): ruby-facter-3.14.19-3.el9ost.x86_64. 113 kB/s | 9.5 kB 00:00 (360/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.4 MB/s | 123 kB 00:00 (361/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 223 kB/s | 19 kB 00:00 (362/399): openstack-heat-api-16.1.1-17.1.20250 193 kB/s | 16 kB 00:00 (363/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (364/399): openstack-heat-engine-16.1.1-17.1.20 163 kB/s | 15 kB 00:00 (365/399): openstack-heat-monolith-16.1.1-17.1. 186 kB/s | 16 kB 00:00 (366/399): puppet-barbican-18.4.2-17.1.20250625 672 kB/s | 57 kB 00:00 (367/399): python-openstackclient-lang-5.5.2-17 670 kB/s | 58 kB 00:00 (368/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (369/399): openstack-tripleo-common-15.4.1-17.1 568 kB/s | 48 kB 00:00 (370/399): openstack-tripleo-common-containers- 868 kB/s | 74 kB 00:00 (371/399): puppet-apache-6.5.2-17.1.20250811150 2.7 MB/s | 253 kB 00:00 (372/399): puppet-concat-6.2.1-17.1.20250725131 534 kB/s | 44 kB 00:00 (373/399): puppet-firewall-3.4.1-17.1.202508041 852 kB/s | 73 kB 00:00 (374/399): puppet-git-0.5.0-17.1.20250725114148 317 kB/s | 26 kB 00:00 (375/399): puppet-haproxy-4.2.2-17.1.2025072511 639 kB/s | 55 kB 00:00 (376/399): puppet-inifile-4.2.1-17.1.2025080415 550 kB/s | 46 kB 00:00 (377/399): puppet-ipaclient-2.5.2-17.1.20250725 240 kB/s | 21 kB 00:00 (378/399): puppet-keepalived-0.0.2-17.1.2025072 204 kB/s | 17 kB 00:00 (379/399): puppet-module-data-0.5.1-17.1.202507 189 kB/s | 16 kB 00:00 (380/399): puppet-remote-10.0.0-17.1.2025072511 234 kB/s | 19 kB 00:00 (381/399): puppet-rsync-1.1.4-17.1.202508041515 324 kB/s | 28 kB 00:00 (382/399): puppet-snmp-3.9.1-17.1.2025072511575 440 kB/s | 38 kB 00:00 (383/399): puppet-sysctl-0.0.13-17.1.2025072511 228 kB/s | 19 kB 00:00 (384/399): puppet-vcsrepo-3.1.1-17.1.2025072511 631 kB/s | 53 kB 00:00 (385/399): python3-tripleo-common-15.4.1-17.1.2 2.2 MB/s | 198 kB 00:00 (386/399): python3-tripleoclient-16.5.1-17.1.20 5.8 MB/s | 552 kB 00:00 (387/399): tripleo-ansible-3.3.1-17.1.202508040 5.9 MB/s | 569 kB 00:00 (388/399): openstack-tripleo-heat-templates-14. 6.3 MB/s | 611 kB 00:00 (389/399): puppet-horizon-18.6.1-17.1.202510081 700 kB/s | 59 kB 00:00 (390/399): puppet-keystone-18.6.1-17.1.20251008 1.4 MB/s | 126 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.7 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.3 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 710 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 343 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.7 MB/s | 464 kB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 1.6 MB/s | 142 kB 00:00 (398/399): util-linux-2.37.4-11.el9_2.x86_64.rp 17 MB/s | 2.3 MB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.9 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.6 MB/s | 97 MB 00:12 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 168/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 169/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 170/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 171/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 172/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 173/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 174/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 175/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 176/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 177/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 178/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 226/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 227/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 228/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 229/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 230/408 Installing : pkgconf-1.7.3-10.el9.x86_64 231/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 232/408 Installing : bash-completion-1:2.11-4.el9.noarch 233/408 Installing : libkadm5-1.20.1-8.el9.x86_64 234/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 235/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 236/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 237/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 238/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 239/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 240/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 241/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 242/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 243/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 244/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 244/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 244/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 245/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 246/408 Installing : jq-1.6-14.el9.x86_64 247/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 248/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 249/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 250/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 251/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 252/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 253/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 254/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 254/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 255/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 256/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 257/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 258/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 259/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 259/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 260/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 261/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 262/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 263/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 264/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 265/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 266/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 267/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 268/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 269/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 270/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 271/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 272/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 273/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 274/408 Installing : boost-log-1.75.0-8.el9.x86_64 275/408 Installing : libburn-1.5.4-4.el9.x86_64 276/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 277/408 Installing : sshpass-1.09-4.el9.x86_64 278/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 279/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 280/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 281/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 282/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 283/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 284/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 285/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 286/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 287/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 288/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 289/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 290/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 291/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 292/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 293/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 294/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 295/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 296/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 297/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 298/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 299/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 300/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 301/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 302/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 303/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 304/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 305/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 306/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 307/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 308/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 309/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 310/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 310/408 Installing : libisofs-1.5.4-4.el9.x86_64 311/408 Installing : libisoburn-1.5.4-4.el9.x86_64 312/408 Installing : xorriso-1.5.4-4.el9.x86_64 313/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 313/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 314/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 315/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 316/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 317/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 318/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 319/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 320/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 321/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 322/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 323/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 324/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 325/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 326/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 326/408 Installing : puppet-7.10.0-4.el9ost.noarch 327/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 327/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 328/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 329/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 330/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 331/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 332/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 333/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 334/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 335/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 336/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 337/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 338/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 339/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 340/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 341/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 342/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 343/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 344/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 345/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 346/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 347/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 348/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 349/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 350/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 351/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 352/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 353/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 354/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 355/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 356/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 357/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 358/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 359/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 360/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 361/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 362/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 363/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 364/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 365/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 366/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 367/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 368/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 369/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 370/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 371/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 372/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 373/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 374/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 375/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 376/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 377/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 378/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 379/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 380/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 381/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 382/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 383/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 384/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 385/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 386/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 387/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 388/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 389/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 390/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 391/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 392/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 393/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 394/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 395/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 396/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 397/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 1/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 2/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 3/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 4/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 5/408 Verifying : boost-system-1.75.0-8.el9.x86_64 6/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 7/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 8/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 9/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 10/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 11/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 12/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 13/408 Verifying : perl-Exporter-5.74-461.el9.noarch 14/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 15/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 16/408 Verifying : perl-parent-1:0.238-460.el9.noarch 17/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 18/408 Verifying : xorriso-1.5.4-4.el9.x86_64 19/408 Verifying : libisofs-1.5.4-4.el9.x86_64 20/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 21/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 22/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 23/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 24/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 25/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 26/408 Verifying : perl-URI-5.09-3.el9.noarch 27/408 Verifying : perl-libnet-3.13-4.el9.noarch 28/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 29/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 30/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 31/408 Verifying : perl-Carp-1.50-460.el9.noarch 32/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 33/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 34/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 35/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 36/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 37/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 38/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 39/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 40/408 Verifying : sshpass-1.09-4.el9.x86_64 41/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 42/408 Verifying : boost-log-1.75.0-8.el9.x86_64 43/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 44/408 Verifying : libburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 46/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 47/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 48/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 49/408 Verifying : perl-Digest-1.19-4.el9.noarch 50/408 Verifying : perl-File-Path-2.18-4.el9.noarch 51/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 52/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 53/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 54/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 55/408 Verifying : perl-constant-1.33-461.el9.noarch 56/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 57/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 58/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 59/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 60/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 61/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 62/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 63/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 64/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 65/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 66/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 67/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 68/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 69/408 Verifying : jq-1.6-14.el9.x86_64 70/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 71/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 72/408 Verifying : perl-B-1.80-480.el9.x86_64 73/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 74/408 Verifying : perl-Errno-1.30-480.el9.x86_64 75/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 76/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 77/408 Verifying : perl-File-stat-1.09-480.el9.noarch 78/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 79/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 80/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 81/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 82/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 83/408 Verifying : perl-Symbol-1.08-480.el9.noarch 84/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 85/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Verifying : perl-overload-1.31-480.el9.noarch 87/408 Verifying : perl-overloading-0.02-480.el9.noarch 88/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 89/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 90/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 91/408 Verifying : perl-IO-1.43-480.el9.x86_64 92/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 93/408 Verifying : perl-base-2.27-480.el9.noarch 94/408 Verifying : perl-if-0.60.800-480.el9.noarch 95/408 Verifying : perl-mro-1.23-480.el9.x86_64 96/408 Verifying : perl-subs-1.03-480.el9.noarch 97/408 Verifying : perl-vars-1.05-480.el9.noarch 98/408 Verifying : python3-mako-1.1.4-6.el9.noarch 99/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 100/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 101/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 102/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 103/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 104/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 105/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 106/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 107/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 108/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 109/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 110/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 111/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 112/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 113/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 114/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 115/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 116/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 117/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 118/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 119/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 120/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 121/408 Verifying : bash-completion-1:2.11-4.el9.noarch 122/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 123/408 Verifying : libaio-0.3.111-13.el9.x86_64 124/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 125/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 126/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 127/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 128/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 129/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 130/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 131/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 132/408 Verifying : python3-dns-2.2.1-2.el9.noarch 133/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 134/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 137/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 138/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 139/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 207/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 208/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 209/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 210/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 211/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 212/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 213/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 214/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 215/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 216/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 217/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 218/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 219/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 220/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 221/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 222/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 223/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 224/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 225/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 226/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 227/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 228/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 229/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 230/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 231/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 232/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 233/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 234/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 235/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 236/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 237/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 238/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 239/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 240/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 241/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 242/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 243/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 244/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 245/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 246/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 247/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 248/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 249/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 250/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 251/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 252/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 253/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 254/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 255/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 260/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 261/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 262/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 263/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 264/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 265/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 266/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 267/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 268/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 269/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 270/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 271/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 272/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 273/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 274/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 275/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 276/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 277/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 278/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 279/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 280/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 281/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 282/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 283/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 284/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 285/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 286/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 287/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 288/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 289/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 290/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 291/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 292/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 293/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 294/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 295/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 296/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 297/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 298/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 299/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 300/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 301/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 302/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 304/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 305/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 306/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 307/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 308/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 309/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 310/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 311/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 312/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 313/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 314/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 315/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 316/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 317/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 318/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 319/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 320/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 321/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 322/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 323/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 324/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 325/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 326/408 Verifying : hiera-3.6.0-6.el9ost.noarch 327/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 328/408 Verifying : puppet-7.10.0-4.el9ost.noarch 329/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 330/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 331/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 332/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 333/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 334/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 335/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 336/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 337/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 338/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 339/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 340/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 341/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 342/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 343/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 344/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 345/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 346/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 347/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 348/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 349/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 350/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 351/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 352/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 353/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 354/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 355/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 356/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 357/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 358/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 359/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 360/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 361/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 362/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 363/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 364/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 365/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 366/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 367/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 368/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 369/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 370/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 371/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 372/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 373/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 374/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 375/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 376/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 377/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 378/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 379/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 380/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 381/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 382/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 383/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 384/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 385/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 386/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 387/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 388/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 389/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.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.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.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.20250908140822.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.20250804050821.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=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-01-04T12:18:10.295940 # # 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=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container -p 389:389 -p 636:636 --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-43 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-43... Getting image source signatures Copying blob sha256:3a7bfb9d91d9d94efd3b78458adab9faf04cfcb522bdb526d0ce04d29e3f63b6 Copying blob sha256:56981f35c36393074c8075bc81463d7b7526f606c3d70a854bc1e103ab8443d9 Copying blob sha256:4a9de5791c41d802ad3aac0e38f6cc6e4eb480b8c3136acd3ca7c9257634e88d Copying blob sha256:a7cd84d3350608c90ce0ad927b9300bc14fc164e1fb98954c6aab709d1e7f93f Copying blob sha256:4f048df01dcec28d0d2e0279041deb4a2d51b5a8e2275f6877f73337e4dfbc64 Copying blob sha256:04932aacdf4d7ebcb0d32a9c3d45aa06ea72f2b4ad4f597676aa86416ebaf0f7 Copying blob sha256:0a10a8f4e5407d2b5ee90b362803902a2fad862b69a8626b3a2efd5d650ffebf Copying blob sha256:3daf8319eb403a41d3887ee5f346a9e8523f08bc85ff09334312b5c08b8432d6 Copying blob sha256:624d5c20bbbd645a792cd7ff1a6c5fb7bee9a89d205be5c3f8522a2eda521bd6 Copying blob sha256:e36de20f5d3b2aaf1f35083ee2b799d9c44d2ea6bc1b1ad1929b2cd3d40a1a1e Copying blob sha256:c113bfecf0a1ae3f0b83e79ab352923b781affc45d907d8d6571480c52bb4641 Copying blob sha256:215406ff0243e9961f66f4f8baba68228f47df86bc2a0a8094b583ef58c8acb3 Copying blob sha256:db75e63eb43592a49aafbd351493563e149028b146a6584cc3c0fc66d562c867 Copying blob sha256:e03eb7a19998c81167c656ac2d24345d6025eb7d43366f2a8bd186d8ce9766a0 Copying blob sha256:38925b144f0b7aeabf84a3411b04cc7aab0ae4fb7ba4672c3d931c05f9ee9e6d Copying blob sha256:52b9c4a2afc14e49a8f74835621cbb71146f7738300232dd4ef1a5c1b40ee88d Copying blob sha256:4060257135287365796ed480d80c9a31c409e01d6d4d5edbcf6181e11e7e5111 Copying blob sha256:ecf0f18a9c11e39574cb9c83348dcff05098bb07416c45477afc9dcdb6a93e5a Copying blob sha256:87694d9b6b75fff236073c4fdf783580256b39939040be1f44d66e47f8907574 Copying blob sha256:613f48d53bf3fbc2e5bbb4325f74e22aab19a9dda73d3ecaf7ad339561782faa Copying blob sha256:16f75ff66cb3d33af6ddc89ed2bfebe93932cbed4c3ce110af401cc2afd2ec49 Copying blob sha256:377186400840b813fa89006b1255bc3e3a12e8ad12f8b00e8aa328e803cca037 Copying blob sha256:608abf5591750f3f87a2e64a6dc9425daffe45a6f809c10cd728f045ef3b8cb4 Copying blob sha256:a46b8c750506d832821db2caa61e32035cc9dfe442de2345a81833870e1d1466 Copying blob sha256:f77339c4f5711b32c8187543d19b947d9b5abb084cc56dd36fecd25754653632 Copying blob sha256:e9944c5464161d91171c8cf381eeb78fdfb1fa0e423ef76ce4858341fdd007ca Copying blob sha256:3789893bb3c079496daebb157cab2105e3f479bd28e0a9daf064f31c48dc95cf Copying blob sha256:646c0b08a0939c1b2e5679b0abc81164574a43c123a53256219ec14f2cdb5ea8 Copying blob sha256:8cc678b54a93eaa424a63e051dc910c986106d8c9ae832a90842a32758912569 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:0c7466a0a0b86af935ff2cfa70963161243aa820e3736d682f94a3672680db41 Copying blob sha256:c80c31510245a349bbe32da8ef9e9e5e846b943711eaa2a45ee60560ab63a600 Copying blob sha256:99c5164d8b02b74876da6c1718297a87f64d24dfe3aa9580915f6c5586b6c7e0 Copying blob sha256:0688815483d80cd3f86042411b7f05946829e4e0971d6cbb7c73ef9f81eb0c0b Copying blob sha256:4b3f6f8ef6717c6e098ed1791aa5de0752a9a730b355fdc3bd1c48c50dc2d668 Copying blob sha256:01d7862872d7b060a61cab656b580230880b692eef0449f147d83f80a120f43e Copying blob sha256:bcb7852ca90d3a8a0e49e283ac4cc6237caa3574f107ed92831fde03c8f38ee2 Copying blob sha256:8c4732313cbb7a04311716c7f115e531a68f6a95a139bb3d28f1115ada5493fc Copying blob sha256:6a040db3787b48a36549a9763bb426a576277478ded4934c8db5523fa511dcb8 Copying blob sha256:71f85efefb5f412837869c890e3adf7cd302b6318db7d567bce417d4f6157017 Copying blob sha256:59da0ff492e4a15b1b883277366ad2d00a723408e43b4871401bd3531a607479 Copying blob sha256:1b8f2ca0d7352b53fbe71b7095b38197ff5c7672dc8316aefbf37c573fdd7fc3 Copying blob sha256:1d30ed475f35b54a16c59faf46d2dcf488e1e540aa59fdb5a520690f931269cd Copying blob sha256:20a9bee51f75a03c33cadc2823b06250c2c016fd40fc0382c36499b5b4b2da5b Copying blob sha256:f88de655e797c77cfc898a21989086ee90fcdb6259973ca817c9eeef7968b5c6 Copying blob sha256:bf311f2fa973413d25f0eddf27b952db4b9fe479b15edfb956c0ba89ab5f21eb Copying blob sha256:3201560aeb2a5405e9e1bbaf57759ca7f6c813b213b69c0e0891c8378f9ff7f4 Copying blob sha256:a96cb0b6855126dfcc6c1bf3d4f760ac83ccac700f969133d45a679cc0448f3e Copying blob sha256:caae25e0a1dc160c2586911eef965555d09bbc6b288e9310963e153edf21c43b Copying blob sha256:4d15937303ee3187ddd6f48e9a703060a0822c222923128e0311659c8e6a4902 Copying blob sha256:d7f8268d0f4ef8ece17f97bf9ef4a4e3fe354fb3eb5188dabc979b89b1d54164 Copying blob sha256:4451d4c7b43dbd9170bde75aed9697aecfd772ff9494c069133b6e7972b2af17 Copying config sha256:dc420f57823e23e91998e16d5e6021215138b380682ab70f5eee959234706a33 Writing manifest to image destination Storing signatures 8ed996f071dcdde20d83e053fad8b5bfba6f7a8021b62d511564488e1b27e678 + 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' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2026-01-04 12:25:04.939 43176 INFO migrate.versioning.api [-] 72 -> 73...  2026-01-04 12:25:04.963 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.963 43176 INFO migrate.versioning.api [-] 73 -> 74...  2026-01-04 12:25:04.964 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.965 43176 INFO migrate.versioning.api [-] 74 -> 75...  2026-01-04 12:25:04.966 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.966 43176 INFO migrate.versioning.api [-] 75 -> 76...  2026-01-04 12:25:04.968 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.968 43176 INFO migrate.versioning.api [-] 76 -> 77...  2026-01-04 12:25:04.970 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.970 43176 INFO migrate.versioning.api [-] 77 -> 78...  2026-01-04 12:25:04.972 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.972 43176 INFO migrate.versioning.api [-] 78 -> 79...  2026-01-04 12:25:04.995 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:04.995 43176 INFO migrate.versioning.api [-] 79 -> 80...  2026-01-04 12:25:05.012 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:05.012 43176 INFO migrate.versioning.api [-] 80 -> 81...  2026-01-04 12:25:05.014 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:05.014 43176 INFO migrate.versioning.api [-] 81 -> 82...  2026-01-04 12:25:05.016 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:05.016 43176 INFO migrate.versioning.api [-] 82 -> 83...  2026-01-04 12:25:05.018 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:05.018 43176 INFO migrate.versioning.api [-] 83 -> 84...  2026-01-04 12:25:05.020 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:05.020 43176 INFO migrate.versioning.api [-] 84 -> 85...  2026-01-04 12:25:05.021 43176 INFO migrate.versioning.api [-] done 2026-01-04 12:25:05.021 43176 INFO migrate.versioning.api [-] 85 -> 86...  2026-01-04 12:25:05.043 43176 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-01-04 12:25:13Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:13Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:13Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:13Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:13Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-01-04 12:25:14Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:14Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-01-04 12:25:14Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:14Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:14Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-01-04 12:25:14Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:15Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:15Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-01-04 12:25:15Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:15Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:15Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-01-04 12:25:16Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:16Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-01-04 12:25:16Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:16Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:17Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:17Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:17Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:17Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-01-04 12:25:17Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:17Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:17Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-01-04 12:25:17Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:17Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:17Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-01-04 12:25:17Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-01-04 12:25:17Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-01-04 12:25:18Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:18Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:18Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-01-04 12:25:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:18Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:18Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:18Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-01-04 12:25:18Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:19Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-01-04 12:25:19Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:19Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:19Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:19Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-01-04 12:25:19Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:19Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-01-04 12:25:19Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-01-04 12:25:20Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:20Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-01-04 12:25:20Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:20Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-01-04 12:25:21Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:21Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-01-04 12:25:22Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:22Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-01-04 12:25:22Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:23Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-01-04 12:25:23Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:23Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:23Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:23Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:23Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:23Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:23Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:23Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:24Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:24Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-01-04 12:25:25Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-01-04 12:25:25Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-01-04 12:25:25Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-01-04 12:25:25Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-01-04 12:25:25Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:25Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:25Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:25Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:25Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:26Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-01-04 12:25:26Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:26Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:26Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-01-04 12:25:27Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-01-04 12:25:27Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:27Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-01-04 12:25:28Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:28Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:28Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:30Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:32Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:25:33Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:33Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-01-04 12:25:34Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:34Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:34Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:25:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:25:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:25:36Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:36Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-01-04 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:37Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:38Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:38Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:25:39Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:39Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-01-04 12:25:40Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-01-04 12:25:42Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:42Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:42Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:43Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:43Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:43Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-01-04 12:25:44Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:45Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:45Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:25:46Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:25:46Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-01-04 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:47Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:48Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:48Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:49Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:25:49Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:50Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:51Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-01-04 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-01-04 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:25:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-01-04 12:25:54Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-01-04 12:25:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:25:56Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:56Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:25:57Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:58Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:25:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:25:59Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:00Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-01-04 12:26:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:00Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:00Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:02Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:02Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:03Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:04Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-01-04 12:26:05Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:05Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:05Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:06Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:06Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:06Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:26:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:08Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:08Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:09Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:26:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:13Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:14Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-01-04 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:15Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:26:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:26:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:24Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:25Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-01-04 12:26:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:28Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:29Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:29Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:26:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:31Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:32Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-01-04 12:26:33Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:33Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:33Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:26:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:41Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:42Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-01-04 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:44Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:46Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:47Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:47Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-01-04 12:26:49Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:49Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:49Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-01-04 12:26:52Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:53Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-01-04 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:54Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:26:55Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:26:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-01-04 12:26:56Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-01-04 12:26:58Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:58Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:58Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:26:59Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:00Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:01Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:01Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:02Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:03Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:04Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:27:04Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-01-04 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:05Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:06Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:08Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-01-04 12:27:12Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:12Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-01-04 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:13Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:14Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:14Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:14Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:27:15Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:15Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:16Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:17Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:19Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:19Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-01-04 12:27:20Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:20Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:20Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:21Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:21Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:27:22Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:22Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:22Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:23Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:24Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:24Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-01-04 12:27:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:26Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:27Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:27Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:28Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:28Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:28Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:27:29Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:30Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:30Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-01-04 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:31Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:32Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:32Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:32Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-01-04 12:27:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-01-04 12:27:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-01-04 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:37Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:38Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-01-04 12:27:39Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:39Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:39Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:39Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:41Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:41Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:42Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:43Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:43Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:44Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:45Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:27:46Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:48Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:48Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:49Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:49Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:49Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:50Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:51Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:51Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:52Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-01-04 12:27:52Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:52Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:53Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-01-04 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:27:55Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-01-04 12:27:56Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:57Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:57Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:27:58Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:27:58Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-01-04 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-01-04 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:27:59Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:00Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:01Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-01-04 12:28:02Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-01-04 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:03Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:04Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:05Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:05Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:06Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-01-04 12:28:06Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:07Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:07Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:07Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:07Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-01-04 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:08Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:09Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:09Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:09Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:28:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:28:11Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:12Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:12Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:12Z [RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:12Z [RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:12Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:13Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-01-04 12:28:13Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:14Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-01-04 12:28:15Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:15Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:15Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:16Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:28:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:18Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:18Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:18Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:28:19Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:20Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:20Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:21Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-01-04 12:28:21Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:22Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-01-04 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:23Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:24Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:25Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:25Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:26Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:26Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:26Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:28:26Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:27Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-01-04 12:28:27Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:27Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:27Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:29Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:28:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:28:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-01-04 12:28:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:38Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:38Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:39Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:40Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:41Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-01-04 12:28:42Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:42Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:42Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:43Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:44Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:44Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:44Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:44Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:45Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-01-04 12:28:45Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:46Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-01-04 12:28:47Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:47Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:47Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:48Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:28:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:49Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:49Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:49Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-01-04 12:28:50Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:51Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:28:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:52Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:52Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:53Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:28:53Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:56Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:56Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:28:56Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:56Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:57Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-01-04 12:28:57Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:58Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-01-04 12:28:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:28:59Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-01-04 12:28:59Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-01-04 12:28:59Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:28:59Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:00Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:01Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:01Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:02Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:02Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:03Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-01-04 12:29:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:05Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:05Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:07Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:07Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:08Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:09Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:09Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:10Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:11Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:13Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:15Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:15Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:16Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:17Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:18Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:29:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:19Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-01-04 12:29:21Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:21Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:21Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-01-04 12:29:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:24Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:24Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:24Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:25Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:26Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:26Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:27Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:27Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:28Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-01-04 12:29:28Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:29Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:31Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:31Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:32Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:32Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:32Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:33Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:34Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:34Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:29:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:36Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:36Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:36Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:36Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:36Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:36Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:37Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-01-04 12:29:38Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:39Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:40Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:40Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:41Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:42Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:42Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:43Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:43Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-01-04 12:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:46Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-01-04 12:29:47Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:47Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:48Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:50Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-01-04 12:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:52Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:52Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:52Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:53Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-01-04 12:29:53Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:53Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:53Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-01-04 12:29:54Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:54Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:54Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:54Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:56Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:29:58Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:29:58Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:29:59Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-01-04 12:29:59Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:00Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-01-04 12:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:03Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:03Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:03Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:03Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:04Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-01-04 12:30:04Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:04Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:05Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:05Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-01-04 12:30:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:07Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-01-04 12:30:08Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:08Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-01-04 12:30:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:11Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:11Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:12Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:12Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:13Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:14Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:14Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:15Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-01-04 12:30:16Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:16Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:16Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:17Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:18Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:18Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:19Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-01-04 12:30:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:19Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:19Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:19Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:23Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-01-04 12:30:24Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:24Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:24Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-01-04 12:30:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:25Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:25Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:26Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:26Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-01-04 12:30:27Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:27Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:27Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:28Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:29Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:29Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:29Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:29Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:30Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:30Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:30Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:31Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:31Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:31Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:32Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:32Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:32Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:32Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:33Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-01-04 12:30:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:34Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-01-04 12:30:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:35Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:35Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-01-04 12:30:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:36Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-01-04 12:30:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:36Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:36Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:38Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:38Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:39Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:39Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:40Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:40Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:40Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:40Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:40Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-01-04 12:30:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:41Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:41Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:42Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:42Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:42Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:43Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:44Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:44Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:46Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-01-04 12:30:46Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:47Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:47Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:48Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:48Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:30:49Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:49Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-01-04 12:30:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:50Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:50Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:51Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-01-04 12:30:51Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:52Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-01-04 12:30:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:53Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:54Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:54Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:30:55Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-01-04 12:30:55Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:55Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:55Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:56Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:30:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:30:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:30:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:30:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:31:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:01Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:01Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:02Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-01-04 12:31:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:04Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-01-04 12:31:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:04Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:04Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:04Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:05Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:06Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:06Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:31:06Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:06Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:06Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:06Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:07Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:07Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:07Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-01-04 12:31:07Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:07Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:31:08Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:08Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:08Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:09Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-01-04 12:31:09Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:10Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-01-04 12:31:11Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:12Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-01-04 12:31:12Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:12Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:12Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:12Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:13Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:14Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:15Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:15Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:15Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:31:15Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:31:15Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:16Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:16Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:16Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-01-04 12:31:17Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:18Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-01-04 12:31:18Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:19Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-01-04 12:31:20Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:21Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-01-04 12:31:21Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:21Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:21Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:21Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:22Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:23Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:23Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:23Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:23Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:23Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-01-04 12:31:23Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:24Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:24Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:25Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:31:25Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:26Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-01-04 12:31:27Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:27Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:27Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:27Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:27Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:28Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-01-04 12:31:28Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:28Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:28Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:29Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:29Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:29Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-01-04 12:31:30Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:31Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-01-04 12:31:31Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:32Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-01-04 12:31:33Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:34Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-01-04 12:31:34Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:35Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-01-04 12:31:36Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:37Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-01-04 12:31:37Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:37Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:37Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:37Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:37Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:38Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-01-04 12:31:39Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:39Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:39Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:40Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:40Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:40Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-01-04 12:31:40Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:41Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-01-04 12:31:41Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:41Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:41Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:41Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-01-04 12:31:41Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:42Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-01-04 12:31:42Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:43Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-01-04 12:31:44Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:45Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:46Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:47Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:47Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:47Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:47Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:48Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-01-04 12:31:48Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:48Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-01-04 12:31:48Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:48Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:48Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:49Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:49Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:49Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:49Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-01-04 12:31:50Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:51Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-01-04 12:31:52Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:52Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-01-04 12:31:52Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:52Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-01-04 12:31:52Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:52Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:53Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:53Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:53Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:53Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:53Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-01-04 12:31:54Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-01-04 12:31:55Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:56Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-01-04 12:31:56Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:56Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-01-04 12:31:57Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:57Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-01-04 12:31:57Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-01-04 12:31:58Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-01-04 12:31:58Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-01-04 12:31:58Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-01-04 12:31:58Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-01-04 12:31:58Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:31:58Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:31:58Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-01-04 12:31:58Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:31:59Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-01-04 12:32:00Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:00Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:00Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:00Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-01-04 12:32:01Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:01Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:01Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:01Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-01-04 12:32:02Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:03Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-01-04 12:32:03Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:04Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-01-04 12:32:04Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:04Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:04Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:04Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:04Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:05Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:05Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:05Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:05Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:05Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:05Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:05Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:05Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:05Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:05Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:06Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:06Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-01-04 12:32:06Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:07Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-01-04 12:32:07Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-01-04 12:32:07Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:08Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-01-04 12:32:08Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-01-04 12:32:09Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:09Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-01-04 12:32:09Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-01-04 12:32:10Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:10Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:10Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:10Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-01-04 12:32:10Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:10Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-01-04 12:32:10Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:10Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-01-04 12:32:11Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:11Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-01-04 12:32:11Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:11Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:11Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-01-04 12:32:12Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-01-04 12:32:12Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:12Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-01-04 12:32:13Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:13Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-01-04 12:32:14Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:15Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:15Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-01-04 12:32:15Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-01-04 12:32:15Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:15Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-01-04 12:32:16Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:16Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-01-04 12:32:17Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-01-04 12:32:17Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-01-04 12:32:17Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-01-04 12:32:18Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-01-04 12:32:18Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/74862dc7-376f-4da0-9166-192c60c7df62 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-01-04 12:32:41.413015 | fa163e78-c412-049c-01e5-000000000006 | TASK | External deployment step 0 2026-01-04 12:32:41.437599 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-000000000006') missing from stats 2026-01-04 12:32:41.478322 | fa163e78-c412-049c-01e5-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.113134 | 0.03s 2026-01-04 12:32:41.483954 | 7e534d23-2f96-4263-b0da-1062f4ec5194 | INCLUDED | /root/standalone-ansible-stn780hd/external_deploy_steps_tasks_step0.yaml | undercloud 2026-01-04 12:32:41.498128 | fa163e78-c412-049c-01e5-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-01-04 12:32:42.421897 | fa163e78-c412-049c-01e5-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-01-04 12:32:42.423268 | fa163e78-c412-049c-01e5-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.058078 | 0.92s 2026-01-04 12:32:42.440912 | fa163e78-c412-049c-01e5-000000000129 | TASK | create redis virtual ip 2026-01-04 12:32:43.364016 | fa163e78-c412-049c-01e5-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-01-04 12:32:43.365420 | fa163e78-c412-049c-01e5-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.000229 | 0.92s PLAY [Check if required variables are defined] ********************************* 2026-01-04 12:32:43.441054 | fa163e78-c412-049c-01e5-000000000138 | TASK | Gathering Facts 2026-01-04 12:32:44.034667 | fa163e78-c412-049c-01e5-000000000138 | OK | Gathering Facts | localhost 2026-01-04 12:32:44.036433 | fa163e78-c412-049c-01e5-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.671240 | 0.59s 2026-01-04 12:32:44.101529 | fa163e78-c412-049c-01e5-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-01-04 12:32:44.102831 | fa163e78-c412-049c-01e5-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.737638 | 0.05s 2026-01-04 12:32:44.155813 | fa163e78-c412-049c-01e5-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-01-04 12:32:44.157265 | fa163e78-c412-049c-01e5-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.792072 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-01-04 12:32:44.274344 | fa163e78-c412-049c-01e5-000000000160 | TASK | Gathering Facts 2026-01-04 12:32:44.285934 | fa163e78-c412-049c-01e5-000000000160 | TASK | Gathering Facts 2026-01-04 12:32:44.619391 | fa163e78-c412-049c-01e5-000000000160 | OK | Gathering Facts | undercloud 2026-01-04 12:32:44.621255 | fa163e78-c412-049c-01e5-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.256063 | 0.35s 2026-01-04 12:32:44.624262 | fa163e78-c412-049c-01e5-000000000160 | OK | Gathering Facts | standalone 2026-01-04 12:32:44.625482 | fa163e78-c412-049c-01e5-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.260297 | 0.34s 2026-01-04 12:32:44.684780 | fa163e78-c412-049c-01e5-000000000012 | TASK | Set legacy facts 2026-01-04 12:32:44.705878 | fa163e78-c412-049c-01e5-000000000012 | TASK | Set legacy facts 2026-01-04 12:32:44.723862 | fa163e78-c412-049c-01e5-000000000012 | OK | Set legacy facts | undercloud 2026-01-04 12:32:44.724963 | fa163e78-c412-049c-01e5-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.359776 | 0.04s 2026-01-04 12:32:44.759819 | fa163e78-c412-049c-01e5-000000000012 | OK | Set legacy facts | standalone 2026-01-04 12:32:44.760319 | fa163e78-c412-049c-01e5-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.395139 | 0.05s PLAY [Load global variables] *************************************************** 2026-01-04 12:32:44.930439 | fa163e78-c412-049c-01e5-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-01-04 12:32:44.931709 | fa163e78-c412-049c-01e5-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.566518 | 0.05s 2026-01-04 12:32:44.942575 | fa163e78-c412-049c-01e5-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-01-04 12:32:44.942994 | fa163e78-c412-049c-01e5-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.577814 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-01-04 12:32:45.015929 | fa163e78-c412-049c-01e5-000000000018 | TASK | Include Service VIP vars 2026-01-04 12:32:45.051171 | fa163e78-c412-049c-01e5-000000000018 | OK | Include Service VIP vars | undercloud 2026-01-04 12:32:45.052231 | fa163e78-c412-049c-01e5-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.687045 | 0.04s 2026-01-04 12:32:45.062838 | fa163e78-c412-049c-01e5-000000000018 | OK | Include Service VIP vars | standalone 2026-01-04 12:32:45.063190 | fa163e78-c412-049c-01e5-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.698014 | 0.04s 2026-01-04 12:32:45.067193 | fa163e78-c412-049c-01e5-000000000019 | TASK | Include OVN bridge MAC address variables 2026-01-04 12:32:45.096791 | fa163e78-c412-049c-01e5-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-01-04 12:32:45.097865 | fa163e78-c412-049c-01e5-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.732680 | 0.03s 2026-01-04 12:32:45.109668 | fa163e78-c412-049c-01e5-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-01-04 12:32:45.110042 | fa163e78-c412-049c-01e5-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.744866 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-01-04 12:32:45.191734 | fa163e78-c412-049c-01e5-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-01-04 12:32:46.041092 | fa163e78-c412-049c-01e5-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-01-04 12:32:46.132623 | fa163e78-c412-049c-01e5-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-01-04 12:32:46.158478 | fa163e78-c412-049c-01e5-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-01-04 12:32:46.159316 | fa163e78-c412-049c-01e5-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.794127 | 0.03s PLAY [Manage SELinux] ********************************************************** 2026-01-04 12:32:46.230349 | fa163e78-c412-049c-01e5-000000000023 | TASK | Set selinux state 2026-01-04 12:32:46.771752 | fa163e78-c412-049c-01e5-000000000023 | OK | Set selinux state | standalone 2026-01-04 12:32:46.773330 | fa163e78-c412-049c-01e5-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.408126 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2026-01-04 12:32:46.910408 | fa163e78-c412-049c-01e5-000000000026 | TASK | Configure Hosts Entries 2026-01-04 12:32:46.942320 | fa163e78-c412-049c-01e5-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.577103 | 0.03s 2026-01-04 12:32:46.969467 | fa163e78-c412-049c-01e5-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.604280 | 0.03s 2026-01-04 12:32:47.023726 | fa163e78-c412-049c-01e5-0000000001f1 | TASK | Create temporary file for hosts 2026-01-04 12:32:47.422892 | fa163e78-c412-049c-01e5-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-01-04 12:32:47.424240 | fa163e78-c412-049c-01e5-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.059046 | 0.40s 2026-01-04 12:32:47.425089 | fa163e78-c412-049c-01e5-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-01-04 12:32:47.425746 | fa163e78-c412-049c-01e5-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.060563 | 0.39s 2026-01-04 12:32:47.443906 | fa163e78-c412-049c-01e5-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-01-04 12:32:47.870213 | fa163e78-c412-049c-01e5-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-01-04 12:32:47.872428 | fa163e78-c412-049c-01e5-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.507227 | 0.43s 2026-01-04 12:32:47.887718 | fa163e78-c412-049c-01e5-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-01-04 12:32:47.888585 | fa163e78-c412-049c-01e5-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.523400 | 0.42s 2026-01-04 12:32:47.907587 | fa163e78-c412-049c-01e5-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-01-04 12:32:48.260257 | fa163e78-c412-049c-01e5-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-01-04 12:32:48.262210 | fa163e78-c412-049c-01e5-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.897011 | 0.35s 2026-01-04 12:32:48.263461 | fa163e78-c412-049c-01e5-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-01-04 12:32:48.264203 | fa163e78-c412-049c-01e5-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.899019 | 0.33s 2026-01-04 12:32:48.283451 | fa163e78-c412-049c-01e5-0000000001f4 | TASK | Render out the hosts entries 2026-01-04 12:32:48.409328 | fa163e78-c412-049c-01e5-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-01-04 12:32:48.411244 | fa163e78-c412-049c-01e5-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.046045 | 0.13s 2026-01-04 12:32:48.428172 | fa163e78-c412-049c-01e5-0000000001f5 | TASK | Prepare new /etc/hosts 2026-01-04 12:32:48.690584 | fa163e78-c412-049c-01e5-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-01-04 12:32:48.691770 | fa163e78-c412-049c-01e5-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.326579 | 0.26s 2026-01-04 12:32:48.733076 | fa163e78-c412-049c-01e5-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-01-04 12:32:48.733594 | fa163e78-c412-049c-01e5-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.368415 | 0.28s 2026-01-04 12:32:48.749096 | fa163e78-c412-049c-01e5-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-01-04 12:32:49.116591 | fa163e78-c412-049c-01e5-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-01-04 12:32:49.118112 | fa163e78-c412-049c-01e5-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.752912 | 0.37s 2026-01-04 12:32:49.119016 | fa163e78-c412-049c-01e5-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-01-04 12:32:49.119876 | fa163e78-c412-049c-01e5-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.754693 | 0.36s 2026-01-04 12:32:49.138020 | fa163e78-c412-049c-01e5-0000000001f7 | TASK | Clean up temporary hosts file 2026-01-04 12:32:49.494669 | fa163e78-c412-049c-01e5-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-01-04 12:32:49.498731 | fa163e78-c412-049c-01e5-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.133523 | 0.36s 2026-01-04 12:32:49.499756 | fa163e78-c412-049c-01e5-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-01-04 12:32:49.500484 | fa163e78-c412-049c-01e5-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.135300 | 0.34s PLAY [Common roles for TripleO servers] **************************************** 2026-01-04 12:32:49.620886 | fa163e78-c412-049c-01e5-00000000002a | TASK | Common roles for TripleO servers 2026-01-04 12:32:49.647890 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-00000000002a') missing from stats 2026-01-04 12:32:49.730809 | fa163e78-c412-049c-01e5-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.365602 | 0.02s 2026-01-04 12:32:49.804697 | fa163e78-c412-049c-01e5-000000000254 | TASK | Gather variables for each operating system 2026-01-04 12:32:49.917233 | fa163e78-c412-049c-01e5-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-01-04 12:32:49.918603 | fa163e78-c412-049c-01e5-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.553408 | 0.11s 2026-01-04 12:32:49.923829 | fa163e78-c412-049c-01e5-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.558644 | 0.12s 2026-01-04 12:32:49.942713 | fa163e78-c412-049c-01e5-000000000256 | TASK | Check release version package is installed 2026-01-04 12:32:50.245452 | fa163e78-c412-049c-01e5-000000000256 | CHANGED | Check release version package is installed | standalone 2026-01-04 12:32:50.246463 | fa163e78-c412-049c-01e5-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.881277 | 0.30s 2026-01-04 12:32:50.265985 | fa163e78-c412-049c-01e5-000000000257 | TASK | Deploy release version package 2026-01-04 12:32:55.021426 | fa163e78-c412-049c-01e5-000000000257 | CHANGED | Deploy release version package | standalone 2026-01-04 12:32:55.022619 | fa163e78-c412-049c-01e5-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.657431 | 4.76s 2026-01-04 12:32:55.041653 | fa163e78-c412-049c-01e5-000000000259 | TASK | Include packages tasks 2026-01-04 12:32:55.068602 | fa163e78-c412-049c-01e5-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.703400 | 0.03s 2026-01-04 12:32:55.093755 | dd98fd2a-27c0-48a4-8026-cc088236eea3 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-01-04 12:32:55.118291 | fa163e78-c412-049c-01e5-0000000002ad | TASK | Gather facts if they don't exist 2026-01-04 12:32:55.164864 | fa163e78-c412-049c-01e5-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-01-04 12:32:55.166198 | fa163e78-c412-049c-01e5-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.801001 | 0.05s 2026-01-04 12:32:55.190418 | fa163e78-c412-049c-01e5-0000000002ae | TASK | Gather variables for each operating system 2026-01-04 12:32:55.310437 | fa163e78-c412-049c-01e5-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-01-04 12:32:55.321724 | fa163e78-c412-049c-01e5-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.956527 | 0.13s 2026-01-04 12:32:55.345735 | fa163e78-c412-049c-01e5-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-01-04 12:32:55.609613 | fa163e78-c412-049c-01e5-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-01-04 12:32:55.610705 | fa163e78-c412-049c-01e5-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.245518 | 0.26s 2026-01-04 12:32:55.628364 | fa163e78-c412-049c-01e5-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-01-04 12:33:01.102799 | fa163e78-c412-049c-01e5-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-01-04 12:33:01.105634 | fa163e78-c412-049c-01e5-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.740430 | 5.48s 2026-01-04 12:33:01.132210 | fa163e78-c412-049c-01e5-0000000002b2 | TASK | Ensure packages are actually well installed 2026-01-04 12:33:02.095998 | fa163e78-c412-049c-01e5-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-01-04 12:33:02.097646 | fa163e78-c412-049c-01e5-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.732450 | 0.96s 2026-01-04 12:33:02.123753 | fa163e78-c412-049c-01e5-00000000025a | TASK | Enable openvswitch service if installed 2026-01-04 12:33:03.035299 | fa163e78-c412-049c-01e5-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-01-04 12:33:03.037253 | fa163e78-c412-049c-01e5-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.672057 | 0.91s 2026-01-04 12:33:03.063148 | fa163e78-c412-049c-01e5-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-01-04 12:33:03.297472 | fa163e78-c412-049c-01e5-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-01-04 12:33:03.299004 | fa163e78-c412-049c-01e5-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.933808 | 0.23s 2026-01-04 12:33:03.323410 | fa163e78-c412-049c-01e5-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-01-04 12:33:03.597943 | fa163e78-c412-049c-01e5-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-01-04 12:33:03.599420 | fa163e78-c412-049c-01e5-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.234227 | 0.27s 2026-01-04 12:33:03.623307 | fa163e78-c412-049c-01e5-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-01-04 12:33:03.690167 | fa163e78-c412-049c-01e5-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-01-04 12:33:03.691570 | fa163e78-c412-049c-01e5-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.326375 | 0.07s 2026-01-04 12:33:03.716125 | fa163e78-c412-049c-01e5-00000000025f | TASK | Ensure network service is enabled 2026-01-04 12:33:04.114793 | fa163e78-c412-049c-01e5-00000000025f | OK | Ensure network service is enabled | standalone 2026-01-04 12:33:04.116793 | fa163e78-c412-049c-01e5-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.751596 | 0.40s 2026-01-04 12:33:04.141876 | fa163e78-c412-049c-01e5-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-01-04 12:33:04.457001 | fa163e78-c412-049c-01e5-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-01-04 12:33:04.458452 | fa163e78-c412-049c-01e5-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.093257 | 0.31s 2026-01-04 12:33:04.482981 | fa163e78-c412-049c-01e5-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-01-04 12:33:04.717415 | fa163e78-c412-049c-01e5-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-01-04 12:33:04.718427 | fa163e78-c412-049c-01e5-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.353240 | 0.23s 2026-01-04 12:33:04.743235 | fa163e78-c412-049c-01e5-000000000263 | TASK | Reload NetworkManager 2026-01-04 12:33:05.232666 | fa163e78-c412-049c-01e5-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-01-04 12:33:05.234675 | fa163e78-c412-049c-01e5-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.869480 | 0.49s 2026-01-04 12:33:05.260910 | fa163e78-c412-049c-01e5-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-01-04 12:33:05.488222 | fa163e78-c412-049c-01e5-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-01-04 12:33:05.489691 | fa163e78-c412-049c-01e5-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.124497 | 0.23s 2026-01-04 12:33:05.514925 | fa163e78-c412-049c-01e5-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-01-04 12:33:05.839246 | fa163e78-c412-049c-01e5-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-01-04 12:33:05.840596 | fa163e78-c412-049c-01e5-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.475403 | 0.32s 2026-01-04 12:33:05.864772 | fa163e78-c412-049c-01e5-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-01-04 12:33:06.076331 | fa163e78-c412-049c-01e5-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-01-04 12:33:06.077619 | fa163e78-c412-049c-01e5-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.712426 | 0.21s 2026-01-04 12:33:06.101508 | fa163e78-c412-049c-01e5-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-01-04 12:33:06.335455 | fa163e78-c412-049c-01e5-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-01-04 12:33:06.336780 | fa163e78-c412-049c-01e5-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.971589 | 0.23s 2026-01-04 12:33:06.414963 | fa163e78-c412-049c-01e5-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.049767 | 0.03s 2026-01-04 12:33:06.491139 | fa163e78-c412-049c-01e5-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-01-04 12:33:06.702190 | fa163e78-c412-049c-01e5-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-01-04 12:33:06.703474 | fa163e78-c412-049c-01e5-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.338280 | 0.21s 2026-01-04 12:33:06.727343 | fa163e78-c412-049c-01e5-000000000362 | TASK | Check for ssh_known_hosts file 2026-01-04 12:33:06.940940 | fa163e78-c412-049c-01e5-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-01-04 12:33:06.942046 | fa163e78-c412-049c-01e5-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.576855 | 0.21s 2026-01-04 12:33:06.965548 | fa163e78-c412-049c-01e5-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-01-04 12:33:06.992114 | fa163e78-c412-049c-01e5-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-01-04 12:33:06.993121 | fa163e78-c412-049c-01e5-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.627931 | 0.03s 2026-01-04 12:33:07.016237 | fa163e78-c412-049c-01e5-000000000364 | TASK | Write temporary file 2026-01-04 12:33:07.043495 | fa163e78-c412-049c-01e5-000000000364 | SKIPPED | Write temporary file | standalone 2026-01-04 12:33:07.044592 | fa163e78-c412-049c-01e5-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.679403 | 0.03s 2026-01-04 12:33:07.070034 | fa163e78-c412-049c-01e5-000000000365 | TASK | Set ssh_known_hosts fact 2026-01-04 12:33:07.148727 | fa163e78-c412-049c-01e5-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-01-04 12:33:07.149832 | fa163e78-c412-049c-01e5-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.784639 | 0.08s 2026-01-04 12:33:07.174283 | fa163e78-c412-049c-01e5-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-01-04 12:33:07.395456 | fa163e78-c412-049c-01e5-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-01-04 12:33:07.396952 | fa163e78-c412-049c-01e5-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.031757 | 0.22s 2026-01-04 12:33:07.420637 | fa163e78-c412-049c-01e5-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-01-04 12:33:07.647168 | fa163e78-c412-049c-01e5-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-01-04 12:33:07.648533 | fa163e78-c412-049c-01e5-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.283338 | 0.23s 2026-01-04 12:33:07.674444 | fa163e78-c412-049c-01e5-000000000368 | TASK | Remove temp file 2026-01-04 12:33:07.896684 | fa163e78-c412-049c-01e5-000000000368 | CHANGED | Remove temp file | standalone 2026-01-04 12:33:07.897973 | fa163e78-c412-049c-01e5-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.532780 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-01-04 12:33:08.076566 | fa163e78-c412-049c-01e5-000000000034 | TASK | Deploy step tasks for step 0 2026-01-04 12:33:08.134406 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-000000000034') missing from stats 2026-01-04 12:33:08.169463 | fa163e78-c412-049c-01e5-000000000035 | TASK | Ensure /var/log/journal exists 2026-01-04 12:33:08.401527 | fa163e78-c412-049c-01e5-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-01-04 12:33:08.403096 | fa163e78-c412-049c-01e5-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.037904 | 0.23s 2026-01-04 12:33:08.428393 | fa163e78-c412-049c-01e5-000000000036 | TASK | Check cloud-init status 2026-01-04 12:33:08.661983 | fa163e78-c412-049c-01e5-000000000036 | CHANGED | Check cloud-init status | standalone 2026-01-04 12:33:08.663478 | fa163e78-c412-049c-01e5-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.298287 | 0.23s 2026-01-04 12:33:08.688172 | fa163e78-c412-049c-01e5-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-01-04 12:33:08.911680 | fa163e78-c412-049c-01e5-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-01-04 12:33:08.913149 | fa163e78-c412-049c-01e5-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.547955 | 0.22s 2026-01-04 12:33:08.937889 | fa163e78-c412-049c-01e5-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-01-04 12:33:09.371300 | fa163e78-c412-049c-01e5-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-01-04 12:33:09.372867 | fa163e78-c412-049c-01e5-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.007674 | 0.43s 2026-01-04 12:33:09.398860 | fa163e78-c412-049c-01e5-000000000039 | TASK | Create /var/lib/container-puppet 2026-01-04 12:33:09.631470 | fa163e78-c412-049c-01e5-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-01-04 12:33:09.632962 | fa163e78-c412-049c-01e5-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.267770 | 0.23s 2026-01-04 12:33:09.657934 | fa163e78-c412-049c-01e5-00000000003a | TASK | Write container-puppet.sh 2026-01-04 12:33:10.132889 | fa163e78-c412-049c-01e5-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-01-04 12:33:10.134308 | fa163e78-c412-049c-01e5-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.769117 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 12:33:10.201918 | fa163e78-c412-049c-01e5-00000000003b | TIMING | include_tasks | standalone | 0:00:28.836722 | 0.04s 2026-01-04 12:33:10.222022 | 53db347b-f9ef-4d82-8376-691084b8b748 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-01-04 12:33:10.253794 | fa163e78-c412-049c-01e5-000000000416 | TASK | Configure tuned before reboot 2026-01-04 12:33:10.303933 | fa163e78-c412-049c-01e5-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.938732 | 0.05s 2026-01-04 12:33:10.362010 | fa163e78-c412-049c-01e5-000000000455 | TASK | Gather variables for each operating system 2026-01-04 12:33:10.482644 | fa163e78-c412-049c-01e5-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-01-04 12:33:10.484488 | fa163e78-c412-049c-01e5-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.119292 | 0.12s 2026-01-04 12:33:10.493572 | fa163e78-c412-049c-01e5-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.128375 | 0.13s 2026-01-04 12:33:10.574780 | fa163e78-c412-049c-01e5-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.209586 | 0.05s 2026-01-04 12:33:10.595267 | ac63d316-227d-47c1-82e1-840ab25dd341 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-01-04 12:33:10.631997 | fa163e78-c412-049c-01e5-00000000047f | TASK | Check tuned package is installed 2026-01-04 12:33:10.899891 | fa163e78-c412-049c-01e5-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-01-04 12:33:10.901519 | fa163e78-c412-049c-01e5-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.536327 | 0.27s 2026-01-04 12:33:10.927444 | fa163e78-c412-049c-01e5-000000000480 | TASK | Install tuned 2026-01-04 12:33:17.425289 | fa163e78-c412-049c-01e5-000000000480 | CHANGED | Install tuned | standalone 2026-01-04 12:33:17.426664 | fa163e78-c412-049c-01e5-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.061478 | 6.50s 2026-01-04 12:33:17.446750 | fa163e78-c412-049c-01e5-000000000481 | TASK | Restart tuned 2026-01-04 12:33:19.340691 | fa163e78-c412-049c-01e5-000000000481 | CHANGED | Restart tuned | standalone 2026-01-04 12:33:19.342817 | fa163e78-c412-049c-01e5-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.977624 | 1.89s 2026-01-04 12:33:19.370649 | fa163e78-c412-049c-01e5-000000000457 | TASK | Check for tuned-adm 2026-01-04 12:33:19.611068 | fa163e78-c412-049c-01e5-000000000457 | OK | Check for tuned-adm | standalone 2026-01-04 12:33:19.612592 | fa163e78-c412-049c-01e5-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.247402 | 0.24s 2026-01-04 12:33:19.680114 | fa163e78-c412-049c-01e5-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.314916 | 0.04s 2026-01-04 12:33:19.709008 | 9eab2fac-12ef-4d55-a491-2923db28f3fd | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-01-04 12:33:19.745528 | fa163e78-c412-049c-01e5-0000000004b6 | TASK | Ensure profile directory exists 2026-01-04 12:33:19.828281 | fa163e78-c412-049c-01e5-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-01-04 12:33:19.830086 | fa163e78-c412-049c-01e5-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.464886 | 0.08s 2026-01-04 12:33:19.856427 | fa163e78-c412-049c-01e5-0000000004b7 | TASK | Create custom tuned profile 2026-01-04 12:33:19.930097 | fa163e78-c412-049c-01e5-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-01-04 12:33:19.931330 | fa163e78-c412-049c-01e5-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.566139 | 0.07s 2026-01-04 12:33:19.957329 | fa163e78-c412-049c-01e5-0000000004b8 | TASK | Check tuned active profile 2026-01-04 12:33:20.402790 | fa163e78-c412-049c-01e5-0000000004b8 | OK | Check tuned active profile | standalone 2026-01-04 12:33:20.404479 | fa163e78-c412-049c-01e5-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.039288 | 0.45s 2026-01-04 12:33:20.431266 | fa163e78-c412-049c-01e5-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-01-04 12:33:20.665941 | fa163e78-c412-049c-01e5-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-01-04 12:33:20.667606 | fa163e78-c412-049c-01e5-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.302415 | 0.23s 2026-01-04 12:33:20.694116 | fa163e78-c412-049c-01e5-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-01-04 12:33:20.768220 | fa163e78-c412-049c-01e5-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-01-04 12:33:20.769655 | fa163e78-c412-049c-01e5-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.404464 | 0.07s 2026-01-04 12:33:20.798249 | fa163e78-c412-049c-01e5-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-01-04 12:33:20.865784 | fa163e78-c412-049c-01e5-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-01-04 12:33:20.866986 | fa163e78-c412-049c-01e5-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.501796 | 0.07s 2026-01-04 12:33:20.893280 | fa163e78-c412-049c-01e5-0000000004bc | TASK | Enable tuned profile 2026-01-04 12:33:22.314652 | fa163e78-c412-049c-01e5-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-01-04 12:33:22.316217 | fa163e78-c412-049c-01e5-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.951027 | 1.42s 2026-01-04 12:33:22.365088 | fa163e78-c412-049c-01e5-000000000417 | TASK | Configure kernel args and reboot 2026-01-04 12:33:22.416076 | fa163e78-c412-049c-01e5-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.050878 | 0.05s 2026-01-04 12:33:22.557124 | fa163e78-c412-049c-01e5-000000000569 | TASK | Get the command line args of the node 2026-01-04 12:33:22.804743 | fa163e78-c412-049c-01e5-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-01-04 12:33:22.805702 | fa163e78-c412-049c-01e5-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.440518 | 0.25s 2026-01-04 12:33:22.825764 | fa163e78-c412-049c-01e5-00000000056b | TASK | Check if node has a nova.conf 2026-01-04 12:33:23.066023 | fa163e78-c412-049c-01e5-00000000056b | OK | Check if node has a nova.conf | standalone 2026-01-04 12:33:23.067613 | fa163e78-c412-049c-01e5-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.702420 | 0.24s 2026-01-04 12:33:23.094144 | fa163e78-c412-049c-01e5-00000000056d | TASK | Warn operator about workload protection 2026-01-04 12:33:23.135532 | fa163e78-c412-049c-01e5-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-01-04 12:33:23.137118 | fa163e78-c412-049c-01e5-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.771895 | 0.04s 2026-01-04 12:33:23.164615 | fa163e78-c412-049c-01e5-00000000056e | TASK | Setting defer reboot fact 2026-01-04 12:33:23.204652 | fa163e78-c412-049c-01e5-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-01-04 12:33:23.206035 | fa163e78-c412-049c-01e5-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.840842 | 0.04s 2026-01-04 12:33:23.232037 | fa163e78-c412-049c-01e5-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-01-04 12:33:23.265968 | fa163e78-c412-049c-01e5-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.900763 | 0.03s 2026-01-04 12:33:23.292905 | fa163e78-c412-049c-01e5-000000000575 | TASK | Find hugepages in cmdline 2026-01-04 12:33:23.343813 | fa163e78-c412-049c-01e5-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-01-04 12:33:23.345006 | fa163e78-c412-049c-01e5-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.979814 | 0.05s 2026-01-04 12:33:23.371484 | fa163e78-c412-049c-01e5-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-01-04 12:33:23.415658 | fa163e78-c412-049c-01e5-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-01-04 12:33:23.416869 | fa163e78-c412-049c-01e5-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.051678 | 0.04s 2026-01-04 12:33:23.442822 | fa163e78-c412-049c-01e5-00000000057a | TASK | Find desired default hugepage size 2026-01-04 12:33:23.494188 | fa163e78-c412-049c-01e5-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-01-04 12:33:23.495582 | fa163e78-c412-049c-01e5-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.130389 | 0.05s 2026-01-04 12:33:23.521619 | fa163e78-c412-049c-01e5-00000000057c | TASK | Storing non-configured hugepages 2026-01-04 12:33:23.565040 | fa163e78-c412-049c-01e5-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.199842 | 0.04s 2026-01-04 12:33:23.592041 | fa163e78-c412-049c-01e5-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-01-04 12:33:23.642285 | fa163e78-c412-049c-01e5-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-01-04 12:33:23.643448 | fa163e78-c412-049c-01e5-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.278258 | 0.05s 2026-01-04 12:33:23.669345 | fa163e78-c412-049c-01e5-00000000057f | TASK | Determining the default hugepagesz 2026-01-04 12:33:23.719300 | fa163e78-c412-049c-01e5-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-01-04 12:33:23.720747 | fa163e78-c412-049c-01e5-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.355554 | 0.05s 2026-01-04 12:33:23.747088 | fa163e78-c412-049c-01e5-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-01-04 12:33:23.792512 | fa163e78-c412-049c-01e5-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-01-04 12:33:23.793893 | fa163e78-c412-049c-01e5-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.428702 | 0.05s 2026-01-04 12:33:23.819281 | fa163e78-c412-049c-01e5-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-01-04 12:33:23.862754 | fa163e78-c412-049c-01e5-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-01-04 12:33:23.863938 | fa163e78-c412-049c-01e5-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.498745 | 0.04s 2026-01-04 12:33:23.889621 | fa163e78-c412-049c-01e5-000000000583 | TASK | Warn about possible modifications 2026-01-04 12:33:23.939720 | fa163e78-c412-049c-01e5-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-01-04 12:33:23.940852 | fa163e78-c412-049c-01e5-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.575663 | 0.05s 2026-01-04 12:33:23.966085 | fa163e78-c412-049c-01e5-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-01-04 12:33:24.009906 | fa163e78-c412-049c-01e5-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-01-04 12:33:24.011023 | fa163e78-c412-049c-01e5-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.645833 | 0.04s 2026-01-04 12:33:24.036633 | fa163e78-c412-049c-01e5-000000000585 | TASK | Cleaning up whitespaces 2026-01-04 12:33:24.086785 | fa163e78-c412-049c-01e5-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-01-04 12:33:24.088006 | fa163e78-c412-049c-01e5-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.722814 | 0.05s 2026-01-04 12:33:24.114006 | fa163e78-c412-049c-01e5-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-01-04 12:33:24.502379 | fa163e78-c412-049c-01e5-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-01-04 12:33:24.504145 | fa163e78-c412-049c-01e5-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.138955 | 0.39s 2026-01-04 12:33:24.530245 | fa163e78-c412-049c-01e5-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-01-04 12:33:24.595214 | fa163e78-c412-049c-01e5-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-01-04 12:33:24.596639 | fa163e78-c412-049c-01e5-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.231445 | 0.06s 2026-01-04 12:33:24.624333 | fa163e78-c412-049c-01e5-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-01-04 12:33:24.690130 | fa163e78-c412-049c-01e5-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-01-04 12:33:24.691400 | fa163e78-c412-049c-01e5-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.326174 | 0.07s 2026-01-04 12:33:24.716814 | fa163e78-c412-049c-01e5-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-01-04 12:33:24.782466 | fa163e78-c412-049c-01e5-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-01-04 12:33:24.783775 | fa163e78-c412-049c-01e5-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.418583 | 0.07s 2026-01-04 12:33:24.809743 | fa163e78-c412-049c-01e5-00000000058c | TASK | Generate grub config 2026-01-04 12:33:24.872826 | fa163e78-c412-049c-01e5-00000000058c | SKIPPED | Generate grub config | standalone 2026-01-04 12:33:24.874167 | fa163e78-c412-049c-01e5-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.508974 | 0.06s 2026-01-04 12:33:24.901426 | fa163e78-c412-049c-01e5-000000000590 | TASK | Get the block device that /boot is on 2026-01-04 12:33:24.967091 | fa163e78-c412-049c-01e5-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-01-04 12:33:24.968654 | fa163e78-c412-049c-01e5-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.603460 | 0.07s 2026-01-04 12:33:24.994996 | fa163e78-c412-049c-01e5-000000000591 | TASK | Get the mount point that /boot is in 2026-01-04 12:33:25.060031 | fa163e78-c412-049c-01e5-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-01-04 12:33:25.061571 | fa163e78-c412-049c-01e5-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.696376 | 0.07s 2026-01-04 12:33:25.087759 | fa163e78-c412-049c-01e5-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-01-04 12:33:25.163177 | fa163e78-c412-049c-01e5-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-01-04 12:33:25.164971 | fa163e78-c412-049c-01e5-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.799774 | 0.08s 2026-01-04 12:33:25.192376 | fa163e78-c412-049c-01e5-000000000593 | TASK | Executed script to fix grub-menu 2026-01-04 12:33:25.260047 | fa163e78-c412-049c-01e5-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-01-04 12:33:25.261472 | fa163e78-c412-049c-01e5-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.896278 | 0.07s 2026-01-04 12:33:25.288818 | fa163e78-c412-049c-01e5-000000000594 | TASK | Check grub config paths 2026-01-04 12:33:25.367338 | fa163e78-c412-049c-01e5-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-01-04 12:33:25.384009 | fa163e78-c412-049c-01e5-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-01-04 12:33:25.396205 | fa163e78-c412-049c-01e5-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.030999 | 0.11s 2026-01-04 12:33:25.423940 | fa163e78-c412-049c-01e5-000000000595 | TASK | Write EFI grub.cfg 2026-01-04 12:33:25.501005 | fa163e78-c412-049c-01e5-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2026-01-04 12:33:25.517423 | fa163e78-c412-049c-01e5-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2026-01-04 12:33:25.524454 | fa163e78-c412-049c-01e5-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.159254 | 0.10s 2026-01-04 12:33:25.553429 | fa163e78-c412-049c-01e5-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-01-04 12:33:25.609143 | fa163e78-c412-049c-01e5-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-01-04 12:33:25.610380 | fa163e78-c412-049c-01e5-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.245161 | 0.05s 2026-01-04 12:33:25.636720 | fa163e78-c412-049c-01e5-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-01-04 12:33:25.707804 | fa163e78-c412-049c-01e5-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-01-04 12:33:25.708927 | fa163e78-c412-049c-01e5-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.343736 | 0.07s 2026-01-04 12:33:25.734554 | fa163e78-c412-049c-01e5-000000000598 | TASK | Execute grub2-mkconfig 2026-01-04 12:33:25.796741 | fa163e78-c412-049c-01e5-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-01-04 12:33:25.797881 | fa163e78-c412-049c-01e5-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.432691 | 0.06s 2026-01-04 12:33:25.823010 | fa163e78-c412-049c-01e5-000000000599 | TASK | Check for active tuned profile 2026-01-04 12:33:25.884914 | fa163e78-c412-049c-01e5-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-01-04 12:33:25.886074 | fa163e78-c412-049c-01e5-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.520884 | 0.06s 2026-01-04 12:33:25.911344 | fa163e78-c412-049c-01e5-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-01-04 12:33:25.972793 | fa163e78-c412-049c-01e5-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-01-04 12:33:25.974029 | fa163e78-c412-049c-01e5-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.608838 | 0.06s 2026-01-04 12:33:26.000185 | fa163e78-c412-049c-01e5-00000000059b | TASK | Set reboot required fact 2026-01-04 12:33:26.071727 | fa163e78-c412-049c-01e5-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-01-04 12:33:26.073109 | fa163e78-c412-049c-01e5-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.707914 | 0.07s 2026-01-04 12:33:26.101984 | fa163e78-c412-049c-01e5-00000000059d | TASK | Apply DPDK workarounds 2026-01-04 12:33:26.154027 | fa163e78-c412-049c-01e5-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-01-04 12:33:26.155350 | fa163e78-c412-049c-01e5-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.790157 | 0.05s 2026-01-04 12:33:26.180844 | fa163e78-c412-049c-01e5-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-01-04 12:33:26.222047 | fa163e78-c412-049c-01e5-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-01-04 12:33:26.223474 | fa163e78-c412-049c-01e5-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.858281 | 0.04s 2026-01-04 12:33:26.249288 | fa163e78-c412-049c-01e5-0000000005a0 | TASK | Load modules 2026-01-04 12:33:26.294727 | fa163e78-c412-049c-01e5-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-01-04 12:33:26.301589 | fa163e78-c412-049c-01e5-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.936384 | 0.05s 2026-01-04 12:33:26.328348 | fa163e78-c412-049c-01e5-0000000005a2 | TASK | Persist modules via modules-load.d 2026-01-04 12:33:26.374500 | fa163e78-c412-049c-01e5-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-01-04 12:33:26.381237 | fa163e78-c412-049c-01e5-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.016029 | 0.05s 2026-01-04 12:33:26.408174 | fa163e78-c412-049c-01e5-0000000005a4 | TASK | Drop module persistence 2026-01-04 12:33:26.454150 | fa163e78-c412-049c-01e5-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-01-04 12:33:26.460847 | fa163e78-c412-049c-01e5-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.095643 | 0.05s 2026-01-04 12:33:26.487094 | fa163e78-c412-049c-01e5-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-01-04 12:33:26.532760 | fa163e78-c412-049c-01e5-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-01-04 12:33:26.539434 | fa163e78-c412-049c-01e5-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.174182 | 0.05s 2026-01-04 12:33:26.565948 | fa163e78-c412-049c-01e5-0000000005a8 | TASK | Modules reload 2026-01-04 12:33:26.606469 | fa163e78-c412-049c-01e5-0000000005a8 | SKIPPED | Modules reload | standalone 2026-01-04 12:33:26.607595 | fa163e78-c412-049c-01e5-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.242405 | 0.04s 2026-01-04 12:33:26.633136 | fa163e78-c412-049c-01e5-0000000005aa | TASK | Reboot tasks 2026-01-04 12:33:26.686772 | fa163e78-c412-049c-01e5-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-01-04 12:33:26.687915 | fa163e78-c412-049c-01e5-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.322724 | 0.05s 2026-01-04 12:33:26.713528 | fa163e78-c412-049c-01e5-0000000005ab | TASK | Skipping reboot for deployed node 2026-01-04 12:33:26.764755 | fa163e78-c412-049c-01e5-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-01-04 12:33:26.766124 | fa163e78-c412-049c-01e5-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.400932 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-01-04 12:33:26.944480 | fa163e78-c412-049c-01e5-00000000003f | TASK | Server pre-network deployments 2026-01-04 12:33:26.974812 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-00000000003f') missing from stats 2026-01-04 12:33:26.994993 | fa163e78-c412-049c-01e5-000000000043 | TASK | Hiera config 2026-01-04 12:33:27.020974 | fa163e78-c412-049c-01e5-000000000043 | TIMING | Hiera config | standalone | 0:00:45.655782 | 0.03s 2026-01-04 12:33:27.061461 | fa163e78-c412-049c-01e5-000000000721 | TASK | Create /etc/puppet/hieradata 2026-01-04 12:33:27.295516 | fa163e78-c412-049c-01e5-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-01-04 12:33:27.297109 | fa163e78-c412-049c-01e5-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.931890 | 0.23s 2026-01-04 12:33:27.323026 | fa163e78-c412-049c-01e5-000000000722 | TASK | Write hiera config 2026-01-04 12:33:27.866674 | fa163e78-c412-049c-01e5-000000000722 | CHANGED | Write hiera config | standalone 2026-01-04 12:33:27.867734 | fa163e78-c412-049c-01e5-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.502549 | 0.54s 2026-01-04 12:33:27.905666 | fa163e78-c412-049c-01e5-000000000044 | TASK | Hiera symlink 2026-01-04 12:33:28.150305 | fa163e78-c412-049c-01e5-000000000044 | CHANGED | Hiera symlink | standalone 2026-01-04 12:33:28.152040 | fa163e78-c412-049c-01e5-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.786843 | 0.25s 2026-01-04 12:33:28.178660 | fa163e78-c412-049c-01e5-000000000045 | TASK | Hieradata from vars 2026-01-04 12:33:28.209074 | fa163e78-c412-049c-01e5-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.843877 | 0.03s 2026-01-04 12:33:28.268530 | fa163e78-c412-049c-01e5-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-01-04 12:33:28.793149 | fa163e78-c412-049c-01e5-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-01-04 12:33:28.794183 | fa163e78-c412-049c-01e5-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.428996 | 0.52s 2026-01-04 12:33:28.811955 | fa163e78-c412-049c-01e5-00000000077d | TASK | Render hieradata from template 2026-01-04 12:33:29.354051 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-01-04 12:33:29.357033 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.991832 | 0.54s 2026-01-04 12:33:29.934625 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-01-04 12:33:29.936785 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.571597 | 1.12s 2026-01-04 12:33:30.564694 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-01-04 12:33:30.567562 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.202362 | 1.75s 2026-01-04 12:33:31.018543 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-01-04 12:33:31.020866 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.655674 | 2.21s 2026-01-04 12:33:31.545608 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-01-04 12:33:31.547785 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.182592 | 2.73s 2026-01-04 12:33:32.028174 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-01-04 12:33:32.029661 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.664468 | 3.22s 2026-01-04 12:33:32.535080 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-01-04 12:33:32.537190 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.172001 | 3.72s 2026-01-04 12:33:33.010212 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-01-04 12:33:33.012828 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.647634 | 4.20s 2026-01-04 12:33:33.488020 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-01-04 12:33:33.489335 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.124141 | 4.68s 2026-01-04 12:33:33.997625 | fa163e78-c412-049c-01e5-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-01-04 12:33:33.998933 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.633741 | 5.19s 2026-01-04 12:33:34.012680 | fa163e78-c412-049c-01e5-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.647478 | 5.20s 2026-01-04 12:33:34.052851 | fa163e78-c412-049c-01e5-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-01-04 12:33:34.087162 | fa163e78-c412-049c-01e5-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.721962 | 0.03s 2026-01-04 12:33:34.159118 | fa163e78-c412-049c-01e5-000000000821 | TASK | Check for hieradata file 2026-01-04 12:33:34.389070 | fa163e78-c412-049c-01e5-000000000821 | OK | Check for hieradata file | standalone 2026-01-04 12:33:34.390684 | fa163e78-c412-049c-01e5-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.025489 | 0.23s 2026-01-04 12:33:34.416489 | fa163e78-c412-049c-01e5-000000000823 | TASK | Get existing data 2026-01-04 12:33:34.467195 | fa163e78-c412-049c-01e5-000000000823 | SKIPPED | Get existing data | standalone 2026-01-04 12:33:34.468481 | fa163e78-c412-049c-01e5-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.103289 | 0.05s 2026-01-04 12:33:34.493524 | fa163e78-c412-049c-01e5-000000000824 | TASK | Set data fact 2026-01-04 12:33:34.545197 | fa163e78-c412-049c-01e5-000000000824 | SKIPPED | Set data fact | standalone 2026-01-04 12:33:34.546818 | fa163e78-c412-049c-01e5-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.181623 | 0.05s 2026-01-04 12:33:34.572551 | fa163e78-c412-049c-01e5-000000000826 | TASK | Write ansible hieradata file 2026-01-04 12:33:35.039278 | fa163e78-c412-049c-01e5-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-01-04 12:33:35.040975 | fa163e78-c412-049c-01e5-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.675782 | 0.47s 2026-01-04 12:33:35.150632 | fa163e78-c412-049c-01e5-000000000047 | TIMING | include_tasks | standalone | 0:00:53.785430 | 0.06s PLAY [Server network deployments] ********************************************** 2026-01-04 12:33:35.312243 | fa163e78-c412-049c-01e5-00000000004b | TASK | Network Configuration 2026-01-04 12:33:35.342658 | fa163e78-c412-049c-01e5-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-00000000004b') missing from stats 2026-01-04 12:33:35.365461 | fa163e78-c412-049c-01e5-00000000004c | TASK | Check NetworkConfig script existence 2026-01-04 12:33:35.394723 | fa163e78-c412-049c-01e5-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-01-04 12:33:35.395739 | fa163e78-c412-049c-01e5-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.030551 | 0.03s 2026-01-04 12:33:35.415796 | fa163e78-c412-049c-01e5-000000000052 | TASK | Gather SELinux fact if needed 2026-01-04 12:33:35.465589 | fa163e78-c412-049c-01e5-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-01-04 12:33:35.466425 | fa163e78-c412-049c-01e5-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.101240 | 0.05s 2026-01-04 12:33:35.485712 | fa163e78-c412-049c-01e5-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-01-04 12:33:36.137622 | fa163e78-c412-049c-01e5-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-01-04 12:33:36.139255 | fa163e78-c412-049c-01e5-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.774062 | 0.65s 2026-01-04 12:33:36.165454 | fa163e78-c412-049c-01e5-000000000054 | TASK | Ensure requirements are satisfied 2026-01-04 12:33:36.196195 | fa163e78-c412-049c-01e5-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.830995 | 0.03s 2026-01-04 12:33:36.255335 | fa163e78-c412-049c-01e5-0000000008bf | TASK | Gather facts if they don't exist 2026-01-04 12:33:36.306083 | fa163e78-c412-049c-01e5-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-01-04 12:33:36.307508 | fa163e78-c412-049c-01e5-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.942313 | 0.05s 2026-01-04 12:33:36.333902 | fa163e78-c412-049c-01e5-0000000008c0 | TASK | Gather variables for each operating system 2026-01-04 12:33:36.460811 | fa163e78-c412-049c-01e5-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-01-04 12:33:36.473098 | fa163e78-c412-049c-01e5-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.107891 | 0.14s 2026-01-04 12:33:36.499840 | fa163e78-c412-049c-01e5-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-01-04 12:33:36.757533 | fa163e78-c412-049c-01e5-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-01-04 12:33:36.759087 | fa163e78-c412-049c-01e5-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.393895 | 0.26s 2026-01-04 12:33:36.784741 | fa163e78-c412-049c-01e5-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-01-04 12:33:36.829430 | fa163e78-c412-049c-01e5-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-01-04 12:33:36.830809 | fa163e78-c412-049c-01e5-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.465612 | 0.04s 2026-01-04 12:33:36.856613 | fa163e78-c412-049c-01e5-0000000008c4 | TASK | Ensure packages are actually well installed 2026-01-04 12:33:37.867513 | fa163e78-c412-049c-01e5-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-01-04 12:33:37.868954 | fa163e78-c412-049c-01e5-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.503765 | 1.01s 2026-01-04 12:33:37.917311 | fa163e78-c412-049c-01e5-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-01-04 12:33:38.157911 | fa163e78-c412-049c-01e5-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-01-04 12:33:38.159273 | fa163e78-c412-049c-01e5-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.794085 | 0.24s 2026-01-04 12:33:38.183662 | fa163e78-c412-049c-01e5-000000000057 | TASK | Reload NetworkManager 2026-01-04 12:33:38.593766 | fa163e78-c412-049c-01e5-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-01-04 12:33:38.595724 | fa163e78-c412-049c-01e5-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.230533 | 0.41s 2026-01-04 12:33:38.621813 | fa163e78-c412-049c-01e5-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-01-04 12:33:38.852086 | fa163e78-c412-049c-01e5-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-01-04 12:33:38.853690 | fa163e78-c412-049c-01e5-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.488499 | 0.23s 2026-01-04 12:33:38.878683 | fa163e78-c412-049c-01e5-00000000005a | TASK | Check for previous run of NetworkConfig 2026-01-04 12:33:39.098946 | fa163e78-c412-049c-01e5-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-01-04 12:33:39.100025 | fa163e78-c412-049c-01e5-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.734837 | 0.22s 2026-01-04 12:33:39.124470 | fa163e78-c412-049c-01e5-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-01-04 12:33:39.151964 | fa163e78-c412-049c-01e5-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-01-04 12:33:39.153071 | fa163e78-c412-049c-01e5-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.787881 | 0.03s 2026-01-04 12:33:39.177352 | fa163e78-c412-049c-01e5-00000000005c | TASK | Ensure we get cloud-init 2026-01-04 12:33:39.409811 | fa163e78-c412-049c-01e5-00000000005c | OK | Ensure we get cloud-init | standalone 2026-01-04 12:33:39.410985 | fa163e78-c412-049c-01e5-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.045798 | 0.23s 2026-01-04 12:33:39.435502 | fa163e78-c412-049c-01e5-00000000005e | TASK | Create /etc/os-net-config directory 2026-01-04 12:33:39.716966 | fa163e78-c412-049c-01e5-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-01-04 12:33:39.718225 | fa163e78-c412-049c-01e5-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.353034 | 0.28s 2026-01-04 12:33:39.743675 | fa163e78-c412-049c-01e5-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-01-04 12:33:40.167454 | fa163e78-c412-049c-01e5-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-01-04 12:33:40.168826 | fa163e78-c412-049c-01e5-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.803634 | 0.42s 2026-01-04 12:33:40.193893 | fa163e78-c412-049c-01e5-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-01-04 12:33:40.265657 | fa163e78-c412-049c-01e5-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-01-04 12:33:40.266767 | fa163e78-c412-049c-01e5-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.901575 | 0.07s 2026-01-04 12:33:40.292958 | fa163e78-c412-049c-01e5-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-01-04 12:33:40.564744 | fa163e78-c412-049c-01e5-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-01-04 12:33:40.566004 | fa163e78-c412-049c-01e5-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.200813 | 0.27s 2026-01-04 12:33:40.591485 | fa163e78-c412-049c-01e5-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-01-04 12:33:40.662453 | fa163e78-c412-049c-01e5-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.297254 | 0.07s 2026-01-04 12:33:40.687910 | 69731d20-ead1-4294-9b53-ee95fc418905 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-01-04 12:33:40.720224 | fa163e78-c412-049c-01e5-000000000909 | TASK | Set nic_config_file fact 2026-01-04 12:33:40.795270 | fa163e78-c412-049c-01e5-000000000909 | OK | Set nic_config_file fact | standalone 2026-01-04 12:33:40.796559 | fa163e78-c412-049c-01e5-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.431363 | 0.07s 2026-01-04 12:33:40.821948 | fa163e78-c412-049c-01e5-00000000090a | TASK | Render overidden network config 2026-01-04 12:33:40.895411 | fa163e78-c412-049c-01e5-00000000090a | SKIPPED | Render overidden network config | standalone 2026-01-04 12:33:40.897568 | fa163e78-c412-049c-01e5-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.532374 | 0.07s 2026-01-04 12:33:40.922351 | fa163e78-c412-049c-01e5-00000000090b | TASK | Render network_config 2026-01-04 12:33:40.994213 | fa163e78-c412-049c-01e5-00000000090b | SKIPPED | Render network_config | standalone 2026-01-04 12:33:40.995423 | fa163e78-c412-049c-01e5-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.630223 | 0.07s 2026-01-04 12:33:41.020693 | fa163e78-c412-049c-01e5-00000000090c | TASK | Render network_config from template 2026-01-04 12:33:41.592067 | fa163e78-c412-049c-01e5-00000000090c | CHANGED | Render network_config from template | standalone 2026-01-04 12:33:41.593773 | fa163e78-c412-049c-01e5-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.228576 | 0.57s 2026-01-04 12:33:41.620413 | fa163e78-c412-049c-01e5-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=389511420734.45837 2026-01-04 12:33:45.793845 | fa163e78-c412-049c-01e5-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-01-04 12:33:45.796879 | fa163e78-c412-049c-01e5-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.431684 | 4.17s 2026-01-04 12:33:45.826345 | fa163e78-c412-049c-01e5-000000000064 | TASK | Write rc of NetworkConfig script 2026-01-04 12:33:46.375473 | fa163e78-c412-049c-01e5-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-01-04 12:33:46.376391 | fa163e78-c412-049c-01e5-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.011208 | 0.55s 2026-01-04 12:33:46.401841 | fa163e78-c412-049c-01e5-000000000065 | TASK | Disable cloud-init network config 2026-01-04 12:33:46.907264 | fa163e78-c412-049c-01e5-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-01-04 12:33:46.908818 | fa163e78-c412-049c-01e5-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.543626 | 0.51s 2026-01-04 12:33:46.935094 | fa163e78-c412-049c-01e5-000000000066 | TASK | Ensure network service is enabled 2026-01-04 12:33:47.344485 | fa163e78-c412-049c-01e5-000000000066 | OK | Ensure network service is enabled | standalone 2026-01-04 12:33:47.346544 | fa163e78-c412-049c-01e5-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.981353 | 0.41s PLAY [Server network validation] *********************************************** 2026-01-04 12:33:47.520729 | fa163e78-c412-049c-01e5-000000000096 | TASK | Basic Network Validation 2026-01-04 12:33:47.547499 | fa163e78-c412-049c-01e5-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.182300 | 0.03s 2026-01-04 12:33:47.596347 | fa163e78-c412-049c-01e5-000000000945 | TASK | Collect default network fact 2026-01-04 12:33:48.234686 | fa163e78-c412-049c-01e5-000000000945 | OK | Collect default network fact | standalone 2026-01-04 12:33:48.235927 | fa163e78-c412-049c-01e5-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.870737 | 0.64s 2026-01-04 12:33:48.259992 | fa163e78-c412-049c-01e5-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-01-04 12:33:48.290327 | fa163e78-c412-049c-01e5-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-01-04 12:33:48.291768 | fa163e78-c412-049c-01e5-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.926574 | 0.03s 2026-01-04 12:33:48.315966 | fa163e78-c412-049c-01e5-000000000947 | TASK | Check all networks Gateway availability 2026-01-04 12:33:48.344208 | fa163e78-c412-049c-01e5-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.979005 | 0.03s 2026-01-04 12:33:48.369245 | fa163e78-c412-049c-01e5-000000000949 | TASK | Check Controllers availability 2026-01-04 12:33:48.434715 | fa163e78-c412-049c-01e5-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-01-04 12:33:48.441703 | fa163e78-c412-049c-01e5-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-01-04 12:33:48.447639 | fa163e78-c412-049c-01e5-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-01-04 12:33:48.455473 | fa163e78-c412-049c-01e5-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-01-04 12:33:48.466019 | fa163e78-c412-049c-01e5-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-01-04 12:33:48.471434 | fa163e78-c412-049c-01e5-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-01-04 12:33:48.484138 | fa163e78-c412-049c-01e5-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.118931 | 0.11s 2026-01-04 12:33:48.510100 | fa163e78-c412-049c-01e5-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-01-04 12:33:48.540711 | fa163e78-c412-049c-01e5-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-01-04 12:33:48.542450 | fa163e78-c412-049c-01e5-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.177250 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-01-04 12:33:48.724107 | fa163e78-c412-049c-01e5-00000000009a | TASK | Server pre deployments 2026-01-04 12:33:48.756011 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-00000000009a') missing from stats 2026-01-04 12:33:48.777132 | fa163e78-c412-049c-01e5-00000000009e | TASK | Hiera config 2026-01-04 12:33:48.805836 | fa163e78-c412-049c-01e5-00000000009e | TIMING | Hiera config | standalone | 0:01:07.440634 | 0.03s 2026-01-04 12:33:48.846601 | fa163e78-c412-049c-01e5-00000000099e | TASK | Create /etc/puppet/hieradata 2026-01-04 12:33:49.096928 | fa163e78-c412-049c-01e5-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-01-04 12:33:49.098888 | fa163e78-c412-049c-01e5-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.733686 | 0.25s 2026-01-04 12:33:49.125425 | fa163e78-c412-049c-01e5-00000000099f | TASK | Write hiera config 2026-01-04 12:33:49.602943 | fa163e78-c412-049c-01e5-00000000099f | OK | Write hiera config | standalone 2026-01-04 12:33:49.604960 | fa163e78-c412-049c-01e5-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.239762 | 0.48s 2026-01-04 12:33:49.654430 | fa163e78-c412-049c-01e5-00000000009f | TASK | Hiera symlink 2026-01-04 12:33:49.885724 | fa163e78-c412-049c-01e5-00000000009f | OK | Hiera symlink | standalone 2026-01-04 12:33:49.887637 | fa163e78-c412-049c-01e5-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.522434 | 0.23s 2026-01-04 12:33:49.914309 | fa163e78-c412-049c-01e5-0000000000a0 | TASK | Hieradata from vars 2026-01-04 12:33:49.945087 | fa163e78-c412-049c-01e5-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.579884 | 0.03s 2026-01-04 12:33:50.003929 | fa163e78-c412-049c-01e5-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-01-04 12:33:50.466203 | fa163e78-c412-049c-01e5-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-01-04 12:33:50.468040 | fa163e78-c412-049c-01e5-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.102846 | 0.46s 2026-01-04 12:33:50.494577 | fa163e78-c412-049c-01e5-0000000009fa | TASK | Render hieradata from template 2026-01-04 12:33:50.996965 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-01-04 12:33:51.000305 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.635107 | 0.50s 2026-01-04 12:33:51.567503 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-01-04 12:33:51.568769 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.203578 | 1.07s 2026-01-04 12:33:52.192535 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-01-04 12:33:52.194759 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.829569 | 1.70s 2026-01-04 12:33:52.649523 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-01-04 12:33:52.652199 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.287002 | 2.16s 2026-01-04 12:33:53.126092 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-01-04 12:33:53.127383 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.762169 | 2.63s 2026-01-04 12:33:53.570177 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-01-04 12:33:53.572535 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.207343 | 3.08s 2026-01-04 12:33:54.085845 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-01-04 12:33:54.088077 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.722885 | 3.59s 2026-01-04 12:33:54.587118 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-01-04 12:33:54.589195 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.224005 | 4.09s 2026-01-04 12:33:55.086700 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-01-04 12:33:55.089845 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.724649 | 4.59s 2026-01-04 12:33:55.598890 | fa163e78-c412-049c-01e5-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-01-04 12:33:55.599692 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.234509 | 5.10s 2026-01-04 12:33:55.608250 | fa163e78-c412-049c-01e5-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.243044 | 5.11s 2026-01-04 12:33:55.652570 | fa163e78-c412-049c-01e5-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-01-04 12:33:55.681999 | fa163e78-c412-049c-01e5-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.316798 | 0.03s 2026-01-04 12:33:55.743858 | fa163e78-c412-049c-01e5-000000000a9e | TASK | Check for hieradata file 2026-01-04 12:33:55.926798 | fa163e78-c412-049c-01e5-000000000a9e | OK | Check for hieradata file | standalone 2026-01-04 12:33:55.928413 | fa163e78-c412-049c-01e5-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.563219 | 0.18s 2026-01-04 12:33:55.954566 | fa163e78-c412-049c-01e5-000000000aa0 | TASK | Get existing data 2026-01-04 12:33:56.005182 | fa163e78-c412-049c-01e5-000000000aa0 | SKIPPED | Get existing data | standalone 2026-01-04 12:33:56.006428 | fa163e78-c412-049c-01e5-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.641236 | 0.05s 2026-01-04 12:33:56.031442 | fa163e78-c412-049c-01e5-000000000aa1 | TASK | Set data fact 2026-01-04 12:33:56.081854 | fa163e78-c412-049c-01e5-000000000aa1 | SKIPPED | Set data fact | standalone 2026-01-04 12:33:56.083011 | fa163e78-c412-049c-01e5-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.717820 | 0.05s 2026-01-04 12:33:56.107934 | fa163e78-c412-049c-01e5-000000000aa3 | TASK | Write ansible hieradata file 2026-01-04 12:33:56.642715 | fa163e78-c412-049c-01e5-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-01-04 12:33:56.644230 | fa163e78-c412-049c-01e5-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.279040 | 0.54s 2026-01-04 12:33:56.741094 | fa163e78-c412-049c-01e5-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.375898 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-01-04 12:33:56.891701 | fa163e78-c412-049c-01e5-0000000000a6 | TASK | Host prep steps 2026-01-04 12:33:56.920538 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000a6') missing from stats 2026-01-04 12:33:57.050147 | fa163e78-c412-049c-01e5-0000000000a7 | TASK | Deploy Artifacts 2026-01-04 12:33:57.162300 | fa163e78-c412-049c-01e5-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-01-04 12:33:57.163509 | fa163e78-c412-049c-01e5-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.798314 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 12:33:57.231547 | fa163e78-c412-049c-01e5-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.866353 | 0.04s 2026-01-04 12:33:57.403819 | e8178f64-f316-443b-a460-a9d0c9b2ed33 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/host_prep_tasks.yaml | standalone 2026-01-04 12:33:57.456476 | fa163e78-c412-049c-01e5-000000000b1e | TASK | Run firewall role 2026-01-04 12:33:57.482554 | fa163e78-c412-049c-01e5-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.117367 | 0.03s 2026-01-04 12:33:57.534398 | fa163e78-c412-049c-01e5-000000000c1d | TASK | Gather variables for each operating system 2026-01-04 12:33:57.653507 | fa163e78-c412-049c-01e5-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-01-04 12:33:57.654695 | fa163e78-c412-049c-01e5-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.289503 | 0.12s 2026-01-04 12:33:57.666258 | fa163e78-c412-049c-01e5-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.301073 | 0.13s 2026-01-04 12:33:57.691532 | fa163e78-c412-049c-01e5-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-01-04 12:34:00.670218 | fa163e78-c412-049c-01e5-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-01-04 12:34:00.671945 | fa163e78-c412-049c-01e5-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.306754 | 2.98s 2026-01-04 12:34:00.697784 | fa163e78-c412-049c-01e5-000000000c22 | TASK | Create empty var for masquerade rules 2026-01-04 12:34:00.738082 | fa163e78-c412-049c-01e5-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-01-04 12:34:00.739416 | fa163e78-c412-049c-01e5-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.374224 | 0.04s 2026-01-04 12:34:00.764819 | fa163e78-c412-049c-01e5-000000000c23 | TASK | Enable masquerade 2026-01-04 12:34:00.815290 | fa163e78-c412-049c-01e5-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-01-04 12:34:00.816469 | fa163e78-c412-049c-01e5-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.451281 | 0.05s 2026-01-04 12:34:00.840814 | fa163e78-c412-049c-01e5-000000000c24 | TASK | Set the default frontend firewall rules 2026-01-04 12:34:00.882311 | fa163e78-c412-049c-01e5-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-01-04 12:34:00.883684 | fa163e78-c412-049c-01e5-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.518496 | 0.04s 2026-01-04 12:34:00.908018 | fa163e78-c412-049c-01e5-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-01-04 12:34:00.958960 | fa163e78-c412-049c-01e5-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-01-04 12:34:00.960634 | fa163e78-c412-049c-01e5-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.595441 | 0.05s 2026-01-04 12:34:00.986779 | fa163e78-c412-049c-01e5-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-01-04 12:34:01.027102 | fa163e78-c412-049c-01e5-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-01-04 12:34:01.028850 | fa163e78-c412-049c-01e5-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.663660 | 0.04s 2026-01-04 12:34:01.055694 | fa163e78-c412-049c-01e5-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-01-04 12:34:01.089232 | fa163e78-c412-049c-01e5-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-01-04 12:34:01.090531 | fa163e78-c412-049c-01e5-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.725341 | 0.03s 2026-01-04 12:34:01.115094 | fa163e78-c412-049c-01e5-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-01-04 12:34:01.148758 | fa163e78-c412-049c-01e5-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-01-04 12:34:01.150085 | fa163e78-c412-049c-01e5-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.784893 | 0.03s 2026-01-04 12:34:01.174940 | fa163e78-c412-049c-01e5-000000000c2d | TASK | Enable LOG rules 2026-01-04 12:34:01.204799 | fa163e78-c412-049c-01e5-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-01-04 12:34:01.205934 | fa163e78-c412-049c-01e5-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.840743 | 0.03s 2026-01-04 12:34:01.230437 | fa163e78-c412-049c-01e5-000000000c2e | TASK | Set rule fact 2026-01-04 12:34:01.336863 | fa163e78-c412-049c-01e5-000000000c2e | OK | Set rule fact | standalone 2026-01-04 12:34:01.340686 | fa163e78-c412-049c-01e5-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.975493 | 0.11s 2026-01-04 12:34:01.371602 | fa163e78-c412-049c-01e5-000000000c2f | TASK | Manage rules via nftables 2026-01-04 12:34:01.402010 | fa163e78-c412-049c-01e5-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:20.036810 | 0.03s 2026-01-04 12:34:01.485874 | fa163e78-c412-049c-01e5-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.120682 | 0.03s 2026-01-04 12:34:01.505845 | 548f28c9-0a67-453b-887c-05c025fd8916 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-01-04 12:34:01.530528 | fa163e78-c412-049c-01e5-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-01-04 12:34:01.937230 | fa163e78-c412-049c-01e5-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-01-04 12:34:01.939663 | fa163e78-c412-049c-01e5-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.574462 | 0.41s 2026-01-04 12:34:02.282709 | fa163e78-c412-049c-01e5-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-01-04 12:34:02.285332 | fa163e78-c412-049c-01e5-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.920140 | 0.75s 2026-01-04 12:34:02.297444 | fa163e78-c412-049c-01e5-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.932243 | 0.77s 2026-01-04 12:34:02.327068 | fa163e78-c412-049c-01e5-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-01-04 12:34:03.014514 | fa163e78-c412-049c-01e5-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-01-04 12:34:03.018287 | fa163e78-c412-049c-01e5-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:21.653077 | 0.69s 2026-01-04 12:34:03.046128 | fa163e78-c412-049c-01e5-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-01-04 12:34:03.087550 | fa163e78-c412-049c-01e5-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-01-04 12:34:03.088988 | fa163e78-c412-049c-01e5-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.723797 | 0.04s 2026-01-04 12:34:03.143100 | fa163e78-c412-049c-01e5-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.777898 | 0.03s 2026-01-04 12:34:03.181513 | 9ae11f64-55ef-4ac1-b791-1a3d45e59c99 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-01-04 12:34:03.218765 | fa163e78-c412-049c-01e5-000000000d23 | TASK | Push empty ruleset 2026-01-04 12:34:03.683237 | fa163e78-c412-049c-01e5-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-01-04 12:34:03.684885 | fa163e78-c412-049c-01e5-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:22.319694 | 0.46s 2026-01-04 12:34:03.710790 | fa163e78-c412-049c-01e5-000000000d24 | TASK | Load empty ruleset 2026-01-04 12:34:03.965894 | fa163e78-c412-049c-01e5-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-01-04 12:34:03.967432 | fa163e78-c412-049c-01e5-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.602241 | 0.25s 2026-01-04 12:34:03.996696 | fa163e78-c412-049c-01e5-000000000d26 | TASK | Use default rules 2026-01-04 12:34:04.093598 | fa163e78-c412-049c-01e5-000000000d26 | OK | Use default rules | standalone 2026-01-04 12:34:04.096897 | fa163e78-c412-049c-01e5-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.731705 | 0.10s 2026-01-04 12:34:04.126153 | fa163e78-c412-049c-01e5-000000000d27 | TASK | Enable LOG rules 2026-01-04 12:34:04.224211 | fa163e78-c412-049c-01e5-000000000d27 | OK | Enable LOG rules | standalone 2026-01-04 12:34:04.227300 | fa163e78-c412-049c-01e5-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.862110 | 0.10s 2026-01-04 12:34:04.256926 | fa163e78-c412-049c-01e5-000000000d29 | TASK | Get current nftables content 2026-01-04 12:34:04.494784 | fa163e78-c412-049c-01e5-000000000d29 | CHANGED | Get current nftables content | standalone 2026-01-04 12:34:04.496311 | fa163e78-c412-049c-01e5-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.131120 | 0.24s 2026-01-04 12:34:04.522142 | fa163e78-c412-049c-01e5-000000000d2b | TASK | Generate chain jumps 2026-01-04 12:34:05.129626 | fa163e78-c412-049c-01e5-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-01-04 12:34:05.131143 | fa163e78-c412-049c-01e5-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.765951 | 0.61s 2026-01-04 12:34:05.158858 | fa163e78-c412-049c-01e5-000000000d2c | TASK | Generate chain jumps 2026-01-04 12:34:05.780273 | fa163e78-c412-049c-01e5-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-01-04 12:34:05.781983 | fa163e78-c412-049c-01e5-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.416791 | 0.62s 2026-01-04 12:34:05.805093 | fa163e78-c412-049c-01e5-000000000d2d | TASK | Generate nft flushes 2026-01-04 12:34:06.284553 | fa163e78-c412-049c-01e5-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-01-04 12:34:06.286046 | fa163e78-c412-049c-01e5-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.920854 | 0.48s 2026-01-04 12:34:06.312667 | fa163e78-c412-049c-01e5-000000000d2e | TASK | Generate nft tripleo chains 2026-01-04 12:34:06.824203 | fa163e78-c412-049c-01e5-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-01-04 12:34:06.825619 | fa163e78-c412-049c-01e5-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:25.460425 | 0.51s 2026-01-04 12:34:06.851123 | fa163e78-c412-049c-01e5-000000000d2f | TASK | Generate nft ruleset in static file 2026-01-04 12:34:08.555988 | fa163e78-c412-049c-01e5-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-01-04 12:34:08.557411 | fa163e78-c412-049c-01e5-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.192220 | 1.70s 2026-01-04 12:34:08.583135 | fa163e78-c412-049c-01e5-000000000d31 | TASK | Validate all of the generated content before loading 2026-01-04 12:34:09.112696 | fa163e78-c412-049c-01e5-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-01-04 12:34:09.114083 | fa163e78-c412-049c-01e5-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:27.748892 | 0.53s 2026-01-04 12:34:09.140009 | fa163e78-c412-049c-01e5-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-01-04 12:34:09.409224 | fa163e78-c412-049c-01e5-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-01-04 12:34:09.410673 | fa163e78-c412-049c-01e5-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.045483 | 0.27s 2026-01-04 12:34:09.464803 | fa163e78-c412-049c-01e5-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.099600 | 0.03s 2026-01-04 12:34:09.484436 | 41e88360-6bef-412b-a940-591f1a5a6c25 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-01-04 12:34:09.535983 | fa163e78-c412-049c-01e5-000000000d9a | TASK | Inject our custom chains in nftables 2026-01-04 12:34:09.775003 | fa163e78-c412-049c-01e5-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-01-04 12:34:09.776541 | fa163e78-c412-049c-01e5-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:28.411348 | 0.24s 2026-01-04 12:34:09.802326 | fa163e78-c412-049c-01e5-000000000d9b | TASK | Reload custom nftables ruleset files 2026-01-04 12:34:10.107136 | fa163e78-c412-049c-01e5-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-01-04 12:34:10.108647 | fa163e78-c412-049c-01e5-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:28.743455 | 0.30s 2026-01-04 12:34:10.178677 | fa163e78-c412-049c-01e5-000000000b1f | TASK | create persistent logs directory 2026-01-04 12:34:10.437348 | fa163e78-c412-049c-01e5-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-01-04 12:34:10.439149 | fa163e78-c412-049c-01e5-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.073953 | 0.26s 2026-01-04 12:34:10.661352 | fa163e78-c412-049c-01e5-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-01-04 12:34:10.663181 | fa163e78-c412-049c-01e5-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.297992 | 0.48s 2026-01-04 12:34:10.673710 | fa163e78-c412-049c-01e5-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.308516 | 0.49s 2026-01-04 12:34:10.699677 | fa163e78-c412-049c-01e5-000000000b20 | TASK | create persistent directories 2026-01-04 12:34:10.955621 | fa163e78-c412-049c-01e5-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-01-04 12:34:10.957219 | fa163e78-c412-049c-01e5-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.592023 | 0.26s 2026-01-04 12:34:10.966157 | fa163e78-c412-049c-01e5-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.600961 | 0.27s 2026-01-04 12:34:10.991325 | fa163e78-c412-049c-01e5-000000000b21 | TASK | create persistent directories 2026-01-04 12:34:11.240776 | fa163e78-c412-049c-01e5-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-01-04 12:34:11.243134 | fa163e78-c412-049c-01e5-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.877938 | 0.25s 2026-01-04 12:34:11.474487 | fa163e78-c412-049c-01e5-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-01-04 12:34:11.476415 | fa163e78-c412-049c-01e5-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.111224 | 0.48s 2026-01-04 12:34:11.486813 | fa163e78-c412-049c-01e5-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.121620 | 0.49s 2026-01-04 12:34:11.512350 | fa163e78-c412-049c-01e5-000000000b22 | TASK | create persistent directories 2026-01-04 12:34:11.711432 | fa163e78-c412-049c-01e5-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-01-04 12:34:11.713504 | fa163e78-c412-049c-01e5-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.348312 | 0.20s 2026-01-04 12:34:11.723647 | fa163e78-c412-049c-01e5-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.358452 | 0.21s 2026-01-04 12:34:11.749341 | fa163e78-c412-049c-01e5-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-01-04 12:34:12.906795 | fa163e78-c412-049c-01e5-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-01-04 12:34:12.908475 | fa163e78-c412-049c-01e5-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:31.543283 | 1.16s 2026-01-04 12:34:12.933184 | fa163e78-c412-049c-01e5-000000000b24 | TASK | create persistent directories 2026-01-04 12:34:13.224483 | fa163e78-c412-049c-01e5-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-01-04 12:34:13.225477 | fa163e78-c412-049c-01e5-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.860292 | 0.29s 2026-01-04 12:34:13.465291 | fa163e78-c412-049c-01e5-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-01-04 12:34:13.467293 | fa163e78-c412-049c-01e5-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.102102 | 0.53s 2026-01-04 12:34:13.477218 | fa163e78-c412-049c-01e5-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.112028 | 0.54s 2026-01-04 12:34:13.497746 | fa163e78-c412-049c-01e5-000000000b25 | TASK | create fcontext entry for cinder data 2026-01-04 12:34:14.876857 | fa163e78-c412-049c-01e5-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-01-04 12:34:14.878536 | fa163e78-c412-049c-01e5-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:33.513347 | 1.38s 2026-01-04 12:34:14.904326 | fa163e78-c412-049c-01e5-000000000b26 | TASK | create persistent directories 2026-01-04 12:34:15.172142 | fa163e78-c412-049c-01e5-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-01-04 12:34:15.173815 | fa163e78-c412-049c-01e5-000000000b26 | TIMING | create persistent directories | standalone | 0:01:33.808620 | 0.27s 2026-01-04 12:34:15.418408 | fa163e78-c412-049c-01e5-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-01-04 12:34:15.419605 | fa163e78-c412-049c-01e5-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.054414 | 0.51s 2026-01-04 12:34:15.426319 | fa163e78-c412-049c-01e5-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.061124 | 0.52s 2026-01-04 12:34:15.451914 | fa163e78-c412-049c-01e5-000000000b27 | TASK | ensure ceph configurations exist 2026-01-04 12:34:15.682677 | fa163e78-c412-049c-01e5-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-01-04 12:34:15.684190 | fa163e78-c412-049c-01e5-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:34.319000 | 0.23s 2026-01-04 12:34:15.709578 | fa163e78-c412-049c-01e5-000000000b28 | TASK | create persistent directories 2026-01-04 12:34:15.961777 | fa163e78-c412-049c-01e5-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-01-04 12:34:15.963452 | fa163e78-c412-049c-01e5-000000000b28 | TIMING | create persistent directories | standalone | 0:01:34.598258 | 0.25s 2026-01-04 12:34:15.975393 | fa163e78-c412-049c-01e5-000000000b28 | TIMING | create persistent directories | standalone | 0:01:34.610176 | 0.26s 2026-01-04 12:34:16.000042 | fa163e78-c412-049c-01e5-000000000b2a | TASK | Create cinder image conversion directory 2026-01-04 12:34:16.029132 | fa163e78-c412-049c-01e5-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-01-04 12:34:16.030182 | fa163e78-c412-049c-01e5-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:34.664992 | 0.03s 2026-01-04 12:34:16.053855 | fa163e78-c412-049c-01e5-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-01-04 12:34:16.084125 | fa163e78-c412-049c-01e5-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-01-04 12:34:16.085143 | fa163e78-c412-049c-01e5-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:34.719955 | 0.03s 2026-01-04 12:34:16.108280 | fa163e78-c412-049c-01e5-000000000b2d | TASK | cinder_configure_lvm fact 2026-01-04 12:34:16.138315 | fa163e78-c412-049c-01e5-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-01-04 12:34:16.139447 | fa163e78-c412-049c-01e5-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:34.774257 | 0.03s 2026-01-04 12:34:16.163485 | fa163e78-c412-049c-01e5-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-01-04 12:34:19.061817 | fa163e78-c412-049c-01e5-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-01-04 12:34:19.063333 | fa163e78-c412-049c-01e5-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:37.698143 | 2.90s 2026-01-04 12:34:19.087330 | fa163e78-c412-049c-01e5-000000000b30 | TASK | cinder create LVM volume group dd 2026-01-04 12:34:19.320016 | fa163e78-c412-049c-01e5-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-01-04 12:34:19.320982 | fa163e78-c412-049c-01e5-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:37.955801 | 0.23s 2026-01-04 12:34:19.338073 | fa163e78-c412-049c-01e5-000000000b31 | TASK | Get or create LVM loopback device 2026-01-04 12:34:19.626472 | fa163e78-c412-049c-01e5-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-01-04 12:34:19.627968 | fa163e78-c412-049c-01e5-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:38.262776 | 0.29s 2026-01-04 12:34:19.652634 | fa163e78-c412-049c-01e5-000000000b32 | TASK | Create LVM volume group 2026-01-04 12:34:20.222811 | fa163e78-c412-049c-01e5-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-01-04 12:34:20.224290 | fa163e78-c412-049c-01e5-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:38.859098 | 0.57s 2026-01-04 12:34:20.250488 | fa163e78-c412-049c-01e5-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-01-04 12:34:20.749816 | fa163e78-c412-049c-01e5-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-01-04 12:34:20.751467 | fa163e78-c412-049c-01e5-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:39.386273 | 0.50s 2026-01-04 12:34:20.776441 | fa163e78-c412-049c-01e5-000000000b34 | TASK | cinder enable the LVM losetup service 2026-01-04 12:34:22.015494 | fa163e78-c412-049c-01e5-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-01-04 12:34:22.019190 | fa163e78-c412-049c-01e5-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:40.653991 | 1.24s 2026-01-04 12:34:22.045604 | fa163e78-c412-049c-01e5-000000000b36 | TASK | allow logrotate to read inside containers 2026-01-04 12:34:23.075042 | fa163e78-c412-049c-01e5-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-01-04 12:34:23.076737 | fa163e78-c412-049c-01e5-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:41.711547 | 1.03s 2026-01-04 12:34:23.101269 | fa163e78-c412-049c-01e5-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-01-04 12:34:25.333765 | fa163e78-c412-049c-01e5-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-01-04 12:34:25.336775 | fa163e78-c412-049c-01e5-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:43.971571 | 2.23s 2026-01-04 12:34:25.393632 | fa163e78-c412-049c-01e5-000000000b39 | OK | set_fact | standalone 2026-01-04 12:34:25.394974 | fa163e78-c412-049c-01e5-000000000b39 | TIMING | set_fact | standalone | 0:01:44.029781 | 0.03s 2026-01-04 12:34:25.450604 | fa163e78-c412-049c-01e5-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.085403 | 0.03s 2026-01-04 12:34:25.509301 | fa163e78-c412-049c-01e5-000000000ee1 | TASK | ensure apache is installed 2026-01-04 12:34:32.133984 | fa163e78-c412-049c-01e5-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-01-04 12:34:32.135882 | fa163e78-c412-049c-01e5-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:50.770690 | 6.63s 2026-01-04 12:34:32.161322 | fa163e78-c412-049c-01e5-000000000ee2 | TASK | create image data directory 2026-01-04 12:34:32.426082 | fa163e78-c412-049c-01e5-000000000ee2 | CHANGED | create image data directory | standalone 2026-01-04 12:34:32.427992 | fa163e78-c412-049c-01e5-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.062799 | 0.27s 2026-01-04 12:34:32.452841 | fa163e78-c412-049c-01e5-000000000ee3 | TASK | create /v2/ response file 2026-01-04 12:34:32.918512 | fa163e78-c412-049c-01e5-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-01-04 12:34:32.920001 | fa163e78-c412-049c-01e5-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.554811 | 0.47s 2026-01-04 12:34:32.945095 | fa163e78-c412-049c-01e5-000000000ee4 | TASK | Add listen line 2026-01-04 12:34:33.362910 | fa163e78-c412-049c-01e5-000000000ee4 | CHANGED | Add listen line | standalone 2026-01-04 12:34:33.364705 | fa163e78-c412-049c-01e5-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:51.999516 | 0.42s 2026-01-04 12:34:33.390129 | fa163e78-c412-049c-01e5-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-01-04 12:34:33.913059 | fa163e78-c412-049c-01e5-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-01-04 12:34:33.914604 | fa163e78-c412-049c-01e5-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.549411 | 0.52s 2026-01-04 12:34:33.940314 | fa163e78-c412-049c-01e5-000000000ee6 | TASK | Image-Serve | restart httpd 2026-01-04 12:34:34.898676 | fa163e78-c412-049c-01e5-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-01-04 12:34:34.900926 | fa163e78-c412-049c-01e5-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.535736 | 0.96s 2026-01-04 12:34:34.949119 | fa163e78-c412-049c-01e5-000000000b3c | TASK | create persistent logs directory 2026-01-04 12:34:35.196163 | fa163e78-c412-049c-01e5-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-01-04 12:34:35.197209 | fa163e78-c412-049c-01e5-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.832024 | 0.25s 2026-01-04 12:34:35.406881 | fa163e78-c412-049c-01e5-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-01-04 12:34:35.407894 | fa163e78-c412-049c-01e5-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.042701 | 0.46s 2026-01-04 12:34:35.414563 | fa163e78-c412-049c-01e5-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.049372 | 0.46s 2026-01-04 12:34:35.439535 | fa163e78-c412-049c-01e5-000000000b3d | TASK | Mount NFS on host 2026-01-04 12:34:35.469204 | fa163e78-c412-049c-01e5-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-01-04 12:34:35.470319 | fa163e78-c412-049c-01e5-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.105128 | 0.03s 2026-01-04 12:34:35.494532 | fa163e78-c412-049c-01e5-000000000b3e | TASK | Mount Node Staging Location 2026-01-04 12:34:35.523780 | fa163e78-c412-049c-01e5-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-01-04 12:34:35.524872 | fa163e78-c412-049c-01e5-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.159681 | 0.03s 2026-01-04 12:34:35.548820 | fa163e78-c412-049c-01e5-000000000b3f | TASK | ensure /var/lib/glance exists 2026-01-04 12:34:35.810757 | fa163e78-c412-049c-01e5-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-01-04 12:34:35.812057 | fa163e78-c412-049c-01e5-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.446869 | 0.26s 2026-01-04 12:34:35.836235 | fa163e78-c412-049c-01e5-000000000b40 | TASK | create logs directory 2026-01-04 12:34:36.095669 | fa163e78-c412-049c-01e5-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-01-04 12:34:36.097426 | fa163e78-c412-049c-01e5-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.732230 | 0.26s 2026-01-04 12:34:36.316988 | fa163e78-c412-049c-01e5-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-01-04 12:34:36.318221 | fa163e78-c412-049c-01e5-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.953031 | 0.48s 2026-01-04 12:34:36.325675 | fa163e78-c412-049c-01e5-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.960482 | 0.49s 2026-01-04 12:34:36.351007 | fa163e78-c412-049c-01e5-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-01-04 12:34:36.380543 | fa163e78-c412-049c-01e5-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-01-04 12:34:36.381683 | fa163e78-c412-049c-01e5-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:55.016487 | 0.03s 2026-01-04 12:34:36.405675 | fa163e78-c412-049c-01e5-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-01-04 12:34:36.636169 | fa163e78-c412-049c-01e5-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-01-04 12:34:36.637718 | fa163e78-c412-049c-01e5-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.272526 | 0.23s 2026-01-04 12:34:36.662772 | fa163e78-c412-049c-01e5-000000000b43 | TASK | create persistent directories 2026-01-04 12:34:36.912837 | fa163e78-c412-049c-01e5-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-01-04 12:34:36.915316 | fa163e78-c412-049c-01e5-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.550120 | 0.25s 2026-01-04 12:34:36.925337 | fa163e78-c412-049c-01e5-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.560143 | 0.26s 2026-01-04 12:34:36.950996 | fa163e78-c412-049c-01e5-000000000b44 | TASK | create persistent data directory 2026-01-04 12:34:37.193138 | fa163e78-c412-049c-01e5-000000000b44 | OK | create persistent data directory | standalone 2026-01-04 12:34:37.194651 | fa163e78-c412-049c-01e5-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:55.829459 | 0.24s 2026-01-04 12:34:37.219527 | fa163e78-c412-049c-01e5-000000000b45 | TASK | create persistent directories 2026-01-04 12:34:37.483687 | fa163e78-c412-049c-01e5-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-01-04 12:34:37.486551 | fa163e78-c412-049c-01e5-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.121351 | 0.27s 2026-01-04 12:34:37.707517 | fa163e78-c412-049c-01e5-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-01-04 12:34:37.709085 | fa163e78-c412-049c-01e5-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.343900 | 0.49s 2026-01-04 12:34:37.720102 | fa163e78-c412-049c-01e5-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.354902 | 0.50s 2026-01-04 12:34:37.745971 | fa163e78-c412-049c-01e5-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-01-04 12:34:44.810906 | fa163e78-c412-049c-01e5-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-01-04 12:34:44.812397 | fa163e78-c412-049c-01e5-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.447177 | 7.06s 2026-01-04 12:34:44.837919 | fa163e78-c412-049c-01e5-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-01-04 12:34:44.926951 | fa163e78-c412-049c-01e5-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.71 seconds", "Notice: Applied catalog in 0.27 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.23", " Catalog application: 0.27", " Config retrieval: 0.79", " Last run: 1767530084", " Total: 0.27", "Version:", " Config: 1767530083", " 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-01-04 12:34:44.928391 | fa163e78-c412-049c-01e5-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.563164 | 0.09s 2026-01-04 12:34:44.957157 | fa163e78-c412-049c-01e5-000000000b48 | TASK | create persistent directories 2026-01-04 12:34:45.186834 | fa163e78-c412-049c-01e5-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-01-04 12:34:45.188895 | fa163e78-c412-049c-01e5-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.823694 | 0.23s 2026-01-04 12:34:45.333831 | fa163e78-c412-049c-01e5-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-01-04 12:34:45.335060 | fa163e78-c412-049c-01e5-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.969870 | 0.38s 2026-01-04 12:34:45.342227 | fa163e78-c412-049c-01e5-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.977026 | 0.38s 2026-01-04 12:34:45.370571 | fa163e78-c412-049c-01e5-000000000b49 | TASK | create persistent directories 2026-01-04 12:34:45.588226 | fa163e78-c412-049c-01e5-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-01-04 12:34:45.590312 | fa163e78-c412-049c-01e5-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.225114 | 0.22s 2026-01-04 12:34:45.762005 | fa163e78-c412-049c-01e5-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-01-04 12:34:45.764249 | fa163e78-c412-049c-01e5-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.399062 | 0.39s 2026-01-04 12:34:45.774931 | fa163e78-c412-049c-01e5-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.409728 | 0.40s 2026-01-04 12:34:45.802032 | fa163e78-c412-049c-01e5-000000000b4a | TASK | create persistent directories 2026-01-04 12:34:46.044679 | fa163e78-c412-049c-01e5-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-01-04 12:34:46.047574 | fa163e78-c412-049c-01e5-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.682373 | 0.24s 2026-01-04 12:34:46.057828 | fa163e78-c412-049c-01e5-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.692595 | 0.25s 2026-01-04 12:34:46.090332 | fa163e78-c412-049c-01e5-000000000b4b | TASK | create persistent directories 2026-01-04 12:34:46.358109 | fa163e78-c412-049c-01e5-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-01-04 12:34:46.361170 | fa163e78-c412-049c-01e5-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.995971 | 0.27s 2026-01-04 12:34:46.556654 | fa163e78-c412-049c-01e5-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-01-04 12:34:46.558204 | fa163e78-c412-049c-01e5-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.193012 | 0.47s 2026-01-04 12:34:46.759546 | fa163e78-c412-049c-01e5-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-01-04 12:34:46.761971 | fa163e78-c412-049c-01e5-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.396766 | 0.67s 2026-01-04 12:34:46.973670 | fa163e78-c412-049c-01e5-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-01-04 12:34:46.976280 | fa163e78-c412-049c-01e5-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.611081 | 0.88s 2026-01-04 12:34:46.988121 | fa163e78-c412-049c-01e5-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.622913 | 0.90s 2026-01-04 12:34:47.018065 | fa163e78-c412-049c-01e5-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-01-04 12:34:47.500717 | fa163e78-c412-049c-01e5-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-01-04 12:34:47.502304 | fa163e78-c412-049c-01e5-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:06.137114 | 0.48s 2026-01-04 12:34:47.527117 | fa163e78-c412-049c-01e5-000000000b4d | TASK | create fcontext entry for iscsi 2026-01-04 12:34:48.885038 | fa163e78-c412-049c-01e5-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-01-04 12:34:48.887026 | fa163e78-c412-049c-01e5-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.521833 | 1.36s 2026-01-04 12:34:50.237436 | fa163e78-c412-049c-01e5-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-01-04 12:34:50.239665 | fa163e78-c412-049c-01e5-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.874471 | 2.71s 2026-01-04 12:34:51.555677 | fa163e78-c412-049c-01e5-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-01-04 12:34:51.558256 | fa163e78-c412-049c-01e5-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.193068 | 4.03s 2026-01-04 12:34:51.568413 | fa163e78-c412-049c-01e5-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.203218 | 4.04s 2026-01-04 12:34:51.593563 | fa163e78-c412-049c-01e5-000000000b4e | TASK | create persistent directories 2026-01-04 12:34:51.856555 | fa163e78-c412-049c-01e5-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-01-04 12:34:51.858980 | fa163e78-c412-049c-01e5-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.493788 | 0.26s 2026-01-04 12:34:52.086044 | fa163e78-c412-049c-01e5-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-01-04 12:34:52.087255 | fa163e78-c412-049c-01e5-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.722066 | 0.49s 2026-01-04 12:34:52.303488 | fa163e78-c412-049c-01e5-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-01-04 12:34:52.305422 | fa163e78-c412-049c-01e5-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.940230 | 0.71s 2026-01-04 12:34:52.316349 | fa163e78-c412-049c-01e5-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.951151 | 0.72s 2026-01-04 12:34:52.342810 | fa163e78-c412-049c-01e5-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-01-04 12:34:52.574407 | fa163e78-c412-049c-01e5-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-01-04 12:34:52.575837 | fa163e78-c412-049c-01e5-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:11.210649 | 0.23s 2026-01-04 12:34:52.600623 | fa163e78-c412-049c-01e5-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-01-04 12:34:52.629900 | fa163e78-c412-049c-01e5-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-01-04 12:34:52.631324 | fa163e78-c412-049c-01e5-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:11.266132 | 0.03s 2026-01-04 12:34:52.655774 | fa163e78-c412-049c-01e5-000000000b51 | TASK | Check if iscsi.service is enabled 2026-01-04 12:34:52.909398 | fa163e78-c412-049c-01e5-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-01-04 12:34:52.910812 | fa163e78-c412-049c-01e5-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:11.545624 | 0.25s 2026-01-04 12:34:52.935210 | fa163e78-c412-049c-01e5-000000000b52 | TASK | Stop iscsi.service 2026-01-04 12:34:52.976542 | fa163e78-c412-049c-01e5-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-01-04 12:34:52.978004 | fa163e78-c412-049c-01e5-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:11.612811 | 0.04s 2026-01-04 12:34:53.031470 | fa163e78-c412-049c-01e5-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:11.666263 | 0.03s 2026-01-04 12:34:53.133777 | fa163e78-c412-049c-01e5-00000000104c | TASK | Install additional packages 2026-01-04 12:34:53.162548 | fa163e78-c412-049c-01e5-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:11.797356 | 0.03s 2026-01-04 12:34:53.179650 | fa163e78-c412-049c-01e5-00000000104d | TASK | Remove dracut-config-generic 2026-01-04 12:34:56.975328 | fa163e78-c412-049c-01e5-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-01-04 12:34:56.976851 | fa163e78-c412-049c-01e5-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:15.611661 | 3.80s 2026-01-04 12:34:57.001954 | fa163e78-c412-049c-01e5-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-01-04 12:34:57.258655 | fa163e78-c412-049c-01e5-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-01-04 12:34:57.260124 | fa163e78-c412-049c-01e5-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:15.894933 | 0.26s 2026-01-04 12:34:57.285150 | fa163e78-c412-049c-01e5-00000000104f | TASK | Write list of modules to load at boot 2026-01-04 12:34:57.813849 | fa163e78-c412-049c-01e5-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-01-04 12:34:57.815317 | fa163e78-c412-049c-01e5-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.450127 | 0.53s 2026-01-04 12:34:57.841532 | fa163e78-c412-049c-01e5-000000001050 | TASK | Modules reload 2026-01-04 12:34:58.280980 | fa163e78-c412-049c-01e5-000000001050 | CHANGED | Modules reload | standalone 2026-01-04 12:34:58.283072 | fa163e78-c412-049c-01e5-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:16.917878 | 0.44s 2026-01-04 12:34:58.309727 | fa163e78-c412-049c-01e5-000000001051 | TASK | Set default sysctl options 2026-01-04 12:34:58.848290 | fa163e78-c412-049c-01e5-000000001051 | CHANGED | Set default sysctl options | standalone 2026-01-04 12:34:58.849857 | fa163e78-c412-049c-01e5-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:17.484666 | 0.54s 2026-01-04 12:34:58.875475 | fa163e78-c412-049c-01e5-000000001052 | TASK | Set extra sysctl options 2026-01-04 12:34:59.271170 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-01-04 12:34:59.272743 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.907551 | 0.40s 2026-01-04 12:34:59.519935 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-01-04 12:34:59.520951 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.155764 | 0.64s 2026-01-04 12:34:59.720683 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-01-04 12:34:59.721851 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.356661 | 0.84s 2026-01-04 12:34:59.945541 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-01-04 12:34:59.946613 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.581424 | 1.07s 2026-01-04 12:35:00.186987 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-01-04 12:35:00.188808 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.823617 | 1.31s 2026-01-04 12:35:00.385646 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-01-04 12:35:00.386511 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.021324 | 1.51s 2026-01-04 12:35:00.582983 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-01-04 12:35:00.584417 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.219233 | 1.71s 2026-01-04 12:35:00.796663 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-01-04 12:35:00.798387 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.433165 | 1.92s 2026-01-04 12:35:01.036751 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-01-04 12:35:01.037676 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.672490 | 2.16s 2026-01-04 12:35:01.292679 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-01-04 12:35:01.293442 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.928259 | 2.42s 2026-01-04 12:35:01.505035 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-01-04 12:35:01.505906 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.140720 | 2.63s 2026-01-04 12:35:01.760236 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-01-04 12:35:01.761099 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.395916 | 2.88s 2026-01-04 12:35:02.007155 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-01-04 12:35:02.008011 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.642828 | 3.13s 2026-01-04 12:35:02.243611 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-01-04 12:35:02.245486 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.880297 | 3.37s 2026-01-04 12:35:02.488077 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-01-04 12:35:02.489051 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.123864 | 3.61s 2026-01-04 12:35:02.727141 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-01-04 12:35:02.728068 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.362882 | 3.85s 2026-01-04 12:35:02.944026 | fa163e78-c412-049c-01e5-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-01-04 12:35:02.944983 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.579797 | 4.07s 2026-01-04 12:35:02.950418 | fa163e78-c412-049c-01e5-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.585218 | 4.07s 2026-01-04 12:35:02.972910 | fa163e78-c412-049c-01e5-000000001054 | TASK | Sysctl reload 2026-01-04 12:35:04.411626 | fa163e78-c412-049c-01e5-000000001054 | CHANGED | Sysctl reload | standalone 2026-01-04 12:35:04.413826 | fa163e78-c412-049c-01e5-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:23.048634 | 1.44s 2026-01-04 12:35:04.464958 | fa163e78-c412-049c-01e5-000000000b54 | TASK | create persistent directories 2026-01-04 12:35:04.723428 | fa163e78-c412-049c-01e5-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-01-04 12:35:04.726012 | fa163e78-c412-049c-01e5-000000000b54 | TIMING | create persistent directories | standalone | 0:02:23.360818 | 0.26s 2026-01-04 12:35:04.897453 | fa163e78-c412-049c-01e5-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-01-04 12:35:04.899487 | fa163e78-c412-049c-01e5-000000000b54 | TIMING | create persistent directories | standalone | 0:02:23.534297 | 0.43s 2026-01-04 12:35:04.910043 | fa163e78-c412-049c-01e5-000000000b54 | TIMING | create persistent directories | standalone | 0:02:23.544847 | 0.44s 2026-01-04 12:35:04.935953 | fa163e78-c412-049c-01e5-000000000b55 | TASK | Check if file certs_valid exist 2026-01-04 12:35:05.134139 | fa163e78-c412-049c-01e5-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-01-04 12:35:05.135578 | fa163e78-c412-049c-01e5-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:23.770388 | 0.20s 2026-01-04 12:35:05.160763 | fa163e78-c412-049c-01e5-000000000b56 | TASK | Check if file cert9.db exist 2026-01-04 12:35:05.340673 | fa163e78-c412-049c-01e5-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-01-04 12:35:05.342028 | fa163e78-c412-049c-01e5-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:23.976840 | 0.18s 2026-01-04 12:35:05.367987 | fa163e78-c412-049c-01e5-000000000b57 | TASK | Check if file key4.db exist 2026-01-04 12:35:05.605566 | fa163e78-c412-049c-01e5-000000000b57 | OK | Check if file key4.db exist | standalone 2026-01-04 12:35:05.606996 | fa163e78-c412-049c-01e5-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:24.241806 | 0.24s 2026-01-04 12:35:05.662188 | fa163e78-c412-049c-01e5-000000000b58 | SKIPPED | fail | standalone 2026-01-04 12:35:05.663558 | fa163e78-c412-049c-01e5-000000000b58 | TIMING | fail | standalone | 0:02:24.298365 | 0.03s 2026-01-04 12:35:05.687633 | fa163e78-c412-049c-01e5-000000000b59 | TASK | Create persistent directories 2026-01-04 12:35:05.961124 | fa163e78-c412-049c-01e5-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-01-04 12:35:05.963808 | fa163e78-c412-049c-01e5-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.598614 | 0.27s 2026-01-04 12:35:06.190700 | fa163e78-c412-049c-01e5-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-01-04 12:35:06.191526 | fa163e78-c412-049c-01e5-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.826343 | 0.50s 2026-01-04 12:35:06.195493 | fa163e78-c412-049c-01e5-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:24.830298 | 0.51s 2026-01-04 12:35:06.220891 | fa163e78-c412-049c-01e5-000000000b5a | TASK | create persistent directories 2026-01-04 12:35:06.440548 | fa163e78-c412-049c-01e5-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-01-04 12:35:06.442136 | fa163e78-c412-049c-01e5-000000000b5a | TIMING | create persistent directories | standalone | 0:02:25.076943 | 0.22s 2026-01-04 12:35:06.448606 | fa163e78-c412-049c-01e5-000000000b5a | TIMING | create persistent directories | standalone | 0:02:25.083419 | 0.23s 2026-01-04 12:35:06.476342 | fa163e78-c412-049c-01e5-000000000b5b | TASK | create persistent directories 2026-01-04 12:35:06.733316 | fa163e78-c412-049c-01e5-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-01-04 12:35:06.736041 | fa163e78-c412-049c-01e5-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.370839 | 0.26s 2026-01-04 12:35:06.953057 | fa163e78-c412-049c-01e5-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-01-04 12:35:06.954521 | fa163e78-c412-049c-01e5-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.589329 | 0.48s 2026-01-04 12:35:06.961304 | fa163e78-c412-049c-01e5-000000000b5b | TIMING | create persistent directories | standalone | 0:02:25.596106 | 0.48s 2026-01-04 12:35:06.980204 | fa163e78-c412-049c-01e5-000000000b5c | TASK | create persistent directories 2026-01-04 12:35:07.278505 | fa163e78-c412-049c-01e5-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-01-04 12:35:07.280089 | fa163e78-c412-049c-01e5-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.914895 | 0.30s 2026-01-04 12:35:07.286149 | fa163e78-c412-049c-01e5-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.920962 | 0.30s 2026-01-04 12:35:07.312153 | fa163e78-c412-049c-01e5-000000000b5d | TASK | create persistent directories 2026-01-04 12:35:07.597050 | fa163e78-c412-049c-01e5-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-01-04 12:35:07.599521 | fa163e78-c412-049c-01e5-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.234325 | 0.29s 2026-01-04 12:35:07.833508 | fa163e78-c412-049c-01e5-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-01-04 12:35:07.835325 | fa163e78-c412-049c-01e5-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.470134 | 0.52s 2026-01-04 12:35:08.086157 | fa163e78-c412-049c-01e5-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-01-04 12:35:08.087820 | fa163e78-c412-049c-01e5-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.722627 | 0.77s 2026-01-04 12:35:08.095502 | fa163e78-c412-049c-01e5-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.730314 | 0.78s 2026-01-04 12:35:08.123307 | fa163e78-c412-049c-01e5-000000000b5e | TASK | create persistent directories 2026-01-04 12:35:08.364711 | fa163e78-c412-049c-01e5-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-01-04 12:35:08.366850 | fa163e78-c412-049c-01e5-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.001649 | 0.24s 2026-01-04 12:35:08.562139 | fa163e78-c412-049c-01e5-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-01-04 12:35:08.564197 | fa163e78-c412-049c-01e5-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.198997 | 0.44s 2026-01-04 12:35:08.573168 | fa163e78-c412-049c-01e5-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.207961 | 0.45s 2026-01-04 12:35:08.600915 | fa163e78-c412-049c-01e5-000000000b5f | TASK | create persistent directories 2026-01-04 12:35:08.853139 | fa163e78-c412-049c-01e5-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-01-04 12:35:08.854846 | fa163e78-c412-049c-01e5-000000000b5f | TIMING | create persistent directories | standalone | 0:02:27.489651 | 0.25s 2026-01-04 12:35:08.867029 | fa163e78-c412-049c-01e5-000000000b5f | TIMING | create persistent directories | standalone | 0:02:27.501823 | 0.26s 2026-01-04 12:35:08.892791 | fa163e78-c412-049c-01e5-000000000b60 | TASK | creating directory 2026-01-04 12:35:09.126051 | fa163e78-c412-049c-01e5-000000000b60 | CHANGED | creating directory | standalone 2026-01-04 12:35:09.127976 | fa163e78-c412-049c-01e5-000000000b60 | TIMING | creating directory | standalone | 0:02:27.762781 | 0.23s 2026-01-04 12:35:09.154731 | fa163e78-c412-049c-01e5-000000000b61 | TASK | derive pci passthrough whitelist 2026-01-04 12:35:09.665478 | fa163e78-c412-049c-01e5-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-01-04 12:35:09.667235 | fa163e78-c412-049c-01e5-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:28.302038 | 0.51s 2026-01-04 12:35:09.693206 | fa163e78-c412-049c-01e5-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-01-04 12:35:10.467870 | fa163e78-c412-049c-01e5-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-01-04 12:35:10.469503 | fa163e78-c412-049c-01e5-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:29.104308 | 0.77s 2026-01-04 12:35:10.494313 | fa163e78-c412-049c-01e5-000000000b63 | TASK | create /run/netns with temp namespace 2026-01-04 12:35:10.740533 | fa163e78-c412-049c-01e5-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-01-04 12:35:10.742164 | fa163e78-c412-049c-01e5-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:29.376970 | 0.25s 2026-01-04 12:35:10.769556 | fa163e78-c412-049c-01e5-000000000b64 | TASK | remove temp namespace 2026-01-04 12:35:11.019063 | fa163e78-c412-049c-01e5-000000000b64 | CHANGED | remove temp namespace | standalone 2026-01-04 12:35:11.020509 | fa163e78-c412-049c-01e5-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:29.655317 | 0.24s 2026-01-04 12:35:11.045249 | fa163e78-c412-049c-01e5-000000000b65 | TASK | create /var/lib/neutron 2026-01-04 12:35:11.290757 | fa163e78-c412-049c-01e5-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-01-04 12:35:11.292168 | fa163e78-c412-049c-01e5-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:29.926977 | 0.25s 2026-01-04 12:35:11.316840 | fa163e78-c412-049c-01e5-000000000b66 | TASK | set conditions 2026-01-04 12:35:11.348167 | fa163e78-c412-049c-01e5-000000000b66 | OK | set conditions | standalone 2026-01-04 12:35:11.349250 | fa163e78-c412-049c-01e5-000000000b66 | TIMING | set conditions | standalone | 0:02:29.984060 | 0.03s 2026-01-04 12:35:11.373395 | fa163e78-c412-049c-01e5-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-01-04 12:35:11.608946 | fa163e78-c412-049c-01e5-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-01-04 12:35:11.610396 | fa163e78-c412-049c-01e5-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:30.245181 | 0.24s 2026-01-04 12:35:11.634783 | fa163e78-c412-049c-01e5-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-01-04 12:35:12.109675 | fa163e78-c412-049c-01e5-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-01-04 12:35:12.111512 | fa163e78-c412-049c-01e5-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:30.746315 | 0.48s 2026-01-04 12:35:12.138327 | fa163e78-c412-049c-01e5-000000000b69 | TASK | create haproxy kill script 2026-01-04 12:35:12.584146 | fa163e78-c412-049c-01e5-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-01-04 12:35:12.585982 | fa163e78-c412-049c-01e5-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:31.220788 | 0.45s 2026-01-04 12:35:12.611466 | fa163e78-c412-049c-01e5-000000000b6a | TASK | create persistent directories 2026-01-04 12:35:12.856909 | fa163e78-c412-049c-01e5-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-01-04 12:35:12.859885 | fa163e78-c412-049c-01e5-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.494679 | 0.25s 2026-01-04 12:35:13.063977 | fa163e78-c412-049c-01e5-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-01-04 12:35:13.065852 | fa163e78-c412-049c-01e5-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.700661 | 0.45s 2026-01-04 12:35:13.075976 | fa163e78-c412-049c-01e5-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.710774 | 0.46s 2026-01-04 12:35:13.095828 | fa163e78-c412-049c-01e5-000000000b6b | TASK | create persistent directories 2026-01-04 12:35:13.336680 | fa163e78-c412-049c-01e5-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-01-04 12:35:13.338250 | fa163e78-c412-049c-01e5-000000000b6b | TIMING | create persistent directories | standalone | 0:02:31.973055 | 0.24s 2026-01-04 12:35:13.344820 | fa163e78-c412-049c-01e5-000000000b6b | TIMING | create persistent directories | standalone | 0:02:31.979612 | 0.25s 2026-01-04 12:35:13.372516 | fa163e78-c412-049c-01e5-000000000b6c | TASK | create persistent directories 2026-01-04 12:35:13.633237 | fa163e78-c412-049c-01e5-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-01-04 12:35:13.635844 | fa163e78-c412-049c-01e5-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.270646 | 0.26s 2026-01-04 12:35:13.849658 | fa163e78-c412-049c-01e5-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-01-04 12:35:13.851578 | fa163e78-c412-049c-01e5-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.486385 | 0.48s 2026-01-04 12:35:13.862193 | fa163e78-c412-049c-01e5-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.496985 | 0.49s 2026-01-04 12:35:13.889943 | fa163e78-c412-049c-01e5-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-01-04 12:35:14.107455 | fa163e78-c412-049c-01e5-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-01-04 12:35:14.108949 | fa163e78-c412-049c-01e5-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:32.743753 | 0.22s 2026-01-04 12:35:14.138833 | fa163e78-c412-049c-01e5-000000000b6e | TASK | create persistent directories 2026-01-04 12:35:14.406803 | fa163e78-c412-049c-01e5-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-01-04 12:35:14.409542 | fa163e78-c412-049c-01e5-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.044345 | 0.27s 2026-01-04 12:35:14.610272 | fa163e78-c412-049c-01e5-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-01-04 12:35:14.612433 | fa163e78-c412-049c-01e5-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.247237 | 0.47s 2026-01-04 12:35:14.863743 | fa163e78-c412-049c-01e5-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-01-04 12:35:14.865236 | fa163e78-c412-049c-01e5-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.500043 | 0.72s 2026-01-04 12:35:15.104820 | fa163e78-c412-049c-01e5-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-01-04 12:35:15.107117 | fa163e78-c412-049c-01e5-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.741919 | 0.97s 2026-01-04 12:35:15.305782 | fa163e78-c412-049c-01e5-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-01-04 12:35:15.306870 | fa163e78-c412-049c-01e5-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.941680 | 1.17s 2026-01-04 12:35:15.314721 | fa163e78-c412-049c-01e5-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.949528 | 1.17s 2026-01-04 12:35:15.340796 | fa163e78-c412-049c-01e5-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-01-04 12:35:15.785260 | fa163e78-c412-049c-01e5-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-01-04 12:35:15.786635 | fa163e78-c412-049c-01e5-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:34.421443 | 0.44s 2026-01-04 12:35:15.811226 | fa163e78-c412-049c-01e5-000000000b70 | TASK | create tempfiles 2026-01-04 12:35:16.131195 | fa163e78-c412-049c-01e5-000000000b70 | CHANGED | create tempfiles | standalone 2026-01-04 12:35:16.132728 | fa163e78-c412-049c-01e5-000000000b70 | TIMING | create tempfiles | standalone | 0:02:34.767536 | 0.32s 2026-01-04 12:35:16.157648 | fa163e78-c412-049c-01e5-000000000b71 | TASK | Mount Nova NFS Share 2026-01-04 12:35:16.189510 | fa163e78-c412-049c-01e5-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-01-04 12:35:16.190602 | fa163e78-c412-049c-01e5-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:34.825410 | 0.03s 2026-01-04 12:35:16.214642 | fa163e78-c412-049c-01e5-000000000b73 | TASK | check systemd-container package installed or not 2026-01-04 12:35:16.245748 | fa163e78-c412-049c-01e5-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-01-04 12:35:16.246694 | fa163e78-c412-049c-01e5-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:34.881507 | 0.03s 2026-01-04 12:35:16.272087 | fa163e78-c412-049c-01e5-000000000b74 | TASK | get latest package from downloaded package versions 2026-01-04 12:35:16.305613 | fa163e78-c412-049c-01e5-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-01-04 12:35:16.306944 | fa163e78-c412-049c-01e5-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:34.941754 | 0.03s 2026-01-04 12:35:16.331493 | fa163e78-c412-049c-01e5-000000000b75 | TASK | Install systemd-container package on boot 2026-01-04 12:35:16.362124 | fa163e78-c412-049c-01e5-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-01-04 12:35:16.363313 | fa163e78-c412-049c-01e5-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:34.998122 | 0.03s 2026-01-04 12:35:16.387807 | fa163e78-c412-049c-01e5-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-01-04 12:35:16.418015 | fa163e78-c412-049c-01e5-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-01-04 12:35:16.419081 | fa163e78-c412-049c-01e5-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:35.053891 | 0.03s 2026-01-04 12:35:16.444327 | fa163e78-c412-049c-01e5-000000000b77 | TASK | check if install-systemd-container service exists 2026-01-04 12:35:16.464767 | fa163e78-c412-049c-01e5-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-01-04 12:35:16.465917 | fa163e78-c412-049c-01e5-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:35.100726 | 0.02s 2026-01-04 12:35:16.490174 | fa163e78-c412-049c-01e5-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-01-04 12:35:16.518538 | fa163e78-c412-049c-01e5-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-01-04 12:35:16.519710 | fa163e78-c412-049c-01e5-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:35.154518 | 0.03s 2026-01-04 12:35:16.544763 | fa163e78-c412-049c-01e5-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-01-04 12:35:16.584130 | fa163e78-c412-049c-01e5-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-01-04 12:35:16.585316 | fa163e78-c412-049c-01e5-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:35.220125 | 0.04s 2026-01-04 12:35:16.609264 | fa163e78-c412-049c-01e5-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-01-04 12:35:16.639727 | fa163e78-c412-049c-01e5-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-01-04 12:35:16.640876 | fa163e78-c412-049c-01e5-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:35.275686 | 0.03s 2026-01-04 12:35:16.664653 | fa163e78-c412-049c-01e5-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-01-04 12:35:16.694349 | fa163e78-c412-049c-01e5-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-01-04 12:35:16.695190 | fa163e78-c412-049c-01e5-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.330004 | 0.03s 2026-01-04 12:35:16.714382 | fa163e78-c412-049c-01e5-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-01-04 12:35:16.750784 | fa163e78-c412-049c-01e5-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-01-04 12:35:16.751639 | fa163e78-c412-049c-01e5-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.386447 | 0.04s 2026-01-04 12:35:16.775648 | fa163e78-c412-049c-01e5-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-01-04 12:35:16.806305 | fa163e78-c412-049c-01e5-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-01-04 12:35:16.807388 | fa163e78-c412-049c-01e5-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:35.442170 | 0.03s 2026-01-04 12:35:16.830617 | fa163e78-c412-049c-01e5-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-01-04 12:35:16.869177 | fa163e78-c412-049c-01e5-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-01-04 12:35:16.870317 | fa163e78-c412-049c-01e5-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:35.505126 | 0.04s 2026-01-04 12:35:16.894729 | fa163e78-c412-049c-01e5-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-01-04 12:35:16.928417 | fa163e78-c412-049c-01e5-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-01-04 12:35:16.929553 | fa163e78-c412-049c-01e5-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.564363 | 0.03s 2026-01-04 12:35:16.953725 | fa163e78-c412-049c-01e5-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-01-04 12:35:16.986924 | fa163e78-c412-049c-01e5-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-01-04 12:35:16.988010 | fa163e78-c412-049c-01e5-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.622819 | 0.03s 2026-01-04 12:35:17.012860 | fa163e78-c412-049c-01e5-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-01-04 12:35:17.051710 | fa163e78-c412-049c-01e5-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-01-04 12:35:17.052879 | fa163e78-c412-049c-01e5-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:35.687691 | 0.04s 2026-01-04 12:35:17.076802 | fa163e78-c412-049c-01e5-000000000b86 | TASK | install nova-compute delay wrapper script 2026-01-04 12:35:17.127087 | fa163e78-c412-049c-01e5-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-01-04 12:35:17.128272 | fa163e78-c412-049c-01e5-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:35.763056 | 0.05s 2026-01-04 12:35:17.152302 | fa163e78-c412-049c-01e5-000000000b87 | TASK | Is irqbalance enabled 2026-01-04 12:35:17.230286 | fa163e78-c412-049c-01e5-000000000b87 | OK | Is irqbalance enabled | standalone 2026-01-04 12:35:17.231092 | fa163e78-c412-049c-01e5-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:35.865910 | 0.08s 2026-01-04 12:35:17.249689 | fa163e78-c412-049c-01e5-000000000b88 | TASK | disable irqbalance service on compute 2026-01-04 12:35:17.286746 | fa163e78-c412-049c-01e5-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-01-04 12:35:17.287905 | fa163e78-c412-049c-01e5-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:35.922714 | 0.04s 2026-01-04 12:35:17.312671 | fa163e78-c412-049c-01e5-000000000b89 | TASK | create persistent directories 2026-01-04 12:35:17.572953 | fa163e78-c412-049c-01e5-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-01-04 12:35:17.574627 | fa163e78-c412-049c-01e5-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.209431 | 0.26s 2026-01-04 12:35:17.586584 | fa163e78-c412-049c-01e5-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.221388 | 0.27s 2026-01-04 12:35:17.611491 | fa163e78-c412-049c-01e5-000000000b8a | TASK | create libvirt persistent data directories 2026-01-04 12:35:17.863625 | fa163e78-c412-049c-01e5-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-01-04 12:35:17.866185 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.500990 | 0.25s 2026-01-04 12:35:18.104192 | fa163e78-c412-049c-01e5-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-01-04 12:35:18.105276 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.740089 | 0.49s 2026-01-04 12:35:18.338538 | fa163e78-c412-049c-01e5-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-01-04 12:35:18.339819 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.974628 | 0.73s 2026-01-04 12:35:18.543501 | fa163e78-c412-049c-01e5-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-01-04 12:35:18.545051 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.179864 | 0.93s 2026-01-04 12:35:18.800564 | fa163e78-c412-049c-01e5-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-01-04 12:35:18.802292 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.437100 | 1.19s 2026-01-04 12:35:19.065731 | fa163e78-c412-049c-01e5-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-01-04 12:35:19.066621 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.701435 | 1.45s 2026-01-04 12:35:19.314562 | fa163e78-c412-049c-01e5-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-01-04 12:35:19.316346 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.951154 | 1.70s 2026-01-04 12:35:19.532067 | fa163e78-c412-049c-01e5-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-01-04 12:35:19.533386 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.168161 | 1.92s 2026-01-04 12:35:19.542587 | fa163e78-c412-049c-01e5-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.177390 | 1.93s 2026-01-04 12:35:19.570891 | fa163e78-c412-049c-01e5-000000000b8b | TASK | ensure qemu group is present on the host 2026-01-04 12:35:20.207038 | fa163e78-c412-049c-01e5-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-01-04 12:35:20.208500 | fa163e78-c412-049c-01e5-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:38.843308 | 0.64s 2026-01-04 12:35:20.234649 | fa163e78-c412-049c-01e5-000000000b8c | TASK | ensure qemu user is present on the host 2026-01-04 12:35:21.101969 | fa163e78-c412-049c-01e5-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-01-04 12:35:21.103541 | fa163e78-c412-049c-01e5-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:39.738350 | 0.87s 2026-01-04 12:35:21.129514 | fa163e78-c412-049c-01e5-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-01-04 12:35:21.358720 | fa163e78-c412-049c-01e5-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-01-04 12:35:21.360168 | fa163e78-c412-049c-01e5-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:39.994977 | 0.23s 2026-01-04 12:35:21.384543 | fa163e78-c412-049c-01e5-000000000b8e | TASK | check if libvirt is installed 2026-01-04 12:35:21.615891 | fa163e78-c412-049c-01e5-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-01-04 12:35:21.617303 | fa163e78-c412-049c-01e5-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:40.252111 | 0.23s 2026-01-04 12:35:21.641589 | fa163e78-c412-049c-01e5-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-01-04 12:35:21.683147 | fa163e78-c412-049c-01e5-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-01-04 12:35:21.689536 | fa163e78-c412-049c-01e5-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-01-04 12:35:21.695196 | fa163e78-c412-049c-01e5-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:40.329999 | 0.05s 2026-01-04 12:35:21.719580 | fa163e78-c412-049c-01e5-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-01-04 12:35:22.220262 | fa163e78-c412-049c-01e5-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-01-04 12:35:22.221437 | fa163e78-c412-049c-01e5-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:40.856253 | 0.50s 2026-01-04 12:35:22.241080 | fa163e78-c412-049c-01e5-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-01-04 12:35:23.354595 | fa163e78-c412-049c-01e5-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-01-04 12:35:23.357960 | fa163e78-c412-049c-01e5-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:41.992764 | 1.12s 2026-01-04 12:35:23.383938 | fa163e78-c412-049c-01e5-000000000b92 | TASK | remove gnutls-qemu.config 2026-01-04 12:35:23.632345 | fa163e78-c412-049c-01e5-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-01-04 12:35:23.633987 | fa163e78-c412-049c-01e5-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:42.268794 | 0.25s 2026-01-04 12:35:23.658958 | fa163e78-c412-049c-01e5-000000000b93 | TASK | update crypto policies 2026-01-04 12:35:23.691274 | fa163e78-c412-049c-01e5-000000000b93 | SKIPPED | update crypto policies | standalone 2026-01-04 12:35:23.692620 | fa163e78-c412-049c-01e5-000000000b93 | TIMING | update crypto policies | standalone | 0:02:42.327425 | 0.03s 2026-01-04 12:35:23.718507 | fa163e78-c412-049c-01e5-000000000b94 | TASK | Create libvirt persistent data directories 2026-01-04 12:35:23.979617 | fa163e78-c412-049c-01e5-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-01-04 12:35:23.981456 | fa163e78-c412-049c-01e5-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:42.616260 | 0.26s 2026-01-04 12:35:23.989139 | fa163e78-c412-049c-01e5-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:42.623935 | 0.27s 2026-01-04 12:35:24.014543 | fa163e78-c412-049c-01e5-000000000b95 | TASK | create persistent directories 2026-01-04 12:35:24.289109 | fa163e78-c412-049c-01e5-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-01-04 12:35:24.291588 | fa163e78-c412-049c-01e5-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.926393 | 0.28s 2026-01-04 12:35:24.494088 | fa163e78-c412-049c-01e5-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-01-04 12:35:24.495012 | fa163e78-c412-049c-01e5-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.129829 | 0.48s 2026-01-04 12:35:24.502542 | fa163e78-c412-049c-01e5-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.137336 | 0.49s 2026-01-04 12:35:24.529096 | fa163e78-c412-049c-01e5-000000000b96 | TASK | Copy in cleanup script 2026-01-04 12:35:25.036929 | fa163e78-c412-049c-01e5-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-01-04 12:35:25.038606 | fa163e78-c412-049c-01e5-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:43.673412 | 0.51s 2026-01-04 12:35:25.061998 | fa163e78-c412-049c-01e5-000000000b97 | TASK | Copy in cleanup service 2026-01-04 12:35:25.561149 | fa163e78-c412-049c-01e5-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-01-04 12:35:25.562836 | fa163e78-c412-049c-01e5-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:44.197643 | 0.50s 2026-01-04 12:35:25.588176 | fa163e78-c412-049c-01e5-000000000b98 | TASK | Enabling the cleanup service 2026-01-04 12:35:26.319892 | fa163e78-c412-049c-01e5-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-01-04 12:35:26.322686 | fa163e78-c412-049c-01e5-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:44.957485 | 0.73s 2026-01-04 12:35:26.349465 | fa163e78-c412-049c-01e5-000000000b99 | TASK | create persistent directories 2026-01-04 12:35:26.627207 | fa163e78-c412-049c-01e5-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-01-04 12:35:26.630071 | fa163e78-c412-049c-01e5-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.264872 | 0.28s 2026-01-04 12:35:26.873324 | fa163e78-c412-049c-01e5-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-01-04 12:35:26.875653 | fa163e78-c412-049c-01e5-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.510458 | 0.52s 2026-01-04 12:35:26.886176 | fa163e78-c412-049c-01e5-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.520972 | 0.54s 2026-01-04 12:35:26.910572 | fa163e78-c412-049c-01e5-000000000b9a | TASK | set conditions 2026-01-04 12:35:26.943602 | fa163e78-c412-049c-01e5-000000000b9a | OK | set conditions | standalone 2026-01-04 12:35:26.945186 | fa163e78-c412-049c-01e5-000000000b9a | TIMING | set conditions | standalone | 0:02:45.579993 | 0.03s 2026-01-04 12:35:26.967813 | fa163e78-c412-049c-01e5-000000000b9b | TASK | create persistent directories 2026-01-04 12:35:27.237784 | fa163e78-c412-049c-01e5-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-01-04 12:35:27.240677 | fa163e78-c412-049c-01e5-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.875478 | 0.27s 2026-01-04 12:35:27.475343 | fa163e78-c412-049c-01e5-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-01-04 12:35:27.477424 | fa163e78-c412-049c-01e5-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.112231 | 0.51s 2026-01-04 12:35:27.677891 | fa163e78-c412-049c-01e5-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-01-04 12:35:27.679992 | fa163e78-c412-049c-01e5-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.314797 | 0.71s 2026-01-04 12:35:27.691211 | fa163e78-c412-049c-01e5-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.326014 | 0.72s 2026-01-04 12:35:27.724136 | fa163e78-c412-049c-01e5-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-01-04 12:35:28.236146 | fa163e78-c412-049c-01e5-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-01-04 12:35:28.237606 | fa163e78-c412-049c-01e5-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:46.872415 | 0.51s 2026-01-04 12:35:28.262319 | fa163e78-c412-049c-01e5-000000000b9d | TASK | create persistent directories 2026-01-04 12:35:28.519498 | fa163e78-c412-049c-01e5-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-01-04 12:35:28.521312 | fa163e78-c412-049c-01e5-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.156113 | 0.26s 2026-01-04 12:35:28.741861 | fa163e78-c412-049c-01e5-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-01-04 12:35:28.743143 | fa163e78-c412-049c-01e5-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.377952 | 0.48s 2026-01-04 12:35:28.749700 | fa163e78-c412-049c-01e5-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.384511 | 0.49s 2026-01-04 12:35:28.774821 | fa163e78-c412-049c-01e5-000000000b9e | TASK | create empty log files 2026-01-04 12:35:29.044493 | fa163e78-c412-049c-01e5-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-01-04 12:35:29.046223 | fa163e78-c412-049c-01e5-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.681026 | 0.27s 2026-01-04 12:35:29.233825 | fa163e78-c412-049c-01e5-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-01-04 12:35:29.234882 | fa163e78-c412-049c-01e5-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.869694 | 0.46s 2026-01-04 12:35:29.242162 | fa163e78-c412-049c-01e5-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.876969 | 0.47s 2026-01-04 12:35:29.268423 | fa163e78-c412-049c-01e5-000000000b9f | TASK | create persistent directories 2026-01-04 12:35:29.511311 | fa163e78-c412-049c-01e5-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-01-04 12:35:29.513602 | fa163e78-c412-049c-01e5-000000000b9f | TIMING | create persistent directories | standalone | 0:02:48.148406 | 0.24s 2026-01-04 12:35:29.523717 | fa163e78-c412-049c-01e5-000000000b9f | TIMING | create persistent directories | standalone | 0:02:48.158528 | 0.25s 2026-01-04 12:35:29.548266 | fa163e78-c412-049c-01e5-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-01-04 12:35:32.505562 | fa163e78-c412-049c-01e5-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-01-04 12:35:32.507302 | fa163e78-c412-049c-01e5-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:51.142111 | 2.96s 2026-01-04 12:35:32.561879 | fa163e78-c412-049c-01e5-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:51.196676 | 0.03s 2026-01-04 12:35:32.625754 | fa163e78-c412-049c-01e5-00000000129e | TASK | Gather variables for each operating system 2026-01-04 12:35:32.740591 | fa163e78-c412-049c-01e5-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:51.375368 | 0.11s 2026-01-04 12:35:32.766661 | fa163e78-c412-049c-01e5-00000000129f | TASK | Set packages facts 2026-01-04 12:35:32.818971 | fa163e78-c412-049c-01e5-00000000129f | OK | Set packages facts | standalone 2026-01-04 12:35:32.820807 | fa163e78-c412-049c-01e5-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:51.455613 | 0.05s 2026-01-04 12:35:32.846523 | fa163e78-c412-049c-01e5-0000000012a0 | TASK | Manage package 2026-01-04 12:35:32.913600 | fa163e78-c412-049c-01e5-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-01-04 12:35:32.939237 | fa163e78-c412-049c-01e5-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-01-04 12:35:32.952443 | fa163e78-c412-049c-01e5-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-01-04 12:35:37.518545 | fa163e78-c412-049c-01e5-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:56.153339 | 4.67s 2026-01-04 12:35:37.540671 | fa163e78-c412-049c-01e5-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-01-04 12:35:37.548018 | fa163e78-c412-049c-01e5-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:56.182809 | 4.70s 2026-01-04 12:35:37.600473 | fa163e78-c412-049c-01e5-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-01-04 12:35:38.980911 | fa163e78-c412-049c-01e5-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-01-04 12:35:38.983526 | fa163e78-c412-049c-01e5-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:57.618323 | 1.38s 2026-01-04 12:35:39.013286 | fa163e78-c412-049c-01e5-000000000ba5 | TASK | create persistent directories 2026-01-04 12:35:39.308725 | fa163e78-c412-049c-01e5-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-01-04 12:35:39.310642 | fa163e78-c412-049c-01e5-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.945444 | 0.29s 2026-01-04 12:35:39.540051 | fa163e78-c412-049c-01e5-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-01-04 12:35:39.541446 | fa163e78-c412-049c-01e5-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:58.176254 | 0.53s 2026-01-04 12:35:39.549225 | fa163e78-c412-049c-01e5-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:58.184022 | 0.53s 2026-01-04 12:35:39.570409 | fa163e78-c412-049c-01e5-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-01-04 12:35:39.838339 | fa163e78-c412-049c-01e5-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-01-04 12:35:39.839688 | fa163e78-c412-049c-01e5-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:58.474498 | 0.27s 2026-01-04 12:35:39.861874 | fa163e78-c412-049c-01e5-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-01-04 12:35:39.893454 | fa163e78-c412-049c-01e5-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-01-04 12:35:39.895167 | fa163e78-c412-049c-01e5-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:58.529968 | 0.03s 2026-01-04 12:35:39.923984 | fa163e78-c412-049c-01e5-000000000ba8 | TASK | Remove existing entries from logind conf 2026-01-04 12:35:40.170823 | fa163e78-c412-049c-01e5-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-01-04 12:35:40.172499 | fa163e78-c412-049c-01e5-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:58.807305 | 0.25s 2026-01-04 12:35:40.197574 | fa163e78-c412-049c-01e5-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-01-04 12:35:40.401751 | fa163e78-c412-049c-01e5-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-01-04 12:35:40.403339 | fa163e78-c412-049c-01e5-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:59.038144 | 0.20s 2026-01-04 12:35:40.429449 | fa163e78-c412-049c-01e5-000000000baa | TASK | Restart systemd-logind 2026-01-04 12:35:40.942074 | fa163e78-c412-049c-01e5-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-01-04 12:35:40.944614 | fa163e78-c412-049c-01e5-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:59.579416 | 0.51s 2026-01-04 12:35:40.971847 | fa163e78-c412-049c-01e5-000000000bab | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-01-04 12:35:41.056302 | fa163e78-c412-049c-01e5-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-01-04 12:35:41.057668 | fa163e78-c412-049c-01e5-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:59.692474 | 0.08s 2026-01-04 12:35:41.082633 | fa163e78-c412-049c-01e5-000000000bac | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-01-04 12:35:41.156234 | fa163e78-c412-049c-01e5-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-01-04 12:35:41.157671 | fa163e78-c412-049c-01e5-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:59.792476 | 0.07s 2026-01-04 12:35:41.183267 | fa163e78-c412-049c-01e5-000000000bad | TASK | create persistent logs directory 2026-01-04 12:35:41.437323 | fa163e78-c412-049c-01e5-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-01-04 12:35:41.438629 | fa163e78-c412-049c-01e5-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:00.073440 | 0.25s 2026-01-04 12:35:41.640596 | fa163e78-c412-049c-01e5-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-01-04 12:35:41.641899 | fa163e78-c412-049c-01e5-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:00.276707 | 0.46s 2026-01-04 12:35:41.654342 | fa163e78-c412-049c-01e5-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:00.289142 | 0.47s 2026-01-04 12:35:41.675330 | fa163e78-c412-049c-01e5-000000000baf | TASK | Set login facts 2026-01-04 12:35:41.707770 | fa163e78-c412-049c-01e5-000000000baf | OK | Set login facts | standalone 2026-01-04 12:35:41.709316 | fa163e78-c412-049c-01e5-000000000baf | TIMING | Set login facts | standalone | 0:03:00.344121 | 0.03s 2026-01-04 12:35:41.735294 | fa163e78-c412-049c-01e5-000000000bb0 | TASK | Convert logins json to dict 2026-01-04 12:35:41.788119 | fa163e78-c412-049c-01e5-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-01-04 12:35:41.789745 | fa163e78-c412-049c-01e5-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:03:00.424550 | 0.05s 2026-01-04 12:35:41.815596 | fa163e78-c412-049c-01e5-000000000bb1 | TASK | Set registry logins 2026-01-04 12:35:41.868266 | fa163e78-c412-049c-01e5-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-01-04 12:35:41.870017 | fa163e78-c412-049c-01e5-000000000bb1 | TIMING | Set registry logins | standalone | 0:03:00.504820 | 0.05s 2026-01-04 12:35:41.895908 | fa163e78-c412-049c-01e5-000000000bb2 | TASK | Run podman install 2026-01-04 12:35:41.926946 | fa163e78-c412-049c-01e5-000000000bb2 | TIMING | Run podman install | standalone | 0:03:00.561740 | 0.03s 2026-01-04 12:35:42.010291 | fa163e78-c412-049c-01e5-000000001330 | TASK | Gather variables for each operating system 2026-01-04 12:35:42.169627 | fa163e78-c412-049c-01e5-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-01-04 12:35:42.171860 | fa163e78-c412-049c-01e5-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.806664 | 0.16s 2026-01-04 12:35:42.181610 | fa163e78-c412-049c-01e5-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.816423 | 0.17s 2026-01-04 12:35:42.209116 | fa163e78-c412-049c-01e5-000000001332 | TASK | ensure podman and deps are installed 2026-01-04 12:35:45.192078 | fa163e78-c412-049c-01e5-000000001332 | OK | ensure podman and deps are installed | standalone 2026-01-04 12:35:45.194019 | fa163e78-c412-049c-01e5-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:03.828824 | 2.98s 2026-01-04 12:35:45.219985 | fa163e78-c412-049c-01e5-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-01-04 12:35:45.831672 | fa163e78-c412-049c-01e5-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-01-04 12:35:45.833103 | fa163e78-c412-049c-01e5-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:04.467821 | 0.61s 2026-01-04 12:35:45.858275 | fa163e78-c412-049c-01e5-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-01-04 12:35:45.888049 | fa163e78-c412-049c-01e5-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-01-04 12:35:45.889168 | fa163e78-c412-049c-01e5-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:04.523976 | 0.03s 2026-01-04 12:35:45.914123 | fa163e78-c412-049c-01e5-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-01-04 12:35:45.953013 | fa163e78-c412-049c-01e5-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-01-04 12:35:45.954046 | fa163e78-c412-049c-01e5-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:04.588856 | 0.04s 2026-01-04 12:35:45.978420 | fa163e78-c412-049c-01e5-000000001337 | TASK | Update default network configuration if possible 2026-01-04 12:35:46.017627 | fa163e78-c412-049c-01e5-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-01-04 12:35:46.018679 | fa163e78-c412-049c-01e5-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:04.653489 | 0.04s 2026-01-04 12:35:46.044820 | fa163e78-c412-049c-01e5-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-01-04 12:35:46.287537 | fa163e78-c412-049c-01e5-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-01-04 12:35:46.288979 | fa163e78-c412-049c-01e5-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:04.923789 | 0.24s 2026-01-04 12:35:46.314091 | fa163e78-c412-049c-01e5-00000000133a | TASK | Get current podman network 2026-01-04 12:35:46.588691 | fa163e78-c412-049c-01e5-00000000133a | CHANGED | Get current podman network | standalone 2026-01-04 12:35:46.590098 | fa163e78-c412-049c-01e5-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:05.224908 | 0.27s 2026-01-04 12:35:46.615561 | fa163e78-c412-049c-01e5-00000000133b | TASK | Update the default network configuration 2026-01-04 12:35:47.189608 | fa163e78-c412-049c-01e5-00000000133b | CHANGED | Update the default network configuration | standalone 2026-01-04 12:35:47.191447 | fa163e78-c412-049c-01e5-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:05.826252 | 0.57s 2026-01-04 12:35:47.218749 | fa163e78-c412-049c-01e5-00000000133c | TASK | Write containers registries.conf 2026-01-04 12:35:47.780326 | fa163e78-c412-049c-01e5-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-01-04 12:35:47.781172 | fa163e78-c412-049c-01e5-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:06.415991 | 0.56s 2026-01-04 12:35:47.798730 | fa163e78-c412-049c-01e5-00000000133d | TASK | Write containers.conf 2026-01-04 12:35:48.052395 | fa163e78-c412-049c-01e5-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-01-04 12:35:48.054167 | fa163e78-c412-049c-01e5-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.688975 | 0.25s 2026-01-04 12:35:48.268763 | fa163e78-c412-049c-01e5-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-01-04 12:35:48.270880 | fa163e78-c412-049c-01e5-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.905688 | 0.47s 2026-01-04 12:35:48.443789 | fa163e78-c412-049c-01e5-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-01-04 12:35:48.445991 | fa163e78-c412-049c-01e5-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:07.080796 | 0.65s 2026-01-04 12:35:48.609869 | fa163e78-c412-049c-01e5-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-01-04 12:35:48.610972 | fa163e78-c412-049c-01e5-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:07.245785 | 0.81s 2026-01-04 12:35:48.618241 | fa163e78-c412-049c-01e5-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:07.253056 | 0.82s 2026-01-04 12:35:48.645763 | fa163e78-c412-049c-01e5-00000000133e | TASK | Enable podman.socket service 2026-01-04 12:35:48.675437 | fa163e78-c412-049c-01e5-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-01-04 12:35:48.676776 | fa163e78-c412-049c-01e5-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:07.311585 | 0.03s 2026-01-04 12:35:48.724969 | fa163e78-c412-049c-01e5-000000000bb3 | TASK | Run podman login 2026-01-04 12:35:48.753575 | fa163e78-c412-049c-01e5-000000000bb3 | TIMING | Run podman login | standalone | 0:03:07.388368 | 0.03s 2026-01-04 12:35:48.831033 | fa163e78-c412-049c-01e5-00000000143e | TASK | Perform container registry login(s) with podman 2026-01-04 12:35:48.857517 | fa163e78-c412-049c-01e5-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:07.492320 | 0.03s 2026-01-04 12:35:48.894658 | fa163e78-c412-049c-01e5-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-01-04 12:35:49.315827 | fa163e78-c412-049c-01e5-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-01-04 12:35:49.317335 | fa163e78-c412-049c-01e5-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:07.952145 | 0.42s 2026-01-04 12:35:49.342012 | fa163e78-c412-049c-01e5-000000000bb6 | TASK | create persistent directories 2026-01-04 12:35:49.603714 | fa163e78-c412-049c-01e5-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-01-04 12:35:49.606326 | fa163e78-c412-049c-01e5-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.241125 | 0.26s 2026-01-04 12:35:49.826608 | fa163e78-c412-049c-01e5-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-01-04 12:35:49.828407 | fa163e78-c412-049c-01e5-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.463216 | 0.48s 2026-01-04 12:35:50.026127 | fa163e78-c412-049c-01e5-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-01-04 12:35:50.027313 | fa163e78-c412-049c-01e5-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.662124 | 0.68s 2026-01-04 12:35:50.035152 | fa163e78-c412-049c-01e5-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.669956 | 0.69s 2026-01-04 12:35:50.062730 | fa163e78-c412-049c-01e5-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-01-04 12:35:50.488710 | fa163e78-c412-049c-01e5-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-01-04 12:35:50.490068 | fa163e78-c412-049c-01e5-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:09.124879 | 0.43s 2026-01-04 12:35:50.513835 | fa163e78-c412-049c-01e5-000000000bb8 | TASK | Ensure rsyslog is installed 2026-01-04 12:35:53.468381 | fa163e78-c412-049c-01e5-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-01-04 12:35:53.470391 | fa163e78-c412-049c-01e5-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:12.105164 | 2.96s 2026-01-04 12:35:53.498625 | fa163e78-c412-049c-01e5-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-01-04 12:35:54.892697 | fa163e78-c412-049c-01e5-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-01-04 12:35:54.895005 | fa163e78-c412-049c-01e5-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:13.529814 | 1.39s 2026-01-04 12:35:54.949536 | fa163e78-c412-049c-01e5-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:13.584336 | 0.03s 2026-01-04 12:35:55.037069 | fa163e78-c412-049c-01e5-000000001559 | TASK | Gather variables for each operating system 2026-01-04 12:35:55.160743 | fa163e78-c412-049c-01e5-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-01-04 12:35:55.163199 | fa163e78-c412-049c-01e5-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:13.797994 | 0.12s 2026-01-04 12:35:55.172861 | fa163e78-c412-049c-01e5-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:13.807666 | 0.13s 2026-01-04 12:35:55.198297 | fa163e78-c412-049c-01e5-00000000155b | TASK | Install the OpenSSH server 2026-01-04 12:35:58.161592 | fa163e78-c412-049c-01e5-00000000155b | OK | Install the OpenSSH server | standalone 2026-01-04 12:35:58.163219 | fa163e78-c412-049c-01e5-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:16.798028 | 2.96s 2026-01-04 12:35:58.188586 | fa163e78-c412-049c-01e5-00000000155c | TASK | Start sshd 2026-01-04 12:35:58.218655 | fa163e78-c412-049c-01e5-00000000155c | SKIPPED | Start sshd | standalone 2026-01-04 12:35:58.219810 | fa163e78-c412-049c-01e5-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:16.854618 | 0.03s 2026-01-04 12:35:58.245419 | fa163e78-c412-049c-01e5-00000000155d | TASK | PasswordAuthentication notice 2026-01-04 12:35:58.284476 | fa163e78-c412-049c-01e5-00000000155d | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2026-01-04 12:35:58.285569 | fa163e78-c412-049c-01e5-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:16.920379 | 0.04s 2026-01-04 12:35:58.309819 | fa163e78-c412-049c-01e5-00000000155e | TASK | PasswordAuthentication duplication notice 2026-01-04 12:35:58.338317 | fa163e78-c412-049c-01e5-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-01-04 12:35:58.339575 | fa163e78-c412-049c-01e5-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:16.974385 | 0.03s 2026-01-04 12:35:58.364180 | fa163e78-c412-049c-01e5-00000000155f | TASK | Motd duplication notice 2026-01-04 12:35:58.403103 | fa163e78-c412-049c-01e5-00000000155f | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2026-01-04 12:35:58.404248 | fa163e78-c412-049c-01e5-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:17.039057 | 0.04s 2026-01-04 12:35:58.429849 | fa163e78-c412-049c-01e5-000000001560 | TASK | Configure the banner text 2026-01-04 12:35:58.458177 | fa163e78-c412-049c-01e5-000000001560 | SKIPPED | Configure the banner text | standalone 2026-01-04 12:35:58.459665 | fa163e78-c412-049c-01e5-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:17.094473 | 0.03s 2026-01-04 12:35:58.486229 | fa163e78-c412-049c-01e5-000000001561 | TASK | Configure the motd banner 2026-01-04 12:35:58.515064 | fa163e78-c412-049c-01e5-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-01-04 12:35:58.516490 | fa163e78-c412-049c-01e5-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:17.151298 | 0.03s 2026-01-04 12:35:58.541977 | fa163e78-c412-049c-01e5-000000001562 | TASK | Update sshd configuration options from vars 2026-01-04 12:35:58.581846 | fa163e78-c412-049c-01e5-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-01-04 12:35:58.583191 | fa163e78-c412-049c-01e5-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:17.218001 | 0.04s 2026-01-04 12:35:58.608696 | fa163e78-c412-049c-01e5-000000001563 | TASK | Adjust ssh server configuration 2026-01-04 12:35:59.116532 | fa163e78-c412-049c-01e5-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-01-04 12:35:59.117950 | fa163e78-c412-049c-01e5-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:17.752760 | 0.51s 2026-01-04 12:35:59.143102 | fa163e78-c412-049c-01e5-000000001564 | TASK | Restart sshd 2026-01-04 12:35:59.597746 | fa163e78-c412-049c-01e5-000000001564 | CHANGED | Restart sshd | standalone 2026-01-04 12:35:59.599243 | fa163e78-c412-049c-01e5-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:18.234059 | 0.45s 2026-01-04 12:35:59.638257 | fa163e78-c412-049c-01e5-000000000bbb | TASK | create persistent directories 2026-01-04 12:35:59.912218 | fa163e78-c412-049c-01e5-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-01-04 12:35:59.914553 | fa163e78-c412-049c-01e5-000000000bbb | TIMING | create persistent directories | standalone | 0:03:18.549358 | 0.28s 2026-01-04 12:36:00.133925 | fa163e78-c412-049c-01e5-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-01-04 12:36:00.134682 | fa163e78-c412-049c-01e5-000000000bbb | TIMING | create persistent directories | standalone | 0:03:18.769501 | 0.50s 2026-01-04 12:36:00.302004 | fa163e78-c412-049c-01e5-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-01-04 12:36:00.303181 | fa163e78-c412-049c-01e5-000000000bbb | TIMING | create persistent directories | standalone | 0:03:18.937992 | 0.66s 2026-01-04 12:36:00.310665 | fa163e78-c412-049c-01e5-000000000bbb | TIMING | create persistent directories | standalone | 0:03:18.945470 | 0.67s 2026-01-04 12:36:00.337405 | fa163e78-c412-049c-01e5-000000000bbc | TASK | create persistent directories 2026-01-04 12:36:00.559583 | fa163e78-c412-049c-01e5-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-01-04 12:36:00.561820 | fa163e78-c412-049c-01e5-000000000bbc | TIMING | create persistent directories | standalone | 0:03:19.196625 | 0.22s 2026-01-04 12:36:00.726893 | fa163e78-c412-049c-01e5-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-01-04 12:36:00.727967 | fa163e78-c412-049c-01e5-000000000bbc | TIMING | create persistent directories | standalone | 0:03:19.362777 | 0.39s 2026-01-04 12:36:00.928767 | fa163e78-c412-049c-01e5-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-01-04 12:36:00.929766 | fa163e78-c412-049c-01e5-000000000bbc | TIMING | create persistent directories | standalone | 0:03:19.564578 | 0.59s 2026-01-04 12:36:00.937636 | fa163e78-c412-049c-01e5-000000000bbc | TIMING | create persistent directories | standalone | 0:03:19.572442 | 0.60s 2026-01-04 12:36:00.963416 | fa163e78-c412-049c-01e5-000000000bbd | TASK | Set swift_use_local_disks fact 2026-01-04 12:36:00.992162 | fa163e78-c412-049c-01e5-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-01-04 12:36:00.993676 | fa163e78-c412-049c-01e5-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:19.628478 | 0.03s 2026-01-04 12:36:01.018254 | fa163e78-c412-049c-01e5-000000000bbe | TASK | Set use_node_data_lookup fact 2026-01-04 12:36:01.046482 | fa163e78-c412-049c-01e5-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-01-04 12:36:01.047825 | fa163e78-c412-049c-01e5-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:19.682635 | 0.03s 2026-01-04 12:36:01.072816 | fa163e78-c412-049c-01e5-000000000bbf | TASK | Create Swift d1 directory if needed 2026-01-04 12:36:01.302762 | fa163e78-c412-049c-01e5-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-01-04 12:36:01.304436 | fa163e78-c412-049c-01e5-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:19.939239 | 0.23s 2026-01-04 12:36:01.329147 | fa163e78-c412-049c-01e5-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-01-04 12:36:01.366858 | fa163e78-c412-049c-01e5-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-01-04 12:36:01.368122 | fa163e78-c412-049c-01e5-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:20.002931 | 0.04s 2026-01-04 12:36:01.392692 | fa163e78-c412-049c-01e5-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-01-04 12:36:01.419553 | fa163e78-c412-049c-01e5-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-01-04 12:36:01.421033 | fa163e78-c412-049c-01e5-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:20.055834 | 0.03s 2026-01-04 12:36:01.445520 | fa163e78-c412-049c-01e5-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-01-04 12:36:01.472885 | fa163e78-c412-049c-01e5-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-01-04 12:36:01.474313 | fa163e78-c412-049c-01e5-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:20.109115 | 0.03s 2026-01-04 12:36:01.499385 | fa163e78-c412-049c-01e5-000000000bc3 | TASK | Format SwiftRawDisks 2026-01-04 12:36:01.527426 | fa163e78-c412-049c-01e5-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:20.162221 | 0.03s 2026-01-04 12:36:01.552430 | fa163e78-c412-049c-01e5-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-01-04 12:36:01.595137 | fa163e78-c412-049c-01e5-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-01-04 12:36:01.596486 | fa163e78-c412-049c-01e5-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:20.231290 | 0.04s 2026-01-04 12:36:01.621381 | fa163e78-c412-049c-01e5-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-01-04 12:36:01.649510 | fa163e78-c412-049c-01e5-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:20.284307 | 0.03s 2026-01-04 12:36:01.674164 | fa163e78-c412-049c-01e5-000000000bc6 | TASK | Check for NTP service 2026-01-04 12:36:01.919221 | fa163e78-c412-049c-01e5-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-01-04 12:36:01.921023 | fa163e78-c412-049c-01e5-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:20.555831 | 0.25s 2026-01-04 12:36:01.945240 | fa163e78-c412-049c-01e5-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-01-04 12:36:01.995291 | fa163e78-c412-049c-01e5-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-01-04 12:36:01.996682 | fa163e78-c412-049c-01e5-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:20.631490 | 0.05s 2026-01-04 12:36:02.022702 | fa163e78-c412-049c-01e5-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-01-04 12:36:02.051960 | fa163e78-c412-049c-01e5-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:20.686758 | 0.03s 2026-01-04 12:36:02.152968 | fa163e78-c412-049c-01e5-0000000016f5 | TASK | Load distro-specific variables 2026-01-04 12:36:02.178560 | fa163e78-c412-049c-01e5-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.813367 | 0.02s 2026-01-04 12:36:02.186771 | 9a7f2ed9-c365-4d10-b71c-88c7b301e04d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-01-04 12:36:02.207459 | fa163e78-c412-049c-01e5-0000000017da | TASK | Load distro-specific variables 2026-01-04 12:36:02.263856 | fa163e78-c412-049c-01e5-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-01-04 12:36:02.265391 | fa163e78-c412-049c-01e5-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.900170 | 0.06s 2026-01-04 12:36:02.271101 | fa163e78-c412-049c-01e5-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.905908 | 0.06s 2026-01-04 12:36:02.297309 | fa163e78-c412-049c-01e5-0000000016f6 | TASK | Install chronyd 2026-01-04 12:36:02.328524 | fa163e78-c412-049c-01e5-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:20.963325 | 0.03s 2026-01-04 12:36:02.353284 | 2d82d8d7-5182-4dbe-8499-25dbcca90efe | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-01-04 12:36:02.385273 | fa163e78-c412-049c-01e5-000000001813 | TASK | Load distro-specific variables 2026-01-04 12:36:02.412930 | fa163e78-c412-049c-01e5-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.047737 | 0.03s 2026-01-04 12:36:02.424005 | f58af454-8d50-4701-af32-2ec01faa3148 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-01-04 12:36:02.448688 | fa163e78-c412-049c-01e5-00000000185a | TASK | Load distro-specific variables 2026-01-04 12:36:02.502759 | fa163e78-c412-049c-01e5-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-01-04 12:36:02.503972 | fa163e78-c412-049c-01e5-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.138783 | 0.05s 2026-01-04 12:36:02.509677 | fa163e78-c412-049c-01e5-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.144486 | 0.06s 2026-01-04 12:36:02.534945 | fa163e78-c412-049c-01e5-000000001814 | TASK | Check for NTP service 2026-01-04 12:36:02.802555 | fa163e78-c412-049c-01e5-000000001814 | CHANGED | Check for NTP service | standalone 2026-01-04 12:36:02.803986 | fa163e78-c412-049c-01e5-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:21.438794 | 0.27s 2026-01-04 12:36:02.829080 | fa163e78-c412-049c-01e5-000000001815 | TASK | Disable NTP before configuring Chrony 2026-01-04 12:36:02.878065 | fa163e78-c412-049c-01e5-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-01-04 12:36:02.879589 | fa163e78-c412-049c-01e5-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:21.514388 | 0.05s 2026-01-04 12:36:02.905485 | fa163e78-c412-049c-01e5-000000001816 | TASK | Install chronyd package 2026-01-04 12:36:05.870940 | fa163e78-c412-049c-01e5-000000001816 | OK | Install chronyd package | standalone 2026-01-04 12:36:05.872323 | fa163e78-c412-049c-01e5-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:24.507132 | 2.97s 2026-01-04 12:36:05.898537 | fa163e78-c412-049c-01e5-0000000016f7 | TASK | Upgrade chronyd 2026-01-04 12:36:05.927997 | fa163e78-c412-049c-01e5-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-01-04 12:36:05.929177 | fa163e78-c412-049c-01e5-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:24.563984 | 0.03s 2026-01-04 12:36:05.955432 | fa163e78-c412-049c-01e5-0000000016f8 | TASK | Configure chronyd 2026-01-04 12:36:05.984810 | fa163e78-c412-049c-01e5-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:24.619607 | 0.03s 2026-01-04 12:36:06.004654 | f25feb01-8e5e-4cf2-ae43-ea838277210e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-01-04 12:36:06.042539 | fa163e78-c412-049c-01e5-000000001893 | TASK | Load distro-specific variables 2026-01-04 12:36:06.068413 | fa163e78-c412-049c-01e5-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.703217 | 0.02s 2026-01-04 12:36:06.079495 | 54bb0652-d2cb-4648-8085-9936574fbbb2 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-01-04 12:36:06.101979 | fa163e78-c412-049c-01e5-0000000018ff | TASK | Load distro-specific variables 2026-01-04 12:36:06.151696 | fa163e78-c412-049c-01e5-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-01-04 12:36:06.154424 | fa163e78-c412-049c-01e5-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.789223 | 0.05s 2026-01-04 12:36:06.163995 | fa163e78-c412-049c-01e5-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.798800 | 0.06s 2026-01-04 12:36:06.189087 | fa163e78-c412-049c-01e5-000000001894 | TASK | Install chrony configuration file 2026-01-04 12:36:06.729724 | fa163e78-c412-049c-01e5-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-01-04 12:36:06.731068 | fa163e78-c412-049c-01e5-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:25.365878 | 0.54s 2026-01-04 12:36:06.756236 | fa163e78-c412-049c-01e5-0000000016f9 | TASK | Run chronyd 2026-01-04 12:36:06.784766 | fa163e78-c412-049c-01e5-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:25.419565 | 0.03s 2026-01-04 12:36:06.805855 | 97749024-b649-40ae-9d82-43e7a8b36b6d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-01-04 12:36:06.846910 | fa163e78-c412-049c-01e5-000000001922 | TASK | Load distro-specific variables 2026-01-04 12:36:06.872655 | fa163e78-c412-049c-01e5-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.507463 | 0.02s 2026-01-04 12:36:06.882854 | ccdb9301-6ea1-4e2d-8e1b-30b339c0d1b4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-01-04 12:36:06.906146 | fa163e78-c412-049c-01e5-0000000019a6 | TASK | Load distro-specific variables 2026-01-04 12:36:06.966186 | fa163e78-c412-049c-01e5-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-01-04 12:36:06.968392 | fa163e78-c412-049c-01e5-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.603167 | 0.06s 2026-01-04 12:36:06.978563 | fa163e78-c412-049c-01e5-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.613366 | 0.07s 2026-01-04 12:36:07.004493 | fa163e78-c412-049c-01e5-000000001923 | TASK | Ensure chronyd is running 2026-01-04 12:36:07.418853 | fa163e78-c412-049c-01e5-000000001923 | OK | Ensure chronyd is running | standalone 2026-01-04 12:36:07.420718 | fa163e78-c412-049c-01e5-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:26.055528 | 0.41s 2026-01-04 12:36:07.447210 | fa163e78-c412-049c-01e5-000000001924 | TASK | Force chronyd restart 2026-01-04 12:36:07.936168 | fa163e78-c412-049c-01e5-000000001924 | CHANGED | Force chronyd restart | standalone 2026-01-04 12:36:07.938147 | fa163e78-c412-049c-01e5-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:26.572955 | 0.49s 2026-01-04 12:36:07.964851 | fa163e78-c412-049c-01e5-0000000016fa | TASK | Enable online service 2026-01-04 12:36:07.994391 | fa163e78-c412-049c-01e5-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:26.629153 | 0.03s 2026-01-04 12:36:08.013480 | 73b5b643-9bba-4eb6-b2af-2eb2c91fb9d4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-01-04 12:36:08.057605 | fa163e78-c412-049c-01e5-0000000019d3 | TASK | Create chrony-online.service unit file 2026-01-04 12:36:08.523676 | fa163e78-c412-049c-01e5-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-01-04 12:36:08.525017 | fa163e78-c412-049c-01e5-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:27.159827 | 0.47s 2026-01-04 12:36:08.551571 | fa163e78-c412-049c-01e5-0000000019d4 | TASK | Enable chrony-online.service 2026-01-04 12:36:09.441487 | fa163e78-c412-049c-01e5-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-01-04 12:36:09.443890 | fa163e78-c412-049c-01e5-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:28.078696 | 0.89s 2026-01-04 12:36:09.471087 | fa163e78-c412-049c-01e5-0000000016fb | TASK | Sync chronyc 2026-01-04 12:36:09.506143 | fa163e78-c412-049c-01e5-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:28.140934 | 0.03s 2026-01-04 12:36:09.526976 | debbfaa2-8bb2-4556-94cb-5c45deb48885 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-01-04 12:36:09.576687 | fa163e78-c412-049c-01e5-000000001a79 | TASK | Force NTP sync 2026-01-04 12:36:09.820870 | fa163e78-c412-049c-01e5-000000001a79 | CHANGED | Force NTP sync | standalone 2026-01-04 12:36:09.822603 | fa163e78-c412-049c-01e5-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:28.457408 | 0.24s 2026-01-04 12:36:09.849297 | fa163e78-c412-049c-01e5-000000001a7a | TASK | Ensure system is NTP time synced 2026-01-04 12:36:20.119104 | fa163e78-c412-049c-01e5-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-01-04 12:36:20.120587 | fa163e78-c412-049c-01e5-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:38.755398 | 10.27s 2026-01-04 12:36:20.167659 | fa163e78-c412-049c-01e5-000000000bc9 | TASK | Force NTP sync 2026-01-04 12:36:20.417149 | fa163e78-c412-049c-01e5-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-01-04 12:36:20.418274 | fa163e78-c412-049c-01e5-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:39.053090 | 0.25s 2026-01-04 12:36:20.436720 | fa163e78-c412-049c-01e5-000000000bca | TASK | Ensure system is NTP time synced 2026-01-04 12:36:20.690492 | fa163e78-c412-049c-01e5-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-01-04 12:36:20.692049 | fa163e78-c412-049c-01e5-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:39.326858 | 0.25s 2026-01-04 12:36:20.716857 | fa163e78-c412-049c-01e5-000000000bcb | TASK | Run timezone role 2026-01-04 12:36:20.746127 | fa163e78-c412-049c-01e5-000000000bcb | TIMING | Run timezone role | standalone | 0:03:39.380925 | 0.03s 2026-01-04 12:36:20.845592 | fa163e78-c412-049c-01e5-000000001c3a | TASK | Set timezone 2026-01-04 12:36:21.384643 | fa163e78-c412-049c-01e5-000000001c3a | OK | Set timezone | standalone 2026-01-04 12:36:21.386082 | fa163e78-c412-049c-01e5-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:40.020890 | 0.54s 2026-01-04 12:36:21.410823 | fa163e78-c412-049c-01e5-000000001c3b | TASK | Restart time services 2026-01-04 12:36:21.457286 | fa163e78-c412-049c-01e5-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-01-04 12:36:21.463740 | fa163e78-c412-049c-01e5-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-01-04 12:36:21.469958 | fa163e78-c412-049c-01e5-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:40.104762 | 0.06s 2026-01-04 12:36:21.508984 | fa163e78-c412-049c-01e5-000000000bcc | TASK | install tmpwatch on the host 2026-01-04 12:36:24.626541 | fa163e78-c412-049c-01e5-000000000bcc | OK | install tmpwatch on the host | standalone 2026-01-04 12:36:24.628120 | fa163e78-c412-049c-01e5-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:43.262929 | 3.12s 2026-01-04 12:36:24.653795 | fa163e78-c412-049c-01e5-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-01-04 12:36:24.688933 | fa163e78-c412-049c-01e5-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-01-04 12:36:24.690252 | fa163e78-c412-049c-01e5-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:43.325058 | 0.03s 2026-01-04 12:36:24.746811 | fa163e78-c412-049c-01e5-000000000bce | TIMING | include_role : tuned | standalone | 0:03:43.381616 | 0.03s 2026-01-04 12:36:24.846714 | fa163e78-c412-049c-01e5-000000001e6e | TASK | Gather variables for each operating system 2026-01-04 12:36:24.962263 | fa163e78-c412-049c-01e5-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-01-04 12:36:24.964584 | fa163e78-c412-049c-01e5-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:43.599390 | 0.12s 2026-01-04 12:36:24.974623 | fa163e78-c412-049c-01e5-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:43.609438 | 0.13s 2026-01-04 12:36:25.043498 | fa163e78-c412-049c-01e5-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:43.678301 | 0.04s 2026-01-04 12:36:25.063524 | 9d2d3fc3-77a3-4193-b745-b2a89af3633e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-01-04 12:36:25.095860 | fa163e78-c412-049c-01e5-000000001f9f | TASK | Check tuned package is installed 2026-01-04 12:36:25.360195 | fa163e78-c412-049c-01e5-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-01-04 12:36:25.361799 | fa163e78-c412-049c-01e5-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:43.996605 | 0.26s 2026-01-04 12:36:25.387642 | fa163e78-c412-049c-01e5-000000001fa0 | TASK | Install tuned 2026-01-04 12:36:25.419805 | fa163e78-c412-049c-01e5-000000001fa0 | SKIPPED | Install tuned | standalone 2026-01-04 12:36:25.421114 | fa163e78-c412-049c-01e5-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:44.055914 | 0.03s 2026-01-04 12:36:25.447718 | fa163e78-c412-049c-01e5-000000001fa1 | TASK | Restart tuned 2026-01-04 12:36:25.480928 | fa163e78-c412-049c-01e5-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-01-04 12:36:25.482192 | fa163e78-c412-049c-01e5-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:44.116993 | 0.03s 2026-01-04 12:36:25.507737 | fa163e78-c412-049c-01e5-000000001e70 | TASK | Check for tuned-adm 2026-01-04 12:36:25.757939 | fa163e78-c412-049c-01e5-000000001e70 | OK | Check for tuned-adm | standalone 2026-01-04 12:36:25.759445 | fa163e78-c412-049c-01e5-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:44.394255 | 0.25s 2026-01-04 12:36:25.815529 | fa163e78-c412-049c-01e5-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:44.450324 | 0.03s 2026-01-04 12:36:25.846940 | 87eae25a-7653-4b0f-97bf-f24c1b910f42 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-01-04 12:36:25.879871 | fa163e78-c412-049c-01e5-000000001fcc | TASK | Ensure profile directory exists 2026-01-04 12:36:25.931692 | fa163e78-c412-049c-01e5-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-01-04 12:36:25.932754 | fa163e78-c412-049c-01e5-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:44.567568 | 0.05s 2026-01-04 12:36:25.952672 | fa163e78-c412-049c-01e5-000000001fcd | TASK | Create custom tuned profile 2026-01-04 12:36:26.022283 | fa163e78-c412-049c-01e5-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-01-04 12:36:26.024119 | fa163e78-c412-049c-01e5-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:44.658919 | 0.07s 2026-01-04 12:36:26.055046 | fa163e78-c412-049c-01e5-000000001fce | TASK | Check tuned active profile 2026-01-04 12:36:26.282800 | fa163e78-c412-049c-01e5-000000001fce | OK | Check tuned active profile | standalone 2026-01-04 12:36:26.284630 | fa163e78-c412-049c-01e5-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:44.919434 | 0.23s 2026-01-04 12:36:26.315748 | fa163e78-c412-049c-01e5-000000001fcf | TASK | Check Tuned Configuration file exists 2026-01-04 12:36:26.566065 | fa163e78-c412-049c-01e5-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-01-04 12:36:26.567744 | fa163e78-c412-049c-01e5-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:45.202550 | 0.25s 2026-01-04 12:36:26.597664 | fa163e78-c412-049c-01e5-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-01-04 12:36:26.662016 | fa163e78-c412-049c-01e5-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-01-04 12:36:26.663962 | fa163e78-c412-049c-01e5-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:45.298765 | 0.06s 2026-01-04 12:36:26.692195 | fa163e78-c412-049c-01e5-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-01-04 12:36:26.755266 | fa163e78-c412-049c-01e5-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-01-04 12:36:26.756933 | fa163e78-c412-049c-01e5-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:45.391737 | 0.06s 2026-01-04 12:36:26.783243 | fa163e78-c412-049c-01e5-000000001fd2 | TASK | Enable tuned profile 2026-01-04 12:36:26.834620 | fa163e78-c412-049c-01e5-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-01-04 12:36:26.836664 | fa163e78-c412-049c-01e5-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:45.471463 | 0.05s PLAY [Overcloud container setup tasks] ***************************************** 2026-01-04 12:36:27.021981 | fa163e78-c412-049c-01e5-0000000000ac | TASK | Overcloud container setup tasks 2026-01-04 12:36:27.052821 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000ac') missing from stats 2026-01-04 12:36:27.072005 | fa163e78-c412-049c-01e5-0000000000ad | TASK | Write config data 2026-01-04 12:36:27.149076 | fa163e78-c412-049c-01e5-0000000000ad | TIMING | Write config data | standalone | 0:03:45.783859 | 0.08s 2026-01-04 12:36:27.195139 | 7429b095-4a65-4fd5-9070-a3098dceb4e1 | INCLUDED | /root/standalone-ansible-stn780hd/common_container_setup_tasks.yaml | standalone 2026-01-04 12:36:27.220675 | fa163e78-c412-049c-01e5-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-01-04 12:36:27.452156 | fa163e78-c412-049c-01e5-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-01-04 12:36:27.453763 | fa163e78-c412-049c-01e5-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:46.088573 | 0.23s 2026-01-04 12:36:27.479700 | fa163e78-c412-049c-01e5-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-01-04 12:36:27.767208 | fa163e78-c412-049c-01e5-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-01-04 12:36:27.768947 | fa163e78-c412-049c-01e5-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:46.403753 | 0.29s 2026-01-04 12:36:27.795564 | fa163e78-c412-049c-01e5-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-01-04 12:36:28.040442 | fa163e78-c412-049c-01e5-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-01-04 12:36:28.042101 | fa163e78-c412-049c-01e5-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:46.676909 | 0.24s 2026-01-04 12:36:28.067281 | fa163e78-c412-049c-01e5-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-01-04 12:36:28.298265 | fa163e78-c412-049c-01e5-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-01-04 12:36:28.299932 | fa163e78-c412-049c-01e5-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:46.934741 | 0.23s 2026-01-04 12:36:28.326181 | fa163e78-c412-049c-01e5-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-01-04 12:36:28.562272 | fa163e78-c412-049c-01e5-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-01-04 12:36:28.563825 | fa163e78-c412-049c-01e5-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:47.198634 | 0.24s 2026-01-04 12:36:28.593751 | fa163e78-c412-049c-01e5-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-01-04 12:36:29.978776 | fa163e78-c412-049c-01e5-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-01-04 12:36:29.980834 | fa163e78-c412-049c-01e5-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:48.615642 | 1.39s 2026-01-04 12:36:30.006840 | fa163e78-c412-049c-01e5-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-01-04 12:36:30.260715 | fa163e78-c412-049c-01e5-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-01-04 12:36:30.262501 | fa163e78-c412-049c-01e5-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:48.897308 | 0.25s 2026-01-04 12:36:30.288723 | fa163e78-c412-049c-01e5-00000000203a | TASK | Write container config scripts 2026-01-04 12:36:30.681743 | fa163e78-c412-049c-01e5-00000000203a | CHANGED | Write container config scripts | standalone 2026-01-04 12:36:30.683467 | fa163e78-c412-049c-01e5-00000000203a | TIMING | Write container config scripts | standalone | 0:03:49.318270 | 0.39s 2026-01-04 12:36:30.708595 | fa163e78-c412-049c-01e5-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-01-04 12:36:31.198561 | fa163e78-c412-049c-01e5-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-01-04 12:36:31.200109 | fa163e78-c412-049c-01e5-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:49.834917 | 0.49s 2026-01-04 12:36:31.225014 | fa163e78-c412-049c-01e5-00000000203c | TASK | Generate startup configs files per step and per container 2026-01-04 12:36:31.912351 | fa163e78-c412-049c-01e5-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-01-04 12:36:31.921615 | fa163e78-c412-049c-01e5-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:50.556422 | 0.69s 2026-01-04 12:36:31.962348 | fa163e78-c412-049c-01e5-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-01-04 12:36:32.254965 | fa163e78-c412-049c-01e5-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-01-04 12:36:32.256674 | fa163e78-c412-049c-01e5-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:50.891482 | 0.29s 2026-01-04 12:36:32.282457 | fa163e78-c412-049c-01e5-00000000203e | TASK | Create /var/lib/config-data directory 2026-01-04 12:36:32.494154 | fa163e78-c412-049c-01e5-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-01-04 12:36:32.495786 | fa163e78-c412-049c-01e5-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:51.130594 | 0.21s 2026-01-04 12:36:32.521065 | fa163e78-c412-049c-01e5-00000000203f | TASK | Write container config json files 2026-01-04 12:36:33.027975 | fa163e78-c412-049c-01e5-00000000203f | CHANGED | Write container config json files | standalone 2026-01-04 12:36:33.035732 | fa163e78-c412-049c-01e5-00000000203f | TIMING | Write container config json files | standalone | 0:03:51.670542 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-01-04 12:36:33.205858 | fa163e78-c412-049c-01e5-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-01-04 12:36:33.234016 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-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-01-04 12:36:33.294516 | fa163e78-c412-049c-01e5-0000000000b2 | TIMING | include_tasks | standalone | 0:03:51.929314 | 0.04s 2026-01-04 12:36:33.317753 | 81ae7b2b-2a76-418b-9d90-832eaa4d8763 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-01-04 12:36:33.351670 | fa163e78-c412-049c-01e5-000000002073 | TASK | Get undercloud FQDN 2026-01-04 12:36:33.413028 | fa163e78-c412-049c-01e5-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-000000002073') missing from stats 2026-01-04 12:36:33.471456 | fa163e78-c412-049c-01e5-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:52.106256 | 0.03s 2026-01-04 12:36:33.541610 | fa163e78-c412-049c-01e5-000000002098 | TASK | set main facts 2026-01-04 12:36:33.614468 | fa163e78-c412-049c-01e5-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-000000002098') missing from stats 2026-01-04 12:36:33.661043 | fa163e78-c412-049c-01e5-000000002099 | TASK | get the default.conf file 2026-01-04 12:36:33.915953 | fa163e78-c412-049c-01e5-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-000000002099') missing from stats 2026-01-04 12:36:33.950258 | fa163e78-c412-049c-01e5-00000000209a | TASK | set the principal 2026-01-04 12:36:34.031555 | fa163e78-c412-049c-01e5-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-00000000209a') missing from stats 2026-01-04 12:36:34.080837 | fa163e78-c412-049c-01e5-00000000209c | TASK | add new host with one-time password 2026-01-04 12:36:35.567897 | fa163e78-c412-049c-01e5-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-00000000209c') missing from stats 2026-01-04 12:36:35.604903 | fa163e78-c412-049c-01e5-00000000209d | TASK | set otp as a host fact 2026-01-04 12:36:35.647416 | fa163e78-c412-049c-01e5-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-01-04 12:36:35.648657 | fa163e78-c412-049c-01e5-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:54.283464 | 0.04s 2026-01-04 12:36:35.695809 | fa163e78-c412-049c-01e5-00000000209f | TASK | add required services using custom module 2026-01-04 12:36:42.227188 | fa163e78-c412-049c-01e5-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e78-c412-049c-01e5-00000000209f') missing from stats 2026-01-04 12:36:42.298141 | fa163e78-c412-049c-01e5-000000002076 | TASK | check if default.conf exists 2026-01-04 12:36:42.551096 | fa163e78-c412-049c-01e5-000000002076 | OK | check if default.conf exists | standalone 2026-01-04 12:36:42.552625 | fa163e78-c412-049c-01e5-000000002076 | TIMING | check if default.conf exists | standalone | 0:04:01.187432 | 0.25s 2026-01-04 12:36:42.577178 | fa163e78-c412-049c-01e5-000000002077 | TASK | install openssl-perl 2026-01-04 12:36:42.609039 | fa163e78-c412-049c-01e5-000000002077 | SKIPPED | install openssl-perl | standalone 2026-01-04 12:36:42.609964 | fa163e78-c412-049c-01e5-000000002077 | TIMING | install openssl-perl | standalone | 0:04:01.244781 | 0.03s 2026-01-04 12:36:42.627398 | fa163e78-c412-049c-01e5-000000002078 | TASK | register as an ipa client 2026-01-04 12:36:42.664752 | fa163e78-c412-049c-01e5-000000002078 | SKIPPED | register as an ipa client | standalone 2026-01-04 12:36:42.666171 | fa163e78-c412-049c-01e5-000000002078 | TIMING | register as an ipa client | standalone | 0:04:01.300979 | 0.04s 2026-01-04 12:36:42.692054 | fa163e78-c412-049c-01e5-000000002079 | TASK | restart certmonger service 2026-01-04 12:36:42.733904 | fa163e78-c412-049c-01e5-000000002079 | SKIPPED | restart certmonger service | standalone 2026-01-04 12:36:42.735001 | fa163e78-c412-049c-01e5-000000002079 | TIMING | restart certmonger service | standalone | 0:04:01.369812 | 0.04s 2026-01-04 12:36:42.758242 | fa163e78-c412-049c-01e5-00000000207a | TASK | set discovered ipa realm 2026-01-04 12:36:42.800631 | fa163e78-c412-049c-01e5-00000000207a | OK | set discovered ipa realm | standalone 2026-01-04 12:36:42.801820 | fa163e78-c412-049c-01e5-00000000207a | TIMING | set discovered ipa realm | standalone | 0:04:01.436630 | 0.04s PLAY [External deployment step 1] ********************************************** 2026-01-04 12:36:42.944304 | fa163e78-c412-049c-01e5-0000000000b6 | TASK | External deployment step 1 2026-01-04 12:36:42.974090 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000b6') missing from stats 2026-01-04 12:36:43.031984 | fa163e78-c412-049c-01e5-0000000000b7 | TIMING | include_tasks | undercloud | 0:04:01.666782 | 0.04s 2026-01-04 12:36:43.069673 | 224fc7aa-1156-4599-bd2a-5e615cc47398 | INCLUDED | /root/standalone-ansible-stn780hd/external_deploy_steps_tasks_step1.yaml | undercloud 2026-01-04 12:36:43.087584 | fa163e78-c412-049c-01e5-0000000020f5 | TASK | Container image prepare 2026-01-04 12:36:44.089319 | fa163e78-c412-049c-01e5-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-01-04 12:36:44.091647 | fa163e78-c412-049c-01e5-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:04:02.726456 | 1.00s 2026-01-04 12:36:44.179205 | fa163e78-c412-049c-01e5-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:04:02.814002 | 0.05s 2026-01-04 12:36:44.223084 | fa163e78-c412-049c-01e5-00000000211b | TASK | get dns zones and entries to add 2026-01-04 12:36:44.289400 | fa163e78-c412-049c-01e5-00000000211b | OK | get dns zones and entries to add | undercloud 2026-01-04 12:36:44.291034 | fa163e78-c412-049c-01e5-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:02.925839 | 0.07s 2026-01-04 12:36:44.362342 | fa163e78-c412-049c-01e5-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storagemgmt.ooo.test", "0.19.172.in-addr.arpa", "storage.ooo.test", "external.ooo.test", "0.20.172.in-addr.arpa", "122.168.192.in-addr.arpa", "ctlplane.ooo.test", "0.21.172.in-addr.arpa", "0.17.172.in-addr.arpa", "ooo.test", "internalapi.ooo.test", "tenant.ooo.test", "0.18.172.in-addr.arpa" ] } 2026-01-04 12:36:44.363800 | fa163e78-c412-049c-01e5-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:02.998609 | 0.05s 2026-01-04 12:36:44.432733 | fa163e78-c412-049c-01e5-00000000211d | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2026-01-04 12:36:44.434493 | fa163e78-c412-049c-01e5-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:03.069299 | 0.05s 2026-01-04 12:36:44.453109 | fa163e78-c412-049c-01e5-00000000211e | TASK | add dns zones and records 2026-01-04 12:36:48.096666 | fa163e78-c412-049c-01e5-00000000211e | CHANGED | add dns zones and records | undercloud 2026-01-04 12:36:48.098555 | fa163e78-c412-049c-01e5-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:06.733366 | 3.64s 2026-01-04 12:36:48.135172 | fa163e78-c412-049c-01e5-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-01-04 12:36:48.388244 | fa163e78-c412-049c-01e5-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-01-04 12:36:48.389868 | fa163e78-c412-049c-01e5-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:07.024677 | 0.25s 2026-01-04 12:36:48.408815 | fa163e78-c412-049c-01e5-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-01-04 12:36:48.465262 | fa163e78-c412-049c-01e5-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:07.100022 | 0.06s 2026-01-04 12:36:48.514424 | fa163e78-c412-049c-01e5-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-01-04 12:36:48.770668 | fa163e78-c412-049c-01e5-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-01-04 12:36:48.772212 | fa163e78-c412-049c-01e5-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:07.407017 | 0.26s 2026-01-04 12:36:48.791971 | fa163e78-c412-049c-01e5-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-01-04 12:36:49.276469 | fa163e78-c412-049c-01e5-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-01-04 12:36:49.277966 | fa163e78-c412-049c-01e5-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:07.912775 | 0.48s 2026-01-04 12:36:49.298136 | fa163e78-c412-049c-01e5-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-01-04 12:36:49.351271 | fa163e78-c412-049c-01e5-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:07.986076 | 0.05s 2026-01-04 12:36:49.398569 | fa163e78-c412-049c-01e5-00000000218c | TASK | Check for a configured destination 2026-01-04 12:36:49.487978 | fa163e78-c412-049c-01e5-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-01-04 12:36:49.489296 | fa163e78-c412-049c-01e5-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:08.124100 | 0.09s 2026-01-04 12:36:49.526641 | fa163e78-c412-049c-01e5-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-01-04 12:36:50.013261 | fa163e78-c412-049c-01e5-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-01-04 12:36:50.014708 | fa163e78-c412-049c-01e5-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:08.649518 | 0.49s PLAY [Deploy step tasks for 1] ************************************************* 2026-01-04 12:36:50.164580 | fa163e78-c412-049c-01e5-0000000000ba | TASK | Deploy step tasks for 1 2026-01-04 12:36:50.196517 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000ba') missing from stats 2026-01-04 12:36:50.217402 | fa163e78-c412-049c-01e5-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-01-04 12:36:50.724826 | fa163e78-c412-049c-01e5-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-01-04 12:36:50.726534 | fa163e78-c412-049c-01e5-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:09.361341 | 0.51s 2026-01-04 12:36:50.752771 | fa163e78-c412-049c-01e5-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-01-04 12:36:50.997821 | fa163e78-c412-049c-01e5-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-01-04 12:36:50.999654 | fa163e78-c412-049c-01e5-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:09.634461 | 0.25s 2026-01-04 12:36:51.024978 | fa163e78-c412-049c-01e5-0000000000be | TASK | Write config data at the start of step 1 2026-01-04 12:36:51.104351 | fa163e78-c412-049c-01e5-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:09.739141 | 0.08s 2026-01-04 12:36:51.136084 | bd81cd9c-f730-4b05-a422-1d0c728414c5 | INCLUDED | /root/standalone-ansible-stn780hd/common_deploy_steps_tasks_step_1.yaml | standalone 2026-01-04 12:36:51.160689 | fa163e78-c412-049c-01e5-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-01-04 12:36:51.189694 | fa163e78-c412-049c-01e5-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-01-04 12:36:51.190838 | fa163e78-c412-049c-01e5-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:09.825649 | 0.03s 2026-01-04 12:36:51.210851 | fa163e78-c412-049c-01e5-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-01-04 12:36:51.237319 | fa163e78-c412-049c-01e5-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-01-04 12:36:51.238463 | fa163e78-c412-049c-01e5-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:09.873276 | 0.03s 2026-01-04 12:36:51.258020 | fa163e78-c412-049c-01e5-0000000021cd | TASK | Write the puppet step_config manifest 2026-01-04 12:36:51.773126 | fa163e78-c412-049c-01e5-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-01-04 12:36:51.774720 | fa163e78-c412-049c-01e5-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:10.409527 | 0.52s 2026-01-04 12:36:51.799676 | fa163e78-c412-049c-01e5-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-01-04 12:36:51.833056 | fa163e78-c412-049c-01e5-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-01-04 12:36:51.834732 | fa163e78-c412-049c-01e5-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:10.469537 | 0.03s 2026-01-04 12:36:51.860823 | fa163e78-c412-049c-01e5-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-01-04 12:36:51.901964 | fa163e78-c412-049c-01e5-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-01-04 12:36:51.903497 | fa163e78-c412-049c-01e5-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:10.538301 | 0.04s 2026-01-04 12:36:51.930261 | fa163e78-c412-049c-01e5-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-01-04 12:36:52.174721 | fa163e78-c412-049c-01e5-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-01-04 12:36:52.177008 | fa163e78-c412-049c-01e5-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:10.811805 | 0.24s 2026-01-04 12:36:52.203968 | fa163e78-c412-049c-01e5-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-01-04 12:36:52.234205 | fa163e78-c412-049c-01e5-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-01-04 12:36:52.235727 | fa163e78-c412-049c-01e5-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:10.870531 | 0.03s 2026-01-04 12:36:52.262469 | fa163e78-c412-049c-01e5-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-01-04 12:36:52.294409 | fa163e78-c412-049c-01e5-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-01-04 12:36:52.295956 | fa163e78-c412-049c-01e5-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:10.930760 | 0.03s 2026-01-04 12:36:52.321175 | fa163e78-c412-049c-01e5-0000000021d3 | TASK | Write container-puppet.json file 2026-01-04 12:36:52.951245 | fa163e78-c412-049c-01e5-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-01-04 12:36:52.952741 | fa163e78-c412-049c-01e5-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:11.587551 | 0.63s 2026-01-04 12:36:52.978067 | fa163e78-c412-049c-01e5-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-01-04 12:36:53.008527 | fa163e78-c412-049c-01e5-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-01-04 12:36:53.009602 | fa163e78-c412-049c-01e5-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:11.644411 | 0.03s 2026-01-04 12:36:53.034429 | fa163e78-c412-049c-01e5-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-01-04 12:36:53.065918 | fa163e78-c412-049c-01e5-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-01-04 12:36:53.066996 | fa163e78-c412-049c-01e5-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:11.701805 | 0.03s 2026-01-04 12:36:53.093752 | fa163e78-c412-049c-01e5-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-01-04 12:36:53.478519 | fa163e78-c412-049c-01e5-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-01-04 12:36:53.480048 | fa163e78-c412-049c-01e5-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:12.114828 | 0.38s 2026-01-04 12:36:53.505399 | fa163e78-c412-049c-01e5-0000000021d7 | TASK | Set host puppet debugging fact string 2026-01-04 12:36:53.536600 | fa163e78-c412-049c-01e5-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-01-04 12:36:53.537949 | fa163e78-c412-049c-01e5-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:12.172756 | 0.03s 2026-01-04 12:36:53.563146 | fa163e78-c412-049c-01e5-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-01-04 12:36:53.592128 | fa163e78-c412-049c-01e5-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-01-04 12:36:53.593285 | fa163e78-c412-049c-01e5-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:12.228093 | 0.03s 2026-01-04 12:36:53.618786 | fa163e78-c412-049c-01e5-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-01-04 12:36:53.648889 | fa163e78-c412-049c-01e5-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-01-04 12:36:53.649966 | fa163e78-c412-049c-01e5-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:12.284775 | 0.03s 2026-01-04 12:36:53.674130 | fa163e78-c412-049c-01e5-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-01-04 12:36:53.706700 | fa163e78-c412-049c-01e5-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-01-04 12:36:53.707891 | fa163e78-c412-049c-01e5-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:12.342700 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 12:36:53.781865 | fa163e78-c412-049c-01e5-0000000000c0 | TIMING | include_tasks | standalone | 0:04:12.416667 | 0.05s 2026-01-04 12:36:53.970871 | 28b2f7ad-93ba-44fe-996f-fad0ca4f3e7c | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-01-04 12:36:54.015712 | fa163e78-c412-049c-01e5-000000002205 | TASK | Create dirs for certificates and keys 2026-01-04 12:36:54.287045 | fa163e78-c412-049c-01e5-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-01-04 12:36:54.289600 | fa163e78-c412-049c-01e5-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:12.924390 | 0.27s 2026-01-04 12:36:54.531730 | fa163e78-c412-049c-01e5-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-01-04 12:36:54.532832 | fa163e78-c412-049c-01e5-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:13.167644 | 0.52s 2026-01-04 12:36:54.539080 | fa163e78-c412-049c-01e5-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:13.173871 | 0.52s 2026-01-04 12:36:54.617093 | fa163e78-c412-049c-01e5-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:13.251894 | 0.05s 2026-01-04 12:36:54.672315 | fa163e78-c412-049c-01e5-00000000231c | TASK | Set version specific variables 2026-01-04 12:36:54.710985 | fa163e78-c412-049c-01e5-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:13.345779 | 0.04s 2026-01-04 12:36:54.724962 | 03167d69-c766-43ea-b25b-c65fac354d70 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:36:54.748440 | fa163e78-c412-049c-01e5-00000000234f | TASK | Ensure ansible_facts used by role 2026-01-04 12:36:55.187648 | fa163e78-c412-049c-01e5-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:36:55.188839 | fa163e78-c412-049c-01e5-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:13.823653 | 0.44s 2026-01-04 12:36:55.209789 | fa163e78-c412-049c-01e5-000000002350 | TASK | Set platform/version specific variables 2026-01-04 12:36:55.265564 | fa163e78-c412-049c-01e5-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:36:55.287537 | fa163e78-c412-049c-01e5-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:36:55.310058 | fa163e78-c412-049c-01e5-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:36:55.330248 | fa163e78-c412-049c-01e5-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:36:55.336326 | fa163e78-c412-049c-01e5-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:13.971127 | 0.13s 2026-01-04 12:36:55.357755 | fa163e78-c412-049c-01e5-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:36:58.408257 | fa163e78-c412-049c-01e5-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:36:58.409797 | fa163e78-c412-049c-01e5-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:17.044607 | 3.05s 2026-01-04 12:36:58.434752 | fa163e78-c412-049c-01e5-00000000231f | TASK | Ensure provider packages are installed 2026-01-04 12:37:01.568720 | fa163e78-c412-049c-01e5-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:20.203516 | 3.13s 2026-01-04 12:37:01.581365 | fa163e78-c412-049c-01e5-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:20.216159 | 3.15s 2026-01-04 12:37:01.607764 | fa163e78-c412-049c-01e5-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:37:01.908460 | fa163e78-c412-049c-01e5-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:37:01.911176 | fa163e78-c412-049c-01e5-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:20.545979 | 0.30s 2026-01-04 12:37:01.921227 | fa163e78-c412-049c-01e5-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:20.556023 | 0.31s 2026-01-04 12:37:01.948041 | fa163e78-c412-049c-01e5-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:37:02.240110 | fa163e78-c412-049c-01e5-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:37:02.242831 | fa163e78-c412-049c-01e5-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:20.877635 | 0.29s 2026-01-04 12:37:02.252764 | fa163e78-c412-049c-01e5-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:20.887569 | 0.30s 2026-01-04 12:37:02.278801 | fa163e78-c412-049c-01e5-000000002325 | TASK | Ensure provider service is running 2026-01-04 12:37:04.020273 | fa163e78-c412-049c-01e5-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:37:04.025949 | fa163e78-c412-049c-01e5-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:22.660733 | 1.75s 2026-01-04 12:37:04.034750 | fa163e78-c412-049c-01e5-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:22.669559 | 1.75s 2026-01-04 12:37:04.054579 | fa163e78-c412-049c-01e5-000000002328 | TASK | Ensure certificate requests 2026-01-04 12:37:06.160864 | fa163e78-c412-049c-01e5-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2026-01-04 12:37:06.163939 | fa163e78-c412-049c-01e5-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:24.798744 | 2.11s 2026-01-04 12:37:08.213357 | fa163e78-c412-049c-01e5-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2026-01-04 12:37:08.217152 | fa163e78-c412-049c-01e5-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:26.851966 | 4.16s 2026-01-04 12:37:09.953169 | fa163e78-c412-049c-01e5-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2026-01-04 12:37:09.955205 | fa163e78-c412-049c-01e5-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:28.590014 | 5.90s 2026-01-04 12:37:11.599038 | fa163e78-c412-049c-01e5-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2026-01-04 12:37:11.605623 | fa163e78-c412-049c-01e5-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:30.240428 | 7.55s 2026-01-04 12:37:13.180521 | fa163e78-c412-049c-01e5-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2026-01-04 12:37:13.181736 | fa163e78-c412-049c-01e5-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:31.816546 | 9.13s 2026-01-04 12:37:13.189833 | fa163e78-c412-049c-01e5-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:31.824644 | 9.13s 2026-01-04 12:37:13.229175 | fa163e78-c412-049c-01e5-00000000220d | TASK | Fail if container image is undefined 2026-01-04 12:37:13.279005 | fa163e78-c412-049c-01e5-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:37:13.279992 | fa163e78-c412-049c-01e5-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:31.914808 | 0.05s 2026-01-04 12:37:13.309802 | fa163e78-c412-049c-01e5-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-01-04 12:37:31.797469 | fa163e78-c412-049c-01e5-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-01-04 12:37:31.799255 | fa163e78-c412-049c-01e5-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:50.434064 | 18.49s 2026-01-04 12:37:31.854362 | fa163e78-c412-049c-01e5-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-01-04 12:37:32.238786 | fa163e78-c412-049c-01e5-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-01-04 12:37:32.240657 | fa163e78-c412-049c-01e5-00000000220f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:50.875463 | 0.39s 2026-01-04 12:37:32.292850 | fa163e78-c412-049c-01e5-00000000221e | TASK | Fail if container image is undefined 2026-01-04 12:37:32.361025 | fa163e78-c412-049c-01e5-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:37:32.362429 | fa163e78-c412-049c-01e5-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:50.997236 | 0.07s 2026-01-04 12:37:32.406225 | fa163e78-c412-049c-01e5-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-01-04 12:37:36.950332 | fa163e78-c412-049c-01e5-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-01-04 12:37:36.952219 | fa163e78-c412-049c-01e5-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:55.587023 | 4.54s 2026-01-04 12:37:37.012693 | fa163e78-c412-049c-01e5-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-01-04 12:37:37.384629 | fa163e78-c412-049c-01e5-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-01-04 12:37:37.386288 | fa163e78-c412-049c-01e5-000000002220 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:56.021094 | 0.37s 2026-01-04 12:37:37.438431 | fa163e78-c412-049c-01e5-00000000222b | TASK | Check if rsyslog exists 2026-01-04 12:37:37.713829 | fa163e78-c412-049c-01e5-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-01-04 12:37:37.715662 | fa163e78-c412-049c-01e5-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:56.350470 | 0.28s 2026-01-04 12:37:37.742847 | fa163e78-c412-049c-01e5-00000000222d | TASK | Forward logging to haproxy.log file 2026-01-04 12:37:38.001413 | fa163e78-c412-049c-01e5-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-01-04 12:37:38.003054 | fa163e78-c412-049c-01e5-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:56.637862 | 0.26s 2026-01-04 12:37:38.030037 | fa163e78-c412-049c-01e5-00000000222e | TASK | restart rsyslog service after logging conf change 2026-01-04 12:37:38.847403 | fa163e78-c412-049c-01e5-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-01-04 12:37:38.848867 | fa163e78-c412-049c-01e5-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:57.483682 | 0.82s 2026-01-04 12:37:38.868108 | fa163e78-c412-049c-01e5-000000002235 | TASK | Fail if container image is undefined 2026-01-04 12:37:38.929527 | fa163e78-c412-049c-01e5-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:37:38.930635 | fa163e78-c412-049c-01e5-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:57.565450 | 0.06s 2026-01-04 12:37:38.957135 | fa163e78-c412-049c-01e5-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-01-04 12:37:44.024766 | fa163e78-c412-049c-01e5-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-01-04 12:37:44.026403 | fa163e78-c412-049c-01e5-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:02.661210 | 5.07s 2026-01-04 12:37:44.081199 | fa163e78-c412-049c-01e5-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-01-04 12:37:44.459116 | fa163e78-c412-049c-01e5-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-01-04 12:37:44.460687 | fa163e78-c412-049c-01e5-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:03.095498 | 0.38s 2026-01-04 12:37:44.509434 | fa163e78-c412-049c-01e5-000000002242 | TASK | make sure certmonger is installed 2026-01-04 12:37:47.495231 | fa163e78-c412-049c-01e5-000000002242 | OK | make sure certmonger is installed | standalone 2026-01-04 12:37:47.497018 | fa163e78-c412-049c-01e5-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:06.131827 | 2.99s 2026-01-04 12:37:47.522998 | fa163e78-c412-049c-01e5-000000002243 | TASK | make sure certmonger service is started 2026-01-04 12:37:48.933556 | fa163e78-c412-049c-01e5-000000002243 | OK | make sure certmonger service is started | standalone 2026-01-04 12:37:48.935636 | fa163e78-c412-049c-01e5-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:07.570443 | 1.41s 2026-01-04 12:37:48.963240 | fa163e78-c412-049c-01e5-000000002244 | TASK | Create dirs for certificates and keys 2026-01-04 12:37:49.254962 | fa163e78-c412-049c-01e5-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-01-04 12:37:49.258425 | fa163e78-c412-049c-01e5-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:07.893223 | 0.29s 2026-01-04 12:37:49.490418 | fa163e78-c412-049c-01e5-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-01-04 12:37:49.493556 | fa163e78-c412-049c-01e5-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:08.128362 | 0.53s 2026-01-04 12:37:49.502485 | fa163e78-c412-049c-01e5-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:08.137287 | 0.54s 2026-01-04 12:37:49.523923 | fa163e78-c412-049c-01e5-000000002245 | TASK | Extract and trust certmonger's local CA 2026-01-04 12:37:50.823019 | fa163e78-c412-049c-01e5-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-01-04 12:37:50.824547 | fa163e78-c412-049c-01e5-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:09.459356 | 1.30s 2026-01-04 12:37:50.900805 | fa163e78-c412-049c-01e5-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:09.535606 | 0.05s 2026-01-04 12:37:50.968549 | fa163e78-c412-049c-01e5-0000000023d0 | TASK | Set version specific variables 2026-01-04 12:37:51.021727 | fa163e78-c412-049c-01e5-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:09.656523 | 0.05s 2026-01-04 12:37:51.041469 | 185fc90b-1ca9-4265-9871-9a469096edc4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:37:51.070878 | fa163e78-c412-049c-01e5-00000000240f | TASK | Ensure ansible_facts used by role 2026-01-04 12:37:51.489959 | fa163e78-c412-049c-01e5-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:37:51.491893 | fa163e78-c412-049c-01e5-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:10.126698 | 0.42s 2026-01-04 12:37:51.519813 | fa163e78-c412-049c-01e5-000000002410 | TASK | Set platform/version specific variables 2026-01-04 12:37:51.595488 | fa163e78-c412-049c-01e5-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:37:51.614151 | fa163e78-c412-049c-01e5-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:37:51.634754 | fa163e78-c412-049c-01e5-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:37:51.648702 | fa163e78-c412-049c-01e5-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:37:51.655586 | fa163e78-c412-049c-01e5-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:10.290388 | 0.13s 2026-01-04 12:37:51.673956 | fa163e78-c412-049c-01e5-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:37:54.956869 | fa163e78-c412-049c-01e5-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:37:54.958421 | fa163e78-c412-049c-01e5-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:13.593232 | 3.28s 2026-01-04 12:37:54.984388 | fa163e78-c412-049c-01e5-0000000023d3 | TASK | Ensure provider packages are installed 2026-01-04 12:37:58.069760 | fa163e78-c412-049c-01e5-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:16.703719 | 3.08s 2026-01-04 12:37:58.081018 | fa163e78-c412-049c-01e5-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:16.715817 | 3.09s 2026-01-04 12:37:58.107661 | fa163e78-c412-049c-01e5-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:38:00.168661 | fa163e78-c412-049c-01e5-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:00.171805 | fa163e78-c412-049c-01e5-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.806609 | 2.06s 2026-01-04 12:38:00.181750 | fa163e78-c412-049c-01e5-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.816545 | 2.07s 2026-01-04 12:38:00.211739 | fa163e78-c412-049c-01e5-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:38:00.549740 | fa163e78-c412-049c-01e5-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:00.552232 | fa163e78-c412-049c-01e5-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.187038 | 0.34s 2026-01-04 12:38:00.562208 | fa163e78-c412-049c-01e5-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.197006 | 0.35s 2026-01-04 12:38:00.589038 | fa163e78-c412-049c-01e5-0000000023d9 | TASK | Ensure provider service is running 2026-01-04 12:38:00.993127 | fa163e78-c412-049c-01e5-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:38:00.996246 | fa163e78-c412-049c-01e5-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:19.631048 | 0.41s 2026-01-04 12:38:01.007525 | fa163e78-c412-049c-01e5-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:19.642321 | 0.42s 2026-01-04 12:38:01.035506 | fa163e78-c412-049c-01e5-0000000023dc | TASK | Ensure certificate requests 2026-01-04 12:38:03.722384 | fa163e78-c412-049c-01e5-0000000023dc | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-01-04 12:38:03.725583 | fa163e78-c412-049c-01e5-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.360389 | 2.69s 2026-01-04 12:38:03.736227 | fa163e78-c412-049c-01e5-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.371019 | 2.70s 2026-01-04 12:38:03.787897 | fa163e78-c412-049c-01e5-000000002248 | TASK | Create dirs for certificates and keys 2026-01-04 12:38:04.057236 | fa163e78-c412-049c-01e5-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-01-04 12:38:04.060003 | fa163e78-c412-049c-01e5-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:22.694806 | 0.27s 2026-01-04 12:38:04.453381 | fa163e78-c412-049c-01e5-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-01-04 12:38:04.455525 | fa163e78-c412-049c-01e5-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:23.090331 | 0.67s 2026-01-04 12:38:04.465668 | fa163e78-c412-049c-01e5-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:23.100472 | 0.68s 2026-01-04 12:38:04.526263 | fa163e78-c412-049c-01e5-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:23.161061 | 0.04s 2026-01-04 12:38:04.591470 | fa163e78-c412-049c-01e5-00000000245e | TASK | Set version specific variables 2026-01-04 12:38:04.641324 | fa163e78-c412-049c-01e5-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:23.276120 | 0.05s 2026-01-04 12:38:04.660953 | 8810109b-55db-42a3-b8ce-dd8ebbf04ee2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:38:04.691445 | fa163e78-c412-049c-01e5-000000002491 | TASK | Ensure ansible_facts used by role 2026-01-04 12:38:05.065694 | fa163e78-c412-049c-01e5-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:38:05.067497 | fa163e78-c412-049c-01e5-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:23.702298 | 0.37s 2026-01-04 12:38:05.098019 | fa163e78-c412-049c-01e5-000000002492 | TASK | Set platform/version specific variables 2026-01-04 12:38:05.155578 | fa163e78-c412-049c-01e5-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:38:05.166700 | fa163e78-c412-049c-01e5-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:38:05.179996 | fa163e78-c412-049c-01e5-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:38:05.190441 | fa163e78-c412-049c-01e5-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:38:05.196347 | fa163e78-c412-049c-01e5-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:23.831148 | 0.10s 2026-01-04 12:38:05.223425 | fa163e78-c412-049c-01e5-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:38:08.288393 | fa163e78-c412-049c-01e5-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:38:08.289932 | fa163e78-c412-049c-01e5-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:26.924741 | 3.07s 2026-01-04 12:38:08.315441 | fa163e78-c412-049c-01e5-000000002461 | TASK | Ensure provider packages are installed 2026-01-04 12:38:11.345925 | fa163e78-c412-049c-01e5-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:29.980721 | 3.03s 2026-01-04 12:38:11.352425 | fa163e78-c412-049c-01e5-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:29.987237 | 3.04s 2026-01-04 12:38:11.378477 | fa163e78-c412-049c-01e5-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:38:11.679204 | fa163e78-c412-049c-01e5-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:11.680726 | fa163e78-c412-049c-01e5-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:30.315535 | 0.30s 2026-01-04 12:38:11.686709 | fa163e78-c412-049c-01e5-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:30.321524 | 0.31s 2026-01-04 12:38:11.713641 | fa163e78-c412-049c-01e5-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:38:12.015954 | fa163e78-c412-049c-01e5-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:12.017684 | fa163e78-c412-049c-01e5-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:30.652490 | 0.30s 2026-01-04 12:38:12.024287 | fa163e78-c412-049c-01e5-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:30.659106 | 0.31s 2026-01-04 12:38:12.050418 | fa163e78-c412-049c-01e5-000000002467 | TASK | Ensure provider service is running 2026-01-04 12:38:12.489314 | fa163e78-c412-049c-01e5-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:38:12.492044 | fa163e78-c412-049c-01e5-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:31.126850 | 0.44s 2026-01-04 12:38:12.502524 | fa163e78-c412-049c-01e5-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:31.137337 | 0.45s 2026-01-04 12:38:12.529896 | fa163e78-c412-049c-01e5-00000000246a | TASK | Ensure certificate requests 2026-01-04 12:38:14.709743 | fa163e78-c412-049c-01e5-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-01-04 12:38:14.711647 | fa163e78-c412-049c-01e5-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:33.346450 | 2.18s 2026-01-04 12:38:16.898611 | fa163e78-c412-049c-01e5-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-01-04 12:38:16.900782 | fa163e78-c412-049c-01e5-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:35.535591 | 4.37s 2026-01-04 12:38:18.911529 | fa163e78-c412-049c-01e5-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-01-04 12:38:18.912934 | fa163e78-c412-049c-01e5-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:37.547741 | 6.38s 2026-01-04 12:38:21.290169 | fa163e78-c412-049c-01e5-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-01-04 12:38:21.291648 | fa163e78-c412-049c-01e5-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:39.926455 | 8.76s 2026-01-04 12:38:21.300586 | fa163e78-c412-049c-01e5-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:39.935378 | 8.77s 2026-01-04 12:38:21.351735 | fa163e78-c412-049c-01e5-00000000224b | TASK | Run lvmfilter role 2026-01-04 12:38:21.404870 | fa163e78-c412-049c-01e5-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:40.039669 | 0.05s 2026-01-04 12:38:21.479908 | fa163e78-c412-049c-01e5-0000000024fe | TASK | Check if lvm2 is installed 2026-01-04 12:38:21.733857 | fa163e78-c412-049c-01e5-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-01-04 12:38:21.735571 | fa163e78-c412-049c-01e5-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:40.370375 | 0.25s 2026-01-04 12:38:21.762112 | fa163e78-c412-049c-01e5-000000002500 | TASK | collect ansible devices 2026-01-04 12:38:21.816036 | fa163e78-c412-049c-01e5-000000002500 | SKIPPED | collect ansible devices | standalone 2026-01-04 12:38:21.817286 | fa163e78-c412-049c-01e5-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:40.452094 | 0.05s 2026-01-04 12:38:21.842932 | fa163e78-c412-049c-01e5-000000002501 | TASK | collect in-use lvm2 devices list 2026-01-04 12:38:21.897322 | fa163e78-c412-049c-01e5-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-01-04 12:38:21.898834 | fa163e78-c412-049c-01e5-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:40.533639 | 0.05s 2026-01-04 12:38:21.924191 | fa163e78-c412-049c-01e5-000000002502 | TASK | set allowed_devices 2026-01-04 12:38:21.977844 | fa163e78-c412-049c-01e5-000000002502 | SKIPPED | set allowed_devices | standalone 2026-01-04 12:38:21.979078 | fa163e78-c412-049c-01e5-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:40.613887 | 0.05s 2026-01-04 12:38:22.006078 | fa163e78-c412-049c-01e5-000000002503 | TASK | build lvm2 allow list 2026-01-04 12:38:22.061814 | fa163e78-c412-049c-01e5-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-01-04 12:38:22.063217 | fa163e78-c412-049c-01e5-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:40.698023 | 0.06s 2026-01-04 12:38:22.089245 | fa163e78-c412-049c-01e5-000000002504 | TASK | build lvm2 deny list 2026-01-04 12:38:22.142023 | fa163e78-c412-049c-01e5-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-01-04 12:38:22.143243 | fa163e78-c412-049c-01e5-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:40.778049 | 0.05s 2026-01-04 12:38:22.169238 | fa163e78-c412-049c-01e5-000000002505 | TASK | build lvm2 filter 2026-01-04 12:38:22.223526 | fa163e78-c412-049c-01e5-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-01-04 12:38:22.224914 | fa163e78-c412-049c-01e5-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:40.859717 | 0.05s 2026-01-04 12:38:22.249939 | fa163e78-c412-049c-01e5-000000002506 | TASK | regenerate lvm config 2026-01-04 12:38:22.302947 | fa163e78-c412-049c-01e5-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-01-04 12:38:22.304179 | fa163e78-c412-049c-01e5-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:40.938986 | 0.05s 2026-01-04 12:38:22.331218 | fa163e78-c412-049c-01e5-000000002507 | TASK | copy new lvm.conf in place 2026-01-04 12:38:22.385788 | fa163e78-c412-049c-01e5-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-01-04 12:38:22.387541 | fa163e78-c412-049c-01e5-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:41.022342 | 0.05s 2026-01-04 12:38:22.437313 | fa163e78-c412-049c-01e5-000000002251 | TASK | Fail if container image is undefined 2026-01-04 12:38:22.500240 | fa163e78-c412-049c-01e5-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:38:22.501632 | fa163e78-c412-049c-01e5-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:41.136434 | 0.06s 2026-01-04 12:38:22.543865 | fa163e78-c412-049c-01e5-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-01-04 12:38:30.624510 | fa163e78-c412-049c-01e5-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-01-04 12:38:30.626182 | fa163e78-c412-049c-01e5-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:49.260993 | 8.08s 2026-01-04 12:38:30.664012 | fa163e78-c412-049c-01e5-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-01-04 12:38:31.027325 | fa163e78-c412-049c-01e5-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-01-04 12:38:31.028742 | fa163e78-c412-049c-01e5-000000002253 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:49.663551 | 0.36s 2026-01-04 12:38:31.132872 | fa163e78-c412-049c-01e5-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:49.767674 | 0.05s 2026-01-04 12:38:31.194756 | fa163e78-c412-049c-01e5-000000002576 | TASK | Set version specific variables 2026-01-04 12:38:31.244957 | fa163e78-c412-049c-01e5-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:49.879758 | 0.05s 2026-01-04 12:38:31.263804 | f28ebd53-27d7-4bda-9899-2a1427a4e906 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:38:31.293063 | fa163e78-c412-049c-01e5-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-01-04 12:38:31.690883 | fa163e78-c412-049c-01e5-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:38:31.692494 | fa163e78-c412-049c-01e5-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.327302 | 0.40s 2026-01-04 12:38:31.718284 | fa163e78-c412-049c-01e5-0000000025a6 | TASK | Set platform/version specific variables 2026-01-04 12:38:31.796324 | fa163e78-c412-049c-01e5-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:38:31.814085 | fa163e78-c412-049c-01e5-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:38:31.833166 | fa163e78-c412-049c-01e5-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:38:31.847392 | fa163e78-c412-049c-01e5-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:38:31.859183 | fa163e78-c412-049c-01e5-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.493990 | 0.14s 2026-01-04 12:38:31.885203 | fa163e78-c412-049c-01e5-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:38:34.918885 | fa163e78-c412-049c-01e5-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:38:34.920415 | fa163e78-c412-049c-01e5-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:53.555200 | 3.03s 2026-01-04 12:38:34.945659 | fa163e78-c412-049c-01e5-000000002579 | TASK | Ensure provider packages are installed 2026-01-04 12:38:37.946598 | fa163e78-c412-049c-01e5-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.581378 | 3.00s 2026-01-04 12:38:37.954041 | fa163e78-c412-049c-01e5-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.588833 | 3.01s 2026-01-04 12:38:37.981346 | fa163e78-c412-049c-01e5-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:38:38.276724 | fa163e78-c412-049c-01e5-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:38.279366 | fa163e78-c412-049c-01e5-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.914161 | 0.30s 2026-01-04 12:38:38.289533 | fa163e78-c412-049c-01e5-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.924330 | 0.31s 2026-01-04 12:38:38.316981 | fa163e78-c412-049c-01e5-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:38:38.614807 | fa163e78-c412-049c-01e5-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:38.616710 | fa163e78-c412-049c-01e5-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.251511 | 0.30s 2026-01-04 12:38:38.629199 | fa163e78-c412-049c-01e5-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.263998 | 0.31s 2026-01-04 12:38:38.658964 | fa163e78-c412-049c-01e5-00000000257f | TASK | Ensure provider service is running 2026-01-04 12:38:39.100418 | fa163e78-c412-049c-01e5-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:38:39.103831 | fa163e78-c412-049c-01e5-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.738632 | 0.44s 2026-01-04 12:38:39.114853 | fa163e78-c412-049c-01e5-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.749650 | 0.45s 2026-01-04 12:38:39.143494 | fa163e78-c412-049c-01e5-000000002582 | TASK | Ensure certificate requests 2026-01-04 12:38:41.270853 | fa163e78-c412-049c-01e5-000000002582 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2026-01-04 12:38:41.273042 | fa163e78-c412-049c-01e5-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.907840 | 2.13s 2026-01-04 12:38:41.286959 | fa163e78-c412-049c-01e5-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.921765 | 2.14s 2026-01-04 12:38:41.384123 | fa163e78-c412-049c-01e5-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:00.018912 | 0.06s 2026-01-04 12:38:41.450606 | fa163e78-c412-049c-01e5-0000000025ea | TASK | Set version specific variables 2026-01-04 12:38:41.504482 | fa163e78-c412-049c-01e5-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:00.139272 | 0.05s 2026-01-04 12:38:41.524291 | e4342637-c9f5-4418-9d4a-bb58b593baa8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:38:41.555787 | fa163e78-c412-049c-01e5-000000002619 | TASK | Ensure ansible_facts used by role 2026-01-04 12:38:41.958467 | fa163e78-c412-049c-01e5-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:38:41.960161 | fa163e78-c412-049c-01e5-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:00.594970 | 0.40s 2026-01-04 12:38:41.986318 | fa163e78-c412-049c-01e5-00000000261a | TASK | Set platform/version specific variables 2026-01-04 12:38:42.076057 | fa163e78-c412-049c-01e5-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:38:42.107686 | fa163e78-c412-049c-01e5-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:38:42.135651 | fa163e78-c412-049c-01e5-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:38:42.156615 | fa163e78-c412-049c-01e5-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:38:42.162590 | fa163e78-c412-049c-01e5-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:00.797390 | 0.17s 2026-01-04 12:38:42.189513 | fa163e78-c412-049c-01e5-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:38:45.307434 | fa163e78-c412-049c-01e5-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:38:45.308934 | fa163e78-c412-049c-01e5-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:03.943744 | 3.12s 2026-01-04 12:38:45.334156 | fa163e78-c412-049c-01e5-0000000025ed | TASK | Ensure provider packages are installed 2026-01-04 12:38:48.417695 | fa163e78-c412-049c-01e5-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:07.052477 | 3.08s 2026-01-04 12:38:48.430655 | fa163e78-c412-049c-01e5-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:07.065452 | 3.10s 2026-01-04 12:38:48.451715 | fa163e78-c412-049c-01e5-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:38:48.752613 | fa163e78-c412-049c-01e5-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:48.754630 | fa163e78-c412-049c-01e5-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:07.389427 | 0.30s 2026-01-04 12:38:48.766937 | fa163e78-c412-049c-01e5-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:07.401742 | 0.31s 2026-01-04 12:38:48.793407 | fa163e78-c412-049c-01e5-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:38:49.069335 | fa163e78-c412-049c-01e5-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:38:49.071743 | fa163e78-c412-049c-01e5-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:07.706547 | 0.28s 2026-01-04 12:38:49.081136 | fa163e78-c412-049c-01e5-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:07.715945 | 0.29s 2026-01-04 12:38:49.099454 | fa163e78-c412-049c-01e5-0000000025f3 | TASK | Ensure provider service is running 2026-01-04 12:38:49.537774 | fa163e78-c412-049c-01e5-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:38:49.539638 | fa163e78-c412-049c-01e5-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:08.174447 | 0.44s 2026-01-04 12:38:49.547965 | fa163e78-c412-049c-01e5-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:08.182779 | 0.45s 2026-01-04 12:38:49.574908 | fa163e78-c412-049c-01e5-0000000025f6 | TASK | Ensure certificate requests 2026-01-04 12:38:51.254599 | fa163e78-c412-049c-01e5-0000000025f6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2026-01-04 12:38:51.256392 | fa163e78-c412-049c-01e5-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:09.891165 | 1.68s 2026-01-04 12:38:51.264172 | fa163e78-c412-049c-01e5-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:09.898964 | 1.69s 2026-01-04 12:38:51.315618 | fa163e78-c412-049c-01e5-000000002267 | TASK | Fail if container image is undefined 2026-01-04 12:38:51.388641 | fa163e78-c412-049c-01e5-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:38:51.389926 | fa163e78-c412-049c-01e5-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:10.024733 | 0.07s 2026-01-04 12:38:51.434136 | fa163e78-c412-049c-01e5-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-01-04 12:39:00.270452 | fa163e78-c412-049c-01e5-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-01-04 12:39:00.272036 | fa163e78-c412-049c-01e5-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:18.906812 | 8.84s 2026-01-04 12:39:00.329155 | fa163e78-c412-049c-01e5-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-01-04 12:39:00.691885 | fa163e78-c412-049c-01e5-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-01-04 12:39:00.693632 | fa163e78-c412-049c-01e5-000000002269 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:19.328433 | 0.36s 2026-01-04 12:39:00.795677 | fa163e78-c412-049c-01e5-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:19.430477 | 0.05s 2026-01-04 12:39:00.858944 | fa163e78-c412-049c-01e5-000000002664 | TASK | Set version specific variables 2026-01-04 12:39:00.909113 | fa163e78-c412-049c-01e5-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:19.543909 | 0.05s 2026-01-04 12:39:00.928563 | e01f8928-03e9-4108-ab60-473909c318e0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:39:00.959339 | fa163e78-c412-049c-01e5-000000002693 | TASK | Ensure ansible_facts used by role 2026-01-04 12:39:01.353758 | fa163e78-c412-049c-01e5-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:39:01.355463 | fa163e78-c412-049c-01e5-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:19.990271 | 0.39s 2026-01-04 12:39:01.382499 | fa163e78-c412-049c-01e5-000000002694 | TASK | Set platform/version specific variables 2026-01-04 12:39:01.453586 | fa163e78-c412-049c-01e5-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:01.470490 | fa163e78-c412-049c-01e5-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:01.488254 | fa163e78-c412-049c-01e5-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:39:01.501828 | fa163e78-c412-049c-01e5-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:39:01.513743 | fa163e78-c412-049c-01e5-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:20.148543 | 0.13s 2026-01-04 12:39:01.541022 | fa163e78-c412-049c-01e5-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:39:04.636888 | fa163e78-c412-049c-01e5-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:39:04.638267 | fa163e78-c412-049c-01e5-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:23.273079 | 3.10s 2026-01-04 12:39:04.664617 | fa163e78-c412-049c-01e5-000000002667 | TASK | Ensure provider packages are installed 2026-01-04 12:39:07.721742 | fa163e78-c412-049c-01e5-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:26.356535 | 3.06s 2026-01-04 12:39:07.734344 | fa163e78-c412-049c-01e5-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:26.369130 | 3.07s 2026-01-04 12:39:07.762855 | fa163e78-c412-049c-01e5-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:39:08.025879 | fa163e78-c412-049c-01e5-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:39:08.027309 | fa163e78-c412-049c-01e5-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:26.662117 | 0.26s 2026-01-04 12:39:08.039981 | fa163e78-c412-049c-01e5-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:26.674782 | 0.27s 2026-01-04 12:39:08.066230 | fa163e78-c412-049c-01e5-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:39:08.353591 | fa163e78-c412-049c-01e5-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:39:08.355028 | fa163e78-c412-049c-01e5-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:26.989835 | 0.29s 2026-01-04 12:39:08.361206 | fa163e78-c412-049c-01e5-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:26.996013 | 0.29s 2026-01-04 12:39:08.386751 | fa163e78-c412-049c-01e5-00000000266d | TASK | Ensure provider service is running 2026-01-04 12:39:08.796907 | fa163e78-c412-049c-01e5-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:39:08.798755 | fa163e78-c412-049c-01e5-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:27.433562 | 0.41s 2026-01-04 12:39:08.811698 | fa163e78-c412-049c-01e5-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:27.446504 | 0.42s 2026-01-04 12:39:08.838624 | fa163e78-c412-049c-01e5-000000002670 | TASK | Ensure certificate requests 2026-01-04 12:39:10.408915 | fa163e78-c412-049c-01e5-000000002670 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2026-01-04 12:39:10.410542 | fa163e78-c412-049c-01e5-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.045349 | 1.57s 2026-01-04 12:39:10.419869 | fa163e78-c412-049c-01e5-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.054676 | 1.58s 2026-01-04 12:39:10.520070 | fa163e78-c412-049c-01e5-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:29.154869 | 0.05s 2026-01-04 12:39:10.586875 | fa163e78-c412-049c-01e5-0000000026d8 | TASK | Set version specific variables 2026-01-04 12:39:10.635448 | fa163e78-c412-049c-01e5-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:29.270247 | 0.05s 2026-01-04 12:39:10.648731 | 1ed48bcd-d530-4663-9ee5-01069499583e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:39:10.672885 | fa163e78-c412-049c-01e5-000000002707 | TASK | Ensure ansible_facts used by role 2026-01-04 12:39:11.057972 | fa163e78-c412-049c-01e5-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:39:11.059672 | fa163e78-c412-049c-01e5-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:29.694481 | 0.39s 2026-01-04 12:39:11.086924 | fa163e78-c412-049c-01e5-000000002708 | TASK | Set platform/version specific variables 2026-01-04 12:39:11.173472 | fa163e78-c412-049c-01e5-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:11.203919 | fa163e78-c412-049c-01e5-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:11.231932 | fa163e78-c412-049c-01e5-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:39:11.252298 | fa163e78-c412-049c-01e5-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:39:11.258646 | fa163e78-c412-049c-01e5-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:29.893443 | 0.17s 2026-01-04 12:39:11.285463 | fa163e78-c412-049c-01e5-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:39:14.263213 | fa163e78-c412-049c-01e5-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:39:14.264646 | fa163e78-c412-049c-01e5-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:32.899457 | 2.98s 2026-01-04 12:39:14.289597 | fa163e78-c412-049c-01e5-0000000026db | TASK | Ensure provider packages are installed 2026-01-04 12:39:17.702078 | fa163e78-c412-049c-01e5-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:36.336872 | 3.41s 2026-01-04 12:39:17.714276 | fa163e78-c412-049c-01e5-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:36.349080 | 3.42s 2026-01-04 12:39:17.740426 | fa163e78-c412-049c-01e5-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:39:18.036958 | fa163e78-c412-049c-01e5-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:39:18.039222 | fa163e78-c412-049c-01e5-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:36.674029 | 0.30s 2026-01-04 12:39:18.049010 | fa163e78-c412-049c-01e5-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:36.683818 | 0.31s 2026-01-04 12:39:18.075143 | fa163e78-c412-049c-01e5-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:39:18.378386 | fa163e78-c412-049c-01e5-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:39:18.379834 | fa163e78-c412-049c-01e5-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:37.014642 | 0.30s 2026-01-04 12:39:18.386113 | fa163e78-c412-049c-01e5-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:37.020916 | 0.31s 2026-01-04 12:39:18.412051 | fa163e78-c412-049c-01e5-0000000026e1 | TASK | Ensure provider service is running 2026-01-04 12:39:19.859435 | fa163e78-c412-049c-01e5-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:39:19.862138 | fa163e78-c412-049c-01e5-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:38.496943 | 1.45s 2026-01-04 12:39:19.872852 | fa163e78-c412-049c-01e5-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:38.507657 | 1.46s 2026-01-04 12:39:19.900023 | fa163e78-c412-049c-01e5-0000000026e4 | TASK | Ensure certificate requests 2026-01-04 12:39:21.503940 | fa163e78-c412-049c-01e5-0000000026e4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2026-01-04 12:39:21.506437 | fa163e78-c412-049c-01e5-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:40.141244 | 1.60s 2026-01-04 12:39:21.516416 | fa163e78-c412-049c-01e5-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:40.151224 | 1.61s 2026-01-04 12:39:21.556099 | fa163e78-c412-049c-01e5-000000002278 | TASK | install systemd-container for a greenfield 2026-01-04 12:39:39.971637 | fa163e78-c412-049c-01e5-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-01-04 12:39:39.973437 | fa163e78-c412-049c-01e5-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:58.608247 | 18.42s 2026-01-04 12:39:39.998564 | fa163e78-c412-049c-01e5-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-01-04 12:39:40.050089 | fa163e78-c412-049c-01e5-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-01-04 12:39:40.051210 | fa163e78-c412-049c-01e5-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:58.686020 | 0.05s 2026-01-04 12:39:40.076142 | fa163e78-c412-049c-01e5-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-01-04 12:39:40.355244 | fa163e78-c412-049c-01e5-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-01-04 12:39:40.356629 | fa163e78-c412-049c-01e5-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:58.991440 | 0.28s 2026-01-04 12:39:40.381008 | fa163e78-c412-049c-01e5-00000000227d | TASK | is KSM enabled 2026-01-04 12:39:40.432972 | fa163e78-c412-049c-01e5-00000000227d | OK | is KSM enabled | standalone 2026-01-04 12:39:40.434179 | fa163e78-c412-049c-01e5-00000000227d | TIMING | is KSM enabled | standalone | 0:06:59.068984 | 0.05s 2026-01-04 12:39:40.459323 | fa163e78-c412-049c-01e5-00000000227f | TASK | Check for ksm 2026-01-04 12:39:40.743486 | fa163e78-c412-049c-01e5-00000000227f | CHANGED | Check for ksm | standalone 2026-01-04 12:39:40.744884 | fa163e78-c412-049c-01e5-00000000227f | TIMING | Check for ksm | standalone | 0:06:59.379695 | 0.28s 2026-01-04 12:39:40.769737 | fa163e78-c412-049c-01e5-000000002280 | TASK | disable KSM services 2026-01-04 12:39:40.857578 | fa163e78-c412-049c-01e5-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-01-04 12:39:40.889177 | fa163e78-c412-049c-01e5-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-01-04 12:39:40.894974 | fa163e78-c412-049c-01e5-000000002280 | TIMING | disable KSM services | standalone | 0:06:59.529777 | 0.12s 2026-01-04 12:39:40.920177 | fa163e78-c412-049c-01e5-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-01-04 12:39:40.970046 | fa163e78-c412-049c-01e5-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-01-04 12:39:40.971142 | fa163e78-c412-049c-01e5-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:59.605950 | 0.05s 2026-01-04 12:39:40.995955 | fa163e78-c412-049c-01e5-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-01-04 12:39:41.035053 | fa163e78-c412-049c-01e5-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-01-04 12:39:41.037693 | fa163e78-c412-049c-01e5-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:59.672504 | 0.04s 2026-01-04 12:39:41.061796 | fa163e78-c412-049c-01e5-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-01-04 12:39:41.112632 | fa163e78-c412-049c-01e5-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-01-04 12:39:41.113770 | fa163e78-c412-049c-01e5-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:59.748580 | 0.05s 2026-01-04 12:39:41.138397 | fa163e78-c412-049c-01e5-000000002285 | TASK | enable ksmtunded 2026-01-04 12:39:41.204710 | fa163e78-c412-049c-01e5-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-01-04 12:39:41.216582 | fa163e78-c412-049c-01e5-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-01-04 12:39:41.222407 | fa163e78-c412-049c-01e5-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:59.857178 | 0.08s 2026-01-04 12:39:41.247669 | fa163e78-c412-049c-01e5-000000002287 | TASK | Create dirs for certificates and keys 2026-01-04 12:39:41.509107 | fa163e78-c412-049c-01e5-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-01-04 12:39:41.511120 | fa163e78-c412-049c-01e5-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:00.145936 | 0.26s 2026-01-04 12:39:41.709594 | fa163e78-c412-049c-01e5-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-01-04 12:39:41.710338 | fa163e78-c412-049c-01e5-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:00.345155 | 0.46s 2026-01-04 12:39:41.934384 | fa163e78-c412-049c-01e5-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-01-04 12:39:41.936237 | fa163e78-c412-049c-01e5-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:00.571050 | 0.69s 2026-01-04 12:39:41.947628 | fa163e78-c412-049c-01e5-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:00.582433 | 0.70s 2026-01-04 12:39:42.012489 | fa163e78-c412-049c-01e5-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:00.647294 | 0.04s 2026-01-04 12:39:42.076743 | fa163e78-c412-049c-01e5-000000002774 | TASK | Set version specific variables 2026-01-04 12:39:42.124481 | fa163e78-c412-049c-01e5-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:00.759279 | 0.05s 2026-01-04 12:39:42.142928 | 2280ed86-3e5c-4e11-bd25-201fb1f23723 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:39:42.172927 | fa163e78-c412-049c-01e5-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-01-04 12:39:42.560220 | fa163e78-c412-049c-01e5-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:39:42.561877 | fa163e78-c412-049c-01e5-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:01.196687 | 0.39s 2026-01-04 12:39:42.588157 | fa163e78-c412-049c-01e5-0000000027a8 | TASK | Set platform/version specific variables 2026-01-04 12:39:42.679218 | fa163e78-c412-049c-01e5-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:42.709501 | fa163e78-c412-049c-01e5-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:42.740389 | fa163e78-c412-049c-01e5-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:39:42.756274 | fa163e78-c412-049c-01e5-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:39:42.769399 | fa163e78-c412-049c-01e5-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:01.404158 | 0.18s 2026-01-04 12:39:42.795587 | fa163e78-c412-049c-01e5-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:39:45.739209 | fa163e78-c412-049c-01e5-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:39:45.740660 | fa163e78-c412-049c-01e5-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:04.375470 | 2.94s 2026-01-04 12:39:45.766633 | fa163e78-c412-049c-01e5-000000002777 | TASK | Ensure provider packages are installed 2026-01-04 12:39:48.745174 | fa163e78-c412-049c-01e5-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:07.379965 | 2.98s 2026-01-04 12:39:48.752039 | fa163e78-c412-049c-01e5-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:07.386846 | 2.98s 2026-01-04 12:39:48.777767 | fa163e78-c412-049c-01e5-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:39:49.065088 | fa163e78-c412-049c-01e5-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:39:49.067347 | fa163e78-c412-049c-01e5-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:07.702153 | 0.29s 2026-01-04 12:39:49.077515 | fa163e78-c412-049c-01e5-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:07.712322 | 0.30s 2026-01-04 12:39:49.103298 | fa163e78-c412-049c-01e5-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:39:49.395835 | fa163e78-c412-049c-01e5-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:39:49.397949 | fa163e78-c412-049c-01e5-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:08.032756 | 0.29s 2026-01-04 12:39:49.408051 | fa163e78-c412-049c-01e5-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:08.042857 | 0.30s 2026-01-04 12:39:49.433735 | fa163e78-c412-049c-01e5-00000000277d | TASK | Ensure provider service is running 2026-01-04 12:39:49.860014 | fa163e78-c412-049c-01e5-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:39:49.862001 | fa163e78-c412-049c-01e5-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:08.496806 | 0.43s 2026-01-04 12:39:49.871198 | fa163e78-c412-049c-01e5-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:08.505999 | 0.44s 2026-01-04 12:39:49.898077 | fa163e78-c412-049c-01e5-000000002780 | TASK | Ensure certificate requests 2026-01-04 12:39:51.441464 | fa163e78-c412-049c-01e5-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-01-04 12:39:51.444824 | fa163e78-c412-049c-01e5-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:10.079618 | 1.55s 2026-01-04 12:39:53.399708 | fa163e78-c412-049c-01e5-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-01-04 12:39:53.401968 | fa163e78-c412-049c-01e5-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:12.036778 | 3.50s 2026-01-04 12:39:55.122372 | fa163e78-c412-049c-01e5-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2026-01-04 12:39:55.123911 | fa163e78-c412-049c-01e5-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:13.758728 | 5.22s 2026-01-04 12:39:57.004987 | fa163e78-c412-049c-01e5-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2026-01-04 12:39:57.006285 | fa163e78-c412-049c-01e5-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:15.641093 | 7.11s 2026-01-04 12:39:57.014793 | fa163e78-c412-049c-01e5-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:15.649599 | 7.12s 2026-01-04 12:39:57.065470 | fa163e78-c412-049c-01e5-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-01-04 12:39:57.152098 | fa163e78-c412-049c-01e5-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:15.786889 | 0.08s 2026-01-04 12:39:57.162883 | fa163e78-c412-049c-01e5-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:15.797698 | 0.10s 2026-01-04 12:39:57.169987 | fa163e78-c412-049c-01e5-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:15.804795 | 0.10s 2026-01-04 12:39:57.262136 | fa163e78-c412-049c-01e5-0000000027fe | TASK | Set version specific variables 2026-01-04 12:39:57.321508 | fa163e78-c412-049c-01e5-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:15.956301 | 0.06s 2026-01-04 12:39:57.341035 | b4f2c426-bf33-48a2-bb65-74aef9bf4d04 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:39:57.371590 | fa163e78-c412-049c-01e5-000000002856 | TASK | Ensure ansible_facts used by role 2026-01-04 12:39:57.737527 | fa163e78-c412-049c-01e5-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:39:57.739213 | fa163e78-c412-049c-01e5-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:16.374023 | 0.37s 2026-01-04 12:39:57.766214 | fa163e78-c412-049c-01e5-000000002857 | TASK | Set platform/version specific variables 2026-01-04 12:39:57.841612 | fa163e78-c412-049c-01e5-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:57.861806 | fa163e78-c412-049c-01e5-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:39:57.880538 | fa163e78-c412-049c-01e5-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:39:57.894435 | fa163e78-c412-049c-01e5-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:39:57.900297 | fa163e78-c412-049c-01e5-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:16.535097 | 0.13s 2026-01-04 12:39:57.918673 | fa163e78-c412-049c-01e5-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:40:00.814236 | fa163e78-c412-049c-01e5-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:40:00.815738 | fa163e78-c412-049c-01e5-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:19.450545 | 2.90s 2026-01-04 12:40:00.840997 | fa163e78-c412-049c-01e5-000000002801 | TASK | Ensure provider packages are installed 2026-01-04 12:40:03.825784 | fa163e78-c412-049c-01e5-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:22.460564 | 2.98s 2026-01-04 12:40:03.838644 | fa163e78-c412-049c-01e5-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:22.473446 | 3.00s 2026-01-04 12:40:03.867583 | fa163e78-c412-049c-01e5-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:40:04.130326 | fa163e78-c412-049c-01e5-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:04.132110 | fa163e78-c412-049c-01e5-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:22.766913 | 0.26s 2026-01-04 12:40:04.138906 | fa163e78-c412-049c-01e5-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:22.773699 | 0.27s 2026-01-04 12:40:04.166822 | fa163e78-c412-049c-01e5-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:40:04.462172 | fa163e78-c412-049c-01e5-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:04.463946 | fa163e78-c412-049c-01e5-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:23.098750 | 0.30s 2026-01-04 12:40:04.472429 | fa163e78-c412-049c-01e5-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:23.107223 | 0.30s 2026-01-04 12:40:04.499618 | fa163e78-c412-049c-01e5-000000002807 | TASK | Ensure provider service is running 2026-01-04 12:40:04.918321 | fa163e78-c412-049c-01e5-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:40:04.921339 | fa163e78-c412-049c-01e5-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:23.556143 | 0.42s 2026-01-04 12:40:04.931990 | fa163e78-c412-049c-01e5-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:23.566783 | 0.43s 2026-01-04 12:40:04.963660 | fa163e78-c412-049c-01e5-00000000280a | TASK | Ensure certificate requests 2026-01-04 12:40:07.116717 | fa163e78-c412-049c-01e5-00000000280a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-01-04 12:40:07.118772 | fa163e78-c412-049c-01e5-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:25.753570 | 2.15s 2026-01-04 12:40:07.125629 | fa163e78-c412-049c-01e5-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:25.760436 | 2.16s 2026-01-04 12:40:07.174583 | fa163e78-c412-049c-01e5-000000002827 | TASK | Set version specific variables 2026-01-04 12:40:07.223819 | fa163e78-c412-049c-01e5-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:25.858615 | 0.05s 2026-01-04 12:40:07.242686 | 6d45d7af-eba5-4658-8701-89c332df98ed | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:40:07.272948 | fa163e78-c412-049c-01e5-000000002890 | TASK | Ensure ansible_facts used by role 2026-01-04 12:40:07.654198 | fa163e78-c412-049c-01e5-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:40:07.655753 | fa163e78-c412-049c-01e5-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:26.290564 | 0.38s 2026-01-04 12:40:07.681287 | fa163e78-c412-049c-01e5-000000002891 | TASK | Set platform/version specific variables 2026-01-04 12:40:07.755257 | fa163e78-c412-049c-01e5-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:07.772107 | fa163e78-c412-049c-01e5-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:07.790110 | fa163e78-c412-049c-01e5-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:40:07.803907 | fa163e78-c412-049c-01e5-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:40:07.815941 | fa163e78-c412-049c-01e5-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:26.450742 | 0.13s 2026-01-04 12:40:07.841341 | fa163e78-c412-049c-01e5-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:40:10.750964 | fa163e78-c412-049c-01e5-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:40:10.752019 | fa163e78-c412-049c-01e5-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:29.386837 | 2.91s 2026-01-04 12:40:10.772027 | fa163e78-c412-049c-01e5-00000000282a | TASK | Ensure provider packages are installed 2026-01-04 12:40:13.714404 | fa163e78-c412-049c-01e5-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:32.349180 | 2.94s 2026-01-04 12:40:13.726641 | fa163e78-c412-049c-01e5-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:32.361445 | 2.95s 2026-01-04 12:40:13.752767 | fa163e78-c412-049c-01e5-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:40:14.023097 | fa163e78-c412-049c-01e5-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:14.024445 | fa163e78-c412-049c-01e5-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:32.659254 | 0.27s 2026-01-04 12:40:14.033822 | fa163e78-c412-049c-01e5-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:32.668625 | 0.28s 2026-01-04 12:40:14.062061 | fa163e78-c412-049c-01e5-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:40:14.313573 | fa163e78-c412-049c-01e5-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:14.315078 | fa163e78-c412-049c-01e5-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:32.949887 | 0.25s 2026-01-04 12:40:14.327086 | fa163e78-c412-049c-01e5-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:32.961891 | 0.26s 2026-01-04 12:40:14.353091 | fa163e78-c412-049c-01e5-000000002830 | TASK | Ensure provider service is running 2026-01-04 12:40:14.765179 | fa163e78-c412-049c-01e5-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:40:14.766501 | fa163e78-c412-049c-01e5-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:33.401316 | 0.41s 2026-01-04 12:40:14.773501 | fa163e78-c412-049c-01e5-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:33.408306 | 0.42s 2026-01-04 12:40:14.801394 | fa163e78-c412-049c-01e5-000000002833 | TASK | Ensure certificate requests 2026-01-04 12:40:17.049291 | fa163e78-c412-049c-01e5-000000002833 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-01-04 12:40:17.050902 | fa163e78-c412-049c-01e5-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:35.685719 | 2.25s 2026-01-04 12:40:17.061685 | fa163e78-c412-049c-01e5-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:35.696500 | 2.26s 2026-01-04 12:40:17.160902 | fa163e78-c412-049c-01e5-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:35.795700 | 0.05s 2026-01-04 12:40:17.225992 | fa163e78-c412-049c-01e5-0000000028d5 | TASK | Set version specific variables 2026-01-04 12:40:17.273792 | fa163e78-c412-049c-01e5-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:35.908585 | 0.05s 2026-01-04 12:40:17.292380 | 69a71d5a-ddc0-4f7d-b205-88a8b51ffeec | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:40:17.324014 | fa163e78-c412-049c-01e5-000000002904 | TASK | Ensure ansible_facts used by role 2026-01-04 12:40:17.719159 | fa163e78-c412-049c-01e5-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:40:17.720997 | fa163e78-c412-049c-01e5-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:36.355803 | 0.40s 2026-01-04 12:40:17.747137 | fa163e78-c412-049c-01e5-000000002905 | TASK | Set platform/version specific variables 2026-01-04 12:40:17.841278 | fa163e78-c412-049c-01e5-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:17.873539 | fa163e78-c412-049c-01e5-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:17.904214 | fa163e78-c412-049c-01e5-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:40:17.925652 | fa163e78-c412-049c-01e5-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:40:17.931775 | fa163e78-c412-049c-01e5-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:36.566581 | 0.18s 2026-01-04 12:40:17.958247 | fa163e78-c412-049c-01e5-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:40:20.987048 | fa163e78-c412-049c-01e5-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:40:20.988669 | fa163e78-c412-049c-01e5-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:39.623478 | 3.03s 2026-01-04 12:40:21.015196 | fa163e78-c412-049c-01e5-0000000028d8 | TASK | Ensure provider packages are installed 2026-01-04 12:40:24.094233 | fa163e78-c412-049c-01e5-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:42.729023 | 3.08s 2026-01-04 12:40:24.106950 | fa163e78-c412-049c-01e5-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:42.741755 | 3.09s 2026-01-04 12:40:24.133205 | fa163e78-c412-049c-01e5-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:40:24.411738 | fa163e78-c412-049c-01e5-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:24.413443 | fa163e78-c412-049c-01e5-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:43.048259 | 0.28s 2026-01-04 12:40:24.424089 | fa163e78-c412-049c-01e5-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:43.058890 | 0.29s 2026-01-04 12:40:24.450026 | fa163e78-c412-049c-01e5-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:40:24.757467 | fa163e78-c412-049c-01e5-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:24.759534 | fa163e78-c412-049c-01e5-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:43.394341 | 0.31s 2026-01-04 12:40:24.769712 | fa163e78-c412-049c-01e5-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:43.404518 | 0.32s 2026-01-04 12:40:24.795812 | fa163e78-c412-049c-01e5-0000000028de | TASK | Ensure provider service is running 2026-01-04 12:40:25.210033 | fa163e78-c412-049c-01e5-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:40:25.211257 | fa163e78-c412-049c-01e5-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:43.846071 | 0.41s 2026-01-04 12:40:25.224383 | fa163e78-c412-049c-01e5-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:43.859156 | 0.43s 2026-01-04 12:40:25.251663 | fa163e78-c412-049c-01e5-0000000028e1 | TASK | Ensure certificate requests 2026-01-04 12:40:26.886260 | fa163e78-c412-049c-01e5-0000000028e1 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2026-01-04 12:40:26.887803 | fa163e78-c412-049c-01e5-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.522610 | 1.63s 2026-01-04 12:40:26.894982 | fa163e78-c412-049c-01e5-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.529785 | 1.64s 2026-01-04 12:40:26.945267 | fa163e78-c412-049c-01e5-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-01-04 12:40:27.026687 | fa163e78-c412-049c-01e5-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-01-04 12:40:27.028032 | fa163e78-c412-049c-01e5-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:45.662833 | 0.08s 2026-01-04 12:40:27.053170 | fa163e78-c412-049c-01e5-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-01-04 12:40:30.085089 | fa163e78-c412-049c-01e5-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-01-04 12:40:30.090389 | fa163e78-c412-049c-01e5-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:48.725177 | 3.04s 2026-01-04 12:40:30.125347 | fa163e78-c412-049c-01e5-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-01-04 12:40:30.196762 | fa163e78-c412-049c-01e5-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-01-04 12:40:30.197873 | fa163e78-c412-049c-01e5-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:48.832681 | 0.07s 2026-01-04 12:40:30.225639 | fa163e78-c412-049c-01e5-000000002293 | TASK | Fetch ovn VIP 2026-01-04 12:40:30.297199 | fa163e78-c412-049c-01e5-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-01-04 12:40:30.298454 | fa163e78-c412-049c-01e5-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:48.933261 | 0.07s 2026-01-04 12:40:30.327092 | fa163e78-c412-049c-01e5-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-01-04 12:40:30.391134 | fa163e78-c412-049c-01e5-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-01-04 12:40:30.392257 | fa163e78-c412-049c-01e5-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:49.027066 | 0.06s 2026-01-04 12:40:30.421177 | fa163e78-c412-049c-01e5-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-01-04 12:40:30.492050 | fa163e78-c412-049c-01e5-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-01-04 12:40:30.493199 | fa163e78-c412-049c-01e5-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:49.128008 | 0.07s 2026-01-04 12:40:30.521335 | fa163e78-c412-049c-01e5-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-01-04 12:40:30.585165 | fa163e78-c412-049c-01e5-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-01-04 12:40:30.586274 | fa163e78-c412-049c-01e5-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:49.221083 | 0.06s 2026-01-04 12:40:30.614106 | fa163e78-c412-049c-01e5-000000002297 | TASK | Remove pacemaker attributes 2026-01-04 12:40:30.685559 | fa163e78-c412-049c-01e5-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-01-04 12:40:30.698179 | fa163e78-c412-049c-01e5-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:49.332807 | 0.08s 2026-01-04 12:40:30.779893 | fa163e78-c412-049c-01e5-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:49.414695 | 0.05s 2026-01-04 12:40:30.847731 | fa163e78-c412-049c-01e5-00000000295d | TASK | Set version specific variables 2026-01-04 12:40:30.898406 | fa163e78-c412-049c-01e5-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:49.533173 | 0.05s 2026-01-04 12:40:30.922133 | faf2186b-6dc2-4792-af7c-ae44e0955214 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:40:30.950775 | fa163e78-c412-049c-01e5-00000000298e | TASK | Ensure ansible_facts used by role 2026-01-04 12:40:31.350771 | fa163e78-c412-049c-01e5-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:40:31.352446 | fa163e78-c412-049c-01e5-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:49.987255 | 0.40s 2026-01-04 12:40:31.381117 | fa163e78-c412-049c-01e5-00000000298f | TASK | Set platform/version specific variables 2026-01-04 12:40:31.451518 | fa163e78-c412-049c-01e5-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:31.473696 | fa163e78-c412-049c-01e5-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:31.496943 | fa163e78-c412-049c-01e5-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:40:31.516669 | fa163e78-c412-049c-01e5-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:40:31.522281 | fa163e78-c412-049c-01e5-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:50.157092 | 0.14s 2026-01-04 12:40:31.541588 | fa163e78-c412-049c-01e5-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:40:34.428694 | fa163e78-c412-049c-01e5-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:40:34.430143 | fa163e78-c412-049c-01e5-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:53.064950 | 2.89s 2026-01-04 12:40:34.459479 | fa163e78-c412-049c-01e5-000000002960 | TASK | Ensure provider packages are installed 2026-01-04 12:40:37.399863 | fa163e78-c412-049c-01e5-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:56.034662 | 2.94s 2026-01-04 12:40:37.406313 | fa163e78-c412-049c-01e5-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:56.041127 | 2.95s 2026-01-04 12:40:37.437682 | fa163e78-c412-049c-01e5-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:40:37.709632 | fa163e78-c412-049c-01e5-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:37.710791 | fa163e78-c412-049c-01e5-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:56.345606 | 0.27s 2026-01-04 12:40:37.722533 | fa163e78-c412-049c-01e5-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:56.357347 | 0.28s 2026-01-04 12:40:37.751703 | fa163e78-c412-049c-01e5-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:40:38.048772 | fa163e78-c412-049c-01e5-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:38.049604 | fa163e78-c412-049c-01e5-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:56.684423 | 0.30s 2026-01-04 12:40:38.056666 | fa163e78-c412-049c-01e5-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:56.691480 | 0.30s 2026-01-04 12:40:38.087232 | fa163e78-c412-049c-01e5-000000002966 | TASK | Ensure provider service is running 2026-01-04 12:40:38.498015 | fa163e78-c412-049c-01e5-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:40:38.500448 | fa163e78-c412-049c-01e5-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:57.135257 | 0.41s 2026-01-04 12:40:38.510042 | fa163e78-c412-049c-01e5-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:57.144862 | 0.42s 2026-01-04 12:40:38.532914 | fa163e78-c412-049c-01e5-000000002969 | TASK | Ensure certificate requests 2026-01-04 12:40:40.230940 | fa163e78-c412-049c-01e5-000000002969 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2026-01-04 12:40:40.232409 | fa163e78-c412-049c-01e5-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.867217 | 1.70s 2026-01-04 12:40:40.245125 | fa163e78-c412-049c-01e5-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.879939 | 1.71s 2026-01-04 12:40:40.299244 | fa163e78-c412-049c-01e5-00000000229c | TASK | Configure OVN DBs and northd 2026-01-04 12:40:40.350464 | fa163e78-c412-049c-01e5-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:58.985267 | 0.05s 2026-01-04 12:40:40.415052 | fa163e78-c412-049c-01e5-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-01-04 12:40:40.666220 | fa163e78-c412-049c-01e5-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-01-04 12:40:40.667510 | fa163e78-c412-049c-01e5-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:59.302320 | 0.25s 2026-01-04 12:40:40.695964 | fa163e78-c412-049c-01e5-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-01-04 12:40:40.745061 | fa163e78-c412-049c-01e5-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-01-04 12:40:40.746122 | fa163e78-c412-049c-01e5-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:59.380931 | 0.05s 2026-01-04 12:40:40.774111 | fa163e78-c412-049c-01e5-0000000029da | TASK | check ovsdb-tool election-timer options 2026-01-04 12:40:41.015542 | fa163e78-c412-049c-01e5-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-01-04 12:40:41.016892 | fa163e78-c412-049c-01e5-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:59.651700 | 0.24s 2026-01-04 12:40:41.044989 | fa163e78-c412-049c-01e5-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-01-04 12:40:41.116309 | fa163e78-c412-049c-01e5-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-01-04 12:40:41.117433 | fa163e78-c412-049c-01e5-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:59.752243 | 0.07s 2026-01-04 12:40:41.146071 | fa163e78-c412-049c-01e5-0000000029dc | TASK | render OVN cluster configuration 2026-01-04 12:40:41.742840 | fa163e78-c412-049c-01e5-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-01-04 12:40:41.743779 | fa163e78-c412-049c-01e5-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:08:00.378595 | 0.60s 2026-01-04 12:40:41.766370 | fa163e78-c412-049c-01e5-0000000029dd | TASK | restart OVN northd and north and south databases 2026-01-04 12:40:41.825470 | fa163e78-c412-049c-01e5-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:00.460272 | 0.06s 2026-01-04 12:40:41.853267 | fa163e78-c412-049c-01e5-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:00.488080 | 0.09s 2026-01-04 12:40:41.866763 | fa163e78-c412-049c-01e5-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:00.501577 | 0.10s 2026-01-04 12:40:41.872445 | fa163e78-c412-049c-01e5-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:00.507267 | 0.11s 2026-01-04 12:40:41.888119 | f0d1036e-e31d-425e-91df-f3fe9a2866e0 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-01-04 12:40:41.893281 | 9abea227-6b27-4e02-bdf1-d9811368908b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-01-04 12:40:41.897983 | ad3d9b5b-b21e-4aaa-b4eb-742dbda4740a | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-01-04 12:40:41.922940 | fa163e78-c412-049c-01e5-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-01-04 12:40:42.176159 | fa163e78-c412-049c-01e5-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-01-04 12:40:42.177022 | fa163e78-c412-049c-01e5-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:08:00.811839 | 0.25s 2026-01-04 12:40:42.197252 | fa163e78-c412-049c-01e5-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-01-04 12:40:42.227162 | fa163e78-c412-049c-01e5-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-01-04 12:40:42.227897 | fa163e78-c412-049c-01e5-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:08:00.862715 | 0.03s 2026-01-04 12:40:42.247760 | fa163e78-c412-049c-01e5-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-01-04 12:40:42.479933 | fa163e78-c412-049c-01e5-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-01-04 12:40:42.480777 | fa163e78-c412-049c-01e5-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:08:01.115595 | 0.23s 2026-01-04 12:40:42.500482 | fa163e78-c412-049c-01e5-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-01-04 12:40:42.549422 | fa163e78-c412-049c-01e5-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-01-04 12:40:42.549974 | fa163e78-c412-049c-01e5-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:08:01.184793 | 0.05s 2026-01-04 12:40:42.569540 | fa163e78-c412-049c-01e5-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-01-04 12:40:42.818543 | fa163e78-c412-049c-01e5-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-01-04 12:40:42.819916 | fa163e78-c412-049c-01e5-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:08:01.454724 | 0.25s 2026-01-04 12:40:42.851831 | fa163e78-c412-049c-01e5-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-01-04 12:40:42.904116 | fa163e78-c412-049c-01e5-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-01-04 12:40:42.905308 | fa163e78-c412-049c-01e5-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:08:01.540116 | 0.05s 2026-01-04 12:40:43.013248 | fa163e78-c412-049c-01e5-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:01.648049 | 0.05s 2026-01-04 12:40:43.079875 | fa163e78-c412-049c-01e5-000000002a64 | TASK | Set version specific variables 2026-01-04 12:40:43.131062 | fa163e78-c412-049c-01e5-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:01.765857 | 0.05s 2026-01-04 12:40:43.153820 | 1f2dd1d3-42d6-41fe-897b-1f6f72d01fde | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:40:43.187086 | fa163e78-c412-049c-01e5-000000002a93 | TASK | Ensure ansible_facts used by role 2026-01-04 12:40:43.643690 | fa163e78-c412-049c-01e5-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:40:43.644756 | fa163e78-c412-049c-01e5-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:02.279573 | 0.46s 2026-01-04 12:40:43.672288 | fa163e78-c412-049c-01e5-000000002a94 | TASK | Set platform/version specific variables 2026-01-04 12:40:43.766701 | fa163e78-c412-049c-01e5-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:43.797134 | fa163e78-c412-049c-01e5-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:43.823950 | fa163e78-c412-049c-01e5-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:40:43.844562 | fa163e78-c412-049c-01e5-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:40:43.850442 | fa163e78-c412-049c-01e5-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:02.485239 | 0.18s 2026-01-04 12:40:43.880232 | fa163e78-c412-049c-01e5-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:40:46.935592 | fa163e78-c412-049c-01e5-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:40:46.936748 | fa163e78-c412-049c-01e5-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:05.571563 | 3.05s 2026-01-04 12:40:46.959102 | fa163e78-c412-049c-01e5-000000002a67 | TASK | Ensure provider packages are installed 2026-01-04 12:40:50.002584 | fa163e78-c412-049c-01e5-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.637376 | 3.04s 2026-01-04 12:40:50.014967 | fa163e78-c412-049c-01e5-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.649768 | 3.05s 2026-01-04 12:40:50.045525 | fa163e78-c412-049c-01e5-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:40:50.355072 | fa163e78-c412-049c-01e5-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:50.357180 | fa163e78-c412-049c-01e5-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.991989 | 0.31s 2026-01-04 12:40:50.367158 | fa163e78-c412-049c-01e5-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.001966 | 0.32s 2026-01-04 12:40:50.396313 | fa163e78-c412-049c-01e5-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:40:50.702790 | fa163e78-c412-049c-01e5-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:40:50.704921 | fa163e78-c412-049c-01e5-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.339729 | 0.31s 2026-01-04 12:40:50.714892 | fa163e78-c412-049c-01e5-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.349697 | 0.32s 2026-01-04 12:40:50.743711 | fa163e78-c412-049c-01e5-000000002a6d | TASK | Ensure provider service is running 2026-01-04 12:40:51.183432 | fa163e78-c412-049c-01e5-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:40:51.186126 | fa163e78-c412-049c-01e5-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.820932 | 0.44s 2026-01-04 12:40:51.196806 | fa163e78-c412-049c-01e5-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.831610 | 0.45s 2026-01-04 12:40:51.227283 | fa163e78-c412-049c-01e5-000000002a70 | TASK | Ensure certificate requests 2026-01-04 12:40:52.950053 | fa163e78-c412-049c-01e5-000000002a70 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2026-01-04 12:40:52.952535 | fa163e78-c412-049c-01e5-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.587343 | 1.72s 2026-01-04 12:40:52.962969 | fa163e78-c412-049c-01e5-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.597775 | 1.73s 2026-01-04 12:40:53.054350 | fa163e78-c412-049c-01e5-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:11.689159 | 0.05s 2026-01-04 12:40:53.097894 | fa163e78-c412-049c-01e5-000000002ad8 | TASK | Set version specific variables 2026-01-04 12:40:53.145681 | fa163e78-c412-049c-01e5-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:11.780480 | 0.05s 2026-01-04 12:40:53.168681 | 5339ea6a-900b-4753-a5a6-8683de8063fa | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:40:53.200906 | fa163e78-c412-049c-01e5-000000002b07 | TASK | Ensure ansible_facts used by role 2026-01-04 12:40:53.603666 | fa163e78-c412-049c-01e5-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:40:53.606034 | fa163e78-c412-049c-01e5-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:12.240839 | 0.40s 2026-01-04 12:40:53.635204 | fa163e78-c412-049c-01e5-000000002b08 | TASK | Set platform/version specific variables 2026-01-04 12:40:53.713285 | fa163e78-c412-049c-01e5-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:53.730138 | fa163e78-c412-049c-01e5-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:40:53.747545 | fa163e78-c412-049c-01e5-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:40:53.761303 | fa163e78-c412-049c-01e5-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:40:53.767512 | fa163e78-c412-049c-01e5-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:12.402312 | 0.13s 2026-01-04 12:40:53.798449 | fa163e78-c412-049c-01e5-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:40:56.797296 | fa163e78-c412-049c-01e5-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:40:56.798758 | fa163e78-c412-049c-01e5-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:15.433570 | 3.00s 2026-01-04 12:40:56.826878 | fa163e78-c412-049c-01e5-000000002adb | TASK | Ensure provider packages are installed 2026-01-04 12:40:59.816771 | fa163e78-c412-049c-01e5-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.451565 | 2.99s 2026-01-04 12:40:59.823600 | fa163e78-c412-049c-01e5-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.458404 | 3.00s 2026-01-04 12:40:59.853033 | fa163e78-c412-049c-01e5-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:41:00.137662 | fa163e78-c412-049c-01e5-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:41:00.139720 | fa163e78-c412-049c-01e5-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.774529 | 0.28s 2026-01-04 12:41:00.149859 | fa163e78-c412-049c-01e5-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.784662 | 0.29s 2026-01-04 12:41:00.178829 | fa163e78-c412-049c-01e5-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:41:00.474753 | fa163e78-c412-049c-01e5-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:41:00.476807 | fa163e78-c412-049c-01e5-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.111615 | 0.30s 2026-01-04 12:41:00.486977 | fa163e78-c412-049c-01e5-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.121781 | 0.31s 2026-01-04 12:41:00.517927 | fa163e78-c412-049c-01e5-000000002ae1 | TASK | Ensure provider service is running 2026-01-04 12:41:00.938561 | fa163e78-c412-049c-01e5-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:41:00.939616 | fa163e78-c412-049c-01e5-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.574433 | 0.42s 2026-01-04 12:41:00.945000 | fa163e78-c412-049c-01e5-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.579799 | 0.43s 2026-01-04 12:41:00.975198 | fa163e78-c412-049c-01e5-000000002ae4 | TASK | Ensure certificate requests 2026-01-04 12:41:02.411623 | fa163e78-c412-049c-01e5-000000002ae4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2026-01-04 12:41:02.413154 | fa163e78-c412-049c-01e5-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.047962 | 1.44s 2026-01-04 12:41:02.426321 | fa163e78-c412-049c-01e5-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.061129 | 1.45s 2026-01-04 12:41:02.537842 | fa163e78-c412-049c-01e5-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:21.172013 | 0.05s 2026-01-04 12:41:02.605699 | fa163e78-c412-049c-01e5-000000002b4c | TASK | Set version specific variables 2026-01-04 12:41:02.657133 | fa163e78-c412-049c-01e5-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:21.291927 | 0.05s 2026-01-04 12:41:02.680493 | 66da145a-c606-4ad8-98e5-4ab6a107c152 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:41:02.714175 | fa163e78-c412-049c-01e5-000000002b7b | TASK | Ensure ansible_facts used by role 2026-01-04 12:41:03.122777 | fa163e78-c412-049c-01e5-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:41:03.123895 | fa163e78-c412-049c-01e5-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:21.758712 | 0.41s 2026-01-04 12:41:03.148419 | fa163e78-c412-049c-01e5-000000002b7c | TASK | Set platform/version specific variables 2026-01-04 12:41:03.230195 | fa163e78-c412-049c-01e5-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:41:03.258332 | fa163e78-c412-049c-01e5-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:41:03.280628 | fa163e78-c412-049c-01e5-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:41:03.300334 | fa163e78-c412-049c-01e5-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:41:03.305711 | fa163e78-c412-049c-01e5-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:21.940521 | 0.16s 2026-01-04 12:41:03.330733 | fa163e78-c412-049c-01e5-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:41:06.333400 | fa163e78-c412-049c-01e5-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:41:06.335044 | fa163e78-c412-049c-01e5-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:24.969851 | 3.00s 2026-01-04 12:41:06.364542 | fa163e78-c412-049c-01e5-000000002b4f | TASK | Ensure provider packages are installed 2026-01-04 12:41:09.404538 | fa163e78-c412-049c-01e5-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:28.039333 | 3.04s 2026-01-04 12:41:09.416466 | fa163e78-c412-049c-01e5-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:28.051278 | 3.05s 2026-01-04 12:41:09.445859 | fa163e78-c412-049c-01e5-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:41:09.748691 | fa163e78-c412-049c-01e5-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:41:09.750214 | fa163e78-c412-049c-01e5-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:28.385023 | 0.30s 2026-01-04 12:41:09.756593 | fa163e78-c412-049c-01e5-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:28.391406 | 0.31s 2026-01-04 12:41:09.785608 | fa163e78-c412-049c-01e5-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:41:10.087136 | fa163e78-c412-049c-01e5-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:41:10.088465 | fa163e78-c412-049c-01e5-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:28.723275 | 0.30s 2026-01-04 12:41:10.094410 | fa163e78-c412-049c-01e5-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:28.729221 | 0.31s 2026-01-04 12:41:10.124415 | fa163e78-c412-049c-01e5-000000002b55 | TASK | Ensure provider service is running 2026-01-04 12:41:10.558098 | fa163e78-c412-049c-01e5-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:41:10.560940 | fa163e78-c412-049c-01e5-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:29.195745 | 0.43s 2026-01-04 12:41:10.571142 | fa163e78-c412-049c-01e5-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:29.205957 | 0.44s 2026-01-04 12:41:10.600147 | fa163e78-c412-049c-01e5-000000002b58 | TASK | Ensure certificate requests 2026-01-04 12:41:12.696581 | fa163e78-c412-049c-01e5-000000002b58 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2026-01-04 12:41:12.699168 | fa163e78-c412-049c-01e5-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:31.333975 | 2.10s 2026-01-04 12:41:12.709495 | fa163e78-c412-049c-01e5-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:31.344300 | 2.11s 2026-01-04 12:41:12.768441 | fa163e78-c412-049c-01e5-0000000022a9 | TASK | Fail if container image is undefined 2026-01-04 12:41:12.832439 | fa163e78-c412-049c-01e5-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:41:12.833728 | fa163e78-c412-049c-01e5-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:31.468535 | 0.06s 2026-01-04 12:41:12.878585 | fa163e78-c412-049c-01e5-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-01-04 12:41:19.114645 | fa163e78-c412-049c-01e5-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-01-04 12:41:19.116567 | fa163e78-c412-049c-01e5-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:37.751374 | 6.24s 2026-01-04 12:41:19.177117 | fa163e78-c412-049c-01e5-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-01-04 12:41:19.517929 | fa163e78-c412-049c-01e5-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-01-04 12:41:19.519425 | fa163e78-c412-049c-01e5-0000000022ab | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:38.154233 | 0.34s 2026-01-04 12:41:19.577096 | fa163e78-c412-049c-01e5-0000000022b6 | TASK | Pre-fetch all the containers 2026-01-04 12:41:24.378817 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-01-04 12:41:24.382801 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.017607 | 4.80s 2026-01-04 12:41:29.448752 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-01-04 12:41:29.451665 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.086473 | 9.87s 2026-01-04 12:41:32.062878 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-01-04 12:41:32.067683 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.702489 | 12.49s 2026-01-04 12:41:35.190788 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-01-04 12:41:35.194787 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.829592 | 15.62s 2026-01-04 12:41:37.096400 | fa163e78-c412-049c-01e5-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-01-04 12:41:37.098152 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.732961 | 17.52s 2026-01-04 12:41:38.574787 | fa163e78-c412-049c-01e5-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-01-04 12:41:38.576474 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.211287 | 19.00s 2026-01-04 12:41:44.868170 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-01-04 12:41:44.871674 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.506482 | 25.29s 2026-01-04 12:41:49.152788 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-01-04 12:41:49.156545 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:07.791354 | 29.58s 2026-01-04 12:41:53.418403 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-01-04 12:41:53.421812 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.056622 | 33.84s 2026-01-04 12:41:55.478478 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-01-04 12:41:55.482197 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.117003 | 35.90s 2026-01-04 12:42:02.979715 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-01-04 12:42:02.984073 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:21.618880 | 43.40s 2026-01-04 12:42:05.783857 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-01-04 12:42:05.787577 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:24.422388 | 46.21s 2026-01-04 12:42:24.059031 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-01-04 12:42:24.062036 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:42.696847 | 64.48s 2026-01-04 12:42:36.521783 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-01-04 12:42:36.525293 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:55.160102 | 76.95s 2026-01-04 12:42:46.162285 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-01-04 12:42:46.166151 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:04.800959 | 86.59s 2026-01-04 12:42:53.106578 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-01-04 12:42:53.110213 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:11.745026 | 93.53s 2026-01-04 12:43:00.034428 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-01-04 12:43:00.038069 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:18.672880 | 100.46s 2026-01-04 12:43:04.951885 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-01-04 12:43:04.954851 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:23.589662 | 105.38s 2026-01-04 12:43:07.685527 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-01-04 12:43:07.688585 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.323394 | 108.11s 2026-01-04 12:43:11.032523 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-01-04 12:43:11.036445 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:29.671253 | 111.46s 2026-01-04 12:43:15.925105 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-01-04 12:43:15.928313 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:34.563118 | 116.35s 2026-01-04 12:43:28.666586 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-01-04 12:43:28.669996 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:47.304801 | 129.09s 2026-01-04 12:43:31.417411 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-01-04 12:43:31.420171 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:50.054982 | 131.84s 2026-01-04 12:43:44.826893 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-01-04 12:43:44.831376 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.466167 | 145.25s 2026-01-04 12:43:47.366677 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-01-04 12:43:47.370794 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:06.005599 | 147.79s 2026-01-04 12:43:50.120235 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-01-04 12:43:50.123944 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.758754 | 150.54s 2026-01-04 12:43:52.786062 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-01-04 12:43:52.789219 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:11.424026 | 153.21s 2026-01-04 12:43:55.965725 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-01-04 12:43:55.968465 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:14.603274 | 156.39s 2026-01-04 12:44:00.356941 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-01-04 12:44:00.360390 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:18.995179 | 160.78s 2026-01-04 12:44:02.360307 | fa163e78-c412-049c-01e5-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-01-04 12:44:02.363204 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:20.998014 | 162.78s 2026-01-04 12:44:04.236132 | fa163e78-c412-049c-01e5-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-01-04 12:44:04.239490 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:22.874296 | 164.66s 2026-01-04 12:44:06.986394 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-01-04 12:44:06.990488 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.625295 | 167.41s 2026-01-04 12:44:08.828219 | fa163e78-c412-049c-01e5-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-01-04 12:44:08.831002 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.465814 | 169.25s 2026-01-04 12:44:12.836818 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-01-04 12:44:12.842244 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:31.477045 | 173.26s 2026-01-04 12:44:17.931038 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-01-04 12:44:17.934036 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.568844 | 178.35s 2026-01-04 12:44:20.676061 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-01-04 12:44:20.679057 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:39.313865 | 181.10s 2026-01-04 12:44:23.284841 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-01-04 12:44:23.288551 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:41.923359 | 183.71s 2026-01-04 12:44:25.894390 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-01-04 12:44:25.897511 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.532325 | 186.32s 2026-01-04 12:44:29.199936 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-01-04 12:44:29.203671 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.838480 | 189.62s 2026-01-04 12:44:32.485607 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-01-04 12:44:32.489515 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:51.124320 | 192.91s 2026-01-04 12:44:34.942888 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-01-04 12:44:34.945656 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.580466 | 195.37s 2026-01-04 12:44:37.741754 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-01-04 12:44:37.744491 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:56.379303 | 198.17s 2026-01-04 12:44:40.420889 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-01-04 12:44:40.424159 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.058965 | 200.84s 2026-01-04 12:44:43.118992 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-01-04 12:44:43.123025 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:01.757830 | 203.54s 2026-01-04 12:44:45.177780 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-01-04 12:44:45.180537 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.815347 | 205.60s 2026-01-04 12:44:48.303528 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-01-04 12:44:48.307471 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.942282 | 208.73s 2026-01-04 12:44:51.095746 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-01-04 12:44:51.100341 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.735144 | 211.52s 2026-01-04 12:44:54.739621 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-01-04 12:44:54.744289 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.379093 | 215.17s 2026-01-04 12:44:57.137748 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-01-04 12:44:57.140914 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:15.775724 | 217.56s 2026-01-04 12:44:59.995847 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-01-04 12:44:59.999668 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.634478 | 220.42s 2026-01-04 12:45:04.152415 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-01-04 12:45:04.155155 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:22.789965 | 224.58s 2026-01-04 12:45:06.697384 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-01-04 12:45:06.700249 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:25.335061 | 227.12s 2026-01-04 12:45:09.542747 | fa163e78-c412-049c-01e5-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-01-04 12:45:09.546446 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.181254 | 229.97s 2026-01-04 12:45:09.864557 | fa163e78-c412-049c-01e5-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.499358 | 230.29s 2026-01-04 12:45:10.081341 | fa163e78-c412-049c-01e5-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:28.716144 | 0.06s 2026-01-04 12:45:10.145748 | fa163e78-c412-049c-01e5-000000002c32 | TASK | Set version specific variables 2026-01-04 12:45:10.195095 | fa163e78-c412-049c-01e5-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:28.829874 | 0.05s 2026-01-04 12:45:10.217013 | c85ae3b8-0513-44d3-9b62-1b75997c192b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-01-04 12:45:10.249152 | fa163e78-c412-049c-01e5-000000002c61 | TASK | Ensure ansible_facts used by role 2026-01-04 12:45:10.646867 | fa163e78-c412-049c-01e5-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-01-04 12:45:10.648427 | fa163e78-c412-049c-01e5-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:29.283236 | 0.40s 2026-01-04 12:45:10.734155 | fa163e78-c412-049c-01e5-000000002c62 | TASK | Set platform/version specific variables 2026-01-04 12:45:10.808794 | fa163e78-c412-049c-01e5-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:45:10.834707 | fa163e78-c412-049c-01e5-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-01-04 12:45:10.856991 | fa163e78-c412-049c-01e5-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-01-04 12:45:10.879350 | fa163e78-c412-049c-01e5-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-01-04 12:45:10.885936 | fa163e78-c412-049c-01e5-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:29.520737 | 0.15s 2026-01-04 12:45:10.915148 | fa163e78-c412-049c-01e5-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-01-04 12:45:13.883935 | fa163e78-c412-049c-01e5-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-01-04 12:45:13.885570 | fa163e78-c412-049c-01e5-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:32.520371 | 2.97s 2026-01-04 12:45:13.914826 | fa163e78-c412-049c-01e5-000000002c35 | TASK | Ensure provider packages are installed 2026-01-04 12:45:16.976140 | fa163e78-c412-049c-01e5-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:35.610936 | 3.06s 2026-01-04 12:45:16.988188 | fa163e78-c412-049c-01e5-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:35.622993 | 3.07s 2026-01-04 12:45:17.017535 | fa163e78-c412-049c-01e5-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-01-04 12:45:17.332283 | fa163e78-c412-049c-01e5-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:45:17.334550 | fa163e78-c412-049c-01e5-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:35.969354 | 0.32s 2026-01-04 12:45:17.344787 | fa163e78-c412-049c-01e5-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:35.979594 | 0.33s 2026-01-04 12:45:17.373757 | fa163e78-c412-049c-01e5-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-01-04 12:45:17.677515 | fa163e78-c412-049c-01e5-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-01-04 12:45:17.679054 | fa163e78-c412-049c-01e5-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:36.313860 | 0.30s 2026-01-04 12:45:17.691107 | fa163e78-c412-049c-01e5-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:36.325916 | 0.32s 2026-01-04 12:45:17.719937 | fa163e78-c412-049c-01e5-000000002c3b | TASK | Ensure provider service is running 2026-01-04 12:45:19.174244 | fa163e78-c412-049c-01e5-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-01-04 12:45:19.177091 | fa163e78-c412-049c-01e5-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:37.811893 | 1.46s 2026-01-04 12:45:19.188032 | fa163e78-c412-049c-01e5-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:37.822836 | 1.47s 2026-01-04 12:45:19.219826 | fa163e78-c412-049c-01e5-000000002c3e | TASK | Ensure certificate requests 2026-01-04 12:45:22.162975 | fa163e78-c412-049c-01e5-000000002c3e | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2026-01-04 12:45:22.165427 | fa163e78-c412-049c-01e5-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:40.800234 | 2.94s 2026-01-04 12:45:22.175972 | fa163e78-c412-049c-01e5-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:40.810780 | 2.95s 2026-01-04 12:45:22.230253 | fa163e78-c412-049c-01e5-0000000022c0 | TASK | Fail if container image is undefined 2026-01-04 12:45:22.302561 | fa163e78-c412-049c-01e5-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-01-04 12:45:22.303718 | fa163e78-c412-049c-01e5-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:40.938528 | 0.07s 2026-01-04 12:45:22.348835 | fa163e78-c412-049c-01e5-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-01-04 12:45:24.057068 | fa163e78-c412-049c-01e5-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-01-04 12:45:24.058413 | fa163e78-c412-049c-01e5-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:42.693222 | 1.71s 2026-01-04 12:45:24.116573 | fa163e78-c412-049c-01e5-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-01-04 12:45:24.650590 | fa163e78-c412-049c-01e5-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-01-04 12:45:24.652000 | fa163e78-c412-049c-01e5-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:43.286810 | 0.53s 2026-01-04 12:45:24.706755 | fa163e78-c412-049c-01e5-0000000022cd | TASK | Check if rsyslog exists 2026-01-04 12:45:24.963337 | fa163e78-c412-049c-01e5-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-01-04 12:45:24.964718 | fa163e78-c412-049c-01e5-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:43.599530 | 0.26s 2026-01-04 12:45:24.993084 | fa163e78-c412-049c-01e5-0000000022ce | TASK | Forward logging to swift.log file 2026-01-04 12:45:25.489675 | fa163e78-c412-049c-01e5-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-01-04 12:45:25.491128 | fa163e78-c412-049c-01e5-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:44.125937 | 0.50s 2026-01-04 12:45:25.519199 | fa163e78-c412-049c-01e5-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-01-04 12:45:26.358119 | fa163e78-c412-049c-01e5-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-01-04 12:45:26.360010 | fa163e78-c412-049c-01e5-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:44.994827 | 0.84s 2026-01-04 12:45:26.385253 | fa163e78-c412-049c-01e5-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-01-04 12:45:26.620638 | fa163e78-c412-049c-01e5-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-01-04 12:45:26.621680 | fa163e78-c412-049c-01e5-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:45.256497 | 0.24s 2026-01-04 12:45:26.724617 | fa163e78-c412-049c-01e5-0000000000c3 | TIMING | include_tasks | standalone | 0:12:45.359420 | 0.08s 2026-01-04 12:45:26.766258 | bcfffce3-de3a-4e32-96c6-c5cd67f7657a | INCLUDED | /root/standalone-ansible-stn780hd/common_deploy_steps_tasks.yaml | standalone 2026-01-04 12:45:26.792405 | fa163e78-c412-049c-01e5-000000002ca9 | TASK | Write the config_step hieradata 2026-01-04 12:45:27.289485 | fa163e78-c412-049c-01e5-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-01-04 12:45:27.290898 | fa163e78-c412-049c-01e5-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:45.925708 | 0.50s 2026-01-04 12:45:27.323281 | fa163e78-c412-049c-01e5-000000002caa | TASK | Run puppet host configuration for step 1 2026-01-04 12:45:27.642906 | fa163e78-c412-049c-01e5-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-01-04 12:45:27.644309 | fa163e78-c412-049c-01e5-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:46.279115 | 0.32s 2026-01-04 12:45:27.673655 | fa163e78-c412-049c-01e5-000000002cab | TASK | Wait for puppet host configuration to finish 2026-01-04 12:45:27.897513 | fa163e78-c412-049c-01e5-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-01-04 12:45:38.107284 | fa163e78-c412-049c-01e5-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-01-04 12:45:48.386323 | fa163e78-c412-049c-01e5-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-01-04 12:45:58.614320 | fa163e78-c412-049c-01e5-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-01-04 12:46:08.827636 | fa163e78-c412-049c-01e5-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-01-04 12:46:19.020033 | fa163e78-c412-049c-01e5-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-01-04 12:46:29.212842 | fa163e78-c412-049c-01e5-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-01-04 12:46:29.214389 | fa163e78-c412-049c-01e5-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:47.849163 | 61.54s 2026-01-04 12:46:29.245440 | fa163e78-c412-049c-01e5-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-01-04 12:46:29.317322 | fa163e78-c412-049c-01e5-000000002cac | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Jan 4 12:45:27 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Jan 4 12:45:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Jan 4 12:45:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Jan 4 12:45:33 puppet-user: (file & line not available)", "<13>Jan 4 12:45:33 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>Jan 4 12:45:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Jan 4 12:45:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Jan 4 12:45:33 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.37 seconds", "<13>Jan 4 12:45:34 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Jan 4 12:45:34 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Jan 4 12:45:34 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Jan 4 12:45:41 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Jan 4 12:45:49 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Jan 4 12:45:49 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Jan 4 12:45:49 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Jan 4 12:45:50 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Jan 4 12:45:54 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Jan 4 12:45:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Jan 4 12:45:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Jan 4 12:45:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Jan 4 12:46:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Jan 4 12:46:01 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Jan 4 12:46:02 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Jan 4 12:46:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Jan 4 12:46:26 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Jan 4 12:46:28 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Jan 4 12:46:28 puppet-user: Notice: Applied catalog in 54.67 seconds", "<13>Jan 4 12:46:28 puppet-user: Application:", "<13>Jan 4 12:46:28 puppet-user: Initial environment: production", "<13>Jan 4 12:46:28 puppet-user: Converged environment: production", "<13>Jan 4 12:46:28 puppet-user: Run mode: user", "<13>Jan 4 12:46:28 puppet-user: Changes:", "<13>Jan 4 12:46:28 puppet-user: Total: 17", "<13>Jan 4 12:46:28 puppet-user: Events:", "<13>Jan 4 12:46:28 puppet-user: Success: 17", "<13>Jan 4 12:46:28 puppet-user: Resources:", "<13>Jan 4 12:46:28 puppet-user: Restarted: 1", "<13>Jan 4 12:46:28 puppet-user: Changed: 16", "<13>Jan 4 12:46:28 puppet-user: Out of sync: 16", "<13>Jan 4 12:46:28 puppet-user: Total: 26", "<13>Jan 4 12:46:28 puppet-user: Time:", "<13>Jan 4 12:46:28 puppet-user: Filebucket: 0.00", "<13>Jan 4 12:46:28 puppet-user: Schedule: 0.00", "<13>Jan 4 12:46:28 puppet-user: File: 0.00", "<13>Jan 4 12:46:28 puppet-user: File line: 0.00", "<13>Jan 4 12:46:28 puppet-user: Augeas: 0.02", "<13>Jan 4 12:46:28 puppet-user: Config retrieval: 0.43", "<13>Jan 4 12:46:28 puppet-user: User: 0.56", "<13>Jan 4 12:46:28 puppet-user: Package: 15.41", "<13>Jan 4 12:46:28 puppet-user: Last run: 1767530788", "<13>Jan 4 12:46:28 puppet-user: Exec: 28.83", "<13>Jan 4 12:46:28 puppet-user: Pcmk property: 3.57", "<13>Jan 4 12:46:28 puppet-user: Service: 4.96", "<13>Jan 4 12:46:28 puppet-user: Transaction evaluation: 54.66", "<13>Jan 4 12:46:28 puppet-user: Catalog application: 54.67", "<13>Jan 4 12:46:28 puppet-user: Total: 54.67", "<13>Jan 4 12:46:28 puppet-user: Version:", "<13>Jan 4 12:46:28 puppet-user: Config: 1767530733", "<13>Jan 4 12:46:28 puppet-user: Puppet: 7.10.0" ] } 2026-01-04 12:46:29.318194 | fa163e78-c412-049c-01e5-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:47.953013 | 0.07s 2026-01-04 12:46:29.337573 | fa163e78-c412-049c-01e5-000000002cad | TASK | Pre-cache facts for puppet containers 2026-01-04 12:46:29.368928 | fa163e78-c412-049c-01e5-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:48.003732 | 0.03s 2026-01-04 12:46:29.431046 | fa163e78-c412-049c-01e5-000000002cf4 | TASK | Gather variables for each operating system 2026-01-04 12:46:29.575221 | fa163e78-c412-049c-01e5-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:48.210004 | 0.14s 2026-01-04 12:46:29.605880 | fa163e78-c412-049c-01e5-000000002cf5 | TASK | Create puppet caching structures 2026-01-04 12:46:29.851180 | fa163e78-c412-049c-01e5-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-01-04 12:46:29.852791 | fa163e78-c412-049c-01e5-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:48.487596 | 0.25s 2026-01-04 12:46:29.882946 | fa163e78-c412-049c-01e5-000000002cf6 | TASK | Check for facter.conf 2026-01-04 12:46:30.119722 | fa163e78-c412-049c-01e5-000000002cf6 | OK | Check for facter.conf | standalone 2026-01-04 12:46:30.121147 | fa163e78-c412-049c-01e5-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:48.755951 | 0.24s 2026-01-04 12:46:30.150574 | fa163e78-c412-049c-01e5-000000002cf7 | TASK | Remove facter.conf if directory 2026-01-04 12:46:30.195712 | fa163e78-c412-049c-01e5-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-01-04 12:46:30.197096 | fa163e78-c412-049c-01e5-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:48.831898 | 0.04s 2026-01-04 12:46:30.226449 | fa163e78-c412-049c-01e5-000000002cf8 | TASK | Write facter cache config 2026-01-04 12:46:30.715399 | fa163e78-c412-049c-01e5-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-01-04 12:46:30.716956 | fa163e78-c412-049c-01e5-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:49.351758 | 0.49s 2026-01-04 12:46:30.746407 | fa163e78-c412-049c-01e5-000000002cf9 | TASK | Cleanup facter cache if exists 2026-01-04 12:46:30.930697 | fa163e78-c412-049c-01e5-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-01-04 12:46:30.932221 | fa163e78-c412-049c-01e5-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:49.567025 | 0.18s 2026-01-04 12:46:30.962928 | fa163e78-c412-049c-01e5-000000002cfa | TASK | Pre-cache facts 2026-01-04 12:46:31.567738 | fa163e78-c412-049c-01e5-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-01-04 12:46:31.568991 | fa163e78-c412-049c-01e5-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:50.203802 | 0.60s 2026-01-04 12:46:31.599112 | fa163e78-c412-049c-01e5-000000002cfb | TASK | Failed deployment if facter fails 2026-01-04 12:46:31.629977 | fa163e78-c412-049c-01e5-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-01-04 12:46:31.631382 | fa163e78-c412-049c-01e5-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:50.266162 | 0.03s 2026-01-04 12:46:31.683095 | fa163e78-c412-049c-01e5-000000002cfc | TASK | Sync cached facts 2026-01-04 12:46:32.176776 | fa163e78-c412-049c-01e5-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e78-c412-049c-01e5-000000002cfc') missing from stats 2026-01-04 12:46:32.231963 | fa163e78-c412-049c-01e5-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-01-04 12:46:32.298772 | fa163e78-c412-049c-01e5-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:50.933570 | 0.07s 2026-01-04 12:46:32.329810 | 4cec6217-3f5b-4cba-a79f-6e5a2c90ebdf | INCLUDED | /root/standalone-ansible-stn780hd/generate-config-tasks.yaml | standalone 2026-01-04 12:46:32.368694 | fa163e78-c412-049c-01e5-000000002d46 | TASK | Create base directory puppet configs 2026-01-04 12:46:32.610622 | fa163e78-c412-049c-01e5-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-01-04 12:46:32.612213 | fa163e78-c412-049c-01e5-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:13:51.247023 | 0.24s 2026-01-04 12:46:32.642169 | fa163e78-c412-049c-01e5-000000002d47 | TASK | Generate container puppet configs for step 1 2026-01-04 12:46:32.936038 | fa163e78-c412-049c-01e5-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-01-04 12:46:32.937403 | fa163e78-c412-049c-01e5-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:51.572214 | 0.29s 2026-01-04 12:46:32.967776 | fa163e78-c412-049c-01e5-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-01-04 12:46:32.997158 | fa163e78-c412-049c-01e5-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:51.631962 | 0.03s 2026-01-04 12:46:33.069885 | fa163e78-c412-049c-01e5-000000002dd2 | TASK | Gather variables for each operating system 2026-01-04 12:46:33.192042 | fa163e78-c412-049c-01e5-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:51.826840 | 0.12s 2026-01-04 12:46:33.221396 | fa163e78-c412-049c-01e5-000000002dd3 | TASK | Create container logs path 2026-01-04 12:46:33.462660 | fa163e78-c412-049c-01e5-000000002dd3 | OK | Create container logs path | standalone 2026-01-04 12:46:33.463905 | fa163e78-c412-049c-01e5-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:52.098716 | 0.24s 2026-01-04 12:46:33.495200 | fa163e78-c412-049c-01e5-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:46:33.933616 | fa163e78-c412-049c-01e5-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:46:33.934836 | fa163e78-c412-049c-01e5-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:52.569645 | 0.44s 2026-01-04 12:46:33.966059 | fa163e78-c412-049c-01e5-000000002dd6 | TASK | Finalise hashes for all containers 2026-01-04 12:46:34.037811 | fa163e78-c412-049c-01e5-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:46:34.039000 | fa163e78-c412-049c-01e5-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:52.673809 | 0.07s 2026-01-04 12:46:34.068066 | fa163e78-c412-049c-01e5-000000002dd8 | TASK | Manage systemd shutdown files 2026-01-04 12:46:34.100634 | fa163e78-c412-049c-01e5-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:46:34.101737 | fa163e78-c412-049c-01e5-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:52.736546 | 0.03s 2026-01-04 12:46:34.130677 | fa163e78-c412-049c-01e5-000000002dda | TASK | Update container configs with new config hashes 2026-01-04 12:46:34.185903 | fa163e78-c412-049c-01e5-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:46:34.186762 | fa163e78-c412-049c-01e5-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:52.821579 | 0.05s 2026-01-04 12:46:34.210795 | fa163e78-c412-049c-01e5-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:46:34.262811 | fa163e78-c412-049c-01e5-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:52.897614 | 0.05s 2026-01-04 12:46:34.287183 | aa45f5ae-58e8-4bc1-abeb-5622a5090272 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:46:34.322794 | fa163e78-c412-049c-01e5-000000002e1f | TASK | Gather podman infos 2026-01-04 12:46:34.928465 | fa163e78-c412-049c-01e5-000000002e1f | OK | Gather podman infos | standalone 2026-01-04 12:46:34.929811 | fa163e78-c412-049c-01e5-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:53.564619 | 0.60s 2026-01-04 12:46:34.963030 | fa163e78-c412-049c-01e5-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:46:35.046000 | fa163e78-c412-049c-01e5-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:46:35.047447 | fa163e78-c412-049c-01e5-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:53.682253 | 0.08s 2026-01-04 12:46:35.080040 | fa163e78-c412-049c-01e5-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:46:35.136541 | fa163e78-c412-049c-01e5-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:53.771337 | 0.05s 2026-01-04 12:46:35.160523 | 96b6889c-228f-448e-9be8-66638002643f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:46:35.196707 | fa163e78-c412-049c-01e5-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:47:06.054737 | fa163e78-c412-049c-01e5-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:47:06.057206 | fa163e78-c412-049c-01e5-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:24.692022 | 30.86s 2026-01-04 12:47:06.116404 | fa163e78-c412-049c-01e5-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:47:06.201236 | fa163e78-c412-049c-01e5-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:47:06.202773 | fa163e78-c412-049c-01e5-000000002e4a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:24.837577 | 0.08s 2026-01-04 12:47:06.257804 | fa163e78-c412-049c-01e5-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-01-04 12:47:06.291829 | fa163e78-c412-049c-01e5-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-01-04 12:47:06.292932 | fa163e78-c412-049c-01e5-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:24.927740 | 0.03s 2026-01-04 12:47:06.321262 | fa163e78-c412-049c-01e5-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-01-04 12:47:06.365979 | fa163e78-c412-049c-01e5-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-01-04 12:47:06.367186 | fa163e78-c412-049c-01e5-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:25.001994 | 0.04s 2026-01-04 12:47:06.398288 | fa163e78-c412-049c-01e5-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-01-04 12:47:06.431584 | fa163e78-c412-049c-01e5-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:25.066373 | 0.03s 2026-01-04 12:47:06.488348 | fa163e78-c412-049c-01e5-000000002e9f | TASK | Gather variables for each operating system 2026-01-04 12:47:06.609846 | fa163e78-c412-049c-01e5-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:25.244634 | 0.12s 2026-01-04 12:47:06.641551 | fa163e78-c412-049c-01e5-000000002ea0 | TASK | Create container logs path 2026-01-04 12:47:06.895242 | fa163e78-c412-049c-01e5-000000002ea0 | OK | Create container logs path | standalone 2026-01-04 12:47:06.896689 | fa163e78-c412-049c-01e5-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:25.531500 | 0.25s 2026-01-04 12:47:06.928323 | fa163e78-c412-049c-01e5-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-01-04 12:47:07.209313 | fa163e78-c412-049c-01e5-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-01-04 12:47:07.210710 | fa163e78-c412-049c-01e5-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:25.845519 | 0.28s 2026-01-04 12:47:07.239622 | fa163e78-c412-049c-01e5-000000002ea3 | TASK | Finalise hashes for all containers 2026-01-04 12:47:07.309029 | fa163e78-c412-049c-01e5-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:47:07.310495 | fa163e78-c412-049c-01e5-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:25.945303 | 0.07s 2026-01-04 12:47:07.341213 | fa163e78-c412-049c-01e5-000000002ea5 | TASK | Manage systemd shutdown files 2026-01-04 12:47:07.371014 | fa163e78-c412-049c-01e5-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:26.005815 | 0.03s 2026-01-04 12:47:07.408061 | e6517bec-5881-40f7-9a26-e57165974ee2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-01-04 12:47:07.434099 | fa163e78-c412-049c-01e5-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-01-04 12:47:07.700549 | fa163e78-c412-049c-01e5-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-01-04 12:47:07.702041 | fa163e78-c412-049c-01e5-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:26.336838 | 0.27s 2026-01-04 12:47:07.732398 | fa163e78-c412-049c-01e5-000000002ed9 | TASK | Set podman_drop_in fact 2026-01-04 12:47:07.794171 | fa163e78-c412-049c-01e5-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-01-04 12:47:07.795504 | fa163e78-c412-049c-01e5-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:26.430315 | 0.06s 2026-01-04 12:47:07.824956 | fa163e78-c412-049c-01e5-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-01-04 12:47:08.292763 | fa163e78-c412-049c-01e5-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-01-04 12:47:08.295178 | fa163e78-c412-049c-01e5-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:26.929982 | 0.47s 2026-01-04 12:47:08.761884 | fa163e78-c412-049c-01e5-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-01-04 12:47:08.764000 | fa163e78-c412-049c-01e5-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:27.398806 | 0.94s 2026-01-04 12:47:08.774336 | fa163e78-c412-049c-01e5-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:27.409151 | 0.95s 2026-01-04 12:47:08.803252 | fa163e78-c412-049c-01e5-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-01-04 12:47:09.300573 | fa163e78-c412-049c-01e5-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-01-04 12:47:09.301952 | fa163e78-c412-049c-01e5-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:27.936761 | 0.50s 2026-01-04 12:47:09.331094 | fa163e78-c412-049c-01e5-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-01-04 12:47:09.820063 | fa163e78-c412-049c-01e5-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-01-04 12:47:09.821479 | fa163e78-c412-049c-01e5-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:28.456287 | 0.49s 2026-01-04 12:47:09.850421 | fa163e78-c412-049c-01e5-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-01-04 12:47:10.788158 | fa163e78-c412-049c-01e5-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-01-04 12:47:10.789580 | fa163e78-c412-049c-01e5-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:29.424396 | 0.94s 2026-01-04 12:47:10.809435 | fa163e78-c412-049c-01e5-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-01-04 12:47:11.256806 | fa163e78-c412-049c-01e5-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-01-04 12:47:11.258218 | fa163e78-c412-049c-01e5-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:29.893023 | 0.45s 2026-01-04 12:47:11.288070 | fa163e78-c412-049c-01e5-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-01-04 12:47:11.745255 | fa163e78-c412-049c-01e5-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-01-04 12:47:11.746706 | fa163e78-c412-049c-01e5-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:30.381510 | 0.46s 2026-01-04 12:47:11.778179 | fa163e78-c412-049c-01e5-000000002ee1 | TASK | Enable and start netns-placeholder 2026-01-04 12:47:12.670552 | fa163e78-c412-049c-01e5-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-01-04 12:47:12.672137 | fa163e78-c412-049c-01e5-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:31.306946 | 0.89s 2026-01-04 12:47:12.696588 | fa163e78-c412-049c-01e5-000000002ea7 | TASK | Update container configs with new config hashes 2026-01-04 12:47:12.727339 | fa163e78-c412-049c-01e5-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:31.362139 | 0.03s 2026-01-04 12:47:12.748675 | e39415bf-1ee7-475f-9e1c-f52c72624821 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-01-04 12:47:12.781879 | fa163e78-c412-049c-01e5-000000002f09 | TASK | Update config hashes for container startup configs 2026-01-04 12:47:13.069227 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-01-04 12:47:13.070404 | | WARNING | Config change detected for mysql_bootstrap, new hash: 84aaff7f0d71beba0d7f74681af874b6 2026-01-04 12:47:13.071155 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 2219ef0535c977b8a5c25f15b5c6b9c8 2026-01-04 12:47:13.071914 | | WARNING | Config change detected for redis_tls_proxy, new hash: fffea4ab538c59b8846dfe5dc7f1b1be 2026-01-04 12:47:13.072672 | | WARNING | Config change detected for clustercheck, new hash: 00d52a2af7c2f1174adbf24bd2f36c6b 2026-01-04 12:47:13.073452 | | WARNING | Config change detected for horizon_fix_perms, new hash: 56d5e254c01782bd33c31237f7f82ba3 2026-01-04 12:47:13.074172 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 84aaff7f0d71beba0d7f74681af874b6 2026-01-04 12:47:13.074976 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.075728 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.076533 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.077236 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.077968 | | WARNING | Config change detected for aodh_db_sync, new hash: 105e55f3a0cbad2bfecca9b0e28b0632 2026-01-04 12:47:13.078815 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 53d183d81a631b0740fba2b39ad30355 2026-01-04 12:47:13.079571 | | WARNING | Config change detected for glance_api_db_sync, new hash: a72c0f946459946f66b385c83bc373c6-6ace706686118c5fe8aac57b6753e14a 2026-01-04 12:47:13.080308 | | WARNING | Config change detected for heat_engine_db_sync, new hash: a8d6d07efca5c3cfe6e1b5883e2f9fe4 2026-01-04 12:47:13.081090 | | WARNING | Config change detected for horizon, new hash: 56d5e254c01782bd33c31237f7f82ba3 2026-01-04 12:47:13.081836 | | WARNING | Config change detected for iscsid, new hash: 6ace706686118c5fe8aac57b6753e14a 2026-01-04 12:47:13.082617 | | WARNING | Config change detected for keystone, new hash: 6870d57e102cb75a7fa56f0a3382dca7 2026-01-04 12:47:13.083321 | | WARNING | Config change detected for keystone_cron, new hash: 6870d57e102cb75a7fa56f0a3382dca7 2026-01-04 12:47:13.084066 | | WARNING | Config change detected for keystone_db_sync, new hash: 6870d57e102cb75a7fa56f0a3382dca7 2026-01-04 12:47:13.084806 | | WARNING | Config change detected for manila_api_db_sync, new hash: 63b59c4c891e58733dd805a17287d0ac 2026-01-04 12:47:13.085599 | | WARNING | Config change detected for neutron_db_sync, new hash: 0e64d570d9ce03dcfd063817e0797695 2026-01-04 12:47:13.086354 | | WARNING | Config change detected for nova_api_db_sync, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.087169 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.087919 | | WARNING | Config change detected for nova_db_sync, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.088660 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.089406 | | WARNING | Config change detected for nova_virtnodedevd, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.090176 | | WARNING | Config change detected for nova_virtproxyd, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.091003 | | WARNING | Config change detected for nova_virtqemud, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.091839 | | WARNING | Config change detected for nova_virtsecretd, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.092595 | | WARNING | Config change detected for nova_virtstoraged, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.093295 | | WARNING | Config change detected for octavia_db_sync, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.094040 | | WARNING | Config change detected for placement_api_db_sync, new hash: 02d6d48de8d72da5446147d809239f93 2026-01-04 12:47:13.094836 | | WARNING | Config change detected for swift_copy_rings, new hash: a02a746094f0fc34df450bb783b6986d-2fdc76de1a8f988123d8f25e8e775dd6 2026-01-04 12:47:13.095601 | | WARNING | Config change detected for aodh_api, new hash: 105e55f3a0cbad2bfecca9b0e28b0632 2026-01-04 12:47:13.096334 | | WARNING | Config change detected for aodh_api_cron, new hash: 105e55f3a0cbad2bfecca9b0e28b0632 2026-01-04 12:47:13.097100 | | WARNING | Config change detected for aodh_evaluator, new hash: 105e55f3a0cbad2bfecca9b0e28b0632 2026-01-04 12:47:13.097865 | | WARNING | Config change detected for aodh_listener, new hash: 105e55f3a0cbad2bfecca9b0e28b0632 2026-01-04 12:47:13.098631 | | WARNING | Config change detected for aodh_notifier, new hash: 105e55f3a0cbad2bfecca9b0e28b0632 2026-01-04 12:47:13.099134 | | WARNING | Config change detected for ceilometer_agent_central, new hash: d3795409904d8ff55b9ad422f1a74019 2026-01-04 12:47:13.099656 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: d3795409904d8ff55b9ad422f1a74019 2026-01-04 12:47:13.100100 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: d3795409904d8ff55b9ad422f1a74019 2026-01-04 12:47:13.100575 | | WARNING | Config change detected for cinder_api, new hash: 53d183d81a631b0740fba2b39ad30355 2026-01-04 12:47:13.101024 | | WARNING | Config change detected for cinder_api_cron, new hash: 53d183d81a631b0740fba2b39ad30355 2026-01-04 12:47:13.101513 | | WARNING | Config change detected for cinder_scheduler, new hash: 53d183d81a631b0740fba2b39ad30355 2026-01-04 12:47:13.101955 | | WARNING | Config change detected for glance_api, new hash: a72c0f946459946f66b385c83bc373c6-6ace706686118c5fe8aac57b6753e14a 2026-01-04 12:47:13.102503 | | WARNING | Config change detected for glance_api_cron, new hash: a72c0f946459946f66b385c83bc373c6 2026-01-04 12:47:13.102984 | | WARNING | Config change detected for glance_api_internal, new hash: d86392921a8737a6d9ddc27136067c2f-6ace706686118c5fe8aac57b6753e14a 2026-01-04 12:47:13.104149 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: d86392921a8737a6d9ddc27136067c2f 2026-01-04 12:47:13.104593 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: a72c0f946459946f66b385c83bc373c6 2026-01-04 12:47:13.104915 | | WARNING | Config change detected for heat_api, new hash: e24c194eb9696f5bda40369d488e7696 2026-01-04 12:47:13.105300 | | WARNING | Config change detected for heat_api_cfn, new hash: 85fe8013847e87dab390ab2b6ad8d5c2 2026-01-04 12:47:13.105657 | | WARNING | Config change detected for heat_api_cron, new hash: e24c194eb9696f5bda40369d488e7696 2026-01-04 12:47:13.105977 | | WARNING | Config change detected for heat_engine, new hash: a8d6d07efca5c3cfe6e1b5883e2f9fe4 2026-01-04 12:47:13.106317 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-01-04 12:47:13.106742 | | WARNING | Config change detected for manila_api, new hash: 63b59c4c891e58733dd805a17287d0ac 2026-01-04 12:47:13.107072 | | WARNING | Config change detected for manila_api_cron, new hash: 63b59c4c891e58733dd805a17287d0ac 2026-01-04 12:47:13.107405 | | WARNING | Config change detected for manila_scheduler, new hash: 63b59c4c891e58733dd805a17287d0ac 2026-01-04 12:47:13.107732 | | WARNING | Config change detected for neutron_api, new hash: 0e64d570d9ce03dcfd063817e0797695 2026-01-04 12:47:13.108045 | | WARNING | Config change detected for neutron_dhcp, new hash: 0e64d570d9ce03dcfd063817e0797695 2026-01-04 12:47:13.108351 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 0e64d570d9ce03dcfd063817e0797695 2026-01-04 12:47:13.108679 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 0e64d570d9ce03dcfd063817e0797695 2026-01-04 12:47:13.108985 | | WARNING | Config change detected for nova_api, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.109278 | | WARNING | Config change detected for nova_api_cron, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.109688 | | WARNING | Config change detected for nova_conductor, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.109992 | | WARNING | Config change detected for nova_metadata, new hash: db378cc36aa4f19c02e7121fec614bd3 2026-01-04 12:47:13.110337 | | WARNING | Config change detected for nova_migration_target, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.110738 | | WARNING | Config change detected for nova_scheduler, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.111057 | | WARNING | Config change detected for nova_vnc_proxy, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.111469 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: ce5aa82641b10a70363cd5338e9210fa 2026-01-04 12:47:13.111778 | | WARNING | Config change detected for octavia_api, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.112121 | | WARNING | Config change detected for octavia_driver_agent, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.112444 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 0e64d570d9ce03dcfd063817e0797695 2026-01-04 12:47:13.112748 | | WARNING | Config change detected for placement_api, new hash: 02d6d48de8d72da5446147d809239f93 2026-01-04 12:47:13.113043 | | WARNING | Config change detected for placement_wait_for_service, new hash: 02d6d48de8d72da5446147d809239f93 2026-01-04 12:47:13.113351 | | WARNING | Config change detected for swift_account_reaper, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.113701 | | WARNING | Config change detected for swift_account_server, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.114006 | | WARNING | Config change detected for swift_container_server, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.114303 | | WARNING | Config change detected for swift_container_updater, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.114681 | | WARNING | Config change detected for swift_object_expirer, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.114982 | | WARNING | Config change detected for swift_object_server, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.115294 | | WARNING | Config change detected for swift_object_updater, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.115626 | | WARNING | Config change detected for swift_proxy, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.115928 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: a02a746094f0fc34df450bb783b6986d 2026-01-04 12:47:13.116234 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: d3795409904d8ff55b9ad422f1a74019 2026-01-04 12:47:13.116607 | | WARNING | Config change detected for gnocchi_api, new hash: be204d5cd63cf9559a3f45db553fa422 2026-01-04 12:47:13.116928 | | WARNING | Config change detected for gnocchi_db_sync, new hash: be204d5cd63cf9559a3f45db553fa422 2026-01-04 12:47:13.117285 | | WARNING | Config change detected for gnocchi_metricd, new hash: be204d5cd63cf9559a3f45db553fa422 2026-01-04 12:47:13.117611 | | WARNING | Config change detected for gnocchi_statsd, new hash: be204d5cd63cf9559a3f45db553fa422 2026-01-04 12:47:13.117947 | | WARNING | Config change detected for nova_compute, new hash: 6ace706686118c5fe8aac57b6753e14a-a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.118243 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: a888430b70f94a54716f7c973f1d71c2 2026-01-04 12:47:13.118629 | | WARNING | Config change detected for octavia_health_manager, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.118941 | | WARNING | Config change detected for octavia_housekeeping, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.119239 | | WARNING | Config change detected for octavia_rsyslog, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.119602 | | WARNING | Config change detected for octavia_worker, new hash: 1512b06cd1baa41314280b603a25f217 2026-01-04 12:47:13.119933 | fa163e78-c412-049c-01e5-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-01-04 12:47:13.120515 | fa163e78-c412-049c-01e5-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:31.755329 | 0.34s 2026-01-04 12:47:13.153494 | fa163e78-c412-049c-01e5-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-01-04 12:47:13.194723 | fa163e78-c412-049c-01e5-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:31.829530 | 0.04s 2026-01-04 12:47:13.210340 | bad7f57a-232a-4904-8957-b9348fc3f14f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:47:13.237768 | fa163e78-c412-049c-01e5-000000002f28 | TASK | Gather podman infos 2026-01-04 12:47:14.082877 | fa163e78-c412-049c-01e5-000000002f28 | OK | Gather podman infos | standalone 2026-01-04 12:47:14.084044 | fa163e78-c412-049c-01e5-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:32.718856 | 0.85s 2026-01-04 12:47:14.148837 | fa163e78-c412-049c-01e5-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-01-04 12:47:14.204889 | fa163e78-c412-049c-01e5-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:32.839689 | 0.05s 2026-01-04 12:47:14.323583 | fa163e78-c412-049c-01e5-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:32.958383 | 0.06s 2026-01-04 12:47:14.380482 | fa163e78-c412-049c-01e5-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-01-04 12:47:14.431798 | fa163e78-c412-049c-01e5-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:33.066597 | 0.05s 2026-01-04 12:47:14.453927 | 89b05a4b-81d0-4be3-a360-9ad98516d226 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:47:14.489391 | fa163e78-c412-049c-01e5-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-01-04 12:47:22.304732 | fa163e78-c412-049c-01e5-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-01-04 12:47:22.306294 | fa163e78-c412-049c-01e5-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:40.941102 | 7.82s 2026-01-04 12:47:22.337422 | fa163e78-c412-049c-01e5-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-01-04 12:47:26.830444 | fa163e78-c412-049c-01e5-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-01-04 12:47:26.831782 | fa163e78-c412-049c-01e5-000000002f99 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:45.466592 | 4.49s 2026-01-04 12:47:26.904277 | fa163e78-c412-049c-01e5-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-01-04 12:47:27.137596 | fa163e78-c412-049c-01e5-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-01-04 12:47:27.138878 | fa163e78-c412-049c-01e5-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:45.773690 | 0.23s 2026-01-04 12:47:27.183857 | fa163e78-c412-049c-01e5-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-01-04 12:47:27.236453 | fa163e78-c412-049c-01e5-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:45.871252 | 0.05s 2026-01-04 12:47:27.266875 | fa163e78-c412-049c-01e5-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-01-04 12:47:27.310222 | fa163e78-c412-049c-01e5-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:45.945018 | 0.04s 2026-01-04 12:47:27.336238 | 92156853-bc3d-4310-a0b6-10e7665cfa12 | INCLUDED | /root/standalone-ansible-stn780hd/host-container-puppet-tasks.yaml | standalone 2026-01-04 12:47:27.384978 | fa163e78-c412-049c-01e5-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-01-04 12:47:27.929171 | fa163e78-c412-049c-01e5-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-01-04 12:47:27.930690 | fa163e78-c412-049c-01e5-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:46.565497 | 0.54s 2026-01-04 12:47:27.960856 | fa163e78-c412-049c-01e5-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-01-04 12:47:28.255391 | fa163e78-c412-049c-01e5-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-01-04 12:47:28.256641 | fa163e78-c412-049c-01e5-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:46.891451 | 0.29s 2026-01-04 12:47:28.287409 | fa163e78-c412-049c-01e5-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-01-04 12:47:28.320256 | fa163e78-c412-049c-01e5-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:46.955054 | 0.03s 2026-01-04 12:47:28.378700 | fa163e78-c412-049c-01e5-000000002dd2 | TASK | Gather variables for each operating system 2026-01-04 12:47:28.503127 | fa163e78-c412-049c-01e5-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:47.137924 | 0.12s 2026-01-04 12:47:28.533068 | fa163e78-c412-049c-01e5-000000002dd3 | TASK | Create container logs path 2026-01-04 12:47:28.793084 | fa163e78-c412-049c-01e5-000000002dd3 | OK | Create container logs path | standalone 2026-01-04 12:47:28.794549 | fa163e78-c412-049c-01e5-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:47.429358 | 0.26s 2026-01-04 12:47:28.828923 | fa163e78-c412-049c-01e5-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:47:29.103849 | fa163e78-c412-049c-01e5-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:47:29.105150 | fa163e78-c412-049c-01e5-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:47.739958 | 0.27s 2026-01-04 12:47:29.135206 | fa163e78-c412-049c-01e5-000000002dd6 | TASK | Finalise hashes for all containers 2026-01-04 12:47:29.182616 | fa163e78-c412-049c-01e5-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:47:29.184006 | fa163e78-c412-049c-01e5-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:47.818814 | 0.05s 2026-01-04 12:47:29.219745 | fa163e78-c412-049c-01e5-000000002dd8 | TASK | Manage systemd shutdown files 2026-01-04 12:47:29.266507 | fa163e78-c412-049c-01e5-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:47:29.267668 | fa163e78-c412-049c-01e5-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:47.902477 | 0.05s 2026-01-04 12:47:29.296763 | fa163e78-c412-049c-01e5-000000002dda | TASK | Update container configs with new config hashes 2026-01-04 12:47:29.347209 | fa163e78-c412-049c-01e5-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:47:29.348473 | fa163e78-c412-049c-01e5-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:47.983281 | 0.05s 2026-01-04 12:47:29.380712 | fa163e78-c412-049c-01e5-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:47:29.431656 | fa163e78-c412-049c-01e5-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:47:29.432857 | fa163e78-c412-049c-01e5-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:48.067665 | 0.05s 2026-01-04 12:47:29.464475 | fa163e78-c412-049c-01e5-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-01-04 12:47:29.516464 | fa163e78-c412-049c-01e5-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-01-04 12:47:29.517759 | fa163e78-c412-049c-01e5-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:48.152566 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-01-04 12:47:29.702084 | fa163e78-c412-049c-01e5-0000000000c6 | TASK | External deployment step 2 2026-01-04 12:47:29.730861 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000c6') missing from stats 2026-01-04 12:47:29.789135 | fa163e78-c412-049c-01e5-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:48.423934 | 0.04s 2026-01-04 12:47:29.795598 | 450d579f-1df6-44a2-bb06-573493f746ed | INCLUDED | /root/standalone-ansible-stn780hd/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-01-04 12:47:29.936431 | fa163e78-c412-049c-01e5-0000000000ca | TASK | Deploy step tasks for 2 2026-01-04 12:47:29.968124 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000ca') missing from stats 2026-01-04 12:47:29.990625 | fa163e78-c412-049c-01e5-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-01-04 12:47:30.506687 | fa163e78-c412-049c-01e5-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-01-04 12:47:30.508128 | fa163e78-c412-049c-01e5-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:49.142937 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 12:47:30.580003 | fa163e78-c412-049c-01e5-0000000000cc | TIMING | include_tasks | standalone | 0:14:49.214808 | 0.04s 2026-01-04 12:47:30.675017 | f84cc58f-2bd1-4e23-a91a-8a216ccf2349 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-01-04 12:47:30.710157 | fa163e78-c412-049c-01e5-000000003075 | TASK | Push script 2026-01-04 12:47:31.254171 | fa163e78-c412-049c-01e5-000000003075 | CHANGED | Push script | standalone 2026-01-04 12:47:31.255591 | fa163e78-c412-049c-01e5-000000003075 | TIMING | Push script | standalone | 0:14:49.890399 | 0.54s 2026-01-04 12:47:31.283774 | fa163e78-c412-049c-01e5-000000003076 | TASK | Insert cronjob in root crontab 2026-01-04 12:47:31.728181 | fa163e78-c412-049c-01e5-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-01-04 12:47:31.729640 | fa163e78-c412-049c-01e5-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:14:50.364449 | 0.44s 2026-01-04 12:47:31.760197 | fa163e78-c412-049c-01e5-00000000307d | TASK | Gather variables for each operating system 2026-01-04 12:47:31.885047 | fa163e78-c412-049c-01e5-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:50.519844 | 0.12s 2026-01-04 12:47:31.914461 | fa163e78-c412-049c-01e5-00000000307e | TASK | Detect if resource is being created or already exists 2026-01-04 12:47:32.650145 | fa163e78-c412-049c-01e5-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 12:47:32.651212 | fa163e78-c412-049c-01e5-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:51.286028 | 0.74s 2026-01-04 12:47:32.673935 | fa163e78-c412-049c-01e5-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-01-04 12:49:18.837908 | fa163e78-c412-049c-01e5-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-01-04 12:49:18.839641 | fa163e78-c412-049c-01e5-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:37.474441 | 106.16s 2026-01-04 12:49:18.870846 | fa163e78-c412-049c-01e5-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-01-04 12:49:19.150219 | fa163e78-c412-049c-01e5-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-01-04 12:49:19.151890 | fa163e78-c412-049c-01e5-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:37.786695 | 0.28s 2026-01-04 12:49:19.183095 | fa163e78-c412-049c-01e5-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 12:49:19.801959 | fa163e78-c412-049c-01e5-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 12:49:19.803348 | fa163e78-c412-049c-01e5-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:38.438154 | 0.62s 2026-01-04 12:49:19.834791 | fa163e78-c412-049c-01e5-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-01-04 12:49:20.080342 | fa163e78-c412-049c-01e5-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-01-04 12:49:20.081847 | fa163e78-c412-049c-01e5-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:38.716656 | 0.25s 2026-01-04 12:49:20.113118 | fa163e78-c412-049c-01e5-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-01-04 12:49:20.166046 | fa163e78-c412-049c-01e5-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-01-04 12:49:20.167388 | fa163e78-c412-049c-01e5-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:38.802169 | 0.05s 2026-01-04 12:49:20.198595 | fa163e78-c412-049c-01e5-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-01-04 12:49:20.260038 | fa163e78-c412-049c-01e5-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-01-04 12:49:20.261344 | fa163e78-c412-049c-01e5-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:38.896150 | 0.06s 2026-01-04 12:49:20.292112 | fa163e78-c412-049c-01e5-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-01-04 12:49:20.345350 | fa163e78-c412-049c-01e5-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-01-04 12:49:20.346714 | fa163e78-c412-049c-01e5-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:38.981521 | 0.05s 2026-01-04 12:49:20.379151 | fa163e78-c412-049c-01e5-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 12:49:20.431760 | fa163e78-c412-049c-01e5-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 12:49:20.433068 | fa163e78-c412-049c-01e5-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:39.067875 | 0.05s 2026-01-04 12:49:20.464018 | fa163e78-c412-049c-01e5-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-01-04 12:49:20.516047 | fa163e78-c412-049c-01e5-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-01-04 12:49:20.517275 | fa163e78-c412-049c-01e5-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:39.152083 | 0.05s 2026-01-04 12:49:20.573319 | fa163e78-c412-049c-01e5-0000000030a9 | TASK | Gather variables for each operating system 2026-01-04 12:49:20.691176 | fa163e78-c412-049c-01e5-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:39.325961 | 0.12s 2026-01-04 12:49:20.725565 | fa163e78-c412-049c-01e5-0000000030aa | TASK | Detect if resource is being created or already exists 2026-01-04 12:49:21.490216 | fa163e78-c412-049c-01e5-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 12:49:21.491431 | fa163e78-c412-049c-01e5-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:40.126242 | 0.76s 2026-01-04 12:49:21.525623 | fa163e78-c412-049c-01e5-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-01-04 12:49:50.262784 | fa163e78-c412-049c-01e5-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-01-04 12:49:50.264138 | fa163e78-c412-049c-01e5-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:08.898949 | 28.74s 2026-01-04 12:49:50.285682 | fa163e78-c412-049c-01e5-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-01-04 12:49:50.536321 | fa163e78-c412-049c-01e5-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-01-04 12:49:50.537789 | fa163e78-c412-049c-01e5-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:09.172598 | 0.25s 2026-01-04 12:49:50.567782 | fa163e78-c412-049c-01e5-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 12:49:50.975419 | fa163e78-c412-049c-01e5-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 12:49:50.976778 | fa163e78-c412-049c-01e5-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:09.611584 | 0.41s 2026-01-04 12:49:51.007464 | fa163e78-c412-049c-01e5-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-01-04 12:49:51.237652 | fa163e78-c412-049c-01e5-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-01-04 12:49:51.240232 | fa163e78-c412-049c-01e5-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:09.875038 | 0.23s 2026-01-04 12:49:51.272400 | fa163e78-c412-049c-01e5-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-01-04 12:49:51.311734 | fa163e78-c412-049c-01e5-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-01-04 12:49:51.313061 | fa163e78-c412-049c-01e5-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:09.947875 | 0.04s 2026-01-04 12:49:51.336878 | fa163e78-c412-049c-01e5-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-01-04 12:49:51.376347 | fa163e78-c412-049c-01e5-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-01-04 12:49:51.377993 | fa163e78-c412-049c-01e5-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:10.012807 | 0.04s 2026-01-04 12:49:51.401782 | fa163e78-c412-049c-01e5-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-01-04 12:49:51.454924 | fa163e78-c412-049c-01e5-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-01-04 12:49:51.457756 | fa163e78-c412-049c-01e5-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:10.092468 | 0.05s 2026-01-04 12:49:51.489546 | fa163e78-c412-049c-01e5-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 12:49:51.540510 | fa163e78-c412-049c-01e5-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 12:49:51.543079 | fa163e78-c412-049c-01e5-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:10.177881 | 0.05s 2026-01-04 12:49:51.575662 | fa163e78-c412-049c-01e5-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-01-04 12:49:51.628150 | fa163e78-c412-049c-01e5-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-01-04 12:49:51.629630 | fa163e78-c412-049c-01e5-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:10.264436 | 0.05s 2026-01-04 12:49:51.685162 | fa163e78-c412-049c-01e5-0000000030d5 | TASK | Gather variables for each operating system 2026-01-04 12:49:51.809836 | fa163e78-c412-049c-01e5-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:10.444643 | 0.12s 2026-01-04 12:49:51.829435 | fa163e78-c412-049c-01e5-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-01-04 12:49:52.556548 | fa163e78-c412-049c-01e5-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 12:49:52.557899 | fa163e78-c412-049c-01e5-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:11.192708 | 0.73s 2026-01-04 12:49:52.589273 | fa163e78-c412-049c-01e5-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-01-04 12:50:19.432813 | fa163e78-c412-049c-01e5-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-01-04 12:50:19.434078 | fa163e78-c412-049c-01e5-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:38.068887 | 26.84s 2026-01-04 12:50:19.467293 | fa163e78-c412-049c-01e5-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-01-04 12:50:19.676913 | fa163e78-c412-049c-01e5-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-01-04 12:50:19.678570 | fa163e78-c412-049c-01e5-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:38.313378 | 0.21s 2026-01-04 12:50:19.708545 | fa163e78-c412-049c-01e5-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 12:50:20.113790 | fa163e78-c412-049c-01e5-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 12:50:20.114700 | fa163e78-c412-049c-01e5-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:38.749517 | 0.40s 2026-01-04 12:50:20.139713 | fa163e78-c412-049c-01e5-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-01-04 12:50:20.373151 | fa163e78-c412-049c-01e5-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-01-04 12:50:20.373971 | fa163e78-c412-049c-01e5-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:39.008788 | 0.23s 2026-01-04 12:50:20.394562 | fa163e78-c412-049c-01e5-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-01-04 12:50:20.431071 | fa163e78-c412-049c-01e5-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-01-04 12:50:20.431599 | fa163e78-c412-049c-01e5-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:39.066418 | 0.04s 2026-01-04 12:50:20.450863 | fa163e78-c412-049c-01e5-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-01-04 12:50:20.498179 | fa163e78-c412-049c-01e5-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-01-04 12:50:20.498812 | fa163e78-c412-049c-01e5-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:39.133631 | 0.05s 2026-01-04 12:50:20.518021 | fa163e78-c412-049c-01e5-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-01-04 12:50:20.564740 | fa163e78-c412-049c-01e5-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-01-04 12:50:20.566094 | fa163e78-c412-049c-01e5-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:39.200902 | 0.05s 2026-01-04 12:50:20.599066 | fa163e78-c412-049c-01e5-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 12:50:20.647054 | fa163e78-c412-049c-01e5-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 12:50:20.647760 | fa163e78-c412-049c-01e5-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:39.282576 | 0.05s 2026-01-04 12:50:20.670875 | fa163e78-c412-049c-01e5-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-01-04 12:50:20.720609 | fa163e78-c412-049c-01e5-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-01-04 12:50:20.721952 | fa163e78-c412-049c-01e5-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:39.356758 | 0.05s 2026-01-04 12:50:20.777033 | fa163e78-c412-049c-01e5-000000003101 | TASK | Gather variables for each operating system 2026-01-04 12:50:20.863006 | fa163e78-c412-049c-01e5-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:39.497800 | 0.08s 2026-01-04 12:50:20.898644 | fa163e78-c412-049c-01e5-000000003102 | TASK | Detect if resource is being created or already exists 2026-01-04 12:50:21.813752 | fa163e78-c412-049c-01e5-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 12:50:21.815050 | fa163e78-c412-049c-01e5-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:40.449861 | 0.91s 2026-01-04 12:50:21.845723 | fa163e78-c412-049c-01e5-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-01-04 12:50:49.763902 | fa163e78-c412-049c-01e5-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-01-04 12:50:49.765251 | fa163e78-c412-049c-01e5-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:08.400065 | 27.92s 2026-01-04 12:50:49.791503 | fa163e78-c412-049c-01e5-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-01-04 12:50:50.054588 | fa163e78-c412-049c-01e5-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-01-04 12:50:50.055900 | fa163e78-c412-049c-01e5-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:08.690709 | 0.26s 2026-01-04 12:50:50.086189 | fa163e78-c412-049c-01e5-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 12:50:50.522155 | fa163e78-c412-049c-01e5-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 12:50:50.523480 | fa163e78-c412-049c-01e5-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:09.158287 | 0.44s 2026-01-04 12:50:50.556716 | fa163e78-c412-049c-01e5-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-01-04 12:50:50.820414 | fa163e78-c412-049c-01e5-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-01-04 12:50:50.821276 | fa163e78-c412-049c-01e5-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:09.456096 | 0.26s 2026-01-04 12:50:50.841485 | fa163e78-c412-049c-01e5-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-01-04 12:50:50.888514 | fa163e78-c412-049c-01e5-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-01-04 12:50:50.889321 | fa163e78-c412-049c-01e5-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:09.524137 | 0.05s 2026-01-04 12:50:50.909602 | fa163e78-c412-049c-01e5-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-01-04 12:50:50.960119 | fa163e78-c412-049c-01e5-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-01-04 12:50:50.961679 | fa163e78-c412-049c-01e5-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:09.596486 | 0.05s 2026-01-04 12:50:50.993851 | fa163e78-c412-049c-01e5-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-01-04 12:50:51.031077 | fa163e78-c412-049c-01e5-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-01-04 12:50:51.031916 | fa163e78-c412-049c-01e5-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:09.666727 | 0.04s 2026-01-04 12:50:51.056225 | fa163e78-c412-049c-01e5-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 12:50:51.092986 | fa163e78-c412-049c-01e5-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 12:50:51.093769 | fa163e78-c412-049c-01e5-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:09.728585 | 0.04s 2026-01-04 12:50:51.122165 | fa163e78-c412-049c-01e5-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-01-04 12:50:51.151191 | fa163e78-c412-049c-01e5-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-01-04 12:50:51.152048 | fa163e78-c412-049c-01e5-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:09.786862 | 0.03s 2026-01-04 12:50:51.193903 | fa163e78-c412-049c-01e5-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-01-04 12:50:51.424143 | fa163e78-c412-049c-01e5-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-01-04 12:50:51.425524 | fa163e78-c412-049c-01e5-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:10.060333 | 0.23s 2026-01-04 12:50:51.536284 | fa163e78-c412-049c-01e5-0000000000cf | TIMING | include_tasks | standalone | 0:18:10.171081 | 0.08s 2026-01-04 12:50:51.577472 | d68484e5-31ea-4918-8c3d-0aa7b66f2b5f | INCLUDED | /root/standalone-ansible-stn780hd/common_deploy_steps_tasks.yaml | standalone 2026-01-04 12:50:51.606584 | fa163e78-c412-049c-01e5-0000000031a1 | TASK | Write the config_step hieradata 2026-01-04 12:50:52.097918 | fa163e78-c412-049c-01e5-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-01-04 12:50:52.099159 | fa163e78-c412-049c-01e5-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:10.733968 | 0.49s 2026-01-04 12:50:52.128202 | fa163e78-c412-049c-01e5-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-01-04 12:50:52.494704 | fa163e78-c412-049c-01e5-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-01-04 12:50:52.495910 | fa163e78-c412-049c-01e5-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:11.130720 | 0.37s 2026-01-04 12:50:52.524344 | fa163e78-c412-049c-01e5-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-01-04 12:50:52.764884 | fa163e78-c412-049c-01e5-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-01-04 12:51:03.000877 | fa163e78-c412-049c-01e5-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-01-04 12:51:13.225452 | fa163e78-c412-049c-01e5-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-01-04 12:51:13.228629 | fa163e78-c412-049c-01e5-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:31.863436 | 20.70s 2026-01-04 12:51:13.260960 | fa163e78-c412-049c-01e5-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-01-04 12:51:13.344954 | fa163e78-c412-049c-01e5-0000000031a4 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Jan 4 12:50:52 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Jan 4 12:50:58 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Jan 4 12:50:58 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Jan 4 12:50:58 puppet-user: (file & line not available)", "<13>Jan 4 12:50:58 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>Jan 4 12:50:58 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Jan 4 12:50:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Jan 4 12:50:59 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Jan 4 12:51:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Jan 4 12:51:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Jan 4 12:51:08 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Jan 4 12:51:08 puppet-user: Notice: Applied catalog in 9.87 seconds", "<13>Jan 4 12:51:08 puppet-user: Application:", "<13>Jan 4 12:51:08 puppet-user: Initial environment: production", "<13>Jan 4 12:51:08 puppet-user: Converged environment: production", "<13>Jan 4 12:51:08 puppet-user: Run mode: user", "<13>Jan 4 12:51:08 puppet-user: Changes:", "<13>Jan 4 12:51:08 puppet-user: Total: 2", "<13>Jan 4 12:51:08 puppet-user: Events:", "<13>Jan 4 12:51:08 puppet-user: Success: 2", "<13>Jan 4 12:51:08 puppet-user: Resources:", "<13>Jan 4 12:51:08 puppet-user: Changed: 2", "<13>Jan 4 12:51:08 puppet-user: Out of sync: 2", "<13>Jan 4 12:51:08 puppet-user: Total: 28", "<13>Jan 4 12:51:08 puppet-user: Time:", "<13>Jan 4 12:51:08 puppet-user: Schedule: 0.00", "<13>Jan 4 12:51:08 puppet-user: Package: 0.00", "<13>Jan 4 12:51:08 puppet-user: File line: 0.00", "<13>Jan 4 12:51:08 puppet-user: File: 0.00", "<13>Jan 4 12:51:08 puppet-user: Augeas: 0.01", "<13>Jan 4 12:51:08 puppet-user: User: 0.03", "<13>Jan 4 12:51:08 puppet-user: Service: 0.09", "<13>Jan 4 12:51:08 puppet-user: Config retrieval: 0.45", "<13>Jan 4 12:51:08 puppet-user: Pcmk property: 1.43", "<13>Jan 4 12:51:08 puppet-user: Exec: 1.95", "<13>Jan 4 12:51:08 puppet-user: Last run: 1767531068", "<13>Jan 4 12:51:08 puppet-user: Pcmk resource op default: 3.08", "<13>Jan 4 12:51:08 puppet-user: Pcmk resource default: 3.09", "<13>Jan 4 12:51:08 puppet-user: Filebucket: 0.00", "<13>Jan 4 12:51:08 puppet-user: Transaction evaluation: 9.85", "<13>Jan 4 12:51:08 puppet-user: Catalog application: 9.87", "<13>Jan 4 12:51:08 puppet-user: Total: 9.87", "<13>Jan 4 12:51:08 puppet-user: Version:", "<13>Jan 4 12:51:08 puppet-user: Config: 1767531058", "<13>Jan 4 12:51:08 puppet-user: Puppet: 7.10.0" ] } 2026-01-04 12:51:13.347792 | fa163e78-c412-049c-01e5-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:31.982554 | 0.08s 2026-01-04 12:51:13.378905 | fa163e78-c412-049c-01e5-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-01-04 12:51:13.402923 | fa163e78-c412-049c-01e5-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:32.037715 | 0.02s 2026-01-04 12:51:13.473178 | fa163e78-c412-049c-01e5-0000000031e4 | TASK | Gather variables for each operating system 2026-01-04 12:51:13.556155 | fa163e78-c412-049c-01e5-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:32.190955 | 0.08s 2026-01-04 12:51:13.583220 | fa163e78-c412-049c-01e5-0000000031e5 | TASK | Create puppet caching structures 2026-01-04 12:51:13.796099 | fa163e78-c412-049c-01e5-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-01-04 12:51:13.797021 | fa163e78-c412-049c-01e5-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:32.431840 | 0.21s 2026-01-04 12:51:13.816103 | fa163e78-c412-049c-01e5-0000000031e6 | TASK | Check for facter.conf 2026-01-04 12:51:14.066171 | fa163e78-c412-049c-01e5-0000000031e6 | OK | Check for facter.conf | standalone 2026-01-04 12:51:14.067822 | fa163e78-c412-049c-01e5-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:32.702631 | 0.25s 2026-01-04 12:51:14.101024 | fa163e78-c412-049c-01e5-0000000031e7 | TASK | Remove facter.conf if directory 2026-01-04 12:51:14.149255 | fa163e78-c412-049c-01e5-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-01-04 12:51:14.149988 | fa163e78-c412-049c-01e5-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:32.784806 | 0.05s 2026-01-04 12:51:14.168792 | fa163e78-c412-049c-01e5-0000000031e8 | TASK | Write facter cache config 2026-01-04 12:51:14.649910 | fa163e78-c412-049c-01e5-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-01-04 12:51:14.651343 | fa163e78-c412-049c-01e5-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:33.286150 | 0.48s 2026-01-04 12:51:14.679835 | fa163e78-c412-049c-01e5-0000000031e9 | TASK | Cleanup facter cache if exists 2026-01-04 12:51:14.909596 | fa163e78-c412-049c-01e5-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-01-04 12:51:14.910918 | fa163e78-c412-049c-01e5-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:33.545726 | 0.23s 2026-01-04 12:51:14.939189 | fa163e78-c412-049c-01e5-0000000031ea | TASK | Pre-cache facts 2026-01-04 12:51:15.555327 | fa163e78-c412-049c-01e5-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-01-04 12:51:15.556413 | fa163e78-c412-049c-01e5-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:34.191228 | 0.62s 2026-01-04 12:51:15.580593 | fa163e78-c412-049c-01e5-0000000031eb | TASK | Failed deployment if facter fails 2026-01-04 12:51:15.618836 | fa163e78-c412-049c-01e5-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-01-04 12:51:15.620031 | fa163e78-c412-049c-01e5-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:34.254842 | 0.04s 2026-01-04 12:51:15.652836 | fa163e78-c412-049c-01e5-0000000031ec | TASK | Sync cached facts 2026-01-04 12:51:15.973059 | fa163e78-c412-049c-01e5-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e78-c412-049c-01e5-0000000031ec') missing from stats 2026-01-04 12:51:16.028689 | fa163e78-c412-049c-01e5-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-01-04 12:51:16.079246 | fa163e78-c412-049c-01e5-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-01-04 12:51:16.080419 | fa163e78-c412-049c-01e5-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:34.715227 | 0.05s 2026-01-04 12:51:16.110238 | fa163e78-c412-049c-01e5-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-01-04 12:51:16.139956 | fa163e78-c412-049c-01e5-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:34.774745 | 0.03s 2026-01-04 12:51:16.205064 | fa163e78-c412-049c-01e5-000000003243 | TASK | Gather variables for each operating system 2026-01-04 12:51:16.317093 | fa163e78-c412-049c-01e5-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:34.951891 | 0.11s 2026-01-04 12:51:16.339716 | fa163e78-c412-049c-01e5-000000003244 | TASK | Create container logs path 2026-01-04 12:51:16.562248 | fa163e78-c412-049c-01e5-000000003244 | OK | Create container logs path | standalone 2026-01-04 12:51:16.563695 | fa163e78-c412-049c-01e5-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:35.198488 | 0.22s 2026-01-04 12:51:16.599318 | fa163e78-c412-049c-01e5-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-01-04 12:51:16.874904 | fa163e78-c412-049c-01e5-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-01-04 12:51:16.876203 | fa163e78-c412-049c-01e5-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:35.511013 | 0.28s 2026-01-04 12:51:16.906086 | fa163e78-c412-049c-01e5-000000003247 | TASK | Finalise hashes for all containers 2026-01-04 12:51:16.977884 | fa163e78-c412-049c-01e5-000000003247 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:51:16.979062 | fa163e78-c412-049c-01e5-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:35.613871 | 0.07s 2026-01-04 12:51:17.007542 | fa163e78-c412-049c-01e5-000000003249 | TASK | Manage systemd shutdown files 2026-01-04 12:51:17.040549 | fa163e78-c412-049c-01e5-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:35.675348 | 0.03s 2026-01-04 12:51:17.073714 | f0f0ac33-b7d8-47eb-93ea-19d1260d6c2c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-01-04 12:51:17.103029 | fa163e78-c412-049c-01e5-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-01-04 12:51:17.370980 | fa163e78-c412-049c-01e5-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-01-04 12:51:17.371946 | fa163e78-c412-049c-01e5-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:36.006760 | 0.27s 2026-01-04 12:51:17.393934 | fa163e78-c412-049c-01e5-00000000327d | TASK | Set podman_drop_in fact 2026-01-04 12:51:17.453503 | fa163e78-c412-049c-01e5-00000000327d | OK | Set podman_drop_in fact | standalone 2026-01-04 12:51:17.454769 | fa163e78-c412-049c-01e5-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:36.089577 | 0.06s 2026-01-04 12:51:17.485277 | fa163e78-c412-049c-01e5-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-01-04 12:51:18.006692 | fa163e78-c412-049c-01e5-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-01-04 12:51:18.009144 | fa163e78-c412-049c-01e5-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:36.643944 | 0.52s 2026-01-04 12:51:18.429089 | fa163e78-c412-049c-01e5-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-01-04 12:51:18.430657 | fa163e78-c412-049c-01e5-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.065468 | 0.94s 2026-01-04 12:51:18.440683 | fa163e78-c412-049c-01e5-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:37.075493 | 0.95s 2026-01-04 12:51:18.463116 | fa163e78-c412-049c-01e5-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-01-04 12:51:18.904748 | fa163e78-c412-049c-01e5-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-01-04 12:51:18.905634 | fa163e78-c412-049c-01e5-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:37.540451 | 0.44s 2026-01-04 12:51:18.925194 | fa163e78-c412-049c-01e5-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-01-04 12:51:19.376434 | fa163e78-c412-049c-01e5-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-01-04 12:51:19.377993 | fa163e78-c412-049c-01e5-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:38.012799 | 0.45s 2026-01-04 12:51:19.406801 | fa163e78-c412-049c-01e5-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-01-04 12:51:20.046311 | fa163e78-c412-049c-01e5-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-01-04 12:51:20.047591 | fa163e78-c412-049c-01e5-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:38.682407 | 0.64s 2026-01-04 12:51:20.067517 | fa163e78-c412-049c-01e5-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-01-04 12:51:20.456602 | fa163e78-c412-049c-01e5-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-01-04 12:51:20.457659 | fa163e78-c412-049c-01e5-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:39.092473 | 0.39s 2026-01-04 12:51:20.486983 | fa163e78-c412-049c-01e5-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-01-04 12:51:20.933709 | fa163e78-c412-049c-01e5-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-01-04 12:51:20.935216 | fa163e78-c412-049c-01e5-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:39.570024 | 0.45s 2026-01-04 12:51:20.964819 | fa163e78-c412-049c-01e5-000000003285 | TASK | Enable and start netns-placeholder 2026-01-04 12:51:21.847251 | fa163e78-c412-049c-01e5-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-01-04 12:51:21.849494 | fa163e78-c412-049c-01e5-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:40.484302 | 0.88s 2026-01-04 12:51:21.881966 | fa163e78-c412-049c-01e5-00000000324b | TASK | Update container configs with new config hashes 2026-01-04 12:51:21.936467 | fa163e78-c412-049c-01e5-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:40.571268 | 0.05s 2026-01-04 12:51:21.957119 | e92a5cca-0fd8-444a-ba03-1ef81cd51141 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-01-04 12:51:21.992044 | fa163e78-c412-049c-01e5-0000000032ad | TASK | Update config hashes for container startup configs 2026-01-04 12:51:22.279035 | fa163e78-c412-049c-01e5-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-01-04 12:51:22.280471 | fa163e78-c412-049c-01e5-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:40.915274 | 0.29s 2026-01-04 12:51:22.312397 | fa163e78-c412-049c-01e5-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-01-04 12:51:22.351982 | fa163e78-c412-049c-01e5-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:40.986781 | 0.04s 2026-01-04 12:51:22.374999 | 8e992dd3-82fb-40a5-8b83-f518805661ee | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:51:22.411184 | fa163e78-c412-049c-01e5-0000000032cc | TASK | Gather podman infos 2026-01-04 12:51:23.330873 | fa163e78-c412-049c-01e5-0000000032cc | OK | Gather podman infos | standalone 2026-01-04 12:51:23.332113 | fa163e78-c412-049c-01e5-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:41.966923 | 0.92s 2026-01-04 12:51:23.413159 | fa163e78-c412-049c-01e5-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-01-04 12:51:23.480039 | fa163e78-c412-049c-01e5-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:42.114825 | 0.06s 2026-01-04 12:51:23.614686 | fa163e78-c412-049c-01e5-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:42.249479 | 0.07s 2026-01-04 12:51:23.674447 | fa163e78-c412-049c-01e5-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-01-04 12:51:23.727285 | fa163e78-c412-049c-01e5-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:42.362081 | 0.05s 2026-01-04 12:51:23.750964 | 7f452334-1e76-469e-86f0-258a5717cf3d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:51:23.785892 | fa163e78-c412-049c-01e5-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-01-04 12:51:44.909959 | fa163e78-c412-049c-01e5-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-01-04 12:51:44.911449 | fa163e78-c412-049c-01e5-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:03.546259 | 21.12s 2026-01-04 12:51:44.942609 | fa163e78-c412-049c-01e5-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-01-04 12:51:47.547242 | fa163e78-c412-049c-01e5-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-01-04 12:51:47.548742 | fa163e78-c412-049c-01e5-00000000333d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:06.183550 | 2.60s 2026-01-04 12:51:47.614212 | fa163e78-c412-049c-01e5-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-01-04 12:51:47.819151 | fa163e78-c412-049c-01e5-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-01-04 12:51:47.820540 | fa163e78-c412-049c-01e5-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:06.455349 | 0.21s 2026-01-04 12:51:47.867397 | fa163e78-c412-049c-01e5-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-01-04 12:51:47.907116 | fa163e78-c412-049c-01e5-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:06.541914 | 0.04s 2026-01-04 12:51:47.938286 | fa163e78-c412-049c-01e5-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-01-04 12:51:47.972513 | fa163e78-c412-049c-01e5-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:06.607319 | 0.03s 2026-01-04 12:51:47.996907 | 298d906a-eae0-4a40-9408-aad955c7eca2 | INCLUDED | /root/standalone-ansible-stn780hd/host-container-puppet-tasks.yaml | standalone 2026-01-04 12:51:48.044206 | fa163e78-c412-049c-01e5-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-01-04 12:51:48.524800 | fa163e78-c412-049c-01e5-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-01-04 12:51:48.526059 | fa163e78-c412-049c-01e5-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:07.160868 | 0.48s 2026-01-04 12:51:48.556492 | fa163e78-c412-049c-01e5-00000000338a | TASK | Generate container puppet configs for step 2 2026-01-04 12:51:48.869078 | fa163e78-c412-049c-01e5-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-01-04 12:51:48.869879 | fa163e78-c412-049c-01e5-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:07.504698 | 0.31s 2026-01-04 12:51:48.890562 | fa163e78-c412-049c-01e5-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-01-04 12:51:48.916250 | fa163e78-c412-049c-01e5-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:07.551063 | 0.02s 2026-01-04 12:51:48.959889 | fa163e78-c412-049c-01e5-0000000033ba | TASK | Gather variables for each operating system 2026-01-04 12:51:49.079260 | fa163e78-c412-049c-01e5-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:07.714051 | 0.12s 2026-01-04 12:51:49.109516 | fa163e78-c412-049c-01e5-0000000033bb | TASK | Create container logs path 2026-01-04 12:51:49.398520 | fa163e78-c412-049c-01e5-0000000033bb | OK | Create container logs path | standalone 2026-01-04 12:51:49.399960 | fa163e78-c412-049c-01e5-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:08.034770 | 0.29s 2026-01-04 12:51:49.432446 | fa163e78-c412-049c-01e5-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-01-04 12:51:49.722019 | fa163e78-c412-049c-01e5-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-01-04 12:51:49.723456 | fa163e78-c412-049c-01e5-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:08.358263 | 0.29s 2026-01-04 12:51:49.752181 | fa163e78-c412-049c-01e5-0000000033be | TASK | Finalise hashes for all containers 2026-01-04 12:51:49.796866 | fa163e78-c412-049c-01e5-0000000033be | OK | Finalise hashes for all containers | standalone 2026-01-04 12:51:49.798047 | fa163e78-c412-049c-01e5-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:08.432857 | 0.04s 2026-01-04 12:51:49.827821 | fa163e78-c412-049c-01e5-0000000033c0 | TASK | Manage systemd shutdown files 2026-01-04 12:51:49.861966 | fa163e78-c412-049c-01e5-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:51:49.863086 | fa163e78-c412-049c-01e5-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:08.497894 | 0.03s 2026-01-04 12:51:49.893559 | fa163e78-c412-049c-01e5-0000000033c2 | TASK | Update container configs with new config hashes 2026-01-04 12:51:49.943035 | fa163e78-c412-049c-01e5-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:51:49.944289 | fa163e78-c412-049c-01e5-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:08.579095 | 0.05s 2026-01-04 12:51:49.976056 | fa163e78-c412-049c-01e5-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-01-04 12:51:50.014672 | fa163e78-c412-049c-01e5-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-01-04 12:51:50.015810 | fa163e78-c412-049c-01e5-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:08.650616 | 0.04s 2026-01-04 12:51:50.048749 | fa163e78-c412-049c-01e5-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-01-04 12:51:50.100352 | fa163e78-c412-049c-01e5-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-01-04 12:51:50.101626 | fa163e78-c412-049c-01e5-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:08.736433 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-01-04 12:51:50.261055 | fa163e78-c412-049c-01e5-0000000000d2 | TASK | External deployment step 3 2026-01-04 12:51:50.297636 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000d2') missing from stats 2026-01-04 12:51:50.354939 | fa163e78-c412-049c-01e5-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:08.989735 | 0.04s 2026-01-04 12:51:50.361248 | e91ba887-617a-4bcb-aef5-00f8c8fd98dd | INCLUDED | /root/standalone-ansible-stn780hd/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-01-04 12:51:50.494485 | fa163e78-c412-049c-01e5-0000000000d6 | TASK | Deploy step tasks for 3 2026-01-04 12:51:50.525134 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000d6') missing from stats 2026-01-04 12:51:50.547637 | fa163e78-c412-049c-01e5-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-01-04 12:51:51.076061 | fa163e78-c412-049c-01e5-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-01-04 12:51:51.078985 | fa163e78-c412-049c-01e5-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:09.713791 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 12:51:51.152980 | fa163e78-c412-049c-01e5-0000000000d8 | TIMING | include_tasks | standalone | 0:19:09.787773 | 0.04s 2026-01-04 12:51:51.179889 | 7024fb5b-28d2-4b97-bc35-d2bc4a7e1809 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-01-04 12:51:51.209327 | fa163e78-c412-049c-01e5-000000003428 | TASK | Start OVN container 2026-01-04 12:51:51.288343 | fa163e78-c412-049c-01e5-000000003428 | TIMING | Start OVN container | standalone | 0:19:09.923120 | 0.08s 2026-01-04 12:51:51.318308 | fa163e78-c412-049c-01e5-000000003428 | TIMING | Start OVN container | standalone | 0:19:09.953119 | 0.11s 2026-01-04 12:51:51.344024 | fa163e78-c412-049c-01e5-000000003428 | TIMING | Start OVN container | standalone | 0:19:09.978838 | 0.13s 2026-01-04 12:51:51.355555 | fa163e78-c412-049c-01e5-000000003428 | TIMING | Start OVN container | standalone | 0:19:09.990370 | 0.14s 2026-01-04 12:51:51.455660 | fa163e78-c412-049c-01e5-000000003460 | TASK | Gather variables for each operating system 2026-01-04 12:51:51.576773 | fa163e78-c412-049c-01e5-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:10.211565 | 0.12s 2026-01-04 12:51:51.606318 | fa163e78-c412-049c-01e5-000000003461 | TASK | Create container logs path 2026-01-04 12:51:51.883558 | fa163e78-c412-049c-01e5-000000003461 | OK | Create container logs path | standalone 2026-01-04 12:51:51.884881 | fa163e78-c412-049c-01e5-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:10.519691 | 0.28s 2026-01-04 12:51:51.915589 | fa163e78-c412-049c-01e5-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:52.245557 | fa163e78-c412-049c-01e5-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:51:52.246770 | fa163e78-c412-049c-01e5-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:10.881579 | 0.33s 2026-01-04 12:51:52.269033 | fa163e78-c412-049c-01e5-000000003464 | TASK | Finalise hashes for all containers 2026-01-04 12:51:52.371585 | fa163e78-c412-049c-01e5-000000003464 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:51:52.372839 | fa163e78-c412-049c-01e5-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:11.007648 | 0.10s 2026-01-04 12:51:52.403805 | fa163e78-c412-049c-01e5-000000003466 | TASK | Manage systemd shutdown files 2026-01-04 12:51:52.436515 | fa163e78-c412-049c-01e5-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:51:52.437627 | fa163e78-c412-049c-01e5-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:11.072434 | 0.03s 2026-01-04 12:51:52.466424 | fa163e78-c412-049c-01e5-000000003468 | TASK | Update container configs with new config hashes 2026-01-04 12:51:52.542177 | fa163e78-c412-049c-01e5-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:51:52.543511 | fa163e78-c412-049c-01e5-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:11.178319 | 0.08s 2026-01-04 12:51:52.575905 | fa163e78-c412-049c-01e5-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:52.639208 | fa163e78-c412-049c-01e5-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:11.274007 | 0.06s 2026-01-04 12:51:52.662155 | 94dbae8b-24ec-4aec-8862-9155bf041f74 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:51:52.700715 | fa163e78-c412-049c-01e5-0000000034f5 | TASK | Gather podman infos 2026-01-04 12:51:53.916564 | fa163e78-c412-049c-01e5-0000000034f5 | OK | Gather podman infos | standalone 2026-01-04 12:51:53.917984 | fa163e78-c412-049c-01e5-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:12.552795 | 1.22s 2026-01-04 12:51:54.006897 | fa163e78-c412-049c-01e5-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:54.096482 | fa163e78-c412-049c-01e5-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:12.731281 | 0.09s 2026-01-04 12:51:54.243951 | fa163e78-c412-049c-01e5-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:12.878745 | 0.08s 2026-01-04 12:51:54.304687 | fa163e78-c412-049c-01e5-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:54.379505 | fa163e78-c412-049c-01e5-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:13.014304 | 0.07s 2026-01-04 12:51:54.401764 | f7694c98-239d-48ee-8014-0468749c2a40 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:51:54.441893 | fa163e78-c412-049c-01e5-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:55.351249 | fa163e78-c412-049c-01e5-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:51:55.352615 | fa163e78-c412-049c-01e5-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:13.987423 | 0.91s 2026-01-04 12:51:55.384520 | fa163e78-c412-049c-01e5-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:58.150589 | fa163e78-c412-049c-01e5-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:51:58.151906 | fa163e78-c412-049c-01e5-000000003561 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:16.786718 | 2.77s 2026-01-04 12:51:58.193874 | fa163e78-c412-049c-01e5-00000000348b | TASK | Gather variables for each operating system 2026-01-04 12:51:58.293416 | fa163e78-c412-049c-01e5-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:16.928223 | 0.10s 2026-01-04 12:51:58.316846 | fa163e78-c412-049c-01e5-00000000348c | TASK | Create container logs path 2026-01-04 12:51:58.560277 | fa163e78-c412-049c-01e5-00000000348c | OK | Create container logs path | standalone 2026-01-04 12:51:58.561957 | fa163e78-c412-049c-01e5-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:17.196767 | 0.24s 2026-01-04 12:51:58.592557 | fa163e78-c412-049c-01e5-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:58.913878 | fa163e78-c412-049c-01e5-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:51:58.915036 | fa163e78-c412-049c-01e5-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:17.549846 | 0.32s 2026-01-04 12:51:58.945577 | fa163e78-c412-049c-01e5-00000000348f | TASK | Finalise hashes for all containers 2026-01-04 12:51:59.050872 | fa163e78-c412-049c-01e5-00000000348f | OK | Finalise hashes for all containers | standalone 2026-01-04 12:51:59.051989 | fa163e78-c412-049c-01e5-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:17.686800 | 0.10s 2026-01-04 12:51:59.080860 | fa163e78-c412-049c-01e5-000000003491 | TASK | Manage systemd shutdown files 2026-01-04 12:51:59.130704 | fa163e78-c412-049c-01e5-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:51:59.131914 | fa163e78-c412-049c-01e5-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:17.766723 | 0.05s 2026-01-04 12:51:59.162904 | fa163e78-c412-049c-01e5-000000003493 | TASK | Update container configs with new config hashes 2026-01-04 12:51:59.226071 | fa163e78-c412-049c-01e5-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:51:59.227281 | fa163e78-c412-049c-01e5-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:17.862088 | 0.06s 2026-01-04 12:51:59.259066 | fa163e78-c412-049c-01e5-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:51:59.330569 | fa163e78-c412-049c-01e5-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:17.965372 | 0.07s 2026-01-04 12:51:59.353506 | d58a4e9b-88b2-4603-91da-351a8047a3eb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:51:59.388195 | fa163e78-c412-049c-01e5-0000000035ac | TASK | Gather podman infos 2026-01-04 12:52:00.503613 | fa163e78-c412-049c-01e5-0000000035ac | OK | Gather podman infos | standalone 2026-01-04 12:52:00.504900 | fa163e78-c412-049c-01e5-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:19.139711 | 1.12s 2026-01-04 12:52:00.589706 | fa163e78-c412-049c-01e5-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:00.678707 | fa163e78-c412-049c-01e5-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.313513 | 0.08s 2026-01-04 12:52:00.809944 | fa163e78-c412-049c-01e5-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:19.444748 | 0.09s 2026-01-04 12:52:00.853329 | fa163e78-c412-049c-01e5-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:00.923129 | fa163e78-c412-049c-01e5-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.557941 | 0.07s 2026-01-04 12:52:00.937238 | 13bca221-31cc-447a-a154-51431438d47f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:52:00.966256 | fa163e78-c412-049c-01e5-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:01.791488 | fa163e78-c412-049c-01e5-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:52:01.792445 | fa163e78-c412-049c-01e5-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:20.427260 | 0.83s 2026-01-04 12:52:01.815871 | fa163e78-c412-049c-01e5-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:04.559136 | fa163e78-c412-049c-01e5-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:52:04.560673 | fa163e78-c412-049c-01e5-000000003613 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.195483 | 2.74s 2026-01-04 12:52:04.616772 | fa163e78-c412-049c-01e5-0000000034b6 | TASK | Gather variables for each operating system 2026-01-04 12:52:04.742507 | fa163e78-c412-049c-01e5-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:23.377303 | 0.12s 2026-01-04 12:52:04.773322 | fa163e78-c412-049c-01e5-0000000034b7 | TASK | Create container logs path 2026-01-04 12:52:05.032103 | fa163e78-c412-049c-01e5-0000000034b7 | OK | Create container logs path | standalone 2026-01-04 12:52:05.033649 | fa163e78-c412-049c-01e5-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:23.668457 | 0.26s 2026-01-04 12:52:05.064918 | fa163e78-c412-049c-01e5-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:05.384099 | fa163e78-c412-049c-01e5-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:52:05.385747 | fa163e78-c412-049c-01e5-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:24.020551 | 0.32s 2026-01-04 12:52:05.416646 | fa163e78-c412-049c-01e5-0000000034ba | TASK | Finalise hashes for all containers 2026-01-04 12:52:05.524294 | fa163e78-c412-049c-01e5-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-01-04 12:52:05.525907 | fa163e78-c412-049c-01e5-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:24.160694 | 0.11s 2026-01-04 12:52:05.557725 | fa163e78-c412-049c-01e5-0000000034bc | TASK | Manage systemd shutdown files 2026-01-04 12:52:05.623005 | fa163e78-c412-049c-01e5-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:52:05.624327 | fa163e78-c412-049c-01e5-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:24.259133 | 0.06s 2026-01-04 12:52:05.654386 | fa163e78-c412-049c-01e5-0000000034be | TASK | Update container configs with new config hashes 2026-01-04 12:52:05.730667 | fa163e78-c412-049c-01e5-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:52:05.732201 | fa163e78-c412-049c-01e5-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:24.367005 | 0.08s 2026-01-04 12:52:05.764046 | fa163e78-c412-049c-01e5-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:05.839775 | fa163e78-c412-049c-01e5-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:24.474558 | 0.07s 2026-01-04 12:52:05.873166 | f3905cc9-e9ed-4188-8047-447767d95f69 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:52:05.911402 | fa163e78-c412-049c-01e5-00000000365e | TASK | Gather podman infos 2026-01-04 12:52:07.104996 | fa163e78-c412-049c-01e5-00000000365e | OK | Gather podman infos | standalone 2026-01-04 12:52:07.106350 | fa163e78-c412-049c-01e5-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:25.741160 | 1.19s 2026-01-04 12:52:07.198535 | fa163e78-c412-049c-01e5-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:07.291720 | fa163e78-c412-049c-01e5-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.926514 | 0.09s 2026-01-04 12:52:07.434605 | fa163e78-c412-049c-01e5-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:26.069397 | 0.08s 2026-01-04 12:52:07.493316 | fa163e78-c412-049c-01e5-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:07.568280 | fa163e78-c412-049c-01e5-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.203075 | 0.07s 2026-01-04 12:52:07.591649 | 92d910f5-a84c-4f68-8ac7-9642cc48ebac | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:52:07.634894 | fa163e78-c412-049c-01e5-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:08.712490 | fa163e78-c412-049c-01e5-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:52:08.715256 | fa163e78-c412-049c-01e5-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:27.350062 | 1.08s 2026-01-04 12:52:08.747338 | fa163e78-c412-049c-01e5-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-01-04 12:52:11.605111 | fa163e78-c412-049c-01e5-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-01-04 12:52:11.606586 | fa163e78-c412-049c-01e5-0000000036c5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:30.241396 | 2.86s 2026-01-04 12:52:11.660266 | fa163e78-c412-049c-01e5-00000000342a | TASK | Set NB connection 2026-01-04 12:52:12.112534 | fa163e78-c412-049c-01e5-00000000342a | CHANGED | Set NB connection | standalone 2026-01-04 12:52:12.113869 | fa163e78-c412-049c-01e5-00000000342a | TIMING | Set NB connection | standalone | 0:19:30.748678 | 0.45s 2026-01-04 12:52:12.142000 | fa163e78-c412-049c-01e5-00000000342b | TASK | Set SB connection 2026-01-04 12:52:12.545514 | fa163e78-c412-049c-01e5-00000000342b | CHANGED | Set SB connection | standalone 2026-01-04 12:52:12.546346 | fa163e78-c412-049c-01e5-00000000342b | TIMING | Set SB connection | standalone | 0:19:31.181164 | 0.40s 2026-01-04 12:52:12.565209 | fa163e78-c412-049c-01e5-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-01-04 12:52:12.798030 | fa163e78-c412-049c-01e5-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-01-04 12:52:12.799458 | fa163e78-c412-049c-01e5-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:31.434267 | 0.23s 2026-01-04 12:52:12.917763 | fa163e78-c412-049c-01e5-0000000000db | TIMING | include_tasks | standalone | 0:19:31.552568 | 0.08s 2026-01-04 12:52:12.938770 | 984f5a4e-283e-4a3b-9207-eb84b4627c2f | INCLUDED | /root/standalone-ansible-stn780hd/common_deploy_steps_tasks.yaml | standalone 2026-01-04 12:52:12.962724 | fa163e78-c412-049c-01e5-00000000370a | TASK | Write the config_step hieradata 2026-01-04 12:52:13.488081 | fa163e78-c412-049c-01e5-00000000370a | OK | Write the config_step hieradata | standalone 2026-01-04 12:52:13.489404 | fa163e78-c412-049c-01e5-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:32.124210 | 0.53s 2026-01-04 12:52:13.518738 | fa163e78-c412-049c-01e5-00000000370b | TASK | Run puppet host configuration for step 3 2026-01-04 12:52:13.824007 | fa163e78-c412-049c-01e5-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-01-04 12:52:13.824834 | fa163e78-c412-049c-01e5-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:32.459654 | 0.30s 2026-01-04 12:52:13.843565 | fa163e78-c412-049c-01e5-00000000370c | TASK | Wait for puppet host configuration to finish 2026-01-04 12:52:14.140213 | fa163e78-c412-049c-01e5-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-01-04 12:52:24.347819 | fa163e78-c412-049c-01e5-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-01-04 12:52:34.575591 | fa163e78-c412-049c-01e5-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-01-04 12:52:34.576439 | fa163e78-c412-049c-01e5-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:53.211257 | 20.73s 2026-01-04 12:52:34.598509 | fa163e78-c412-049c-01e5-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-01-04 12:52:34.677999 | fa163e78-c412-049c-01e5-00000000370d | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Jan 4 12:52:13 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Jan 4 12:52:20 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Jan 4 12:52:20 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Jan 4 12:52:20 puppet-user: (file & line not available)", "<13>Jan 4 12:52:20 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>Jan 4 12:52:20 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Jan 4 12:52:20 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Jan 4 12:52:20 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.40 seconds", "<13>Jan 4 12:52:24 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Jan 4 12:52:26 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Jan 4 12:52:28 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Jan 4 12:52:28 puppet-user: Notice: Applied catalog in 7.83 seconds", "<13>Jan 4 12:52:28 puppet-user: Application:", "<13>Jan 4 12:52:28 puppet-user: Initial environment: production", "<13>Jan 4 12:52:28 puppet-user: Converged environment: production", "<13>Jan 4 12:52:28 puppet-user: Run mode: user", "<13>Jan 4 12:52:28 puppet-user: Changes:", "<13>Jan 4 12:52:28 puppet-user: Total: 2", "<13>Jan 4 12:52:28 puppet-user: Events:", "<13>Jan 4 12:52:28 puppet-user: Success: 2", "<13>Jan 4 12:52:28 puppet-user: Resources:", "<13>Jan 4 12:52:28 puppet-user: Changed: 2", "<13>Jan 4 12:52:28 puppet-user: Out of sync: 2", "<13>Jan 4 12:52:28 puppet-user: Total: 28", "<13>Jan 4 12:52:28 puppet-user: Time:", "<13>Jan 4 12:52:28 puppet-user: Filebucket: 0.00", "<13>Jan 4 12:52:28 puppet-user: Schedule: 0.00", "<13>Jan 4 12:52:28 puppet-user: Package: 0.00", "<13>Jan 4 12:52:28 puppet-user: File line: 0.00", "<13>Jan 4 12:52:28 puppet-user: File: 0.00", "<13>Jan 4 12:52:28 puppet-user: Augeas: 0.01", "<13>Jan 4 12:52:28 puppet-user: Service: 0.08", "<13>Jan 4 12:52:28 puppet-user: User: 0.10", "<13>Jan 4 12:52:28 puppet-user: Config retrieval: 0.45", "<13>Jan 4 12:52:28 puppet-user: Pcmk property: 1.44", "<13>Jan 4 12:52:28 puppet-user: Exec: 1.88", "<13>Jan 4 12:52:28 puppet-user: Last run: 1767531148", "<13>Jan 4 12:52:28 puppet-user: Pcmk resource default: 2.05", "<13>Jan 4 12:52:28 puppet-user: Pcmk resource op default: 2.08", "<13>Jan 4 12:52:28 puppet-user: Transaction evaluation: 7.81", "<13>Jan 4 12:52:28 puppet-user: Catalog application: 7.83", "<13>Jan 4 12:52:28 puppet-user: Total: 7.84", "<13>Jan 4 12:52:28 puppet-user: Version:", "<13>Jan 4 12:52:28 puppet-user: Config: 1767531140", "<13>Jan 4 12:52:28 puppet-user: Puppet: 7.10.0" ] } 2026-01-04 12:52:34.679398 | fa163e78-c412-049c-01e5-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:53.314180 | 0.08s 2026-01-04 12:52:34.709037 | fa163e78-c412-049c-01e5-00000000370e | TASK | Pre-cache facts for puppet containers 2026-01-04 12:52:34.731136 | fa163e78-c412-049c-01e5-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:53.365933 | 0.02s 2026-01-04 12:52:34.799486 | fa163e78-c412-049c-01e5-00000000374d | TASK | Gather variables for each operating system 2026-01-04 12:52:34.925875 | fa163e78-c412-049c-01e5-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:53.560663 | 0.13s 2026-01-04 12:52:34.952754 | fa163e78-c412-049c-01e5-00000000374e | TASK | Create puppet caching structures 2026-01-04 12:52:35.195025 | fa163e78-c412-049c-01e5-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-01-04 12:52:35.196341 | fa163e78-c412-049c-01e5-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:53.831150 | 0.24s 2026-01-04 12:52:35.225201 | fa163e78-c412-049c-01e5-00000000374f | TASK | Check for facter.conf 2026-01-04 12:52:35.450493 | fa163e78-c412-049c-01e5-00000000374f | OK | Check for facter.conf | standalone 2026-01-04 12:52:35.451757 | fa163e78-c412-049c-01e5-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:54.086567 | 0.22s 2026-01-04 12:52:35.480205 | fa163e78-c412-049c-01e5-000000003750 | TASK | Remove facter.conf if directory 2026-01-04 12:52:35.531242 | fa163e78-c412-049c-01e5-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-01-04 12:52:35.532530 | fa163e78-c412-049c-01e5-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:54.167335 | 0.05s 2026-01-04 12:52:35.562061 | fa163e78-c412-049c-01e5-000000003751 | TASK | Write facter cache config 2026-01-04 12:52:35.990192 | fa163e78-c412-049c-01e5-000000003751 | CHANGED | Write facter cache config | standalone 2026-01-04 12:52:35.991674 | fa163e78-c412-049c-01e5-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:54.626483 | 0.43s 2026-01-04 12:52:36.020819 | fa163e78-c412-049c-01e5-000000003752 | TASK | Cleanup facter cache if exists 2026-01-04 12:52:36.251855 | fa163e78-c412-049c-01e5-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-01-04 12:52:36.253253 | fa163e78-c412-049c-01e5-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:54.888063 | 0.23s 2026-01-04 12:52:36.282619 | fa163e78-c412-049c-01e5-000000003753 | TASK | Pre-cache facts 2026-01-04 12:52:36.914300 | fa163e78-c412-049c-01e5-000000003753 | CHANGED | Pre-cache facts | standalone 2026-01-04 12:52:36.915765 | fa163e78-c412-049c-01e5-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:55.550573 | 0.63s 2026-01-04 12:52:36.946593 | fa163e78-c412-049c-01e5-000000003754 | TASK | Failed deployment if facter fails 2026-01-04 12:52:36.980535 | fa163e78-c412-049c-01e5-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-01-04 12:52:36.981711 | fa163e78-c412-049c-01e5-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:55.616520 | 0.03s 2026-01-04 12:52:37.025205 | fa163e78-c412-049c-01e5-000000003755 | TASK | Sync cached facts 2026-01-04 12:52:37.344516 | fa163e78-c412-049c-01e5-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e78-c412-049c-01e5-000000003755') missing from stats 2026-01-04 12:52:37.399127 | fa163e78-c412-049c-01e5-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-01-04 12:52:37.439973 | fa163e78-c412-049c-01e5-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-01-04 12:52:37.441247 | fa163e78-c412-049c-01e5-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:56.076053 | 0.04s 2026-01-04 12:52:37.473004 | fa163e78-c412-049c-01e5-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-01-04 12:52:37.502471 | fa163e78-c412-049c-01e5-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:19:56.137269 | 0.03s 2026-01-04 12:52:37.567016 | fa163e78-c412-049c-01e5-0000000037ac | TASK | Gather variables for each operating system 2026-01-04 12:52:37.690514 | fa163e78-c412-049c-01e5-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:56.325303 | 0.12s 2026-01-04 12:52:37.721664 | fa163e78-c412-049c-01e5-0000000037ad | TASK | Create container logs path 2026-01-04 12:52:37.974512 | fa163e78-c412-049c-01e5-0000000037ad | OK | Create container logs path | standalone 2026-01-04 12:52:37.975977 | fa163e78-c412-049c-01e5-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:56.610786 | 0.25s 2026-01-04 12:52:38.007282 | fa163e78-c412-049c-01e5-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-01-04 12:52:38.294487 | fa163e78-c412-049c-01e5-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-01-04 12:52:38.295857 | fa163e78-c412-049c-01e5-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:56.930665 | 0.29s 2026-01-04 12:52:38.327325 | fa163e78-c412-049c-01e5-0000000037b0 | TASK | Finalise hashes for all containers 2026-01-04 12:52:38.410328 | fa163e78-c412-049c-01e5-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:52:38.411681 | fa163e78-c412-049c-01e5-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:57.046489 | 0.08s 2026-01-04 12:52:38.440940 | fa163e78-c412-049c-01e5-0000000037b2 | TASK | Manage systemd shutdown files 2026-01-04 12:52:38.474482 | fa163e78-c412-049c-01e5-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:57.109278 | 0.03s 2026-01-04 12:52:38.509065 | 46dff6ea-e3c4-4d9b-85d9-3f5cf9fe6ad6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-01-04 12:52:38.537075 | fa163e78-c412-049c-01e5-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-01-04 12:52:38.789399 | fa163e78-c412-049c-01e5-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-01-04 12:52:38.790784 | fa163e78-c412-049c-01e5-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:57.425592 | 0.25s 2026-01-04 12:52:38.820301 | fa163e78-c412-049c-01e5-0000000037e6 | TASK | Set podman_drop_in fact 2026-01-04 12:52:38.871960 | fa163e78-c412-049c-01e5-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-01-04 12:52:38.873319 | fa163e78-c412-049c-01e5-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:57.508128 | 0.05s 2026-01-04 12:52:38.903241 | fa163e78-c412-049c-01e5-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-01-04 12:52:39.418921 | fa163e78-c412-049c-01e5-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-01-04 12:52:39.420567 | fa163e78-c412-049c-01e5-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:58.055367 | 0.52s 2026-01-04 12:52:39.847293 | fa163e78-c412-049c-01e5-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-01-04 12:52:39.848556 | fa163e78-c412-049c-01e5-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:58.483365 | 0.94s 2026-01-04 12:52:39.860690 | fa163e78-c412-049c-01e5-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:58.495496 | 0.96s 2026-01-04 12:52:39.889962 | fa163e78-c412-049c-01e5-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-01-04 12:52:40.334273 | fa163e78-c412-049c-01e5-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-01-04 12:52:40.335585 | fa163e78-c412-049c-01e5-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:58.970395 | 0.44s 2026-01-04 12:52:40.364994 | fa163e78-c412-049c-01e5-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-01-04 12:52:40.862013 | fa163e78-c412-049c-01e5-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-01-04 12:52:40.863422 | fa163e78-c412-049c-01e5-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:59.498229 | 0.50s 2026-01-04 12:52:40.892075 | fa163e78-c412-049c-01e5-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-01-04 12:52:41.606925 | fa163e78-c412-049c-01e5-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-01-04 12:52:41.609418 | fa163e78-c412-049c-01e5-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:00.243684 | 0.72s 2026-01-04 12:52:41.640911 | fa163e78-c412-049c-01e5-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-01-04 12:52:42.190587 | fa163e78-c412-049c-01e5-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-01-04 12:52:42.193152 | fa163e78-c412-049c-01e5-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:00.827959 | 0.55s 2026-01-04 12:52:42.222846 | fa163e78-c412-049c-01e5-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-01-04 12:52:42.719828 | fa163e78-c412-049c-01e5-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-01-04 12:52:42.720998 | fa163e78-c412-049c-01e5-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:01.355813 | 0.50s 2026-01-04 12:52:42.743849 | fa163e78-c412-049c-01e5-0000000037ee | TASK | Enable and start netns-placeholder 2026-01-04 12:52:43.528331 | fa163e78-c412-049c-01e5-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-01-04 12:52:43.529333 | fa163e78-c412-049c-01e5-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:02.164150 | 0.78s 2026-01-04 12:52:43.549455 | fa163e78-c412-049c-01e5-0000000037b4 | TASK | Update container configs with new config hashes 2026-01-04 12:52:43.598150 | fa163e78-c412-049c-01e5-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:02.232945 | 0.05s 2026-01-04 12:52:43.620390 | 569d85ef-b3ff-495e-baf9-c9f4ea3628a4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-01-04 12:52:43.655082 | fa163e78-c412-049c-01e5-000000003816 | TASK | Update config hashes for container startup configs 2026-01-04 12:52:43.921853 | fa163e78-c412-049c-01e5-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-01-04 12:52:43.922972 | fa163e78-c412-049c-01e5-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:02.557787 | 0.27s 2026-01-04 12:52:43.946634 | fa163e78-c412-049c-01e5-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-01-04 12:52:44.002235 | fa163e78-c412-049c-01e5-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:02.637034 | 0.05s 2026-01-04 12:52:44.025732 | 7c9af8c5-3d4f-42bb-b13e-2aaf2b009f1d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:52:44.062505 | fa163e78-c412-049c-01e5-000000003835 | TASK | Gather podman infos 2026-01-04 12:52:45.189111 | fa163e78-c412-049c-01e5-000000003835 | OK | Gather podman infos | standalone 2026-01-04 12:52:45.190438 | fa163e78-c412-049c-01e5-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:03.825249 | 1.13s 2026-01-04 12:52:45.284391 | fa163e78-c412-049c-01e5-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-01-04 12:52:45.366539 | fa163e78-c412-049c-01e5-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:04.001334 | 0.07s 2026-01-04 12:52:45.518610 | fa163e78-c412-049c-01e5-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:04.153406 | 0.09s 2026-01-04 12:52:45.575683 | fa163e78-c412-049c-01e5-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-01-04 12:52:45.629426 | fa163e78-c412-049c-01e5-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:04.264229 | 0.05s 2026-01-04 12:52:45.654477 | a1c7f962-98b0-48a2-af8d-c5aed84ea064 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:52:45.688854 | fa163e78-c412-049c-01e5-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-01-04 12:53:37.610334 | fa163e78-c412-049c-01e5-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-01-04 12:53:37.611883 | fa163e78-c412-049c-01e5-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:56.246691 | 51.92s 2026-01-04 12:53:37.642959 | fa163e78-c412-049c-01e5-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-01-04 12:54:03.714304 | fa163e78-c412-049c-01e5-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-01-04 12:54:03.716130 | fa163e78-c412-049c-01e5-0000000038a1 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:22.350938 | 26.07s 2026-01-04 12:54:03.791544 | fa163e78-c412-049c-01e5-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-01-04 12:54:04.045939 | fa163e78-c412-049c-01e5-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-01-04 12:54:04.047640 | fa163e78-c412-049c-01e5-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:22.682446 | 0.25s 2026-01-04 12:54:04.099798 | fa163e78-c412-049c-01e5-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-01-04 12:54:04.155994 | fa163e78-c412-049c-01e5-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:22.790784 | 0.05s 2026-01-04 12:54:04.188901 | fa163e78-c412-049c-01e5-000000003715 | TASK | Include container-puppet tasks for step 3 2026-01-04 12:54:04.235249 | fa163e78-c412-049c-01e5-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:22.870041 | 0.04s 2026-01-04 12:54:04.260714 | f671a3e6-3c37-44f7-ab00-cb26844ff165 | INCLUDED | /root/standalone-ansible-stn780hd/host-container-puppet-tasks.yaml | standalone 2026-01-04 12:54:04.310667 | fa163e78-c412-049c-01e5-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-01-04 12:54:04.812728 | fa163e78-c412-049c-01e5-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-01-04 12:54:04.813996 | fa163e78-c412-049c-01e5-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:23.448803 | 0.50s 2026-01-04 12:54:04.844784 | fa163e78-c412-049c-01e5-0000000038ee | TASK | Generate container puppet configs for step 3 2026-01-04 12:54:05.130930 | fa163e78-c412-049c-01e5-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-01-04 12:54:05.132252 | fa163e78-c412-049c-01e5-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:23.767062 | 0.29s 2026-01-04 12:54:05.164483 | fa163e78-c412-049c-01e5-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-01-04 12:54:05.187884 | fa163e78-c412-049c-01e5-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:23.822692 | 0.02s 2026-01-04 12:54:05.242631 | fa163e78-c412-049c-01e5-00000000391e | TASK | Gather variables for each operating system 2026-01-04 12:54:05.365102 | fa163e78-c412-049c-01e5-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:23.999899 | 0.12s 2026-01-04 12:54:05.388480 | fa163e78-c412-049c-01e5-00000000391f | TASK | Create container logs path 2026-01-04 12:54:05.627492 | fa163e78-c412-049c-01e5-00000000391f | OK | Create container logs path | standalone 2026-01-04 12:54:05.628904 | fa163e78-c412-049c-01e5-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:24.263714 | 0.24s 2026-01-04 12:54:05.659993 | fa163e78-c412-049c-01e5-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-01-04 12:54:05.979773 | fa163e78-c412-049c-01e5-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-01-04 12:54:05.981041 | fa163e78-c412-049c-01e5-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:24.615849 | 0.32s 2026-01-04 12:54:06.009897 | fa163e78-c412-049c-01e5-000000003922 | TASK | Finalise hashes for all containers 2026-01-04 12:54:06.052775 | fa163e78-c412-049c-01e5-000000003922 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:54:06.053898 | fa163e78-c412-049c-01e5-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:24.688708 | 0.04s 2026-01-04 12:54:06.083138 | fa163e78-c412-049c-01e5-000000003924 | TASK | Manage systemd shutdown files 2026-01-04 12:54:06.117323 | fa163e78-c412-049c-01e5-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 12:54:06.118536 | fa163e78-c412-049c-01e5-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:24.753343 | 0.03s 2026-01-04 12:54:06.147465 | fa163e78-c412-049c-01e5-000000003926 | TASK | Update container configs with new config hashes 2026-01-04 12:54:06.198598 | fa163e78-c412-049c-01e5-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 12:54:06.199870 | fa163e78-c412-049c-01e5-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:24.834677 | 0.05s 2026-01-04 12:54:06.231194 | fa163e78-c412-049c-01e5-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-01-04 12:54:06.281192 | fa163e78-c412-049c-01e5-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-01-04 12:54:06.282589 | fa163e78-c412-049c-01e5-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:24.917398 | 0.05s 2026-01-04 12:54:06.315813 | fa163e78-c412-049c-01e5-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-01-04 12:54:06.371920 | fa163e78-c412-049c-01e5-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-01-04 12:54:06.373834 | fa163e78-c412-049c-01e5-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:25.008641 | 0.06s PLAY [External deployment step 4] ********************************************** 2026-01-04 12:54:06.537465 | fa163e78-c412-049c-01e5-0000000000de | TASK | External deployment step 4 2026-01-04 12:54:06.580727 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000de') missing from stats 2026-01-04 12:54:06.638159 | fa163e78-c412-049c-01e5-0000000000df | TIMING | include_tasks | undercloud | 0:21:25.272960 | 0.04s 2026-01-04 12:54:06.670875 | dbb2d6e1-5a3a-46ea-9bb1-e50ca7c55a21 | INCLUDED | /root/standalone-ansible-stn780hd/external_deploy_steps_tasks_step4.yaml | undercloud 2026-01-04 12:54:06.689307 | fa163e78-c412-049c-01e5-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-01-04 12:54:08.265350 | fa163e78-c412-049c-01e5-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-01-04 12:54:08.267350 | fa163e78-c412-049c-01e5-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:26.902164 | 1.58s 2026-01-04 12:54:09.413684 | fa163e78-c412-049c-01e5-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-01-04 12:54:09.414457 | fa163e78-c412-049c-01e5-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:28.049273 | 2.72s 2026-01-04 12:54:09.421022 | fa163e78-c412-049c-01e5-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:28.055826 | 2.73s 2026-01-04 12:54:09.439362 | fa163e78-c412-049c-01e5-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-01-04 12:54:09.492560 | fa163e78-c412-049c-01e5-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:28.127356 | 0.05s 2026-01-04 12:54:09.558897 | fa163e78-c412-049c-01e5-0000000039a6 | TASK | Create Keystone Admin resources 2026-01-04 12:54:09.608290 | fa163e78-c412-049c-01e5-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:28.243085 | 0.05s 2026-01-04 12:54:09.657804 | c68ddc99-684d-4312-81cc-0081efef60c7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-01-04 12:54:09.691805 | fa163e78-c412-049c-01e5-0000000039e7 | TASK | Create admin and service projects 2026-01-04 12:54:09.742835 | fa163e78-c412-049c-01e5-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:28.377614 | 0.05s 2026-01-04 12:54:09.759106 | f03fee11-6fa8-4e83-b20f-394a157c3bd3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-01-04 12:54:09.799050 | fa163e78-c412-049c-01e5-000000003a38 | TASK | Async creation of Keystone project 2026-01-04 12:54:10.272871 | fa163e78-c412-049c-01e5-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-01-04 12:54:10.276249 | fa163e78-c412-049c-01e5-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:28.909739 | 0.47s 2026-01-04 12:54:10.583263 | fa163e78-c412-049c-01e5-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-01-04 12:54:10.584976 | fa163e78-c412-049c-01e5-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:29.219786 | 0.78s 2026-01-04 12:54:10.595671 | fa163e78-c412-049c-01e5-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:29.230474 | 0.79s 2026-01-04 12:54:10.615177 | fa163e78-c412-049c-01e5-000000003a3a | TASK | Check Keystone project status 2026-01-04 12:54:10.947929 | fa163e78-c412-049c-01e5-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-01-04 12:54:16.168019 | fa163e78-c412-049c-01e5-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-01-04 12:54:16.169709 | fa163e78-c412-049c-01e5-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:34.804500 | 5.55s 2026-01-04 12:54:16.417770 | fa163e78-c412-049c-01e5-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-01-04 12:54:16.419003 | fa163e78-c412-049c-01e5-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:35.053814 | 5.80s 2026-01-04 12:54:16.432320 | fa163e78-c412-049c-01e5-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:35.067133 | 5.82s 2026-01-04 12:54:16.452844 | fa163e78-c412-049c-01e5-0000000039e8 | TASK | Create admin role 2026-01-04 12:54:17.768131 | fa163e78-c412-049c-01e5-0000000039e8 | OK | Create admin role | undercloud 2026-01-04 12:54:17.769757 | fa163e78-c412-049c-01e5-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:36.404560 | 1.32s 2026-01-04 12:54:17.788895 | fa163e78-c412-049c-01e5-0000000039e9 | TASK | Create _member_ role 2026-01-04 12:54:17.850390 | fa163e78-c412-049c-01e5-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-01-04 12:54:17.851751 | fa163e78-c412-049c-01e5-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:36.486557 | 0.06s 2026-01-04 12:54:17.871449 | fa163e78-c412-049c-01e5-0000000039ea | TASK | Check admin password 2026-01-04 12:54:19.191345 | fa163e78-c412-049c-01e5-0000000039ea | OK | Check admin password | undercloud 2026-01-04 12:54:19.192607 | fa163e78-c412-049c-01e5-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:37.827417 | 1.32s 2026-01-04 12:54:19.208769 | fa163e78-c412-049c-01e5-0000000039eb | TASK | Create admin user 2026-01-04 12:54:20.972314 | fa163e78-c412-049c-01e5-0000000039eb | CHANGED | Create admin user | undercloud 2026-01-04 12:54:20.973722 | fa163e78-c412-049c-01e5-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:39.608530 | 1.76s 2026-01-04 12:54:20.992677 | fa163e78-c412-049c-01e5-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-01-04 12:54:22.762145 | fa163e78-c412-049c-01e5-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-01-04 12:54:22.763100 | fa163e78-c412-049c-01e5-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:41.397917 | 1.77s 2026-01-04 12:54:22.782520 | fa163e78-c412-049c-01e5-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-01-04 12:54:22.848209 | fa163e78-c412-049c-01e5-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-01-04 12:54:22.850798 | fa163e78-c412-049c-01e5-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:41.485505 | 0.07s 2026-01-04 12:54:22.872013 | fa163e78-c412-049c-01e5-0000000039ee | TASK | Create identity service 2026-01-04 12:54:24.131002 | fa163e78-c412-049c-01e5-0000000039ee | OK | Create identity service | undercloud 2026-01-04 12:54:24.132148 | fa163e78-c412-049c-01e5-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:42.766961 | 1.26s 2026-01-04 12:54:24.149005 | fa163e78-c412-049c-01e5-0000000039ef | TASK | Create identity public endpoint 2026-01-04 12:54:25.461574 | fa163e78-c412-049c-01e5-0000000039ef | OK | Create identity public endpoint | undercloud 2026-01-04 12:54:25.463077 | fa163e78-c412-049c-01e5-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:44.097891 | 1.31s 2026-01-04 12:54:25.479884 | fa163e78-c412-049c-01e5-0000000039f0 | TASK | Create identity internal endpoint 2026-01-04 12:54:26.803937 | fa163e78-c412-049c-01e5-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-01-04 12:54:26.805501 | fa163e78-c412-049c-01e5-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:45.440316 | 1.32s 2026-01-04 12:54:26.821667 | fa163e78-c412-049c-01e5-0000000039f1 | TASK | Create identity admin endpoint 2026-01-04 12:54:28.193242 | fa163e78-c412-049c-01e5-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-01-04 12:54:28.194653 | fa163e78-c412-049c-01e5-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:46.829461 | 1.37s 2026-01-04 12:54:28.212843 | fa163e78-c412-049c-01e5-0000000039a7 | TASK | Create Keystone Projects 2026-01-04 12:54:28.309209 | fa163e78-c412-049c-01e5-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:46.943999 | 0.10s 2026-01-04 12:54:28.321241 | fa163e78-c412-049c-01e5-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:46.956047 | 0.11s 2026-01-04 12:54:28.334411 | b73fdbce-fa3a-4993-9063-d8c83ff905e6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-01-04 12:54:28.381093 | fa163e78-c412-049c-01e5-000000003ac4 | TASK | Async creation of Keystone project 2026-01-04 12:54:28.724872 | fa163e78-c412-049c-01e5-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-01-04 12:54:28.726241 | fa163e78-c412-049c-01e5-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:47.361042 | 0.34s 2026-01-04 12:54:28.731910 | fa163e78-c412-049c-01e5-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:47.366715 | 0.35s 2026-01-04 12:54:28.751008 | fa163e78-c412-049c-01e5-000000003ac6 | TASK | Check Keystone project status 2026-01-04 12:54:29.021693 | fa163e78-c412-049c-01e5-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-01-04 12:54:34.200674 | fa163e78-c412-049c-01e5-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-01-04 12:54:34.201689 | fa163e78-c412-049c-01e5-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:52.836501 | 5.45s 2026-01-04 12:54:34.206245 | fa163e78-c412-049c-01e5-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:52.841056 | 5.45s 2026-01-04 12:54:34.222286 | fa163e78-c412-049c-01e5-0000000039a9 | TASK | Create Keystone Domains 2026-01-04 12:54:34.320868 | fa163e78-c412-049c-01e5-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:52.955672 | 0.10s 2026-01-04 12:54:34.324330 | fa163e78-c412-049c-01e5-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:52.959136 | 0.10s 2026-01-04 12:54:34.341433 | 3cd79a0d-57f4-44d3-8d19-1a54a8ab7b2e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-01-04 12:54:34.394473 | fa163e78-c412-049c-01e5-000000003b79 | TASK | Async creation of Keystone domains 2026-01-04 12:54:34.843830 | fa163e78-c412-049c-01e5-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-01-04 12:54:34.844861 | fa163e78-c412-049c-01e5-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:53.479671 | 0.45s 2026-01-04 12:54:34.848301 | fa163e78-c412-049c-01e5-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:53.483122 | 0.45s 2026-01-04 12:54:34.863598 | fa163e78-c412-049c-01e5-000000003b7b | TASK | Check Keystone domain status 2026-01-04 12:54:35.144998 | fa163e78-c412-049c-01e5-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-01-04 12:54:40.350613 | fa163e78-c412-049c-01e5-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-01-04 12:54:40.351882 | fa163e78-c412-049c-01e5-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:58.986690 | 5.49s 2026-01-04 12:54:40.358153 | fa163e78-c412-049c-01e5-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:58.992956 | 5.49s 2026-01-04 12:54:40.377340 | fa163e78-c412-049c-01e5-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-01-04 12:54:40.419110 | fa163e78-c412-049c-01e5-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:59.053897 | 0.04s 2026-01-04 12:54:40.431972 | ab6f7bb7-740c-4d8b-95f2-413893c07302 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-01-04 12:54:40.479764 | fa163e78-c412-049c-01e5-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-01-04 12:54:41.851061 | fa163e78-c412-049c-01e5-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-01-04 12:54:41.852758 | fa163e78-c412-049c-01e5-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:00.487563 | 1.37s 2026-01-04 12:54:41.871511 | fa163e78-c412-049c-01e5-000000003c44 | TASK | Set openstack_domains fact 2026-01-04 12:54:41.936813 | fa163e78-c412-049c-01e5-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-01-04 12:54:41.938275 | fa163e78-c412-049c-01e5-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:00.573082 | 0.07s 2026-01-04 12:54:41.957502 | fa163e78-c412-049c-01e5-0000000039ac | TASK | Create Keystone Services 2026-01-04 12:54:42.056658 | fa163e78-c412-049c-01e5-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:00.691442 | 0.10s 2026-01-04 12:54:42.078022 | fa163e78-c412-049c-01e5-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:00.712833 | 0.12s 2026-01-04 12:54:42.087627 | fa163e78-c412-049c-01e5-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:00.722430 | 0.13s 2026-01-04 12:54:42.106531 | 51c0690a-aa5b-426e-ae89-ff59f13e1755 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-01-04 12:54:42.115479 | bbed80d9-1f75-4da7-8872-6da9ecc3d86c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-01-04 12:54:42.164656 | fa163e78-c412-049c-01e5-000000003d20 | TASK | Async creation of Keystone service 2026-01-04 12:54:42.534940 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-01-04 12:54:42.537009 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.171810 | 0.37s 2026-01-04 12:54:42.868443 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-01-04 12:54:42.869461 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.504271 | 0.70s 2026-01-04 12:54:43.211100 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-01-04 12:54:43.213292 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.848095 | 1.05s 2026-01-04 12:54:43.552081 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-01-04 12:54:43.554724 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.189526 | 1.39s 2026-01-04 12:54:43.864735 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-01-04 12:54:43.866079 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.500885 | 1.70s 2026-01-04 12:54:44.198923 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-01-04 12:54:44.200327 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.835130 | 2.03s 2026-01-04 12:54:44.491143 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-01-04 12:54:44.493383 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:03.128155 | 2.33s 2026-01-04 12:54:44.822006 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-01-04 12:54:44.823948 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:03.458753 | 2.66s 2026-01-04 12:54:45.135648 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-01-04 12:54:45.138172 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:03.772984 | 2.97s 2026-01-04 12:54:45.468063 | fa163e78-c412-049c-01e5-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-01-04 12:54:45.470118 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:04.104920 | 3.30s 2026-01-04 12:54:45.495117 | fa163e78-c412-049c-01e5-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:04.129927 | 3.33s 2026-01-04 12:54:45.511519 | fa163e78-c412-049c-01e5-000000003d22 | TASK | Check Keystone service status 2026-01-04 12:54:45.769220 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-01-04 12:54:45.772146 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:04.406950 | 0.26s 2026-01-04 12:54:46.049925 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-01-04 12:54:46.051454 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:04.686258 | 0.54s 2026-01-04 12:54:46.280529 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-01-04 12:54:46.283748 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:04.918550 | 0.77s 2026-01-04 12:54:46.589800 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-01-04 12:54:46.591804 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:05.226613 | 1.08s 2026-01-04 12:54:46.851757 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-01-04 12:54:46.854674 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:05.489479 | 1.34s 2026-01-04 12:54:47.107234 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-01-04 12:54:47.108281 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:05.743095 | 1.60s 2026-01-04 12:54:47.379305 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-01-04 12:54:47.382036 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:06.016844 | 1.87s 2026-01-04 12:54:47.614673 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-01-04 12:54:47.616839 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:06.251635 | 2.10s 2026-01-04 12:54:47.889758 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-01-04 12:54:47.890947 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:06.525757 | 2.38s 2026-01-04 12:54:48.173403 | fa163e78-c412-049c-01e5-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-01-04 12:54:48.175581 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:06.810384 | 2.66s 2026-01-04 12:54:48.190018 | fa163e78-c412-049c-01e5-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:06.824814 | 2.68s 2026-01-04 12:54:48.216021 | fa163e78-c412-049c-01e5-000000003d27 | TASK | Async creation of Keystone service 2026-01-04 12:54:48.600181 | fa163e78-c412-049c-01e5-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-01-04 12:54:48.603050 | fa163e78-c412-049c-01e5-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:07.237849 | 0.39s 2026-01-04 12:54:48.905144 | fa163e78-c412-049c-01e5-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-01-04 12:54:48.907456 | fa163e78-c412-049c-01e5-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:07.542261 | 0.69s 2026-01-04 12:54:49.208779 | fa163e78-c412-049c-01e5-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-01-04 12:54:49.210992 | fa163e78-c412-049c-01e5-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:07.845798 | 0.99s 2026-01-04 12:54:49.221489 | fa163e78-c412-049c-01e5-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:07.856291 | 1.00s 2026-01-04 12:54:49.241390 | fa163e78-c412-049c-01e5-000000003d29 | TASK | Check Keystone service status 2026-01-04 12:54:49.602667 | fa163e78-c412-049c-01e5-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-01-04 12:54:54.830583 | fa163e78-c412-049c-01e5-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-01-04 12:54:54.832367 | fa163e78-c412-049c-01e5-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.467161 | 5.59s 2026-01-04 12:54:55.056814 | fa163e78-c412-049c-01e5-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-01-04 12:54:55.059122 | fa163e78-c412-049c-01e5-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.693928 | 5.81s 2026-01-04 12:54:55.312421 | fa163e78-c412-049c-01e5-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-01-04 12:54:55.314273 | fa163e78-c412-049c-01e5-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.949083 | 6.07s 2026-01-04 12:54:55.324445 | fa163e78-c412-049c-01e5-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.959256 | 6.08s 2026-01-04 12:54:55.339711 | fa163e78-c412-049c-01e5-0000000039ae | TASK | Create Keystone Endpoints 2026-01-04 12:54:55.419853 | fa163e78-c412-049c-01e5-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:14.054635 | 0.08s 2026-01-04 12:54:55.451489 | fa163e78-c412-049c-01e5-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:14.086296 | 0.11s 2026-01-04 12:54:55.470670 | fa163e78-c412-049c-01e5-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:14.105486 | 0.13s 2026-01-04 12:54:55.476195 | fa163e78-c412-049c-01e5-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:14.110995 | 0.13s 2026-01-04 12:54:55.488471 | 8dd82258-037e-43b9-af64-16fbc15b8834 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-01-04 12:54:55.494440 | 29bcfd6f-c12e-43de-9e32-2bce47681ebe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-01-04 12:54:55.499598 | 9615c45f-df82-4c39-82f7-05262ea54b98 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-01-04 12:54:55.547811 | fa163e78-c412-049c-01e5-000000003e59 | TASK | Create Keystone public endpoints 2026-01-04 12:54:55.642909 | fa163e78-c412-049c-01e5-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:14.277700 | 0.09s 2026-01-04 12:54:55.663565 | fa163e78-c412-049c-01e5-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:14.298371 | 0.11s 2026-01-04 12:54:55.673409 | fa163e78-c412-049c-01e5-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:14.308167 | 0.12s 2026-01-04 12:54:55.699736 | 795b437e-a830-4eee-bdcd-15656ca20607 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-01-04 12:54:55.705746 | 7ed88ebd-575b-4f15-9ba3-735ccdd96a41 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-01-04 12:54:55.725747 | fa163e78-c412-049c-01e5-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-01-04 12:54:56.114575 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-01-04 12:54:56.115538 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.750352 | 0.39s 2026-01-04 12:54:56.444593 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-01-04 12:54:56.445475 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.080288 | 0.72s 2026-01-04 12:54:56.761697 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-01-04 12:54:56.762865 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.397681 | 1.04s 2026-01-04 12:54:57.056147 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-01-04 12:54:57.056915 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.691732 | 1.33s 2026-01-04 12:54:57.333823 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-01-04 12:54:57.336591 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:15.971397 | 1.61s 2026-01-04 12:54:57.599097 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-01-04 12:54:57.599937 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:16.234751 | 1.87s 2026-01-04 12:54:57.862533 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-01-04 12:54:57.863309 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:16.498125 | 2.14s 2026-01-04 12:54:58.223566 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-01-04 12:54:58.225563 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:16.860370 | 2.50s 2026-01-04 12:54:58.470867 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-01-04 12:54:58.472336 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:17.107144 | 2.75s 2026-01-04 12:54:58.717349 | fa163e78-c412-049c-01e5-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-01-04 12:54:58.719325 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:17.354136 | 2.99s 2026-01-04 12:54:58.731651 | fa163e78-c412-049c-01e5-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:17.366453 | 3.00s 2026-01-04 12:54:58.754583 | fa163e78-c412-049c-01e5-000000003f83 | TASK | Check Keystone public endpoint status 2026-01-04 12:54:59.028036 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-01-04 12:54:59.029076 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:17.663891 | 0.27s 2026-01-04 12:54:59.219844 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-01-04 12:54:59.221277 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:17.856095 | 0.47s 2026-01-04 12:54:59.480165 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-01-04 12:54:59.481001 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:18.115816 | 0.72s 2026-01-04 12:54:59.789706 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-01-04 12:54:59.792122 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:18.426932 | 1.04s 2026-01-04 12:55:00.018721 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-01-04 12:55:00.020949 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:18.655760 | 1.26s 2026-01-04 12:55:00.248249 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-01-04 12:55:00.250786 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:18.885591 | 1.49s 2026-01-04 12:55:00.471146 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-01-04 12:55:00.472641 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:19.107449 | 1.72s 2026-01-04 12:55:00.719703 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-01-04 12:55:00.721694 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:19.356502 | 1.97s 2026-01-04 12:55:00.976326 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-01-04 12:55:00.978294 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:19.613101 | 2.22s 2026-01-04 12:55:01.185226 | fa163e78-c412-049c-01e5-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-01-04 12:55:01.186644 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:19.821452 | 2.43s 2026-01-04 12:55:01.200581 | fa163e78-c412-049c-01e5-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:19.835395 | 2.44s 2026-01-04 12:55:01.218907 | fa163e78-c412-049c-01e5-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-01-04 12:55:01.501103 | fa163e78-c412-049c-01e5-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-01-04 12:55:01.503451 | fa163e78-c412-049c-01e5-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:20.138245 | 0.28s 2026-01-04 12:55:01.814532 | fa163e78-c412-049c-01e5-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-01-04 12:55:01.816212 | fa163e78-c412-049c-01e5-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:20.451021 | 0.60s 2026-01-04 12:55:02.149069 | fa163e78-c412-049c-01e5-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-01-04 12:55:02.153646 | fa163e78-c412-049c-01e5-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:20.788453 | 0.93s 2026-01-04 12:55:02.168125 | fa163e78-c412-049c-01e5-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:20.802928 | 0.95s 2026-01-04 12:55:02.189853 | fa163e78-c412-049c-01e5-000000003f8a | TASK | Check Keystone public endpoint status 2026-01-04 12:55:02.447625 | fa163e78-c412-049c-01e5-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-01-04 12:55:07.671577 | fa163e78-c412-049c-01e5-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-01-04 12:55:07.672788 | fa163e78-c412-049c-01e5-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.307599 | 5.48s 2026-01-04 12:55:07.929896 | fa163e78-c412-049c-01e5-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-01-04 12:55:07.930632 | fa163e78-c412-049c-01e5-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.565451 | 5.74s 2026-01-04 12:55:08.135437 | fa163e78-c412-049c-01e5-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-01-04 12:55:08.137485 | fa163e78-c412-049c-01e5-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.772292 | 5.95s 2026-01-04 12:55:08.148868 | fa163e78-c412-049c-01e5-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.783669 | 5.96s 2026-01-04 12:55:08.171098 | fa163e78-c412-049c-01e5-000000003e5e | TASK | Create Keystone admin endpoints 2026-01-04 12:55:08.281655 | fa163e78-c412-049c-01e5-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:26.916441 | 0.11s 2026-01-04 12:55:08.298014 | fa163e78-c412-049c-01e5-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:26.932826 | 0.13s 2026-01-04 12:55:08.308313 | fa163e78-c412-049c-01e5-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:26.943116 | 0.14s 2026-01-04 12:55:08.326884 | 04c75b8a-a3c4-4aea-8db5-0adc1f24564a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-01-04 12:55:08.336720 | 44d547d7-ac4c-4e96-98d4-99949d032d6d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-01-04 12:55:08.363627 | fa163e78-c412-049c-01e5-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-01-04 12:55:08.696892 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-01-04 12:55:08.698413 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.333217 | 0.33s 2026-01-04 12:55:08.941136 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-01-04 12:55:08.941699 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.576519 | 0.58s 2026-01-04 12:55:09.205422 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-01-04 12:55:09.205972 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:27.840792 | 0.84s 2026-01-04 12:55:09.537895 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-01-04 12:55:09.538450 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:28.173271 | 1.17s 2026-01-04 12:55:09.812745 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-01-04 12:55:09.813336 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:28.448156 | 1.45s 2026-01-04 12:55:10.058960 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-01-04 12:55:10.060219 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:28.695032 | 1.69s 2026-01-04 12:55:10.346474 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-01-04 12:55:10.347060 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:28.981878 | 1.98s 2026-01-04 12:55:10.615527 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-01-04 12:55:10.618116 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:29.252928 | 2.25s 2026-01-04 12:55:10.894996 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-01-04 12:55:10.896514 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:29.531333 | 2.53s 2026-01-04 12:55:11.121872 | fa163e78-c412-049c-01e5-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-01-04 12:55:11.122474 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:29.757294 | 2.76s 2026-01-04 12:55:11.131343 | fa163e78-c412-049c-01e5-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:29.766151 | 2.77s 2026-01-04 12:55:11.158411 | fa163e78-c412-049c-01e5-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-01-04 12:55:11.456690 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-01-04 12:55:11.457543 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:30.092360 | 0.30s 2026-01-04 12:55:11.734650 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-01-04 12:55:11.735229 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:30.370050 | 0.57s 2026-01-04 12:55:11.986323 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-01-04 12:55:11.987064 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:30.621882 | 0.83s 2026-01-04 12:55:12.207367 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-01-04 12:55:12.208022 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:30.842841 | 1.05s 2026-01-04 12:55:12.404664 | fa163e78-c412-049c-01e5-000000003fe4 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-01-04 12:55:17.617532 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-01-04 12:55:17.619429 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:36.254231 | 6.46s 2026-01-04 12:55:17.887451 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-01-04 12:55:17.888800 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:36.523602 | 6.73s 2026-01-04 12:55:18.131149 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-01-04 12:55:18.131924 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:36.766740 | 6.97s 2026-01-04 12:55:18.391028 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-01-04 12:55:18.392328 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.027136 | 7.23s 2026-01-04 12:55:18.650442 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-01-04 12:55:18.651755 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.286566 | 7.49s 2026-01-04 12:55:18.907241 | fa163e78-c412-049c-01e5-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-01-04 12:55:18.908750 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.543558 | 7.75s 2026-01-04 12:55:18.920519 | fa163e78-c412-049c-01e5-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.555320 | 7.76s 2026-01-04 12:55:18.949203 | fa163e78-c412-049c-01e5-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-01-04 12:55:19.329906 | fa163e78-c412-049c-01e5-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-01-04 12:55:19.331506 | fa163e78-c412-049c-01e5-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:37.966309 | 0.38s 2026-01-04 12:55:19.614652 | fa163e78-c412-049c-01e5-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-01-04 12:55:19.615764 | fa163e78-c412-049c-01e5-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.250575 | 0.66s 2026-01-04 12:55:19.958673 | fa163e78-c412-049c-01e5-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-01-04 12:55:19.959408 | fa163e78-c412-049c-01e5-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.594224 | 1.01s 2026-01-04 12:55:19.962563 | fa163e78-c412-049c-01e5-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:38.597377 | 1.01s 2026-01-04 12:55:19.978715 | fa163e78-c412-049c-01e5-000000003feb | TASK | Check Keystone admin endpoint status 2026-01-04 12:55:20.217544 | fa163e78-c412-049c-01e5-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-01-04 12:55:25.423241 | fa163e78-c412-049c-01e5-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-01-04 12:55:25.425498 | fa163e78-c412-049c-01e5-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.060299 | 5.45s 2026-01-04 12:55:25.687199 | fa163e78-c412-049c-01e5-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-01-04 12:55:25.688284 | fa163e78-c412-049c-01e5-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.323096 | 5.71s 2026-01-04 12:55:25.944591 | fa163e78-c412-049c-01e5-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-01-04 12:55:25.945874 | fa163e78-c412-049c-01e5-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.580687 | 5.97s 2026-01-04 12:55:25.953750 | fa163e78-c412-049c-01e5-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.588561 | 5.97s 2026-01-04 12:55:25.975725 | fa163e78-c412-049c-01e5-000000003e63 | TASK | Create Keystone internal endpoints 2026-01-04 12:55:26.088102 | fa163e78-c412-049c-01e5-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:44.722893 | 0.11s 2026-01-04 12:55:26.109062 | fa163e78-c412-049c-01e5-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:44.743867 | 0.13s 2026-01-04 12:55:26.121778 | fa163e78-c412-049c-01e5-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:44.756590 | 0.14s 2026-01-04 12:55:26.139462 | 07fc8543-16a0-4bc9-846a-f5b57cf07da5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-01-04 12:55:26.148706 | e4d2c06a-81c4-44be-b26b-68d622f9f5ed | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-01-04 12:55:26.172781 | fa163e78-c412-049c-01e5-000000004045 | TASK | Async creation of Keystone internal endpoint 2026-01-04 12:55:26.514666 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-01-04 12:55:26.516885 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:45.151677 | 0.34s 2026-01-04 12:55:26.821972 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-01-04 12:55:26.823506 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:45.458316 | 0.65s 2026-01-04 12:55:27.085666 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-01-04 12:55:27.087660 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:45.722464 | 0.91s 2026-01-04 12:55:27.379093 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-01-04 12:55:27.379841 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:46.014659 | 1.21s 2026-01-04 12:55:27.702443 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-01-04 12:55:27.703105 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:46.337923 | 1.53s 2026-01-04 12:55:28.038742 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-01-04 12:55:28.039328 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:46.674147 | 1.87s 2026-01-04 12:55:28.320676 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-01-04 12:55:28.321748 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:46.956559 | 2.15s 2026-01-04 12:55:28.609542 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-01-04 12:55:28.610924 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.245741 | 2.44s 2026-01-04 12:55:28.821878 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-01-04 12:55:28.823050 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.457869 | 2.65s 2026-01-04 12:55:29.054011 | fa163e78-c412-049c-01e5-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-01-04 12:55:29.056519 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.691337 | 2.88s 2026-01-04 12:55:29.066208 | fa163e78-c412-049c-01e5-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.701023 | 2.89s 2026-01-04 12:55:29.083211 | fa163e78-c412-049c-01e5-000000004047 | TASK | Check Keystone internal endpoint status 2026-01-04 12:55:29.354844 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-01-04 12:55:29.356548 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:47.991352 | 0.27s 2026-01-04 12:55:29.610480 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-01-04 12:55:29.611657 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:48.246466 | 0.53s 2026-01-04 12:55:29.861984 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-01-04 12:55:29.863805 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:48.498615 | 0.78s 2026-01-04 12:55:30.122804 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-01-04 12:55:30.124223 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:48.759031 | 1.04s 2026-01-04 12:55:30.367223 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-01-04 12:55:30.368491 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:49.003300 | 1.28s 2026-01-04 12:55:30.629730 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-01-04 12:55:30.630508 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:49.265326 | 1.55s 2026-01-04 12:55:30.890272 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-01-04 12:55:30.891890 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:49.526695 | 1.81s 2026-01-04 12:55:31.144037 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-01-04 12:55:31.146018 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:49.780827 | 2.06s 2026-01-04 12:55:31.376846 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-01-04 12:55:31.379263 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:50.014069 | 2.30s 2026-01-04 12:55:31.639397 | fa163e78-c412-049c-01e5-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-01-04 12:55:31.641424 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:50.276233 | 2.56s 2026-01-04 12:55:31.655326 | fa163e78-c412-049c-01e5-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:50.290128 | 2.57s 2026-01-04 12:55:31.682262 | fa163e78-c412-049c-01e5-00000000404c | TASK | Async creation of Keystone internal endpoint 2026-01-04 12:55:32.033721 | fa163e78-c412-049c-01e5-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-01-04 12:55:32.036574 | fa163e78-c412-049c-01e5-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.671369 | 0.35s 2026-01-04 12:55:32.334653 | fa163e78-c412-049c-01e5-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-01-04 12:55:32.335447 | fa163e78-c412-049c-01e5-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.970263 | 0.65s 2026-01-04 12:55:32.631605 | fa163e78-c412-049c-01e5-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-01-04 12:55:32.633310 | fa163e78-c412-049c-01e5-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:51.268120 | 0.95s 2026-01-04 12:55:32.643325 | fa163e78-c412-049c-01e5-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:51.278144 | 0.96s 2026-01-04 12:55:32.661761 | fa163e78-c412-049c-01e5-00000000404e | TASK | Check Keystone internal endpoint status 2026-01-04 12:55:32.938931 | fa163e78-c412-049c-01e5-00000000404e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-01-04 12:55:38.155219 | fa163e78-c412-049c-01e5-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-01-04 12:55:38.157725 | fa163e78-c412-049c-01e5-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.792536 | 5.49s 2026-01-04 12:55:38.416812 | fa163e78-c412-049c-01e5-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-01-04 12:55:38.419774 | fa163e78-c412-049c-01e5-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.054585 | 5.76s 2026-01-04 12:55:38.667861 | fa163e78-c412-049c-01e5-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-01-04 12:55:38.669909 | fa163e78-c412-049c-01e5-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.304715 | 6.01s 2026-01-04 12:55:38.680208 | fa163e78-c412-049c-01e5-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.315020 | 6.02s 2026-01-04 12:55:38.695536 | fa163e78-c412-049c-01e5-0000000039b0 | TASK | Run cleanup tasks 2026-01-04 12:55:38.752694 | fa163e78-c412-049c-01e5-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:57.387508 | 0.06s 2026-01-04 12:55:38.759972 | e0aadad1-8062-4689-801d-9a56bc6f7729 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-01-04 12:55:38.803258 | fa163e78-c412-049c-01e5-0000000040a2 | TASK | Get list of enabled services 2026-01-04 12:55:41.302332 | fa163e78-c412-049c-01e5-0000000040a2 | CHANGED | Get list of enabled services | undercloud 2026-01-04 12:55:41.303946 | fa163e78-c412-049c-01e5-0000000040a2 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:59.938751 | 2.50s 2026-01-04 12:55:41.322171 | fa163e78-c412-049c-01e5-0000000040a3 | TASK | List services to be disabled 2026-01-04 12:55:41.407650 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-01-04 12:55:41.449545 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-01-04 12:55:41.477080 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-01-04 12:55:41.502767 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-01-04 12:55:41.528493 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-01-04 12:55:41.553525 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-01-04 12:55:41.581487 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-01-04 12:55:41.605728 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-01-04 12:55:41.631199 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-01-04 12:55:41.656297 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-01-04 12:55:41.681350 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-01-04 12:55:41.706143 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-01-04 12:55:41.731151 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-01-04 12:55:41.753500 | fa163e78-c412-049c-01e5-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-01-04 12:55:41.766235 | fa163e78-c412-049c-01e5-0000000040a3 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:00.401039 | 0.44s 2026-01-04 12:55:41.786605 | fa163e78-c412-049c-01e5-0000000040a4 | TASK | Delete keystone services not enabled 2026-01-04 12:55:41.817114 | fa163e78-c412-049c-01e5-0000000040a4 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:00.451916 | 0.03s 2026-01-04 12:55:41.835492 | fa163e78-c412-049c-01e5-0000000039b1 | TASK | Create Keystone Roles 2026-01-04 12:55:41.923135 | fa163e78-c412-049c-01e5-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:00.557933 | 0.09s 2026-01-04 12:55:41.929254 | fa163e78-c412-049c-01e5-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:00.564069 | 0.09s 2026-01-04 12:55:41.943266 | f02bc8c4-372f-4f30-8674-a6dbaca45d8a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-01-04 12:55:42.010194 | fa163e78-c412-049c-01e5-00000000420e | TASK | Async creation of Keystone role 2026-01-04 12:55:42.386216 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-01-04 12:55:42.387809 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:01.022613 | 0.38s 2026-01-04 12:55:42.751633 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-01-04 12:55:42.752367 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:01.387173 | 0.74s 2026-01-04 12:55:43.077661 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-01-04 12:55:43.079085 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:01.713901 | 1.07s 2026-01-04 12:55:43.481478 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-01-04 12:55:43.482097 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:02.116915 | 1.47s 2026-01-04 12:55:43.793349 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-01-04 12:55:43.793997 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:02.428815 | 1.78s 2026-01-04 12:55:44.072157 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-01-04 12:55:44.072775 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:02.707592 | 2.06s 2026-01-04 12:55:44.387555 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-01-04 12:55:44.388150 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:03.022968 | 2.38s 2026-01-04 12:55:44.653324 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-01-04 12:55:44.654333 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:03.289151 | 2.64s 2026-01-04 12:55:44.919075 | fa163e78-c412-049c-01e5-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-01-04 12:55:44.919667 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:03.554485 | 2.91s 2026-01-04 12:55:44.924115 | fa163e78-c412-049c-01e5-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:03.558929 | 2.91s 2026-01-04 12:55:44.939059 | fa163e78-c412-049c-01e5-000000004210 | TASK | Check Keystone role status 2026-01-04 12:55:45.176475 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=service 2026-01-04 12:55:45.177401 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:03.812214 | 0.24s 2026-01-04 12:55:45.394314 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-01-04 12:55:45.394995 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:04.029812 | 0.46s 2026-01-04 12:55:45.611411 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-01-04 12:55:45.612652 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:04.247468 | 0.67s 2026-01-04 12:55:45.829472 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-01-04 12:55:45.830558 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:04.465369 | 0.89s 2026-01-04 12:55:46.123414 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-01-04 12:55:46.125070 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:04.759880 | 1.19s 2026-01-04 12:55:46.381738 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-01-04 12:55:46.383187 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:05.018004 | 1.44s 2026-01-04 12:55:46.602773 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-01-04 12:55:46.603960 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:05.238770 | 1.66s 2026-01-04 12:55:46.853320 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-01-04 12:55:46.854001 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:05.488820 | 1.91s 2026-01-04 12:55:47.108877 | fa163e78-c412-049c-01e5-000000004210 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-01-04 12:55:47.109997 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:05.744807 | 2.17s 2026-01-04 12:55:47.120012 | fa163e78-c412-049c-01e5-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:05.754812 | 2.18s 2026-01-04 12:55:47.144310 | fa163e78-c412-049c-01e5-0000000039b3 | TASK | Create Keystone Users 2026-01-04 12:55:47.248259 | fa163e78-c412-049c-01e5-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:05.883033 | 0.10s 2026-01-04 12:55:47.266941 | fa163e78-c412-049c-01e5-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:05.901749 | 0.12s 2026-01-04 12:55:47.274609 | fa163e78-c412-049c-01e5-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:05.909414 | 0.13s 2026-01-04 12:55:47.294642 | 23d4afcb-487e-4b23-b244-c45056c9aeb3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-01-04 12:55:47.308100 | f7448ff8-7266-4f67-9021-c5d38f66a602 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-01-04 12:55:47.375902 | fa163e78-c412-049c-01e5-0000000043a2 | TASK | Check password of Keystone user 2026-01-04 12:55:48.511982 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:48.513486 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:07.148286 | 1.14s 2026-01-04 12:55:49.428083 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:49.429342 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:08.064147 | 2.05s 2026-01-04 12:55:50.512201 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:50.513079 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:09.147893 | 3.14s 2026-01-04 12:55:51.413333 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:51.415575 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:10.050386 | 4.04s 2026-01-04 12:55:52.326909 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:52.327659 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:10.962473 | 4.95s 2026-01-04 12:55:53.272200 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:53.273854 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:11.908664 | 5.90s 2026-01-04 12:55:54.195872 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:54.196548 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:12.831365 | 6.82s 2026-01-04 12:55:55.090414 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:55.091078 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:13.725896 | 7.71s 2026-01-04 12:55:56.079525 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:56.080488 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:14.715297 | 8.70s 2026-01-04 12:55:57.023102 | fa163e78-c412-049c-01e5-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:57.023686 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:15.658503 | 9.65s 2026-01-04 12:55:57.029412 | fa163e78-c412-049c-01e5-0000000043a2 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:55:57.030207 | fa163e78-c412-049c-01e5-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:15.665025 | 9.65s 2026-01-04 12:55:57.045401 | fa163e78-c412-049c-01e5-0000000043a4 | TASK | Async creation of Keystone user 2026-01-04 12:55:57.424001 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:57.425677 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:16.060479 | 0.38s 2026-01-04 12:55:57.712910 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:57.713538 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:16.348356 | 0.67s 2026-01-04 12:55:58.007222 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:58.008172 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:16.642984 | 0.96s 2026-01-04 12:55:58.362694 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:58.363277 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:16.998095 | 1.32s 2026-01-04 12:55:58.699733 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:58.700901 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:17.335719 | 1.65s 2026-01-04 12:55:59.008723 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:59.010141 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:17.644959 | 1.96s 2026-01-04 12:55:59.338212 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:59.339457 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:17.974274 | 2.29s 2026-01-04 12:55:59.688647 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:55:59.689695 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:18.324514 | 2.64s 2026-01-04 12:56:00.017913 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:00.018647 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:18.653463 | 2.97s 2026-01-04 12:56:00.325265 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:00.326931 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:18.961747 | 3.28s 2026-01-04 12:56:00.336995 | fa163e78-c412-049c-01e5-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:00.337727 | fa163e78-c412-049c-01e5-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:18.972545 | 3.29s 2026-01-04 12:56:00.353620 | fa163e78-c412-049c-01e5-0000000043a6 | TASK | Check Keystone user status 2026-01-04 12:56:00.628759 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:00.630247 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.265052 | 0.28s 2026-01-04 12:56:00.887751 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:00.888796 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.523614 | 0.53s 2026-01-04 12:56:01.126326 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:01.127418 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:19.762236 | 0.77s 2026-01-04 12:56:01.387183 | fa163e78-c412-049c-01e5-0000000043a6 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-01-04 12:56:06.556845 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:06.557971 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:25.192780 | 6.20s 2026-01-04 12:56:06.791617 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:06.792723 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:25.427534 | 6.44s 2026-01-04 12:56:07.045702 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:07.046973 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:25.681792 | 6.69s 2026-01-04 12:56:07.316114 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:07.318420 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:25.953224 | 6.96s 2026-01-04 12:56:07.587891 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:07.589824 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.224632 | 7.24s 2026-01-04 12:56:07.870858 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:07.871530 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.506348 | 7.52s 2026-01-04 12:56:08.143452 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:08.144891 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.779701 | 7.79s 2026-01-04 12:56:08.154564 | fa163e78-c412-049c-01e5-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:08.155583 | fa163e78-c412-049c-01e5-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.790401 | 7.80s 2026-01-04 12:56:08.171730 | fa163e78-c412-049c-01e5-0000000043ab | TASK | Check password of Keystone user 2026-01-04 12:56:09.134500 | fa163e78-c412-049c-01e5-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:09.135490 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:27.770306 | 0.96s 2026-01-04 12:56:10.043571 | fa163e78-c412-049c-01e5-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:10.045159 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:28.679969 | 1.87s 2026-01-04 12:56:11.012151 | fa163e78-c412-049c-01e5-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:11.013298 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:29.648108 | 2.84s 2026-01-04 12:56:11.944435 | fa163e78-c412-049c-01e5-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:11.945336 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:30.580147 | 3.77s 2026-01-04 12:56:12.913724 | fa163e78-c412-049c-01e5-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:12.915045 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:31.549861 | 4.74s 2026-01-04 12:56:13.844163 | fa163e78-c412-049c-01e5-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:13.845982 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.480788 | 5.67s 2026-01-04 12:56:13.856067 | fa163e78-c412-049c-01e5-0000000043ab | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-01-04 12:56:13.857942 | fa163e78-c412-049c-01e5-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.492749 | 5.68s 2026-01-04 12:56:13.879539 | fa163e78-c412-049c-01e5-0000000043ad | TASK | Async creation of Keystone user 2026-01-04 12:56:14.272806 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:14.275034 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:32.909841 | 0.39s 2026-01-04 12:56:14.556430 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:14.557934 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:33.192744 | 0.68s 2026-01-04 12:56:14.892604 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:14.893556 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:33.528365 | 1.01s 2026-01-04 12:56:15.222545 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:15.230036 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:33.864843 | 1.35s 2026-01-04 12:56:15.522243 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:15.522923 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:34.157739 | 1.64s 2026-01-04 12:56:15.799737 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:15.800312 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:34.435130 | 1.92s 2026-01-04 12:56:15.804302 | fa163e78-c412-049c-01e5-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-01-04 12:56:15.804939 | fa163e78-c412-049c-01e5-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:34.439756 | 1.92s 2026-01-04 12:56:15.819091 | fa163e78-c412-049c-01e5-0000000043af | TASK | Check Keystone user status 2026-01-04 12:56:16.093634 | fa163e78-c412-049c-01e5-0000000043af | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-01-04 12:56:21.325551 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:21.327260 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:39.962073 | 5.51s 2026-01-04 12:56:21.588648 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:21.589290 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.224108 | 5.77s 2026-01-04 12:56:22.051927 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:22.052756 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.687571 | 6.23s 2026-01-04 12:56:22.244641 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:22.246240 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.881050 | 6.43s 2026-01-04 12:56:22.490078 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:22.490708 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.125526 | 6.67s 2026-01-04 12:56:22.764219 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:22.764856 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.399674 | 6.94s 2026-01-04 12:56:22.769903 | fa163e78-c412-049c-01e5-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-01-04 12:56:22.770977 | fa163e78-c412-049c-01e5-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.405787 | 6.95s 2026-01-04 12:56:22.789443 | fa163e78-c412-049c-01e5-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-01-04 12:56:22.874247 | fa163e78-c412-049c-01e5-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:41.509034 | 0.08s 2026-01-04 12:56:22.903400 | fa163e78-c412-049c-01e5-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:41.538213 | 0.11s 2026-01-04 12:56:22.926750 | fa163e78-c412-049c-01e5-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:41.561558 | 0.14s 2026-01-04 12:56:22.933939 | fa163e78-c412-049c-01e5-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:41.568740 | 0.14s 2026-01-04 12:56:22.941664 | be3ee8bc-b1c1-4b01-ac64-d6932f189c0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-01-04 12:56:22.944833 | a8e0b90f-d588-4bfe-9201-e55472f79c13 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-01-04 12:56:22.947284 | 11ca3ebd-ad9d-48fe-b01c-0a681739d384 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-01-04 12:56:22.995224 | fa163e78-c412-049c-01e5-0000000045a2 | TASK | Async assignment of Keystone user per role 2026-01-04 12:56:23.096840 | fa163e78-c412-049c-01e5-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:41.731618 | 0.10s 2026-01-04 12:56:23.114007 | fa163e78-c412-049c-01e5-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:41.748821 | 0.12s 2026-01-04 12:56:23.121991 | fa163e78-c412-049c-01e5-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:41.756779 | 0.13s 2026-01-04 12:56:23.139572 | 41d77a65-39d2-4520-97d1-602e7c5339fe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-01-04 12:56:23.149716 | c07b92f5-0ad0-438d-998a-9294a643991b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-01-04 12:56:23.173418 | fa163e78-c412-049c-01e5-00000000476b | TASK | Async assignment of Keystone user to roles 2026-01-04 12:56:23.539404 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-01-04 12:56:23.540381 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:42.175180 | 0.37s 2026-01-04 12:56:23.881161 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-01-04 12:56:23.882430 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:42.517241 | 0.71s 2026-01-04 12:56:24.244023 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-01-04 12:56:24.244966 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:42.879776 | 1.07s 2026-01-04 12:56:24.537114 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-01-04 12:56:24.538146 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:43.172958 | 1.36s 2026-01-04 12:56:24.813194 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-01-04 12:56:24.813858 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:43.448677 | 1.64s 2026-01-04 12:56:25.098880 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-01-04 12:56:25.099490 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:43.734308 | 1.92s 2026-01-04 12:56:25.492808 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-01-04 12:56:25.494485 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:44.129296 | 2.32s 2026-01-04 12:56:25.858760 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-01-04 12:56:25.859851 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:44.494669 | 2.68s 2026-01-04 12:56:26.199269 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-01-04 12:56:26.199918 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:44.834736 | 3.02s 2026-01-04 12:56:26.559893 | fa163e78-c412-049c-01e5-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-01-04 12:56:26.560538 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:45.195358 | 3.39s 2026-01-04 12:56:26.569000 | fa163e78-c412-049c-01e5-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:45.203810 | 3.39s 2026-01-04 12:56:26.586745 | fa163e78-c412-049c-01e5-00000000476d | TASK | Check Keystone user assignment to roles status 2026-01-04 12:56:26.847952 | fa163e78-c412-049c-01e5-00000000476d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-01-04 12:56:32.062285 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-01-04 12:56:32.064411 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:50.699222 | 5.48s 2026-01-04 12:56:32.328936 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-01-04 12:56:32.330328 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:50.965134 | 5.74s 2026-01-04 12:56:32.580045 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-01-04 12:56:32.581863 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:51.216675 | 5.99s 2026-01-04 12:56:32.841612 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-01-04 12:56:32.843697 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:51.478508 | 6.25s 2026-01-04 12:56:33.066931 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-01-04 12:56:33.068071 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:51.702882 | 6.48s 2026-01-04 12:56:33.326256 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-01-04 12:56:33.327460 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:51.962269 | 6.74s 2026-01-04 12:56:33.575032 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-01-04 12:56:33.576239 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:52.211049 | 6.99s 2026-01-04 12:56:33.827029 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-01-04 12:56:33.828882 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:52.463691 | 7.24s 2026-01-04 12:56:34.111328 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-01-04 12:56:34.112008 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:52.746827 | 7.52s 2026-01-04 12:56:34.360481 | fa163e78-c412-049c-01e5-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-01-04 12:56:34.361135 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:52.995954 | 7.77s 2026-01-04 12:56:34.370124 | fa163e78-c412-049c-01e5-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.004935 | 7.78s 2026-01-04 12:56:34.394316 | fa163e78-c412-049c-01e5-000000004772 | TASK | Async assignment of Keystone user to roles 2026-01-04 12:56:34.733137 | fa163e78-c412-049c-01e5-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-01-04 12:56:34.735448 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:53.370261 | 0.34s 2026-01-04 12:56:35.063969 | fa163e78-c412-049c-01e5-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-01-04 12:56:35.066146 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:53.700956 | 0.67s 2026-01-04 12:56:35.352992 | fa163e78-c412-049c-01e5-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-01-04 12:56:35.354444 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:53.989259 | 0.96s 2026-01-04 12:56:35.625688 | fa163e78-c412-049c-01e5-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-01-04 12:56:35.628221 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.263030 | 1.23s 2026-01-04 12:56:35.915030 | fa163e78-c412-049c-01e5-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-01-04 12:56:35.917680 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.552487 | 1.52s 2026-01-04 12:56:36.247723 | fa163e78-c412-049c-01e5-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-01-04 12:56:36.249347 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.884094 | 1.85s 2026-01-04 12:56:36.255856 | fa163e78-c412-049c-01e5-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.890660 | 1.86s 2026-01-04 12:56:36.275527 | fa163e78-c412-049c-01e5-000000004774 | TASK | Check Keystone user assignment to roles status 2026-01-04 12:56:36.519049 | fa163e78-c412-049c-01e5-000000004774 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-01-04 12:56:41.744816 | fa163e78-c412-049c-01e5-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-01-04 12:56:41.747057 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.381861 | 5.47s 2026-01-04 12:56:41.990030 | fa163e78-c412-049c-01e5-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-01-04 12:56:41.991224 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.626033 | 5.71s 2026-01-04 12:56:42.258997 | fa163e78-c412-049c-01e5-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-01-04 12:56:42.260060 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.894870 | 5.98s 2026-01-04 12:56:42.483341 | fa163e78-c412-049c-01e5-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-01-04 12:56:42.484544 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.119360 | 6.21s 2026-01-04 12:56:42.744339 | fa163e78-c412-049c-01e5-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-01-04 12:56:42.745211 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.380027 | 6.47s 2026-01-04 12:56:42.995169 | fa163e78-c412-049c-01e5-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-01-04 12:56:42.996725 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.631541 | 6.72s 2026-01-04 12:56:43.008746 | fa163e78-c412-049c-01e5-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.643543 | 6.73s 2026-01-04 12:56:43.030203 | fa163e78-c412-049c-01e5-0000000045a7 | TASK | Async assignment of Keystone user per role 2026-01-04 12:56:43.149819 | fa163e78-c412-049c-01e5-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:01.784618 | 0.12s 2026-01-04 12:56:43.162009 | fa163e78-c412-049c-01e5-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:01.796814 | 0.13s 2026-01-04 12:56:43.175612 | 6f7526a6-7c7b-4cbb-8aad-c890d6bfe030 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-01-04 12:56:43.199673 | fa163e78-c412-049c-01e5-0000000047d8 | TASK | Async assignment of Keystone user to roles 2026-01-04 12:56:43.514163 | fa163e78-c412-049c-01e5-0000000047d8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-01-04 12:56:43.515102 | fa163e78-c412-049c-01e5-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:02.149917 | 0.31s 2026-01-04 12:56:43.520718 | fa163e78-c412-049c-01e5-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:02.155522 | 0.32s 2026-01-04 12:56:43.539642 | fa163e78-c412-049c-01e5-0000000047da | TASK | Check Keystone user assignment to roles status 2026-01-04 12:56:43.790152 | fa163e78-c412-049c-01e5-0000000047da | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-01-04 12:56:49.003693 | fa163e78-c412-049c-01e5-0000000047da | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-01-04 12:56:49.004884 | fa163e78-c412-049c-01e5-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.639693 | 5.46s 2026-01-04 12:56:49.010615 | fa163e78-c412-049c-01e5-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.645431 | 5.47s 2026-01-04 12:56:49.025371 | fa163e78-c412-049c-01e5-0000000045ac | TASK | Async assignment of Keystone user per role 2026-01-04 12:56:49.120411 | fa163e78-c412-049c-01e5-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.755199 | 0.09s 2026-01-04 12:56:49.133125 | fa163e78-c412-049c-01e5-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.767935 | 0.11s 2026-01-04 12:56:49.146688 | 41bcf860-6890-4255-8f8f-cf9eb4e9e1d3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-01-04 12:56:49.170764 | fa163e78-c412-049c-01e5-0000000047fc | TASK | Async assignment of Keystone user to roles 2026-01-04 12:56:49.546304 | fa163e78-c412-049c-01e5-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-01-04 12:56:49.547258 | fa163e78-c412-049c-01e5-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.182075 | 0.38s 2026-01-04 12:56:49.884158 | fa163e78-c412-049c-01e5-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-01-04 12:56:49.886349 | fa163e78-c412-049c-01e5-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.521155 | 0.71s 2026-01-04 12:56:50.152007 | fa163e78-c412-049c-01e5-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-01-04 12:56:50.154520 | fa163e78-c412-049c-01e5-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.789328 | 0.98s 2026-01-04 12:56:50.160392 | fa163e78-c412-049c-01e5-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.795182 | 0.99s 2026-01-04 12:56:50.174907 | fa163e78-c412-049c-01e5-0000000047fe | TASK | Check Keystone user assignment to roles status 2026-01-04 12:56:50.446529 | fa163e78-c412-049c-01e5-0000000047fe | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-01-04 12:56:55.668237 | fa163e78-c412-049c-01e5-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-01-04 12:56:55.669644 | fa163e78-c412-049c-01e5-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.304448 | 5.49s 2026-01-04 12:56:55.914833 | fa163e78-c412-049c-01e5-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-01-04 12:56:55.916951 | fa163e78-c412-049c-01e5-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.551763 | 5.74s 2026-01-04 12:56:56.137583 | fa163e78-c412-049c-01e5-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-01-04 12:56:56.139402 | fa163e78-c412-049c-01e5-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.774213 | 5.96s 2026-01-04 12:56:56.150140 | fa163e78-c412-049c-01e5-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.784950 | 5.97s 2026-01-04 12:56:56.180674 | fa163e78-c412-049c-01e5-00000000397b | TASK | is Keystone LDAP enabled 2026-01-04 12:56:56.229598 | fa163e78-c412-049c-01e5-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-01-04 12:56:56.230636 | fa163e78-c412-049c-01e5-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:14.865450 | 0.05s 2026-01-04 12:56:56.245537 | fa163e78-c412-049c-01e5-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-01-04 12:56:56.296205 | fa163e78-c412-049c-01e5-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-01-04 12:56:56.298116 | fa163e78-c412-049c-01e5-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:14.932919 | 0.05s 2026-01-04 12:56:56.318015 | fa163e78-c412-049c-01e5-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-01-04 12:56:56.372109 | fa163e78-c412-049c-01e5-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-01-04 12:56:56.373497 | fa163e78-c412-049c-01e5-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:15.008305 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-01-04 12:56:56.514319 | fa163e78-c412-049c-01e5-0000000000e2 | TASK | Deploy step tasks for 4 2026-01-04 12:56:56.558250 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000e2') missing from stats 2026-01-04 12:56:56.590218 | fa163e78-c412-049c-01e5-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-01-04 12:56:57.062425 | fa163e78-c412-049c-01e5-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-01-04 12:56:57.063820 | fa163e78-c412-049c-01e5-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:15.698628 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 12:56:57.137492 | fa163e78-c412-049c-01e5-0000000000e4 | TIMING | include_tasks | standalone | 0:24:15.772294 | 0.04s 2026-01-04 12:56:57.182381 | af50354b-aba1-44fc-9358-0158bf983c51 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-01-04 12:56:57.210420 | fa163e78-c412-049c-01e5-000000004840 | TASK | Create virtqemud recovery script 2026-01-04 12:56:57.726930 | fa163e78-c412-049c-01e5-000000004840 | CHANGED | Create virtqemud recovery script | standalone 2026-01-04 12:56:57.727937 | fa163e78-c412-049c-01e5-000000004840 | TIMING | Create virtqemud recovery script | standalone | 0:24:16.362753 | 0.52s 2026-01-04 12:56:57.751520 | fa163e78-c412-049c-01e5-000000004841 | TASK | Create virtqemud recovery trigger service 2026-01-04 12:56:58.290736 | fa163e78-c412-049c-01e5-000000004841 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-01-04 12:56:58.292062 | fa163e78-c412-049c-01e5-000000004841 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:16.926871 | 0.54s 2026-01-04 12:56:58.320043 | fa163e78-c412-049c-01e5-000000004842 | TASK | Create virtqemud recovery trigger timer 2026-01-04 12:56:58.799669 | fa163e78-c412-049c-01e5-000000004842 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-01-04 12:56:58.801023 | fa163e78-c412-049c-01e5-000000004842 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:17.435832 | 0.48s 2026-01-04 12:56:58.829886 | fa163e78-c412-049c-01e5-000000004843 | TASK | Enable virtqemud recovery trigger service 2026-01-04 12:56:59.839210 | fa163e78-c412-049c-01e5-000000004843 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-01-04 12:56:59.841446 | fa163e78-c412-049c-01e5-000000004843 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:18.476253 | 1.01s 2026-01-04 12:56:59.870599 | fa163e78-c412-049c-01e5-000000004844 | TASK | Enable virtqemud recovery trigger timer 2026-01-04 12:57:00.969647 | fa163e78-c412-049c-01e5-000000004844 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-01-04 12:57:00.971316 | fa163e78-c412-049c-01e5-000000004844 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:19.606124 | 1.10s 2026-01-04 12:57:00.999545 | fa163e78-c412-049c-01e5-000000004845 | TASK | Really enable virtqemud recovery trigger timer 2026-01-04 12:57:01.606051 | fa163e78-c412-049c-01e5-000000004845 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-01-04 12:57:01.607020 | fa163e78-c412-049c-01e5-000000004845 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:20.241835 | 0.61s 2026-01-04 12:57:01.629018 | fa163e78-c412-049c-01e5-000000004847 | TASK | Create systemd file 2026-01-04 12:57:02.213754 | fa163e78-c412-049c-01e5-000000004847 | CHANGED | Create systemd file | standalone 2026-01-04 12:57:02.215229 | fa163e78-c412-049c-01e5-000000004847 | TIMING | Create systemd file | standalone | 0:24:20.850037 | 0.59s 2026-01-04 12:57:02.244449 | fa163e78-c412-049c-01e5-000000004848 | TASK | Reload systemd 2026-01-04 12:57:03.950597 | fa163e78-c412-049c-01e5-000000004848 | CHANGED | Reload systemd | standalone 2026-01-04 12:57:03.952139 | fa163e78-c412-049c-01e5-000000004848 | TIMING | Reload systemd | standalone | 0:24:22.586950 | 1.71s 2026-01-04 12:57:03.971592 | fa163e78-c412-049c-01e5-00000000484b | TASK | Start OVN container 2026-01-04 12:57:04.029881 | fa163e78-c412-049c-01e5-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-01-04 12:57:04.058544 | fa163e78-c412-049c-01e5-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-01-04 12:57:04.072549 | fa163e78-c412-049c-01e5-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-01-04 12:57:04.091347 | fa163e78-c412-049c-01e5-00000000484b | TIMING | Start OVN container | standalone | 0:24:22.726146 | 0.12s 2026-01-04 12:57:04.121805 | fa163e78-c412-049c-01e5-00000000484d | TASK | Set NB connection 2026-01-04 12:57:04.173932 | fa163e78-c412-049c-01e5-00000000484d | SKIPPED | Set NB connection | standalone 2026-01-04 12:57:04.176821 | fa163e78-c412-049c-01e5-00000000484d | TIMING | Set NB connection | standalone | 0:24:22.811625 | 0.05s 2026-01-04 12:57:04.207774 | fa163e78-c412-049c-01e5-00000000484e | TASK | Set SB connection 2026-01-04 12:57:04.249314 | fa163e78-c412-049c-01e5-00000000484e | SKIPPED | Set SB connection | standalone 2026-01-04 12:57:04.251995 | fa163e78-c412-049c-01e5-00000000484e | TIMING | Set SB connection | standalone | 0:24:22.886799 | 0.04s 2026-01-04 12:57:04.282853 | fa163e78-c412-049c-01e5-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-01-04 12:57:04.509216 | fa163e78-c412-049c-01e5-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-01-04 12:57:04.511923 | fa163e78-c412-049c-01e5-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:23.146733 | 0.23s 2026-01-04 12:57:04.626664 | fa163e78-c412-049c-01e5-0000000000e7 | TIMING | include_tasks | standalone | 0:24:23.261461 | 0.08s 2026-01-04 12:57:04.666431 | c552b291-1e40-458c-af91-5dd44de6379f | INCLUDED | /root/standalone-ansible-stn780hd/common_deploy_steps_tasks.yaml | standalone 2026-01-04 12:57:04.693877 | fa163e78-c412-049c-01e5-00000000487d | TASK | Write the config_step hieradata 2026-01-04 12:57:05.195399 | fa163e78-c412-049c-01e5-00000000487d | OK | Write the config_step hieradata | standalone 2026-01-04 12:57:05.198402 | fa163e78-c412-049c-01e5-00000000487d | TIMING | Write the config_step hieradata | standalone | 0:24:23.833206 | 0.50s 2026-01-04 12:57:05.219583 | fa163e78-c412-049c-01e5-00000000487e | TASK | Run puppet host configuration for step 4 2026-01-04 12:57:05.499861 | fa163e78-c412-049c-01e5-00000000487e | CHANGED | Run puppet host configuration for step 4 | standalone 2026-01-04 12:57:05.501086 | fa163e78-c412-049c-01e5-00000000487e | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:24.135893 | 0.28s 2026-01-04 12:57:05.528433 | fa163e78-c412-049c-01e5-00000000487f | TASK | Wait for puppet host configuration to finish 2026-01-04 12:57:05.738416 | fa163e78-c412-049c-01e5-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-01-04 12:57:15.964606 | fa163e78-c412-049c-01e5-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-01-04 12:57:26.181257 | fa163e78-c412-049c-01e5-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-01-04 12:57:36.425816 | fa163e78-c412-049c-01e5-00000000487f | CHANGED | Wait for puppet host configuration to finish | standalone 2026-01-04 12:57:36.427601 | fa163e78-c412-049c-01e5-00000000487f | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:55.062403 | 30.90s 2026-01-04 12:57:36.459083 | fa163e78-c412-049c-01e5-000000004880 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-01-04 12:57:36.548264 | fa163e78-c412-049c-01e5-000000004880 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Jan 4 12:57:05 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Jan 4 12:57:12 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Jan 4 12:57:12 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Jan 4 12:57:12 puppet-user: (file & line not available)", "<13>Jan 4 12:57:12 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>Jan 4 12:57:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Jan 4 12:57:12 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>Jan 4 12:57:12 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Jan 4 12:57:12 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Jan 4 12:57:12 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>Jan 4 12:57:12 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>Jan 4 12:57:12 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>Jan 4 12:57:12 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>Jan 4 12:57:12 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>Jan 4 12:57:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Jan 4 12:57:12 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.50 seconds", "<13>Jan 4 12:57:17 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Jan 4 12:57:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Jan 4 12:57:24 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Jan 4 12:57:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}50c6cf8bd03aafbfbded111910a39d1b797e306d34ced2c11ef392c744ad9f88'", "<13>Jan 4 12:57:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Jan 4 12:57:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Jan 4 12:57:24 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Jan 4 12:57:25 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Jan 4 12:57:26 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Jan 4 12:57:31 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>Jan 4 12:57:33 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Jan 4 12:57:33 puppet-user: Notice: Applied catalog in 20.79 seconds", "<13>Jan 4 12:57:33 puppet-user: Application:", "<13>Jan 4 12:57:33 puppet-user: Initial environment: production", "<13>Jan 4 12:57:33 puppet-user: Converged environment: production", "<13>Jan 4 12:57:33 puppet-user: Run mode: user", "<13>Jan 4 12:57:33 puppet-user: Changes:", "<13>Jan 4 12:57:33 puppet-user: Total: 10", "<13>Jan 4 12:57:33 puppet-user: Events:", "<13>Jan 4 12:57:33 puppet-user: Success: 10", "<13>Jan 4 12:57:33 puppet-user: Resources:", "<13>Jan 4 12:57:33 puppet-user: Restarted: 1", "<13>Jan 4 12:57:33 puppet-user: Changed: 10", "<13>Jan 4 12:57:33 puppet-user: Out of sync: 10", "<13>Jan 4 12:57:33 puppet-user: Total: 37", "<13>Jan 4 12:57:33 puppet-user: Time:", "<13>Jan 4 12:57:33 puppet-user: Schedule: 0.00", "<13>Jan 4 12:57:33 puppet-user: File line: 0.00", "<13>Jan 4 12:57:33 puppet-user: Augeas: 0.01", "<13>Jan 4 12:57:33 puppet-user: User: 0.02", "<13>Jan 4 12:57:33 puppet-user: File: 0.11", "<13>Jan 4 12:57:33 puppet-user: Config retrieval: 0.58", "<13>Jan 4 12:57:33 puppet-user: Service: 1.66", "<13>Jan 4 12:57:33 puppet-user: Pcmk property: 1.75", "<13>Jan 4 12:57:33 puppet-user: Last run: 1767531453", "<13>Jan 4 12:57:33 puppet-user: Pcmk resource default: 2.15", "<13>Jan 4 12:57:33 puppet-user: Pcmk resource op default: 2.22", "<13>Jan 4 12:57:33 puppet-user: Transaction evaluation: 20.77", "<13>Jan 4 12:57:33 puppet-user: Catalog application: 20.79", "<13>Jan 4 12:57:33 puppet-user: Package: 5.56", "<13>Jan 4 12:57:33 puppet-user: Exec: 7.09", "<13>Jan 4 12:57:33 puppet-user: Filebucket: 0.00", "<13>Jan 4 12:57:33 puppet-user: Total: 20.79", "<13>Jan 4 12:57:33 puppet-user: Version:", "<13>Jan 4 12:57:33 puppet-user: Config: 1767531432", "<13>Jan 4 12:57:33 puppet-user: Puppet: 7.10.0" ] } 2026-01-04 12:57:36.549468 | fa163e78-c412-049c-01e5-000000004880 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:55.184283 | 0.09s 2026-01-04 12:57:36.577229 | fa163e78-c412-049c-01e5-000000004881 | TASK | Pre-cache facts for puppet containers 2026-01-04 12:57:36.608429 | fa163e78-c412-049c-01e5-000000004881 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:55.243219 | 0.03s 2026-01-04 12:57:36.675579 | fa163e78-c412-049c-01e5-0000000048c2 | TASK | Gather variables for each operating system 2026-01-04 12:57:36.777190 | fa163e78-c412-049c-01e5-0000000048c2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:55.411998 | 0.10s 2026-01-04 12:57:36.796876 | fa163e78-c412-049c-01e5-0000000048c3 | TASK | Create puppet caching structures 2026-01-04 12:57:37.041121 | fa163e78-c412-049c-01e5-0000000048c3 | CHANGED | Create puppet caching structures | standalone 2026-01-04 12:57:37.042693 | fa163e78-c412-049c-01e5-0000000048c3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:55.677502 | 0.24s 2026-01-04 12:57:37.073109 | fa163e78-c412-049c-01e5-0000000048c4 | TASK | Check for facter.conf 2026-01-04 12:57:37.334994 | fa163e78-c412-049c-01e5-0000000048c4 | OK | Check for facter.conf | standalone 2026-01-04 12:57:37.336894 | fa163e78-c412-049c-01e5-0000000048c4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:55.971696 | 0.26s 2026-01-04 12:57:37.366337 | fa163e78-c412-049c-01e5-0000000048c5 | TASK | Remove facter.conf if directory 2026-01-04 12:57:37.398159 | fa163e78-c412-049c-01e5-0000000048c5 | SKIPPED | Remove facter.conf if directory | standalone 2026-01-04 12:57:37.399303 | fa163e78-c412-049c-01e5-0000000048c5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:56.034111 | 0.03s 2026-01-04 12:57:37.427994 | fa163e78-c412-049c-01e5-0000000048c6 | TASK | Write facter cache config 2026-01-04 12:57:37.856295 | fa163e78-c412-049c-01e5-0000000048c6 | CHANGED | Write facter cache config | standalone 2026-01-04 12:57:37.858050 | fa163e78-c412-049c-01e5-0000000048c6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:56.492853 | 0.43s 2026-01-04 12:57:37.888835 | fa163e78-c412-049c-01e5-0000000048c7 | TASK | Cleanup facter cache if exists 2026-01-04 12:57:38.125144 | fa163e78-c412-049c-01e5-0000000048c7 | CHANGED | Cleanup facter cache if exists | standalone 2026-01-04 12:57:38.126686 | fa163e78-c412-049c-01e5-0000000048c7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:56.761497 | 0.24s 2026-01-04 12:57:38.158736 | fa163e78-c412-049c-01e5-0000000048c8 | TASK | Pre-cache facts 2026-01-04 12:57:38.807841 | fa163e78-c412-049c-01e5-0000000048c8 | CHANGED | Pre-cache facts | standalone 2026-01-04 12:57:38.809514 | fa163e78-c412-049c-01e5-0000000048c8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:57.444321 | 0.65s 2026-01-04 12:57:38.842814 | fa163e78-c412-049c-01e5-0000000048c9 | TASK | Failed deployment if facter fails 2026-01-04 12:57:38.878826 | fa163e78-c412-049c-01e5-0000000048c9 | SKIPPED | Failed deployment if facter fails | standalone 2026-01-04 12:57:38.880292 | fa163e78-c412-049c-01e5-0000000048c9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:57.515098 | 0.04s 2026-01-04 12:57:38.926305 | fa163e78-c412-049c-01e5-0000000048ca | TASK | Sync cached facts 2026-01-04 12:57:39.262544 | fa163e78-c412-049c-01e5-0000000048ca | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e78-c412-049c-01e5-0000000048ca') missing from stats 2026-01-04 12:57:39.318337 | fa163e78-c412-049c-01e5-000000004882 | TASK | Include container-puppet tasks (generate config) during step 1 2026-01-04 12:57:39.370849 | fa163e78-c412-049c-01e5-000000004882 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-01-04 12:57:39.372151 | fa163e78-c412-049c-01e5-000000004882 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:58.006954 | 0.05s 2026-01-04 12:57:39.402941 | fa163e78-c412-049c-01e5-000000004884 | TASK | Manage containers for step 4 with tripleo-ansible 2026-01-04 12:57:39.438167 | fa163e78-c412-049c-01e5-000000004884 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:58.072969 | 0.03s 2026-01-04 12:57:39.505706 | fa163e78-c412-049c-01e5-000000004921 | TASK | Gather variables for each operating system 2026-01-04 12:57:39.632562 | fa163e78-c412-049c-01e5-000000004921 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:58.267360 | 0.13s 2026-01-04 12:57:39.658382 | fa163e78-c412-049c-01e5-000000004922 | TASK | Create container logs path 2026-01-04 12:57:39.916321 | fa163e78-c412-049c-01e5-000000004922 | OK | Create container logs path | standalone 2026-01-04 12:57:39.917869 | fa163e78-c412-049c-01e5-000000004922 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:58.552677 | 0.26s 2026-01-04 12:57:39.950970 | fa163e78-c412-049c-01e5-000000004924 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-01-04 12:57:40.218848 | fa163e78-c412-049c-01e5-000000004924 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-01-04 12:57:40.219830 | fa163e78-c412-049c-01e5-000000004924 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:58.854647 | 0.27s 2026-01-04 12:57:40.244709 | fa163e78-c412-049c-01e5-000000004925 | TASK | Finalise hashes for all containers 2026-01-04 12:57:40.327997 | fa163e78-c412-049c-01e5-000000004925 | OK | Finalise hashes for all containers | standalone 2026-01-04 12:57:40.328894 | fa163e78-c412-049c-01e5-000000004925 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:58.963711 | 0.08s 2026-01-04 12:57:40.349932 | fa163e78-c412-049c-01e5-000000004927 | TASK | Manage systemd shutdown files 2026-01-04 12:57:40.379870 | fa163e78-c412-049c-01e5-000000004927 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:59.014682 | 0.03s 2026-01-04 12:57:40.396204 | f03e5e03-5932-4c81-90bc-c1194f5d1a78 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-01-04 12:57:40.424141 | fa163e78-c412-049c-01e5-00000000495a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-01-04 12:57:40.674456 | fa163e78-c412-049c-01e5-00000000495a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-01-04 12:57:40.676003 | fa163e78-c412-049c-01e5-00000000495a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:59.310808 | 0.25s 2026-01-04 12:57:40.708340 | fa163e78-c412-049c-01e5-00000000495b | TASK | Set podman_drop_in fact 2026-01-04 12:57:40.754708 | fa163e78-c412-049c-01e5-00000000495b | OK | Set podman_drop_in fact | standalone 2026-01-04 12:57:40.756115 | fa163e78-c412-049c-01e5-00000000495b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:59.390920 | 0.05s 2026-01-04 12:57:40.785582 | fa163e78-c412-049c-01e5-00000000495d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-01-04 12:57:41.289801 | fa163e78-c412-049c-01e5-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-01-04 12:57:41.292941 | fa163e78-c412-049c-01e5-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:59.927739 | 0.51s 2026-01-04 12:57:41.781701 | fa163e78-c412-049c-01e5-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-01-04 12:57:41.784686 | fa163e78-c412-049c-01e5-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:00.419487 | 1.00s 2026-01-04 12:57:41.795932 | fa163e78-c412-049c-01e5-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:00.430724 | 1.01s 2026-01-04 12:57:41.830777 | fa163e78-c412-049c-01e5-00000000495e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-01-04 12:57:42.332118 | fa163e78-c412-049c-01e5-00000000495e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-01-04 12:57:42.333553 | fa163e78-c412-049c-01e5-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:00.968360 | 0.50s 2026-01-04 12:57:42.362619 | fa163e78-c412-049c-01e5-00000000495f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-01-04 12:57:42.945863 | fa163e78-c412-049c-01e5-00000000495f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-01-04 12:57:42.947457 | fa163e78-c412-049c-01e5-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:01.582264 | 0.58s 2026-01-04 12:57:42.977860 | fa163e78-c412-049c-01e5-000000004960 | TASK | Enable and start tripleo-container-shutdown 2026-01-04 12:57:43.750264 | fa163e78-c412-049c-01e5-000000004960 | OK | Enable and start tripleo-container-shutdown | standalone 2026-01-04 12:57:43.752304 | fa163e78-c412-049c-01e5-000000004960 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:02.387108 | 0.77s 2026-01-04 12:57:43.783088 | fa163e78-c412-049c-01e5-000000004961 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-01-04 12:57:44.245136 | fa163e78-c412-049c-01e5-000000004961 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-01-04 12:57:44.246732 | fa163e78-c412-049c-01e5-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:02.881541 | 0.46s 2026-01-04 12:57:44.276719 | fa163e78-c412-049c-01e5-000000004962 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-01-04 12:57:44.744624 | fa163e78-c412-049c-01e5-000000004962 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-01-04 12:57:44.746053 | fa163e78-c412-049c-01e5-000000004962 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:03.380861 | 0.47s 2026-01-04 12:57:44.776315 | fa163e78-c412-049c-01e5-000000004963 | TASK | Enable and start netns-placeholder 2026-01-04 12:57:45.594844 | fa163e78-c412-049c-01e5-000000004963 | CHANGED | Enable and start netns-placeholder | standalone 2026-01-04 12:57:45.596790 | fa163e78-c412-049c-01e5-000000004963 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:04.231596 | 0.82s 2026-01-04 12:57:45.627031 | fa163e78-c412-049c-01e5-000000004929 | TASK | Update container configs with new config hashes 2026-01-04 12:57:45.689223 | fa163e78-c412-049c-01e5-000000004929 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:04.324017 | 0.06s 2026-01-04 12:57:45.711170 | 7969e582-5ab3-497a-8e5d-279c508f90a2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-01-04 12:57:45.747066 | fa163e78-c412-049c-01e5-00000000498b | TASK | Update config hashes for container startup configs 2026-01-04 12:57:46.038894 | fa163e78-c412-049c-01e5-00000000498b | OK | Update config hashes for container startup configs | standalone 2026-01-04 12:57:46.040926 | fa163e78-c412-049c-01e5-00000000498b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:04.675729 | 0.29s 2026-01-04 12:57:46.073591 | fa163e78-c412-049c-01e5-00000000492a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-01-04 12:57:46.114105 | fa163e78-c412-049c-01e5-00000000492a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:04.748907 | 0.04s 2026-01-04 12:57:46.138550 | ee1dcef6-c3a0-4b6d-a29d-dae2bda2aaa6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 12:57:46.177868 | fa163e78-c412-049c-01e5-0000000049aa | TASK | Gather podman infos 2026-01-04 12:57:47.818860 | fa163e78-c412-049c-01e5-0000000049aa | OK | Gather podman infos | standalone 2026-01-04 12:57:47.819899 | fa163e78-c412-049c-01e5-0000000049aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:06.454711 | 1.64s 2026-01-04 12:57:47.933928 | fa163e78-c412-049c-01e5-0000000049ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-01-04 12:57:48.012914 | fa163e78-c412-049c-01e5-0000000049ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:06.647712 | 0.07s 2026-01-04 12:57:48.168676 | fa163e78-c412-049c-01e5-0000000049f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:06.803451 | 0.09s 2026-01-04 12:57:48.227533 | fa163e78-c412-049c-01e5-00000000492b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-01-04 12:57:48.280561 | fa163e78-c412-049c-01e5-00000000492b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:06.915356 | 0.05s 2026-01-04 12:57:48.304792 | 9058bc3c-e9bb-4421-802f-cf303db98389 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 12:57:48.344812 | fa163e78-c412-049c-01e5-000000004a1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-01-04 12:58:17.919240 | fa163e78-c412-049c-01e5-000000004a1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-01-04 12:58:17.920802 | fa163e78-c412-049c-01e5-000000004a1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:36.555611 | 29.57s 2026-01-04 12:58:17.952061 | fa163e78-c412-049c-01e5-000000004a1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-01-04 13:00:26.887883 | fa163e78-c412-049c-01e5-000000004a1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-01-04 13:00:26.889838 | fa163e78-c412-049c-01e5-000000004a1b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:45.524646 | 128.94s 2026-01-04 13:00:26.963393 | fa163e78-c412-049c-01e5-000000004886 | TASK | Clean container_puppet_tasks for standalone step 4 2026-01-04 13:00:27.209190 | fa163e78-c412-049c-01e5-000000004886 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-01-04 13:00:27.210123 | fa163e78-c412-049c-01e5-000000004886 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:45.844939 | 0.24s 2026-01-04 13:00:27.264561 | fa163e78-c412-049c-01e5-000000004887 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-01-04 13:00:27.305129 | fa163e78-c412-049c-01e5-000000004887 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:45.939928 | 0.04s 2026-01-04 13:00:27.331222 | fa163e78-c412-049c-01e5-000000004888 | TASK | Include container-puppet tasks for step 4 2026-01-04 13:00:27.389408 | fa163e78-c412-049c-01e5-000000004888 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:46.024158 | 0.06s 2026-01-04 13:00:27.416961 | 49aa3631-ee59-4833-9703-56fcd4a6ef0e | INCLUDED | /root/standalone-ansible-stn780hd/host-container-puppet-tasks.yaml | standalone 2026-01-04 13:00:27.454554 | fa163e78-c412-049c-01e5-000000004a66 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-01-04 13:00:27.960713 | fa163e78-c412-049c-01e5-000000004a66 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-01-04 13:00:27.962149 | fa163e78-c412-049c-01e5-000000004a66 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:46.596962 | 0.51s 2026-01-04 13:00:27.983077 | fa163e78-c412-049c-01e5-000000004a68 | TASK | Generate container puppet configs for step 4 2026-01-04 13:00:28.233553 | fa163e78-c412-049c-01e5-000000004a68 | OK | Generate container puppet configs for step 4 | standalone 2026-01-04 13:00:28.235033 | fa163e78-c412-049c-01e5-000000004a68 | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:46.869841 | 0.25s 2026-01-04 13:00:28.267612 | fa163e78-c412-049c-01e5-000000004a69 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-01-04 13:00:28.299702 | fa163e78-c412-049c-01e5-000000004a69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:46.934506 | 0.03s 2026-01-04 13:00:28.346523 | fa163e78-c412-049c-01e5-000000004a98 | TASK | Gather variables for each operating system 2026-01-04 13:00:28.459054 | fa163e78-c412-049c-01e5-000000004a98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:47.093848 | 0.11s 2026-01-04 13:00:28.482935 | fa163e78-c412-049c-01e5-000000004a99 | TASK | Create container logs path 2026-01-04 13:00:28.734074 | fa163e78-c412-049c-01e5-000000004a99 | OK | Create container logs path | standalone 2026-01-04 13:00:28.735201 | fa163e78-c412-049c-01e5-000000004a99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:47.370015 | 0.25s 2026-01-04 13:00:28.761547 | fa163e78-c412-049c-01e5-000000004a9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-01-04 13:00:29.016767 | fa163e78-c412-049c-01e5-000000004a9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-01-04 13:00:29.018100 | fa163e78-c412-049c-01e5-000000004a9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:47.652907 | 0.26s 2026-01-04 13:00:29.049006 | fa163e78-c412-049c-01e5-000000004a9c | TASK | Finalise hashes for all containers 2026-01-04 13:00:29.085497 | fa163e78-c412-049c-01e5-000000004a9c | OK | Finalise hashes for all containers | standalone 2026-01-04 13:00:29.086681 | fa163e78-c412-049c-01e5-000000004a9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:47.721490 | 0.03s 2026-01-04 13:00:29.124020 | fa163e78-c412-049c-01e5-000000004a9e | TASK | Manage systemd shutdown files 2026-01-04 13:00:29.167100 | fa163e78-c412-049c-01e5-000000004a9e | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 13:00:29.168689 | fa163e78-c412-049c-01e5-000000004a9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:47.803493 | 0.04s 2026-01-04 13:00:29.203786 | fa163e78-c412-049c-01e5-000000004aa0 | TASK | Update container configs with new config hashes 2026-01-04 13:00:29.272904 | fa163e78-c412-049c-01e5-000000004aa0 | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 13:00:29.274158 | fa163e78-c412-049c-01e5-000000004aa0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:47.908965 | 0.07s 2026-01-04 13:00:29.308944 | fa163e78-c412-049c-01e5-000000004aa1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-01-04 13:00:29.363771 | fa163e78-c412-049c-01e5-000000004aa1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-01-04 13:00:29.365283 | fa163e78-c412-049c-01e5-000000004aa1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:48.000089 | 0.05s 2026-01-04 13:00:29.399067 | fa163e78-c412-049c-01e5-000000004aa2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-01-04 13:00:29.451557 | fa163e78-c412-049c-01e5-000000004aa2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-01-04 13:00:29.452816 | fa163e78-c412-049c-01e5-000000004aa2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:48.087623 | 0.05s PLAY [External deployment step 5] ********************************************** 2026-01-04 13:00:29.629285 | fa163e78-c412-049c-01e5-0000000000ea | TASK | External deployment step 5 2026-01-04 13:00:29.677143 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000ea') missing from stats 2026-01-04 13:00:29.737619 | fa163e78-c412-049c-01e5-0000000000eb | TIMING | include_tasks | undercloud | 0:27:48.372415 | 0.04s 2026-01-04 13:00:29.748616 | 8b53f2df-0042-4118-9c16-d3487e05a1e6 | INCLUDED | /root/standalone-ansible-stn780hd/external_deploy_steps_tasks_step5.yaml | undercloud 2026-01-04 13:00:29.768383 | fa163e78-c412-049c-01e5-000000004af1 | TASK | Manage Cinder's default volume type 2026-01-04 13:00:40.047312 | fa163e78-c412-049c-01e5-000000004af1 | OK | Manage Cinder's default volume type | undercloud 2026-01-04 13:00:40.049830 | fa163e78-c412-049c-01e5-000000004af1 | TIMING | Manage Cinder's default volume type | undercloud | 0:27:58.684633 | 10.28s PLAY [Deploy step tasks for 5] ************************************************* 2026-01-04 13:00:40.189701 | fa163e78-c412-049c-01e5-0000000000ee | TASK | Deploy step tasks for 5 2026-01-04 13:00:40.218903 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000ee') missing from stats 2026-01-04 13:00:40.250708 | fa163e78-c412-049c-01e5-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-01-04 13:00:40.778259 | fa163e78-c412-049c-01e5-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-01-04 13:00:40.780278 | fa163e78-c412-049c-01e5-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:59.415082 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-01-04 13:00:40.864110 | fa163e78-c412-049c-01e5-0000000000f0 | TIMING | include_tasks | standalone | 0:27:59.498903 | 0.05s 2026-01-04 13:00:40.952772 | 4b71e21a-8677-4c15-a7e0-2580305fc359 | INCLUDED | /root/standalone-ansible-stn780hd/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-01-04 13:00:40.986861 | fa163e78-c412-049c-01e5-000000004b14 | TASK | Gather variables for each operating system 2026-01-04 13:00:41.111647 | fa163e78-c412-049c-01e5-000000004b14 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:59.746425 | 0.12s 2026-01-04 13:00:41.142869 | fa163e78-c412-049c-01e5-000000004b15 | TASK | Detect if resource is being created or already exists 2026-01-04 13:00:41.970205 | fa163e78-c412-049c-01e5-000000004b15 | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 13:00:41.973482 | fa163e78-c412-049c-01e5-000000004b15 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:00.608289 | 0.83s 2026-01-04 13:00:42.007276 | fa163e78-c412-049c-01e5-000000004b16 | TASK | Run init bundle puppet on the host for cinder_backup 2026-01-04 13:01:06.195249 | fa163e78-c412-049c-01e5-000000004b16 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-01-04 13:01:06.197791 | fa163e78-c412-049c-01e5-000000004b16 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:24.832606 | 24.19s 2026-01-04 13:01:06.222573 | fa163e78-c412-049c-01e5-000000004b17 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-01-04 13:01:06.464847 | fa163e78-c412-049c-01e5-000000004b17 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-01-04 13:01:06.465875 | fa163e78-c412-049c-01e5-000000004b17 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:25.100693 | 0.24s 2026-01-04 13:01:06.485141 | fa163e78-c412-049c-01e5-000000004b18 | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 13:01:06.864073 | fa163e78-c412-049c-01e5-000000004b18 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 13:01:06.865416 | fa163e78-c412-049c-01e5-000000004b18 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:25.500224 | 0.38s 2026-01-04 13:01:06.897310 | fa163e78-c412-049c-01e5-000000004b19 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-01-04 13:01:07.150919 | fa163e78-c412-049c-01e5-000000004b19 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-01-04 13:01:07.151822 | fa163e78-c412-049c-01e5-000000004b19 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:25.786640 | 0.25s 2026-01-04 13:01:07.172255 | fa163e78-c412-049c-01e5-000000004b1b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-01-04 13:01:07.209472 | fa163e78-c412-049c-01e5-000000004b1b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-01-04 13:01:07.210250 | fa163e78-c412-049c-01e5-000000004b1b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:25.845068 | 0.04s 2026-01-04 13:01:07.230819 | fa163e78-c412-049c-01e5-000000004b1c | TASK | Get container image tag from bundle openstack-cinder-backup 2026-01-04 13:01:07.257925 | fa163e78-c412-049c-01e5-000000004b1c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-01-04 13:01:07.258699 | fa163e78-c412-049c-01e5-000000004b1c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:25.893517 | 0.03s 2026-01-04 13:01:07.279844 | fa163e78-c412-049c-01e5-000000004b1d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-01-04 13:01:07.310542 | fa163e78-c412-049c-01e5-000000004b1d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-01-04 13:01:07.311305 | fa163e78-c412-049c-01e5-000000004b1d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:25.946122 | 0.03s 2026-01-04 13:01:07.335986 | fa163e78-c412-049c-01e5-000000004b1e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 13:01:07.385247 | fa163e78-c412-049c-01e5-000000004b1e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 13:01:07.386544 | fa163e78-c412-049c-01e5-000000004b1e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:26.021327 | 0.05s 2026-01-04 13:01:07.421175 | fa163e78-c412-049c-01e5-000000004b1f | TASK | Remove update marker for bundle openstack-cinder-backup 2026-01-04 13:01:07.477989 | fa163e78-c412-049c-01e5-000000004b1f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-01-04 13:01:07.479297 | fa163e78-c412-049c-01e5-000000004b1f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:26.114103 | 0.06s 2026-01-04 13:01:07.537941 | fa163e78-c412-049c-01e5-000000004b40 | TASK | Gather variables for each operating system 2026-01-04 13:01:07.667301 | fa163e78-c412-049c-01e5-000000004b40 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:26.302096 | 0.13s 2026-01-04 13:01:07.697240 | fa163e78-c412-049c-01e5-000000004b41 | TASK | Detect if resource is being created or already exists 2026-01-04 13:01:08.403770 | fa163e78-c412-049c-01e5-000000004b41 | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 13:01:08.405041 | fa163e78-c412-049c-01e5-000000004b41 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:27.039852 | 0.71s 2026-01-04 13:01:08.436722 | fa163e78-c412-049c-01e5-000000004b42 | TASK | Run init bundle puppet on the host for cinder_volume 2026-01-04 13:01:32.568840 | fa163e78-c412-049c-01e5-000000004b42 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-01-04 13:01:32.571436 | fa163e78-c412-049c-01e5-000000004b42 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:51.206239 | 24.13s 2026-01-04 13:01:32.606046 | fa163e78-c412-049c-01e5-000000004b43 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-01-04 13:01:32.879897 | fa163e78-c412-049c-01e5-000000004b43 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-01-04 13:01:32.882247 | fa163e78-c412-049c-01e5-000000004b43 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:51.517048 | 0.27s 2026-01-04 13:01:32.920621 | fa163e78-c412-049c-01e5-000000004b44 | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 13:01:33.363636 | fa163e78-c412-049c-01e5-000000004b44 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 13:01:33.364545 | fa163e78-c412-049c-01e5-000000004b44 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:51.999360 | 0.44s 2026-01-04 13:01:33.385204 | fa163e78-c412-049c-01e5-000000004b45 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-01-04 13:01:33.604262 | fa163e78-c412-049c-01e5-000000004b45 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-01-04 13:01:33.605788 | fa163e78-c412-049c-01e5-000000004b45 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:52.240598 | 0.22s 2026-01-04 13:01:33.638141 | fa163e78-c412-049c-01e5-000000004b47 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-01-04 13:01:33.712742 | fa163e78-c412-049c-01e5-000000004b47 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-01-04 13:01:33.714204 | fa163e78-c412-049c-01e5-000000004b47 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:52.349011 | 0.07s 2026-01-04 13:01:33.752019 | fa163e78-c412-049c-01e5-000000004b48 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-01-04 13:01:33.794320 | fa163e78-c412-049c-01e5-000000004b48 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-01-04 13:01:33.795507 | fa163e78-c412-049c-01e5-000000004b48 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:52.430321 | 0.04s 2026-01-04 13:01:33.820328 | fa163e78-c412-049c-01e5-000000004b49 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-01-04 13:01:33.879626 | fa163e78-c412-049c-01e5-000000004b49 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-01-04 13:01:33.880963 | fa163e78-c412-049c-01e5-000000004b49 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:52.515769 | 0.06s 2026-01-04 13:01:33.915309 | fa163e78-c412-049c-01e5-000000004b4a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 13:01:33.975691 | fa163e78-c412-049c-01e5-000000004b4a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 13:01:33.977106 | fa163e78-c412-049c-01e5-000000004b4a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:52.611907 | 0.06s 2026-01-04 13:01:34.011044 | fa163e78-c412-049c-01e5-000000004b4b | TASK | Remove update marker for bundle openstack-cinder-volume 2026-01-04 13:01:34.063253 | fa163e78-c412-049c-01e5-000000004b4b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-01-04 13:01:34.064460 | fa163e78-c412-049c-01e5-000000004b4b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:52.699268 | 0.05s 2026-01-04 13:01:34.121729 | fa163e78-c412-049c-01e5-000000004b6c | TASK | Gather variables for each operating system 2026-01-04 13:01:34.239462 | fa163e78-c412-049c-01e5-000000004b6c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:52.874258 | 0.12s 2026-01-04 13:01:34.269640 | fa163e78-c412-049c-01e5-000000004b6d | TASK | Detect if resource is being created or already exists 2026-01-04 13:01:34.980327 | fa163e78-c412-049c-01e5-000000004b6d | CHANGED | Detect if resource is being created or already exists | standalone 2026-01-04 13:01:34.982014 | fa163e78-c412-049c-01e5-000000004b6d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:53.616823 | 0.71s 2026-01-04 13:01:35.012679 | fa163e78-c412-049c-01e5-000000004b6e | TASK | Run init bundle puppet on the host for manila_share 2026-01-04 13:02:00.000516 | fa163e78-c412-049c-01e5-000000004b6e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-01-04 13:02:00.001529 | fa163e78-c412-049c-01e5-000000004b6e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:18.636347 | 24.99s 2026-01-04 13:02:00.024900 | fa163e78-c412-049c-01e5-000000004b6f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-01-04 13:02:00.274765 | fa163e78-c412-049c-01e5-000000004b6f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-01-04 13:02:00.275725 | fa163e78-c412-049c-01e5-000000004b6f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:18.910542 | 0.25s 2026-01-04 13:02:00.297519 | fa163e78-c412-049c-01e5-000000004b70 | TASK | Run pacemaker restart if the config file for the service changed 2026-01-04 13:02:00.699022 | fa163e78-c412-049c-01e5-000000004b70 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-01-04 13:02:00.700003 | fa163e78-c412-049c-01e5-000000004b70 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:19.334819 | 0.40s 2026-01-04 13:02:00.728998 | fa163e78-c412-049c-01e5-000000004b71 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-01-04 13:02:00.916472 | fa163e78-c412-049c-01e5-000000004b71 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-01-04 13:02:00.917407 | fa163e78-c412-049c-01e5-000000004b71 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:19.552224 | 0.19s 2026-01-04 13:02:00.938009 | fa163e78-c412-049c-01e5-000000004b73 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-01-04 13:02:00.977039 | fa163e78-c412-049c-01e5-000000004b73 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-01-04 13:02:00.979451 | fa163e78-c412-049c-01e5-000000004b73 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:19.614100 | 0.04s 2026-01-04 13:02:01.011963 | fa163e78-c412-049c-01e5-000000004b74 | TASK | Get container image tag from bundle openstack-manila-share 2026-01-04 13:02:01.074243 | fa163e78-c412-049c-01e5-000000004b74 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-01-04 13:02:01.076407 | fa163e78-c412-049c-01e5-000000004b74 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:19.711212 | 0.06s 2026-01-04 13:02:01.109590 | fa163e78-c412-049c-01e5-000000004b75 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-01-04 13:02:01.165318 | fa163e78-c412-049c-01e5-000000004b75 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-01-04 13:02:01.166861 | fa163e78-c412-049c-01e5-000000004b75 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:19.801666 | 0.06s 2026-01-04 13:02:01.201199 | fa163e78-c412-049c-01e5-000000004b76 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-01-04 13:02:01.243481 | fa163e78-c412-049c-01e5-000000004b76 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-01-04 13:02:01.244807 | fa163e78-c412-049c-01e5-000000004b76 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:19.879614 | 0.04s 2026-01-04 13:02:01.278309 | fa163e78-c412-049c-01e5-000000004b77 | TASK | Remove update marker for bundle openstack-manila-share 2026-01-04 13:02:01.335635 | fa163e78-c412-049c-01e5-000000004b77 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-01-04 13:02:01.337159 | fa163e78-c412-049c-01e5-000000004b77 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:19.971964 | 0.06s 2026-01-04 13:02:01.399321 | fa163e78-c412-049c-01e5-000000004b98 | TASK | Run kolla_set_configs to copy ring files 2026-01-04 13:02:01.911248 | fa163e78-c412-049c-01e5-000000004b98 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-01-04 13:02:01.913087 | fa163e78-c412-049c-01e5-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:20.547905 | 0.51s 2026-01-04 13:02:01.923794 | fa163e78-c412-049c-01e5-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:20.558595 | 0.52s 2026-01-04 13:02:01.956472 | fa163e78-c412-049c-01e5-000000004b99 | TASK | Run kolla_set_configs to copy ring files 2026-01-04 13:02:02.301163 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-01-04 13:02:02.302655 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:20.937472 | 0.34s 2026-01-04 13:02:02.701069 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-01-04 13:02:02.702306 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:21.337124 | 0.74s 2026-01-04 13:02:03.021883 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-01-04 13:02:03.023836 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:21.658646 | 1.07s 2026-01-04 13:02:03.488966 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-01-04 13:02:03.491023 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.125833 | 1.53s 2026-01-04 13:02:03.829057 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-01-04 13:02:03.830701 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.465511 | 1.87s 2026-01-04 13:02:04.144638 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-01-04 13:02:04.145833 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:22.780645 | 2.19s 2026-01-04 13:02:04.596155 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-01-04 13:02:04.597784 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.232596 | 2.64s 2026-01-04 13:02:05.051457 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-01-04 13:02:05.052756 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.687569 | 3.09s 2026-01-04 13:02:05.341834 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-01-04 13:02:05.342959 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.977769 | 3.38s 2026-01-04 13:02:05.734634 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-01-04 13:02:05.735335 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.370153 | 3.78s 2026-01-04 13:02:05.965892 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-01-04 13:02:05.966690 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.601509 | 4.01s 2026-01-04 13:02:06.439527 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-01-04 13:02:06.440725 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.075544 | 4.48s 2026-01-04 13:02:06.857744 | fa163e78-c412-049c-01e5-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-01-04 13:02:06.858539 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.493360 | 4.90s 2026-01-04 13:02:06.866782 | fa163e78-c412-049c-01e5-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.501593 | 4.91s 2026-01-04 13:02:06.901545 | fa163e78-c412-049c-01e5-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-01-04 13:02:07.191784 | fa163e78-c412-049c-01e5-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-01-04 13:02:07.193145 | fa163e78-c412-049c-01e5-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:25.827955 | 0.29s 2026-01-04 13:02:07.306667 | fa163e78-c412-049c-01e5-0000000000f3 | TIMING | include_tasks | standalone | 0:29:25.941438 | 0.08s 2026-01-04 13:02:07.346220 | 22e6daee-4273-4f40-b28e-45782ca6ac16 | INCLUDED | /root/standalone-ansible-stn780hd/common_deploy_steps_tasks.yaml | standalone 2026-01-04 13:02:07.371952 | fa163e78-c412-049c-01e5-000000004c16 | TASK | Write the config_step hieradata 2026-01-04 13:02:07.859053 | fa163e78-c412-049c-01e5-000000004c16 | OK | Write the config_step hieradata | standalone 2026-01-04 13:02:07.860572 | fa163e78-c412-049c-01e5-000000004c16 | TIMING | Write the config_step hieradata | standalone | 0:29:26.495388 | 0.49s 2026-01-04 13:02:07.880168 | fa163e78-c412-049c-01e5-000000004c17 | TASK | Run puppet host configuration for step 5 2026-01-04 13:02:08.142183 | fa163e78-c412-049c-01e5-000000004c17 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-01-04 13:02:08.143017 | fa163e78-c412-049c-01e5-000000004c17 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:26.777831 | 0.26s 2026-01-04 13:02:08.161927 | fa163e78-c412-049c-01e5-000000004c18 | TASK | Wait for puppet host configuration to finish 2026-01-04 13:02:08.415682 | fa163e78-c412-049c-01e5-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-01-04 13:02:18.623679 | fa163e78-c412-049c-01e5-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-01-04 13:02:28.850596 | fa163e78-c412-049c-01e5-000000004c18 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-01-04 13:02:28.851966 | fa163e78-c412-049c-01e5-000000004c18 | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:47.486775 | 20.69s 2026-01-04 13:02:28.882325 | fa163e78-c412-049c-01e5-000000004c19 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-01-04 13:02:28.969833 | fa163e78-c412-049c-01e5-000000004c19 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Jan 4 13:02:08 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Jan 4 13:02:15 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Jan 4 13:02:15 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Jan 4 13:02:15 puppet-user: (file & line not available)", "<13>Jan 4 13:02:15 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>Jan 4 13:02:15 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Jan 4 13:02:15 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>Jan 4 13:02:15 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Jan 4 13:02:15 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Jan 4 13:02:15 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>Jan 4 13:02:15 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>Jan 4 13:02:15 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>Jan 4 13:02:15 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>Jan 4 13:02:15 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>Jan 4 13:02:15 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Jan 4 13:02:15 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.54 seconds", "<13>Jan 4 13:02:20 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Jan 4 13:02:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Jan 4 13:02:23 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Jan 4 13:02:23 puppet-user: Notice: Applied catalog in 8.24 seconds", "<13>Jan 4 13:02:23 puppet-user: Application:", "<13>Jan 4 13:02:23 puppet-user: Initial environment: production", "<13>Jan 4 13:02:23 puppet-user: Converged environment: production", "<13>Jan 4 13:02:23 puppet-user: Run mode: user", "<13>Jan 4 13:02:23 puppet-user: Changes:", "<13>Jan 4 13:02:23 puppet-user: Total: 2", "<13>Jan 4 13:02:23 puppet-user: Events:", "<13>Jan 4 13:02:23 puppet-user: Success: 2", "<13>Jan 4 13:02:23 puppet-user: Resources:", "<13>Jan 4 13:02:23 puppet-user: Changed: 2", "<13>Jan 4 13:02:23 puppet-user: Out of sync: 2", "<13>Jan 4 13:02:23 puppet-user: Total: 37", "<13>Jan 4 13:02:23 puppet-user: Time:", "<13>Jan 4 13:02:23 puppet-user: Filebucket: 0.00", "<13>Jan 4 13:02:23 puppet-user: File line: 0.00", "<13>Jan 4 13:02:23 puppet-user: Schedule: 0.00", "<13>Jan 4 13:02:23 puppet-user: Package: 0.00", "<13>Jan 4 13:02:23 puppet-user: User: 0.01", "<13>Jan 4 13:02:23 puppet-user: Augeas: 0.01", "<13>Jan 4 13:02:23 puppet-user: File: 0.09", "<13>Jan 4 13:02:23 puppet-user: Service: 0.20", "<13>Jan 4 13:02:23 puppet-user: Config retrieval: 0.65", "<13>Jan 4 13:02:23 puppet-user: Pcmk property: 1.53", "<13>Jan 4 13:02:23 puppet-user: Exec: 1.94", "<13>Jan 4 13:02:23 puppet-user: Last run: 1767531743", "<13>Jan 4 13:02:23 puppet-user: Pcmk resource op default: 2.07", "<13>Jan 4 13:02:23 puppet-user: Pcmk resource default: 2.11", "<13>Jan 4 13:02:23 puppet-user: Transaction evaluation: 8.22", "<13>Jan 4 13:02:23 puppet-user: Catalog application: 8.24", "<13>Jan 4 13:02:23 puppet-user: Total: 8.25", "<13>Jan 4 13:02:23 puppet-user: Version:", "<13>Jan 4 13:02:23 puppet-user: Config: 1767531734", "<13>Jan 4 13:02:23 puppet-user: Puppet: 7.10.0" ] } 2026-01-04 13:02:28.971430 | fa163e78-c412-049c-01e5-000000004c19 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:47.606237 | 0.09s 2026-01-04 13:02:29.000403 | fa163e78-c412-049c-01e5-000000004c1a | TASK | Pre-cache facts for puppet containers 2026-01-04 13:02:29.035409 | fa163e78-c412-049c-01e5-000000004c1a | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:47.670174 | 0.03s 2026-01-04 13:02:29.123248 | fa163e78-c412-049c-01e5-000000004c59 | TASK | Gather variables for each operating system 2026-01-04 13:02:29.248527 | fa163e78-c412-049c-01e5-000000004c59 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:47.883319 | 0.12s 2026-01-04 13:02:29.277519 | fa163e78-c412-049c-01e5-000000004c5a | TASK | Create puppet caching structures 2026-01-04 13:02:29.542265 | fa163e78-c412-049c-01e5-000000004c5a | CHANGED | Create puppet caching structures | standalone 2026-01-04 13:02:29.543748 | fa163e78-c412-049c-01e5-000000004c5a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:48.178558 | 0.26s 2026-01-04 13:02:29.576828 | fa163e78-c412-049c-01e5-000000004c5b | TASK | Check for facter.conf 2026-01-04 13:02:29.878386 | fa163e78-c412-049c-01e5-000000004c5b | OK | Check for facter.conf | standalone 2026-01-04 13:02:29.879778 | fa163e78-c412-049c-01e5-000000004c5b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:48.514591 | 0.30s 2026-01-04 13:02:29.904575 | fa163e78-c412-049c-01e5-000000004c5c | TASK | Remove facter.conf if directory 2026-01-04 13:02:29.955978 | fa163e78-c412-049c-01e5-000000004c5c | SKIPPED | Remove facter.conf if directory | standalone 2026-01-04 13:02:29.956823 | fa163e78-c412-049c-01e5-000000004c5c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:48.591639 | 0.05s 2026-01-04 13:02:29.976279 | fa163e78-c412-049c-01e5-000000004c5d | TASK | Write facter cache config 2026-01-04 13:02:30.470388 | fa163e78-c412-049c-01e5-000000004c5d | CHANGED | Write facter cache config | standalone 2026-01-04 13:02:30.471936 | fa163e78-c412-049c-01e5-000000004c5d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:49.106743 | 0.49s 2026-01-04 13:02:30.502348 | fa163e78-c412-049c-01e5-000000004c5e | TASK | Cleanup facter cache if exists 2026-01-04 13:02:30.747780 | fa163e78-c412-049c-01e5-000000004c5e | CHANGED | Cleanup facter cache if exists | standalone 2026-01-04 13:02:30.748573 | fa163e78-c412-049c-01e5-000000004c5e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:49.383390 | 0.24s 2026-01-04 13:02:30.767924 | fa163e78-c412-049c-01e5-000000004c5f | TASK | Pre-cache facts 2026-01-04 13:02:31.369955 | fa163e78-c412-049c-01e5-000000004c5f | CHANGED | Pre-cache facts | standalone 2026-01-04 13:02:31.371559 | fa163e78-c412-049c-01e5-000000004c5f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:50.006366 | 0.60s 2026-01-04 13:02:31.406672 | fa163e78-c412-049c-01e5-000000004c60 | TASK | Failed deployment if facter fails 2026-01-04 13:02:31.447247 | fa163e78-c412-049c-01e5-000000004c60 | SKIPPED | Failed deployment if facter fails | standalone 2026-01-04 13:02:31.448615 | fa163e78-c412-049c-01e5-000000004c60 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:50.083423 | 0.04s 2026-01-04 13:02:31.493847 | fa163e78-c412-049c-01e5-000000004c61 | TASK | Sync cached facts 2026-01-04 13:02:31.766404 | fa163e78-c412-049c-01e5-000000004c61 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e78-c412-049c-01e5-000000004c61') missing from stats 2026-01-04 13:02:31.821794 | fa163e78-c412-049c-01e5-000000004c1b | TASK | Include container-puppet tasks (generate config) during step 1 2026-01-04 13:02:31.872277 | fa163e78-c412-049c-01e5-000000004c1b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-01-04 13:02:31.873646 | fa163e78-c412-049c-01e5-000000004c1b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:50.508453 | 0.05s 2026-01-04 13:02:31.903226 | fa163e78-c412-049c-01e5-000000004c1d | TASK | Manage containers for step 5 with tripleo-ansible 2026-01-04 13:02:31.932100 | fa163e78-c412-049c-01e5-000000004c1d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:50.566896 | 0.03s 2026-01-04 13:02:32.001002 | fa163e78-c412-049c-01e5-000000004cb8 | TASK | Gather variables for each operating system 2026-01-04 13:02:32.106571 | fa163e78-c412-049c-01e5-000000004cb8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:50.741367 | 0.10s 2026-01-04 13:02:32.131053 | fa163e78-c412-049c-01e5-000000004cb9 | TASK | Create container logs path 2026-01-04 13:02:32.422455 | fa163e78-c412-049c-01e5-000000004cb9 | OK | Create container logs path | standalone 2026-01-04 13:02:32.423315 | fa163e78-c412-049c-01e5-000000004cb9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:51.058130 | 0.29s 2026-01-04 13:02:32.445825 | fa163e78-c412-049c-01e5-000000004cbb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-01-04 13:02:32.726430 | fa163e78-c412-049c-01e5-000000004cbb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-01-04 13:02:32.727458 | fa163e78-c412-049c-01e5-000000004cbb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:51.362272 | 0.28s 2026-01-04 13:02:32.748818 | fa163e78-c412-049c-01e5-000000004cbc | TASK | Finalise hashes for all containers 2026-01-04 13:02:32.811045 | fa163e78-c412-049c-01e5-000000004cbc | OK | Finalise hashes for all containers | standalone 2026-01-04 13:02:32.811975 | fa163e78-c412-049c-01e5-000000004cbc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:51.446789 | 0.06s 2026-01-04 13:02:32.842469 | fa163e78-c412-049c-01e5-000000004cbe | TASK | Manage systemd shutdown files 2026-01-04 13:02:32.874060 | fa163e78-c412-049c-01e5-000000004cbe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:51.508862 | 0.03s 2026-01-04 13:02:32.891540 | a5b40be1-451a-4400-8723-5cb2307098b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-01-04 13:02:32.914559 | fa163e78-c412-049c-01e5-000000004cf1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-01-04 13:02:33.138647 | fa163e78-c412-049c-01e5-000000004cf1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-01-04 13:02:33.140105 | fa163e78-c412-049c-01e5-000000004cf1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:29:51.774912 | 0.22s 2026-01-04 13:02:33.169265 | fa163e78-c412-049c-01e5-000000004cf2 | TASK | Set podman_drop_in fact 2026-01-04 13:02:33.232615 | fa163e78-c412-049c-01e5-000000004cf2 | OK | Set podman_drop_in fact | standalone 2026-01-04 13:02:33.233839 | fa163e78-c412-049c-01e5-000000004cf2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:29:51.868648 | 0.06s 2026-01-04 13:02:33.263345 | fa163e78-c412-049c-01e5-000000004cf4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-01-04 13:02:33.767439 | fa163e78-c412-049c-01e5-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-01-04 13:02:33.769835 | fa163e78-c412-049c-01e5-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:52.404640 | 0.50s 2026-01-04 13:02:34.312552 | fa163e78-c412-049c-01e5-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-01-04 13:02:34.314309 | fa163e78-c412-049c-01e5-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:52.949117 | 1.05s 2026-01-04 13:02:34.324728 | fa163e78-c412-049c-01e5-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:52.959536 | 1.06s 2026-01-04 13:02:34.344548 | fa163e78-c412-049c-01e5-000000004cf5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-01-04 13:02:34.857924 | fa163e78-c412-049c-01e5-000000004cf5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-01-04 13:02:34.858779 | fa163e78-c412-049c-01e5-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:29:53.493597 | 0.51s 2026-01-04 13:02:34.878844 | fa163e78-c412-049c-01e5-000000004cf6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-01-04 13:02:35.348004 | fa163e78-c412-049c-01e5-000000004cf6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-01-04 13:02:35.349071 | fa163e78-c412-049c-01e5-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:53.983889 | 0.47s 2026-01-04 13:02:35.368811 | fa163e78-c412-049c-01e5-000000004cf7 | TASK | Enable and start tripleo-container-shutdown 2026-01-04 13:02:36.309388 | fa163e78-c412-049c-01e5-000000004cf7 | OK | Enable and start tripleo-container-shutdown | standalone 2026-01-04 13:02:36.311243 | fa163e78-c412-049c-01e5-000000004cf7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:54.946054 | 0.94s 2026-01-04 13:02:36.335415 | fa163e78-c412-049c-01e5-000000004cf8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-01-04 13:02:36.802992 | fa163e78-c412-049c-01e5-000000004cf8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-01-04 13:02:36.804268 | fa163e78-c412-049c-01e5-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:55.439079 | 0.47s 2026-01-04 13:02:36.828192 | fa163e78-c412-049c-01e5-000000004cf9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-01-04 13:02:37.256984 | fa163e78-c412-049c-01e5-000000004cf9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-01-04 13:02:37.258788 | fa163e78-c412-049c-01e5-000000004cf9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:29:55.893593 | 0.43s 2026-01-04 13:02:37.279544 | fa163e78-c412-049c-01e5-000000004cfa | TASK | Enable and start netns-placeholder 2026-01-04 13:02:38.217307 | fa163e78-c412-049c-01e5-000000004cfa | CHANGED | Enable and start netns-placeholder | standalone 2026-01-04 13:02:38.219598 | fa163e78-c412-049c-01e5-000000004cfa | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:56.854403 | 0.94s 2026-01-04 13:02:38.251755 | fa163e78-c412-049c-01e5-000000004cc0 | TASK | Update container configs with new config hashes 2026-01-04 13:02:38.315049 | fa163e78-c412-049c-01e5-000000004cc0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:56.949846 | 0.06s 2026-01-04 13:02:38.341890 | 07b3bb89-c8e2-4216-8854-1b68d9e53dfe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-01-04 13:02:38.379415 | fa163e78-c412-049c-01e5-000000004d22 | TASK | Update config hashes for container startup configs 2026-01-04 13:02:38.668020 | fa163e78-c412-049c-01e5-000000004d22 | OK | Update config hashes for container startup configs | standalone 2026-01-04 13:02:38.669458 | fa163e78-c412-049c-01e5-000000004d22 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:57.304265 | 0.29s 2026-01-04 13:02:38.701335 | fa163e78-c412-049c-01e5-000000004cc1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-01-04 13:02:38.752751 | fa163e78-c412-049c-01e5-000000004cc1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:57.387542 | 0.05s 2026-01-04 13:02:38.778678 | f20cd897-6dfa-482c-add4-0579d32d39ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-01-04 13:02:38.820888 | fa163e78-c412-049c-01e5-000000004d41 | TASK | Gather podman infos 2026-01-04 13:02:41.117891 | fa163e78-c412-049c-01e5-000000004d41 | OK | Gather podman infos | standalone 2026-01-04 13:02:41.120028 | fa163e78-c412-049c-01e5-000000004d41 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:29:59.754833 | 2.30s 2026-01-04 13:02:41.281866 | fa163e78-c412-049c-01e5-000000004d42 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-01-04 13:02:41.379928 | fa163e78-c412-049c-01e5-000000004d42 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:00.014707 | 0.09s 2026-01-04 13:02:41.595404 | fa163e78-c412-049c-01e5-000000004d8b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:00.230149 | 0.15s 2026-01-04 13:02:41.660493 | fa163e78-c412-049c-01e5-000000004cc2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-01-04 13:02:41.727629 | fa163e78-c412-049c-01e5-000000004cc2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:00.362225 | 0.06s 2026-01-04 13:02:41.752173 | 4ac9088c-bff6-48cd-83a7-594ff30944dc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-01-04 13:02:41.789975 | fa163e78-c412-049c-01e5-000000004db1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-01-04 13:03:07.470961 | fa163e78-c412-049c-01e5-000000004db1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-01-04 13:03:07.473013 | fa163e78-c412-049c-01e5-000000004db1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:26.107830 | 25.68s 2026-01-04 13:03:07.506024 | fa163e78-c412-049c-01e5-000000004db2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-01-04 13:03:35.381880 | fa163e78-c412-049c-01e5-000000004db2 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-01-04 13:03:35.383320 | fa163e78-c412-049c-01e5-000000004db2 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:54.018132 | 27.88s 2026-01-04 13:03:35.445370 | fa163e78-c412-049c-01e5-000000004c1f | TASK | Clean container_puppet_tasks for standalone step 5 2026-01-04 13:03:35.647027 | fa163e78-c412-049c-01e5-000000004c1f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-01-04 13:03:35.648519 | fa163e78-c412-049c-01e5-000000004c1f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:30:54.283332 | 0.20s 2026-01-04 13:03:35.678459 | fa163e78-c412-049c-01e5-000000004c20 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-01-04 13:03:35.739939 | fa163e78-c412-049c-01e5-000000004c20 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:30:54.374727 | 0.06s 2026-01-04 13:03:35.762343 | fa163e78-c412-049c-01e5-000000004c21 | TASK | Include container-puppet tasks for step 5 2026-01-04 13:03:35.813555 | fa163e78-c412-049c-01e5-000000004c21 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:30:54.448346 | 0.05s 2026-01-04 13:03:35.828130 | 9f50d806-dd5f-424f-85be-a47f864aa12b | INCLUDED | /root/standalone-ansible-stn780hd/host-container-puppet-tasks.yaml | standalone 2026-01-04 13:03:35.857927 | fa163e78-c412-049c-01e5-000000004dfd | TASK | Write container-puppet-tasks json file for standalone step 5 2026-01-04 13:03:36.402280 | fa163e78-c412-049c-01e5-000000004dfd | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-01-04 13:03:36.403895 | fa163e78-c412-049c-01e5-000000004dfd | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:30:55.038702 | 0.54s 2026-01-04 13:03:36.435511 | fa163e78-c412-049c-01e5-000000004dff | TASK | Generate container puppet configs for step 5 2026-01-04 13:03:36.711521 | fa163e78-c412-049c-01e5-000000004dff | OK | Generate container puppet configs for step 5 | standalone 2026-01-04 13:03:36.712753 | fa163e78-c412-049c-01e5-000000004dff | TIMING | Generate container puppet configs for step 5 | standalone | 0:30:55.347563 | 0.27s 2026-01-04 13:03:36.739214 | fa163e78-c412-049c-01e5-000000004e00 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-01-04 13:03:36.772540 | fa163e78-c412-049c-01e5-000000004e00 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:30:55.407331 | 0.03s 2026-01-04 13:03:36.845001 | fa163e78-c412-049c-01e5-000000004e2f | TASK | Gather variables for each operating system 2026-01-04 13:03:36.967898 | fa163e78-c412-049c-01e5-000000004e2f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:55.602688 | 0.12s 2026-01-04 13:03:36.997781 | fa163e78-c412-049c-01e5-000000004e30 | TASK | Create container logs path 2026-01-04 13:03:37.301432 | fa163e78-c412-049c-01e5-000000004e30 | OK | Create container logs path | standalone 2026-01-04 13:03:37.302392 | fa163e78-c412-049c-01e5-000000004e30 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:55.937211 | 0.30s 2026-01-04 13:03:37.324148 | fa163e78-c412-049c-01e5-000000004e32 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-01-04 13:03:37.539658 | fa163e78-c412-049c-01e5-000000004e32 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-01-04 13:03:37.540442 | fa163e78-c412-049c-01e5-000000004e32 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:56.175256 | 0.22s 2026-01-04 13:03:37.562427 | fa163e78-c412-049c-01e5-000000004e33 | TASK | Finalise hashes for all containers 2026-01-04 13:03:37.590193 | fa163e78-c412-049c-01e5-000000004e33 | OK | Finalise hashes for all containers | standalone 2026-01-04 13:03:37.590948 | fa163e78-c412-049c-01e5-000000004e33 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:56.225765 | 0.03s 2026-01-04 13:03:37.620231 | fa163e78-c412-049c-01e5-000000004e35 | TASK | Manage systemd shutdown files 2026-01-04 13:03:37.648790 | fa163e78-c412-049c-01e5-000000004e35 | SKIPPED | Manage systemd shutdown files | standalone 2026-01-04 13:03:37.649584 | fa163e78-c412-049c-01e5-000000004e35 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:56.284400 | 0.03s 2026-01-04 13:03:37.670082 | fa163e78-c412-049c-01e5-000000004e37 | TASK | Update container configs with new config hashes 2026-01-04 13:03:37.698289 | fa163e78-c412-049c-01e5-000000004e37 | SKIPPED | Update container configs with new config hashes | standalone 2026-01-04 13:03:37.699081 | fa163e78-c412-049c-01e5-000000004e37 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:56.333897 | 0.03s 2026-01-04 13:03:37.724057 | fa163e78-c412-049c-01e5-000000004e38 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-01-04 13:03:37.753931 | fa163e78-c412-049c-01e5-000000004e38 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-01-04 13:03:37.754921 | fa163e78-c412-049c-01e5-000000004e38 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:56.389736 | 0.03s 2026-01-04 13:03:37.776170 | fa163e78-c412-049c-01e5-000000004e39 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-01-04 13:03:37.803659 | fa163e78-c412-049c-01e5-000000004e39 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-01-04 13:03:37.804674 | fa163e78-c412-049c-01e5-000000004e39 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:56.439488 | 0.03s PLAY [Server Post Deployments] ************************************************* 2026-01-04 13:03:37.938044 | fa163e78-c412-049c-01e5-0000000000f7 | TASK | Server Post Deployments 2026-01-04 13:03:37.967618 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000f7') missing from stats 2026-01-04 13:03:38.045903 | fa163e78-c412-049c-01e5-0000000000f8 | TIMING | include_tasks | standalone | 0:30:56.680501 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-01-04 13:03:38.192119 | fa163e78-c412-049c-01e5-0000000000fc | TASK | External deployment Post Deploy tasks 2026-01-04 13:03:38.213041 | fa163e78-c412-049c-01e5-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', 'fa163e78-c412-049c-01e5-0000000000fc') missing from stats 2026-01-04 13:03:38.229395 | fa163e78-c412-049c-01e5-000000000100 | TASK | is additonal Cell? 2026-01-04 13:03:38.255988 | fa163e78-c412-049c-01e5-000000000100 | OK | is additonal Cell? | undercloud 2026-01-04 13:03:38.257124 | fa163e78-c412-049c-01e5-000000000100 | TIMING | is additonal Cell? | undercloud | 0:30:56.891930 | 0.03s 2026-01-04 13:03:38.274653 | fa163e78-c412-049c-01e5-000000000102 | TASK | discover via nova_manager? 2026-01-04 13:03:38.367587 | fa163e78-c412-049c-01e5-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-01-04 13:03:38.368815 | fa163e78-c412-049c-01e5-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:57.003624 | 0.09s 2026-01-04 13:03:38.386196 | fa163e78-c412-049c-01e5-000000000103 | TASK | discover via nova_api? 2026-01-04 13:03:38.469198 | fa163e78-c412-049c-01e5-000000000103 | OK | discover via nova_api? | undercloud 2026-01-04 13:03:38.470350 | fa163e78-c412-049c-01e5-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:57.105155 | 0.08s 2026-01-04 13:03:38.488474 | fa163e78-c412-049c-01e5-000000000104 | TASK | Warn if no discovery host available 2026-01-04 13:03:38.538127 | fa163e78-c412-049c-01e5-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-01-04 13:03:38.539295 | fa163e78-c412-049c-01e5-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:57.174103 | 0.05s 2026-01-04 13:03:38.576419 | fa163e78-c412-049c-01e5-000000000105 | TASK | Discovering nova hosts 2026-01-04 13:03:41.074833 | fa163e78-c412-049c-01e5-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e78-c412-049c-01e5-000000000105') missing from stats 2026-01-04 13:03:41.182658 | fa163e78-c412-049c-01e5-000000000106 | OK | set_fact | undercloud 2026-01-04 13:03:41.184404 | fa163e78-c412-049c-01e5-000000000106 | TIMING | set_fact | undercloud | 0:30:59.819214 | 0.07s 2026-01-04 13:03:41.199923 | fa163e78-c412-049c-01e5-000000000108 | TASK | Set up group_vars 2026-01-04 13:03:41.263694 | fa163e78-c412-049c-01e5-000000000108 | OK | Set up group_vars | undercloud 2026-01-04 13:03:41.265619 | fa163e78-c412-049c-01e5-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:59.900426 | 0.06s 2026-01-04 13:03:41.281498 | fa163e78-c412-049c-01e5-000000000109 | TASK | Make needed directories on the undercloud 2026-01-04 13:03:41.560527 | fa163e78-c412-049c-01e5-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-stn780hd/octavia-ansible 2026-01-04 13:03:41.561623 | fa163e78-c412-049c-01e5-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.196436 | 0.28s 2026-01-04 13:03:41.801571 | fa163e78-c412-049c-01e5-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-stn780hd/octavia-ansible/local_dir 2026-01-04 13:03:41.803009 | fa163e78-c412-049c-01e5-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.437824 | 0.52s 2026-01-04 13:03:42.038575 | fa163e78-c412-049c-01e5-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-stn780hd/octavia-ansible/group_vars 2026-01-04 13:03:42.039566 | fa163e78-c412-049c-01e5-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.674380 | 0.76s 2026-01-04 13:03:42.044662 | fa163e78-c412-049c-01e5-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.679454 | 0.76s 2026-01-04 13:03:42.066806 | fa163e78-c412-049c-01e5-00000000010a | TASK | Write group_vars file 2026-01-04 13:03:42.597157 | fa163e78-c412-049c-01e5-00000000010a | CHANGED | Write group_vars file | undercloud 2026-01-04 13:03:42.600431 | fa163e78-c412-049c-01e5-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:01.235223 | 0.53s 2026-01-04 13:03:42.642919 | fa163e78-c412-049c-01e5-00000000010b | TASK | Gather missing facts 2026-01-04 13:03:43.042382 | fa163e78-c412-049c-01e5-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e78-c412-049c-01e5-00000000010b') missing from stats 2026-01-04 13:03:43.062986 | fa163e78-c412-049c-01e5-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:01.697766 | 0.42s 2026-01-04 13:03:43.085798 | fa163e78-c412-049c-01e5-00000000010c | TASK | Write octavia inventory 2026-01-04 13:03:43.679397 | fa163e78-c412-049c-01e5-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-01-04 13:03:43.681257 | fa163e78-c412-049c-01e5-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:02.316056 | 0.59s 2026-01-04 13:03:43.700261 | fa163e78-c412-049c-01e5-00000000010d | TASK | Check for ssh_private_key in working directory 2026-01-04 13:03:43.965903 | fa163e78-c412-049c-01e5-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-01-04 13:03:43.966755 | fa163e78-c412-049c-01e5-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:02.601570 | 0.26s 2026-01-04 13:03:43.980891 | fa163e78-c412-049c-01e5-00000000010e | TASK | Set private key location 2026-01-04 13:03:44.027682 | fa163e78-c412-049c-01e5-00000000010e | SKIPPED | Set private key location | undercloud 2026-01-04 13:03:44.028717 | fa163e78-c412-049c-01e5-00000000010e | TIMING | Set private key location | undercloud | 0:31:02.663530 | 0.05s 2026-01-04 13:03:44.043282 | fa163e78-c412-049c-01e5-00000000010f | TASK | Configure octavia command 2026-01-04 13:03:44.084389 | fa163e78-c412-049c-01e5-00000000010f | OK | Configure octavia command | undercloud 2026-01-04 13:03:44.085365 | fa163e78-c412-049c-01e5-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:02.720166 | 0.04s 2026-01-04 13:03:44.124749 | fa163e78-c412-049c-01e5-000000000110 | OK | set_fact | undercloud 2026-01-04 13:03:44.125762 | fa163e78-c412-049c-01e5-000000000110 | TIMING | set_fact | undercloud | 0:31:02.760575 | 0.02s 2026-01-04 13:03:44.170350 | fa163e78-c412-049c-01e5-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-stn780hd/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-stn780hd/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-stn780hd/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-01-04 13:03:44.171471 | fa163e78-c412-049c-01e5-000000000111 | TIMING | debug | undercloud | 0:31:02.806279 | 0.03s 2026-01-04 13:03:44.187081 | fa163e78-c412-049c-01e5-000000000112 | TASK | Configure octavia on overcloud 2026-01-04 13:07:06.071343 | fa163e78-c412-049c-01e5-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-01-04 13:07:06.073209 | fa163e78-c412-049c-01e5-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:24.708019 | 201.89s 2026-01-04 13:07:06.089718 | fa163e78-c412-049c-01e5-000000000113 | TASK | Purge temp dirs 2026-01-04 13:07:06.394711 | fa163e78-c412-049c-01e5-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-stn780hd/octavia-ansible/local_dir 2026-01-04 13:07:06.395897 | fa163e78-c412-049c-01e5-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:25.030709 | 0.31s 2026-01-04 13:07:06.406127 | fa163e78-c412-049c-01e5-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:25.040930 | 0.32s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2026-01-04 13:07:06.478462 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-01-04 13:07:06.479003 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-01-04 13:07:06.479579 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:25.114395 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-01-04 13:07:06.480268 | UUID | Info | Host | Task Name | Run Time 2026-01-04 13:07:06.481005 | fa163e78-c412-049c-01e5-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 230.29s 2026-01-04 13:07:06.481611 | fa163e78-c412-049c-01e5-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 201.89s 2026-01-04 13:07:06.482155 | fa163e78-c412-049c-01e5-000000004a1b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 128.94s 2026-01-04 13:07:06.482681 | fa163e78-c412-049c-01e5-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.16s 2026-01-04 13:07:06.483159 | fa163e78-c412-049c-01e5-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.54s 2026-01-04 13:07:06.483683 | fa163e78-c412-049c-01e5-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.92s 2026-01-04 13:07:06.484157 | fa163e78-c412-049c-01e5-00000000487f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.90s 2026-01-04 13:07:06.484672 | fa163e78-c412-049c-01e5-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.86s 2026-01-04 13:07:06.485150 | fa163e78-c412-049c-01e5-000000004a1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 29.57s 2026-01-04 13:07:06.485658 | fa163e78-c412-049c-01e5-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.74s 2026-01-04 13:07:06.486160 | fa163e78-c412-049c-01e5-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.92s 2026-01-04 13:07:06.487171 | fa163e78-c412-049c-01e5-000000004db2 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 27.88s 2026-01-04 13:07:06.487701 | fa163e78-c412-049c-01e5-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 26.84s 2026-01-04 13:07:06.488214 | fa163e78-c412-049c-01e5-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 26.07s 2026-01-04 13:07:06.488728 | fa163e78-c412-049c-01e5-000000004db1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.68s 2026-01-04 13:07:06.489203 | fa163e78-c412-049c-01e5-000000004b6e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.99s 2026-01-04 13:07:06.489727 | fa163e78-c412-049c-01e5-000000004b16 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.19s 2026-01-04 13:07:06.490444 | fa163e78-c412-049c-01e5-000000004b42 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.13s 2026-01-04 13:07:06.491162 | fa163e78-c412-049c-01e5-00000000333c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 21.12s 2026-01-04 13:07:06.491708 | fa163e78-c412-049c-01e5-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.73s 2026-01-04 13:07:06.492176 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-stn780hd Install artifact is located at /root/standalone-install-20260104130707.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.CI55QCg8gf + exit 0 ~/ci-framework-data/artifacts