~/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.CoYx7QVLFu + 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.CoYx7QVLFu/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.CoYx7QVLFu/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.CoYx7QVLFu + J2_VARS_FILE=/tmp/tmp.CoYx7QVLFu/tmp.nvVt4BqPLj.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.CoYx7QVLFu/tmp.nvVt4BqPLj.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/tmp.nvVt4BqPLj.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.CoYx7QVLFu/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.CoYx7QVLFu/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.CoYx7QVLFu/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.CoYx7QVLFu/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.CoYx7QVLFu/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 6.6 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.7-11.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 399 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 185 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 578 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.7 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.7 MB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 650 kB/s | 24 kB 00:00 (6/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 474 kB/s | 17 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 216 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 57 kB 00:00 (9/399): perl-Data-Dumper-2.174-462.el9.x86_64. 1.4 MB/s | 59 kB 00:00 (10/399): perl-Exporter-5.74-461.el9.noarch.rpm 882 kB/s | 34 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 1.4 MB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 728 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 384 kB/s | 16 kB 00:00 (14/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.7 MB/s | 321 kB 00:00 (15/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.8 MB/s | 283 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.0 MB/s | 45 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.3 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.5 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.8 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 927 kB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 254 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 1.8 MB/s | 134 kB 00:00 (25/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 569 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 627 kB/s | 28 kB 00:00 (28/399): perl-Carp-1.50-460.el9.noarch.rpm 699 kB/s | 31 kB 00:00 (29/399): perl-Encode-3.08-462.el9.x86_64.rpm 24 MB/s | 1.7 MB 00:00 (30/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.5 MB/s | 218 kB 00:00 (31/399): perl-Pod-Escapes-1.07-460.el9.noarch. 329 kB/s | 22 kB 00:00 (32/399): libburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 175 kB 00:00 (33/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 666 kB/s | 24 kB 00:00 (34/399): perl-Mozilla-CA-20200520-6.el9.noarch 207 kB/s | 14 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 551 kB/s | 37 kB 00:00 (36/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.7 MB/s | 73 kB 00:00 (37/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 970 kB/s | 76 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 616 kB/s | 30 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.6 MB/s | 59 kB 00:00 (40/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.8 MB/s | 410 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 2.4 MB/s | 108 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 942 kB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 892 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 480 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.4 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 752 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 799 kB/s | 38 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.6 MB/s | 92 kB 00:00 (50/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.4 MB/s | 58 kB 00:00 (51/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.3 MB/s | 77 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 426 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 2.5 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.3 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 655 kB/s | 27 kB 00:00 (56/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.4 MB/s | 96 kB 00:00 (57/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.9 MB/s | 163 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 1.5 MB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.2 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.8 MB/s | 221 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 19 MB/s | 900 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 796 kB/s | 31 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 11 MB/s | 489 kB 00:00 (65/399): perl-AutoLoader-5.74-480.el9.noarch.r 619 kB/s | 23 kB 00:00 (66/399): perl-B-1.80-480.el9.x86_64.rpm 4.6 MB/s | 185 kB 00:00 (67/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 595 kB/s | 42 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 639 kB/s | 24 kB 00:00 (69/399): perl-Errno-1.30-480.el9.x86_64.rpm 458 kB/s | 17 kB 00:00 (70/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 621 kB/s | 23 kB 00:00 (71/399): perl-File-Basename-2.85-480.el9.noarc 458 kB/s | 19 kB 00:00 (72/399): perl-File-stat-1.09-480.el9.noarch.rp 422 kB/s | 19 kB 00:00 (73/399): perl-FileHandle-2.03-480.el9.noarch.r 408 kB/s | 17 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 383 kB/s | 17 kB 00:00 (75/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 693 kB/s | 25 kB 00:00 (76/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 598 kB/s | 25 kB 00:00 (77/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.5 MB/s | 99 kB 00:00 (78/399): perl-SelectSaver-1.02-480.el9.noarch. 343 kB/s | 13 kB 00:00 (79/399): perl-Symbol-1.08-480.el9.noarch.rpm 428 kB/s | 16 kB 00:00 (80/399): perl-IO-1.43-480.el9.x86_64.rpm 705 kB/s | 94 kB 00:00 (81/399): perl-base-2.27-480.el9.noarch.rpm 387 kB/s | 18 kB 00:00 (82/399): perl-if-0.60.800-480.el9.noarch.rpm 405 kB/s | 16 kB 00:00 (83/399): perl-interpreter-5.32.1-480.el9.x86_6 1.6 MB/s | 75 kB 00:00 (84/399): perl-mro-1.23-480.el9.x86_64.rpm 770 kB/s | 31 kB 00:00 (85/399): perl-libs-5.32.1-480.el9.x86_64.rpm 32 MB/s | 2.2 MB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 913 kB/s | 47 kB 00:00 (87/399): perl-overloading-0.02-480.el9.noarch. 423 kB/s | 15 kB 00:00 (88/399): perl-vars-1.05-480.el9.noarch.rpm 338 kB/s | 15 kB 00:00 (89/399): perl-subs-1.03-480.el9.noarch.rpm 262 kB/s | 13 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 6.1 MB/s | 259 kB 00:00 (91/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.3 MB/s | 176 kB 00:00 (92/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.8 MB/s | 459 kB 00:00 (93/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 943 kB/s | 40 kB 00:00 (94/399): jq-1.6-14.el9.x86_64.rpm 4.7 MB/s | 190 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.5 MB/s | 59 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 9.3 MB/s | 452 kB 00:00 (97/399): python3-openvswitch3.3-3.3.7-11.el9fd 8.3 MB/s | 399 kB 00:00 (98/399): bash-completion-2.11-4.el9.noarch.rpm 9.4 MB/s | 459 kB 00:00 (99/399): rhel-system-roles-1.21.2-1.el9_2.noar 27 MB/s | 2.4 MB 00:00 (100/399): device-mapper-persistent-data-0.9.0- 16 MB/s | 786 kB 00:00 (101/399): libaio-0.3.111-13.el9.x86_64.rpm 541 kB/s | 26 kB 00:00 (102/399): glibc-langpack-en-2.34-60.el9.x86_64 14 MB/s | 675 kB 00:00 (103/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.3 MB/s | 62 kB 00:00 (104/399): krb5-workstation-1.20.1-8.el9.x86_64 12 MB/s | 542 kB 00:00 (105/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.9 MB/s | 81 kB 00:00 (106/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 37 kB 00:00 (107/399): pkgconf-1.7.3-10.el9.x86_64.rpm 1.0 MB/s | 45 kB 00:00 (108/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 319 kB/s | 16 kB 00:00 (109/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 314 kB/s | 12 kB 00:00 (110/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.4 MB/s | 418 kB 00:00 (111/399): ipa-client-common-4.10.1-12.el9_2.2. 1.2 MB/s | 44 kB 00:00 (112/399): ipa-common-4.10.1-12.el9_2.2.noarch. 13 MB/s | 656 kB 00:00 (113/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.5 MB/s | 57 kB 00:00 (114/399): python3-ipaclient-4.10.1-12.el9_2.2. 13 MB/s | 648 kB 00:00 (115/399): python3-ipalib-4.10.1-12.el9_2.2.noa 7.6 MB/s | 663 kB 00:00 (116/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 801 kB/s | 41 kB 00:00 (117/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.2 MB/s | 46 kB 00:00 (118/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 39 MB/s | 3.3 MB 00:00 (119/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.0 MB/s | 55 kB 00:00 (120/399): rubygem-bundler-2.2.33-161.el9_2.2.n 9.7 MB/s | 456 kB 00:00 (121/399): rubygem-io-console-0.5.7-161.el9_2.2 568 kB/s | 26 kB 00:00 (122/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.5 MB/s | 59 kB 00:00 (123/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (124/399): buildah-1.29.5-1.el9_2.x86_64.rpm 29 MB/s | 8.6 MB 00:00 (125/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.4 MB/s | 110 kB 00:00 (126/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 7.8 MB/s | 441 kB 00:00 (127/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.1 MB/s | 306 kB 00:00 (128/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.6 MB/s | 245 kB 00:00 (129/399): ansible-collection-community-general 17 MB/s | 1.3 MB 00:00 (130/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 48 MB/s | 7.9 MB 00:00 (131/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.3 MB/s | 68 kB 00:00 (132/399): ansible-collection-ansible-posix-1.2 2.3 MB/s | 124 kB 00:00 (133/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 12 MB/s | 2.2 MB 00:00 (134/399): cephadm-18.2.1-381.el9cp.noarch.rpm 4.1 MB/s | 335 kB 00:00 (135/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 659 kB/s | 36 kB 00:00 (136/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 476 kB/s | 30 kB 00:00 (137/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 383 kB/s | 19 kB 00:00 (138/399): device-mapper-event-1.02.187-7.el9_2 699 kB/s | 32 kB 00:00 (139/399): device-mapper-event-libs-1.02.187-7. 789 kB/s | 31 kB 00:00 (140/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 20 MB/s | 1.0 MB 00:00 (141/399): ansible-collection-ansible-netcommon 4.2 MB/s | 181 kB 00:00 (142/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 21 MB/s | 1.5 MB 00:00 (143/399): ansible-collection-ansible-utils-2.3 2.4 MB/s | 91 kB 00:00 (144/399): golang-github-vbatts-tar-split-0.11. 20 MB/s | 1.0 MB 00:00 (145/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.6 MB/s | 77 kB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 4.2 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.6 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 599 kB/s | 25 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 3.0 MB/s | 122 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 5.0 MB/s | 204 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 858 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 1.0 MB/s | 39 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 23 MB/s | 1.5 MB 00:00 (155/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 916 kB/s | 44 kB 00:00 (156/399): python3-gevent-21.1.2-2.el9ost.x86_6 26 MB/s | 1.6 MB 00:00 (157/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.8 MB/s | 107 kB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.5 MB/s | 284 kB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 1.1 MB/s | 46 kB 00:00 (160/399): python3-lockfile-0.12.2-2.el9ost.noa 825 kB/s | 31 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 902 kB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 5.6 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 457 kB/s | 16 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 1.6 MB/s | 59 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 13 MB/s | 712 kB 00:00 (167/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.7 MB/s | 273 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.8 MB/s | 90 kB 00:00 (169/399): python3-pyperclip-1.8.0-3.el9ost.noa 510 kB/s | 25 kB 00:00 (170/399): python3-setproctitle-1.2.2-1.el9ost. 278 kB/s | 23 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 921 kB/s | 47 kB 00:00 (172/399): python3-soupsieve-2.2-1.el9ost.noarc 1.4 MB/s | 67 kB 00:00 (173/399): python3-pynacl-1.4.0-1.el9ost.x86_64 708 kB/s | 111 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 23 MB/s | 1.7 MB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 1.4 MB/s | 51 kB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 1.4 MB/s | 82 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 5.0 MB/s | 205 kB 00:00 (178/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 5.5 MB/s | 396 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 4.6 MB/s | 202 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.4 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 375 kB/s | 14 kB 00:00 (182/399): rubygem-fast_gettext-1.2.0-9.el9ost. 721 kB/s | 34 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.0 MB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 432 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 736 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 358 kB/s | 16 kB 00:00 (187/399): ansible-config_template-2.0.1-17.1.2 809 kB/s | 29 kB 00:00 (188/399): rubygem-semantic_puppet-1.0.4-2.el9o 305 kB/s | 21 kB 00:00 (189/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 6.7 MB/s | 433 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 359 kB/s | 17 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 1.1 MB/s | 53 kB 00:00 (192/399): ansible-role-chrony-1.3.1-17.1.20230 370 kB/s | 22 kB 00:00 (193/399): ansible-role-openstack-operations-0. 871 kB/s | 30 kB 00:00 (194/399): ansible-role-container-registry-1.4. 443 kB/s | 24 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 431 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 764 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 369 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 613 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 902 kB/s | 36 kB 00:00 (200/399): ansible-tripleo-ipsec-11.0.1-17.1.20 814 kB/s | 38 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 239 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 190 kB/s | 9.6 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 876 kB/s | 50 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 401 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 1.4 MB/s | 62 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 719 kB/s | 28 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 660 kB/s | 44 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 1.2 MB/s | 70 kB 00:00 (210/399): puppet-certmonger-2.7.1-17.1.2023062 665 kB/s | 26 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 2.6 MB/s | 120 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 3.0 MB/s | 135 kB 00:00 (213/399): puppet-corosync-8.0.1-17.1.202306211 1.3 MB/s | 68 kB 00:00 (214/399): puppet-designate-18.6.1-17.1.2023062 1.8 MB/s | 69 kB 00:00 (215/399): puppet-dns-8.2.1-17.1.20230621002045 742 kB/s | 36 kB 00:00 (216/399): puppet-gnocchi-18.4.3-17.1.202306210 1.4 MB/s | 58 kB 00:00 (217/399): puppet-etcd-1.12.3-17.1.202306201932 427 kB/s | 25 kB 00:00 (218/399): puppet-heat-18.4.1-17.1.202306211116 1.4 MB/s | 70 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 574 kB/s | 21 kB 00:00 (220/399): puppet-manila-18.5.2-17.1.2023110219 2.2 MB/s | 81 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 654 kB/s | 23 kB 00:00 (222/399): puppet-mysql-10.6.1-17.1.20230621022 2.1 MB/s | 99 kB 00:00 (223/399): puppet-nova-18.6.1-17.1.202306210904 4.1 MB/s | 200 kB 00:00 (224/399): puppet-nssdb-1.0.2-17.1.202306201856 244 kB/s | 12 kB 00:00 (225/399): puppet-octavia-18.5.1-17.1.202306210 1.7 MB/s | 76 kB 00:00 (226/399): puppet-openstacklib-18.5.2-17.1.2023 1.7 MB/s | 62 kB 00:00 (227/399): puppet-openstack_extras-18.5.1-17.1. 779 kB/s | 48 kB 00:00 (228/399): puppet-oslo-18.5.1-17.1.202306210523 761 kB/s | 48 kB 00:00 (229/399): puppet-qdr-7.4.1-17.1.20230620195605 689 kB/s | 31 kB 00:00 (230/399): puppet-placement-5.4.3-17.1.20230621 790 kB/s | 41 kB 00:00 (231/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (232/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (233/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.7 MB/s | 266 kB 00:00 (234/399): puppet-ssh-6.2.1-17.1.20230620190251 424 kB/s | 29 kB 00:00 (235/399): puppet-stdlib-6.3.1-17.1.20230621000 2.3 MB/s | 160 kB 00:00 (236/399): puppet-swift-18.6.1-17.1.20230621052 1.6 MB/s | 115 kB 00:00 (237/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (238/399): puppet-systemd-2.12.1-17.1.202306201 966 kB/s | 42 kB 00:00 (239/399): python-oslo-cache-lang-2.7.1-17.1.20 534 kB/s | 19 kB 00:00 (240/399): python-oslo-log-lang-4.4.0-17.1.2023 373 kB/s | 14 kB 00:00 (241/399): python-oslo-middleware-lang-4.2.1-17 347 kB/s | 13 kB 00:00 (242/399): puppet-xinetd-3.3.1-17.1.20230620185 250 kB/s | 26 kB 00:00 (243/399): python-oslo-policy-lang-3.7.1-17.1.2 352 kB/s | 14 kB 00:00 (244/399): python-oslo-versionedobjects-lang-2. 319 kB/s | 14 kB 00:00 (245/399): python-pycadf-common-3.1.1-17.1.2023 374 kB/s | 15 kB 00:00 (246/399): python3-GitPython-3.1.14-2.el9ost.no 4.4 MB/s | 238 kB 00:00 (247/399): python3-aodhclient-2.2.0-17.1.202306 1.5 MB/s | 56 kB 00:00 (248/399): python3-barbicanclient-5.3.0-17.1.20 3.1 MB/s | 127 kB 00:00 (249/399): python3-cinderclient-7.4.1-17.1.2023 3.9 MB/s | 218 kB 00:00 (250/399): python3-cliff-3.7.0-17.1.20230620172 2.1 MB/s | 95 kB 00:00 (251/399): python3-futurist-2.3.0-17.1.20230621 1.3 MB/s | 64 kB 00:00 (252/399): python3-heat-agent-2.2.1-17.1.202306 393 kB/s | 19 kB 00:00 (253/399): python3-heat-agent-ansible-2.2.1-17. 291 kB/s | 11 kB 00:00 (254/399): python3-designateclient-4.2.1-17.1.2 776 kB/s | 92 kB 00:00 (255/399): python3-heat-agent-apply-config-2.2. 209 kB/s | 9.9 kB 00:00 (256/399): python3-heat-agent-docker-cmd-2.2.1- 235 kB/s | 12 kB 00:00 (257/399): python3-heat-agent-hiera-2.2.1-17.1. 213 kB/s | 10 kB 00:00 (258/399): python3-heat-agent-json-file-2.2.1-1 212 kB/s | 9.8 kB 00:00 (259/399): python3-heat-agent-puppet-2.2.1-17.1 283 kB/s | 11 kB 00:00 (260/399): python3-heatclient-2.3.1-17.1.202306 3.8 MB/s | 158 kB 00:00 (261/399): python3-ironic-inspector-client-4.5. 1.7 MB/s | 67 kB 00:00 (262/399): python3-ironicclient-4.6.4-17.1.2023 6.3 MB/s | 342 kB 00:00 (263/399): python3-keystonemiddleware-9.2.0-17. 2.1 MB/s | 92 kB 00:00 (264/399): python3-keystoneclient-4.3.0-17.1.20 4.0 MB/s | 239 kB 00:00 (265/399): python3-magnumclient-3.4.1-17.1.2023 3.1 MB/s | 121 kB 00:00 (266/399): python3-mistralclient-4.2.0-17.1.202 4.0 MB/s | 166 kB 00:00 (267/399): python3-neutronclient-7.3.1-17.1.202 6.8 MB/s | 298 kB 00:00 (268/399): python3-novaclient-17.4.1-17.1.20230 5.2 MB/s | 201 kB 00:00 (269/399): python3-os-client-config-2.1.0-17.1. 1.5 MB/s | 55 kB 00:00 (270/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (271/399): python3-osc-lib-2.3.1-17.1.202306202 2.0 MB/s | 78 kB 00:00 (272/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (273/399): python3-oslo-context-3.2.1-17.1.2023 711 kB/s | 27 kB 00:00 (274/399): python3-oslo-log-4.4.0-17.1.20230620 138 kB/s | 64 kB 00:00 (275/399): python3-os-traits-2.5.0-17.1.2023062 82 kB/s | 45 kB 00:00 (276/399): python3-oslo-middleware-4.2.1-17.1.2 115 kB/s | 55 kB 00:00 (277/399): python3-oslo-policy-3.7.1-17.1.20230 1.8 MB/s | 76 kB 00:00 (278/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.3 MB/s | 46 kB 00:00 (279/399): python3-oslo-reports-2.2.0-17.1.2023 1.3 MB/s | 59 kB 00:00 (280/399): python3-oslo-serialization-4.1.1-17. 929 kB/s | 34 kB 00:00 (281/399): python3-oslo-upgradecheck-1.3.1-17.1 818 kB/s | 29 kB 00:00 (282/399): python3-oslo-versionedobjects-2.4.1- 1.8 MB/s | 79 kB 00:00 (283/399): python3-osprofiler-3.4.0-17.1.202306 2.8 MB/s | 130 kB 00:00 (284/399): python3-pycadf-3.1.1-17.1.2023062021 1.4 MB/s | 53 kB 00:00 (285/399): python3-saharaclient-3.3.0-17.1.2023 4.7 MB/s | 188 kB 00:00 (286/399): python3-requestsexceptions-1.4.0-17. 348 kB/s | 17 kB 00:00 (287/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (288/399): python3-swiftclient-3.11.1-17.1.2023 3.4 MB/s | 136 kB 00:00 (289/399): python3-statsd-3.2.1-20.1.el9ost.noa 771 kB/s | 35 kB 00:00 (290/399): python3-validations-libs-1.9.1-17.1. 3.5 MB/s | 137 kB 00:00 (291/399): python3-troveclient-7.0.0-17.1.20230 6.8 MB/s | 344 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (293/399): python3-paramiko-2.11.0-2.el9ost.noa 6.3 MB/s | 299 kB 00:00 (294/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 235 kB/s | 50 kB 00:00 (295/399): python3-zaqarclient-2.4.0-17.1.20230 800 kB/s | 129 kB 00:00 (296/399): python3-werkzeug-2.0.1-7.el9ost.noar 10 MB/s | 427 kB 00:00 (297/399): ansible-pacemaker-1.0.4-17.1.2023121 502 kB/s | 21 kB 00:00 (298/399): python3-manilaclient-2.6.4-17.1.2024 8.9 MB/s | 528 kB 00:00 (299/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.1 MB/s | 83 kB 00:00 (300/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.5 MB/s | 230 kB 00:00 (301/399): openstack-selinux-0.8.37-17.1.202311 5.6 MB/s | 221 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 391 kB/s | 21 kB 00:00 (303/399): puppet-ironic-18.7.1-17.1.2024030521 2.5 MB/s | 121 kB 00:00 (304/399): python-oslo-db-lang-8.5.2-17.1.20240 400 kB/s | 14 kB 00:00 (305/399): python3-glanceclient-3.3.0-17.1.2024 3.5 MB/s | 143 kB 00:00 (306/399): python3-keystoneauth1-4.4.0-17.1.202 9.9 MB/s | 409 kB 00:00 (307/399): python3-metalsmith-1.4.4-17.1.202405 1.3 MB/s | 65 kB 00:00 (308/399): python3-neutron-lib-2.10.3-17.1.2023 8.3 MB/s | 375 kB 00:00 (309/399): python3-octaviaclient-2.3.1-17.1.202 1.7 MB/s | 91 kB 00:00 (310/399): python3-oslo-db-8.5.2-17.1.202408201 3.2 MB/s | 144 kB 00:00 (311/399): python3-oslo-messaging-12.7.3-17.1.2 4.1 MB/s | 216 kB 00:00 (312/399): python3-oslo-service-2.5.1-17.1.2024 1.5 MB/s | 71 kB 00:00 (313/399): python3-rhosp-openvswitch-3.3-1.el9o 217 kB/s | 8.3 kB 00:00 (314/399): python3-waitress-2.0.0-4.el9ost.noar 2.4 MB/s | 109 kB 00:00 (315/399): openstack-tripleo-validations-14.3.2 4.7 MB/s | 204 kB 00:00 (316/399): openstack-ansible-core-2.14.2-4.7.el 32 MB/s | 2.3 MB 00:00 (317/399): puppet-glance-18.6.1-17.1.2025022015 2.0 MB/s | 87 kB 00:00 (318/399): puppet-ovn-18.6.1-17.1.2024092509490 796 kB/s | 29 kB 00:00 (319/399): puppet-pacemaker-1.5.1-17.1.20250214 3.3 MB/s | 158 kB 00:00 (320/399): python3-os-ken-1.4.1-17.1.2024120509 36 MB/s | 2.1 MB 00:00 (321/399): puppet-tripleo-14.2.3-17.1.202503201 4.7 MB/s | 239 kB 00:00 (322/399): ansible-collection-containers-podman 4.4 MB/s | 243 kB 00:00 (323/399): ansible-collections-openstack-1.9.1- 3.2 MB/s | 146 kB 00:00 (324/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.1 MB/s | 351 kB 00:00 (325/399): hiera-3.6.0-6.el9ost.noarch.rpm 930 kB/s | 33 kB 00:00 (326/399): facter-3.14.19-3.el9ost.x86_64.rpm 10 MB/s | 518 kB 00:00 (327/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.8 MB/s | 405 kB 00:00 (328/399): puppet-7.10.0-4.el9ost.noarch.rpm 284 kB/s | 11 kB 00:00 (329/399): puppet-headless-7.10.0-4.el9ost.noar 26 MB/s | 1.4 MB 00:00 (330/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.7 MB/s | 92 kB 00:00 (331/399): python3-boto-2.45.0-8.1.el9ost.noarc 19 MB/s | 1.3 MB 00:00 (332/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.9 MB/s | 284 kB 00:00 (333/399): python3-cachetools-4.2.2-3.el9ost.no 582 kB/s | 33 kB 00:00 (334/399): python3-extras-1.0.0-17.el9ost.noarc 523 kB/s | 21 kB 00:00 (335/399): python3-dogpile-cache-1.1.5-5.el9ost 1.3 MB/s | 89 kB 00:00 (336/399): python3-fixtures-3.0.0-24.el9ost.noa 2.3 MB/s | 93 kB 00:00 (337/399): python3-keyring-21.8.0-4.el9ost.noar 1.9 MB/s | 77 kB 00:00 (338/399): python3-kombu-5.0.2-3.el9ost.noarch. 7.2 MB/s | 313 kB 00:00 (339/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (340/399): python3-munch-2.5.0-6.el9ost.noarch. 669 kB/s | 25 kB 00:00 (341/399): python3-openstacksdk-0.55.1-17.1.202 15 MB/s | 735 kB 00:00 (342/399): python3-paste-3.5.0-5.el9ost.noarch. 17 MB/s | 776 kB 00:00 (343/399): python3-paste-deploy-2.1.1-4.el9ost. 912 kB/s | 41 kB 00:00 (344/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (345/399): python3-repoze-lru-0.7-12.el9ost.noa 853 kB/s | 32 kB 00:00 (346/399): python3-colorama-0.4.4-4.el9ost.noar 119 kB/s | 35 kB 00:00 (347/399): python3-routes-2.4.1-14.el9ost.noarc 4.6 MB/s | 188 kB 00:00 (348/399): python3-secretstorage-3.3.1-3.el9ost 971 kB/s | 36 kB 00:00 (349/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.2 MB/s | 57 kB 00:00 (350/399): python3-simplejson-3.17.5-3.el9ost.x 6.5 MB/s | 266 kB 00:00 (351/399): python3-tempita-0.5.1-27.el9ost.noar 1.0 MB/s | 36 kB 00:00 (352/399): python3-vine-5.0.0-5.el9ost.noarch.r 758 kB/s | 26 kB 00:00 (353/399): python3-testtools-2.4.0-10.el9ost.no 6.9 MB/s | 333 kB 00:00 (354/399): python3-warlock-1.3.3-7.el9ost.noarc 543 kB/s | 21 kB 00:00 (355/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (356/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.2 MB/s | 180 kB 00:00 (357/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 744 kB/s | 29 kB 00:00 (358/399): ruby-facter-3.14.19-3.el9ost.x86_64. 274 kB/s | 9.5 kB 00:00 (359/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.5 MB/s | 123 kB 00:00 (360/399): puppet-barbican-18.4.2-17.1.20250625 1.1 MB/s | 57 kB 00:00 (361/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 328 kB/s | 19 kB 00:00 (362/399): python-openstackclient-lang-5.5.2-17 1.2 MB/s | 58 kB 00:00 (363/399): puppet-apache-6.5.2-17.1.20250811150 5.1 MB/s | 253 kB 00:00 (364/399): puppet-concat-6.2.1-17.1.20250725131 1.2 MB/s | 44 kB 00:00 (365/399): python3-openstackclient-5.5.2-17.1.2 16 MB/s | 1.1 MB 00:00 (366/399): puppet-firewall-3.4.1-17.1.202508041 1.8 MB/s | 73 kB 00:00 (367/399): puppet-git-0.5.0-17.1.20250725114148 616 kB/s | 26 kB 00:00 (368/399): puppet-haproxy-4.2.2-17.1.2025072511 1.3 MB/s | 55 kB 00:00 (369/399): puppet-inifile-4.2.1-17.1.2025080415 1.0 MB/s | 46 kB 00:00 (370/399): puppet-ipaclient-2.5.2-17.1.20250725 521 kB/s | 21 kB 00:00 (371/399): puppet-keepalived-0.0.2-17.1.2025072 413 kB/s | 17 kB 00:00 (372/399): puppet-module-data-0.5.1-17.1.202507 456 kB/s | 16 kB 00:00 (373/399): puppet-remote-10.0.0-17.1.2025072511 518 kB/s | 19 kB 00:00 (374/399): puppet-snmp-3.9.1-17.1.2025072511575 974 kB/s | 38 kB 00:00 (375/399): puppet-sysctl-0.0.13-17.1.2025072511 526 kB/s | 19 kB 00:00 (376/399): puppet-rsync-1.1.4-17.1.202508041515 413 kB/s | 28 kB 00:00 (377/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.4 MB/s | 53 kB 00:00 (378/399): puppet-horizon-18.6.1-17.1.202510081 1.4 MB/s | 59 kB 00:00 (379/399): python3-tripleoclient-16.5.1-17.1.20 7.5 MB/s | 552 kB 00:00 (380/399): puppet-keystone-18.6.1-17.1.20251008 2.7 MB/s | 126 kB 00:00 (381/399): openstack-heat-api-16.1.1-17.1.20251 365 kB/s | 15 kB 00:00 (382/399): openstack-heat-common-16.1.1-17.1.20 27 MB/s | 1.6 MB 00:00 (383/399): openstack-heat-engine-16.1.1-17.1.20 233 kB/s | 14 kB 00:00 (384/399): openstack-heat-monolith-16.1.1-17.1. 258 kB/s | 14 kB 00:00 (385/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 48 kB 00:00 (386/399): openstack-tripleo-common-containers- 1.6 MB/s | 74 kB 00:00 (387/399): openstack-tripleo-heat-templates-14. 11 MB/s | 603 kB 00:00 (388/399): puppet-neutron-18.6.1-17.1.202512171 4.5 MB/s | 190 kB 00:00 (389/399): python3-tripleo-common-15.4.1-17.1.2 3.8 MB/s | 197 kB 00:00 (390/399): tripleo-ansible-3.3.1-17.1.202512171 9.2 MB/s | 564 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.9 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.9 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 679 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 33 MB/s | 2.3 MB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.7 MB/s | 109 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 6.6 MB/s | 464 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.6 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 3.0 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 4.1 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 13 MB/s | 97 MB 00:07 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-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-dns-2.2.1-2.el9.noarch 112/408 Installing : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-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 : libunwind-1.6.2-1.el9cp.x86_64 229/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 230/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 231/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 232/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 233/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 234/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 237/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 238/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 239/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 240/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 241/408 Installing : pkgconf-1.7.3-10.el9.x86_64 242/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 243/408 Installing : bash-completion-1:2.11-4.el9.noarch 244/408 Installing : libkadm5-1.20.1-8.el9.x86_64 245/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 246/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 247/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 98/408 Verifying : bash-completion-1:2.11-4.el9.noarch 99/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 100/408 Verifying : libaio-0.3.111-13.el9.x86_64 101/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 102/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 103/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 104/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 105/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 106/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 107/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 108/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 109/408 Verifying : python3-dns-2.2.1-2.el9.noarch 110/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 111/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 112/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 113/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 114/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 115/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 116/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 117/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 118/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 119/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 120/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 121/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 122/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 123/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 124/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 125/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 126/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 127/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 128/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 129/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 130/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 131/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 132/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 133/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 134/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 137/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 138/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 139/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.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-nova-18.6.1-17.1.20230621090443.a21eae4.e 223/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 224/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 225/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 226/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 227/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 228/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 229/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 230/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 231/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 232/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 233/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 234/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 235/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 236/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 237/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 238/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 239/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 240/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 241/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 242/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 243/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 244/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 245/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 246/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 247/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 248/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 249/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 250/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 251/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 252/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 253/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 254/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 255/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 256/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 257/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 258/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 259/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 260/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 262/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 263/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 264/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 265/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 266/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 267/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 268/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 269/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 270/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 271/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 272/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 273/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 274/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 275/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 276/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 277/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 278/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 279/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 280/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 281/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 282/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 283/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 284/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 285/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 286/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 287/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 288/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 289/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 290/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 291/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 292/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 293/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 294/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 295/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 296/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 297/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 298/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 299/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 300/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 301/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 302/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 303/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 304/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 305/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 306/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 307/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 308/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 309/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 310/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 311/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 312/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 313/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 314/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 315/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 316/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 317/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 318/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 319/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 320/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 321/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 322/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 323/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 324/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 325/408 Verifying : hiera-3.6.0-6.el9ost.noarch 326/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 327/408 Verifying : puppet-7.10.0-4.el9ost.noarch 328/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 329/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 330/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 331/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 332/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 334/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 335/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 336/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 337/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 338/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 339/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 340/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 341/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 342/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 343/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 344/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 345/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 346/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 347/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 348/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 349/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 350/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 351/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 352/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 353/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 354/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 355/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 356/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 357/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 358/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 359/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 360/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 361/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 362/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 363/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 364/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 365/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 366/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 367/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 368/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 369/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 370/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 371/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 372/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 373/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 374/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 375/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 376/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 377/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 378/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 379/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 380/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 381/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 382/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 383/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 384/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 385/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 386/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 387/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 388/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-03-11T09:26:02.518432 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container -p 389:389 -p 636:636 --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-43 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-43... Getting image source signatures Copying blob sha256:41fec0619f489055fd4bb43ba66113f5dfd4b1db45cf9ab090a2c0105e14456a Copying blob sha256:801237de6ccd6519643daff9a8a9e36494310b3f130557bfed4e70415dc22be2 Copying blob sha256:dd8fc4c53c465ab2f229bc978bd8910ffac7d77b21bebade791b2a739461ad6b Copying blob sha256:5e73f38df47086e28c6e8dc912980049237d196dea0aa62999b6762d6d7ddede Copying blob sha256:876717a5d8b7492d6a92870212592660bc3237db3b5559abc83cc51084526137 Copying blob sha256:502f9726ec1c76b7998f9f6c74a32c36e037ecfadfdd167b94e626af7788d4c3 Copying blob sha256:740d7092d18e7e50ac7af467023f218bb4c2623107c0548448f6065400dd0d8d Copying blob sha256:685c8b995ae79fee580dde7d1fbe8025d6d3dfd5b528f722f671dd3c1bdf5fcc Copying blob sha256:e428d977cef754365d9d49535424e86b222f31f2d525d7d196b882329a2df3b7 Copying blob sha256:aec31690838124c75e0c0c4dc0c1d7685f3e08c5bb84e886aedb6d2cfe15c1a4 Copying blob sha256:b820b220ea31b3947b2a77be94b3ca7416b28324c3f597c16c9893448417b225 Copying blob sha256:176f29d0acc152993c747db10ff942b083d0c54eabdcfb5be2ed6026740f0bdc Copying blob sha256:8712bce7d27c1d74d8f47c0d6791727dceb7b4a27055b1908203a7088a50efde Copying blob sha256:70de285ba86cb3d16ea5d1535215c1f8b899c4818a799e88a31a0c0b160d7018 Copying blob sha256:ad90e9c6513e8a9d1f5980fc88bf1dd915106413163914614c8581306861e434 Copying blob sha256:ddeb5d2e2f8624c7b75761c70b1e55ae09b9edcad3c45fd27814a2ad49fc66ad Copying blob sha256:a3bc286e7b524146e503942515f4b7e9d56582f73fb32718eba5c9b3bd99055e Copying blob sha256:d5b290271e3c831eb98736c1251836039c24398eef7d929cef678587cf4065f5 Copying blob sha256:a9413f49201b3ff01994a60f986c158d48cfb327b08b13bd0ae3e1df8e44270c Copying blob sha256:9c0e875fd7b8ae99aa2594dd73495b9acfdf026f1fc3d06a8e1175d801b52600 Copying blob sha256:b6f5e93df49e62add4d2d30400d343681e49890a18fd7ff8596f01901119a9c3 Copying blob sha256:1d4cf487b62d0ccc823be8b39e17386989d07b8dd81f87edb726a747cd6660e2 Copying blob sha256:a3f4ad1a9a07b971cc8c06097b68be67a6b46181c515386f0c47bf9f2ff9df60 Copying blob sha256:75e1512092ec5b809fe9411952eca20d7aab7c7877e1a3d29479c1769a4e135a Copying blob sha256:7f8251bef0528023760e6adcdfb1ac62224e065d1dc074b8fb84d47ea6e0cf3b Copying blob sha256:2ea860f9005fbb67659e726997f85579664f7039eaa8c7fc89eadf626663d3bf Copying blob sha256:a776b09dd13005ef3faf7e118180db75ffc860d3bb3080d1a4e4e41cd9328bd8 Copying blob sha256:8a3d7f380dbb62e489f82ce415f8caaf3fed44567f55e61a1157fe378a7ef91d Copying blob sha256:6eb1300ff69e72e7294367b356e6ddf3d9be92cbf1ce22d0e434e1e87508c888 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:b57b8be75c31f8ca25d53473216c5a8bbbe8c0cf1db4a5515c65d49e23ba8753 Copying blob sha256:a236da09fe5b3c404de06e40bfc7e2872609f0c2fb5c7cb4bf356139a172082d Copying blob sha256:7386ee00bf2bf2a44cda44dd34b8db4c94b4ff690a46b6330084ba8463666a01 Copying blob sha256:b05df15682b177c79597ac96349a4424563faf26d0cd3fbe5daf0e35b96c7f00 Copying blob sha256:4b82f210ce6e33312a8ea50dde7941b0da15d2d2f01274d326e10cd51fa0e49d Copying blob sha256:e7b83afe8e8ad696ca78bfe58a3add94e58268c10b0db93ebeaf1fff116c196e Copying blob sha256:7576f5c844e416303d8ff603476cc9eb800d4f6ba65837f1d974b0d63b1345f5 Copying blob sha256:039f6ab5ed3d366895bda0ff1ed8d4719a9f64324b8e6cdb5404f4367dfc5090 Copying blob sha256:a9d4150e31f18e45f25449ef80fd93cc0f39db3f8fd52872cc1d4d736ec8300a Copying blob sha256:b6367134abb0a905f45108c0210c5839c79c7cd9330f9e42fa19b95be5f4473b Copying blob sha256:c9f4af5979f1f173869d64334383c30543d21a53ba10b6c91a66b001644966c3 Copying blob sha256:20d91e4d0b52ee76e6c8a8bcae8561c0213e425f637cb105b71f0be824355458 Copying blob sha256:27a15a1b5e85698da101d55c7b7f3b64204673212ec9f154666288220df37ac2 Copying blob sha256:bdb13e3baf95abd9db7550e9108c0b26dfac949c0a595af31ebe7f331e2d86b8 Copying blob sha256:f351a87da725ed2006109a508be18ee33af58c0dece42c5fd8eccc6e5c99a7c6 Copying blob sha256:21751ab4632cc22558553ed6689f24860a7b6e66a3172fb266d68d4c642ae028 Copying blob sha256:9048e8ebb6a031292ca6c02eba133124c5d3c4781244ef32b869d8adcfde3959 Copying blob sha256:42be022f8a4de2c1eee2fe3a4e4c8406f158d23b907655a655338ecfa1af105f Copying blob sha256:aa0fabcde97af61548efaeac2392bca0bbbca51ba8aa7c179fee2a5b042938a6 Copying blob sha256:7c18fb7b9fd5f98b4a019517c32c0f3afff8d87c93490d11096cd1efd9b277ed Copying blob sha256:2114c7a858449377b01341f2f96930e3dd749f234a3e9268e117c10c90dbb99b Copying blob sha256:47b6b5da76a2d26b14aad336427dc82c48e88e057294e257dbd69e6278d2fef4 Copying config sha256:74f32449f61b86f703beb04c0add96fca3431b94f0901f42a7eedfce4c30a799 Writing manifest to image destination Storing signatures 48dc04d2403b80cae35671c2d25442f1700ebefd1192c5160714b5893df1c5e5 + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + '[' -f /tmp/additional_env_file.yaml ']' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2026-03-11 09:32:46.750 43402 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-11 09:32:46.777 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.777 43402 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-11 09:32:46.779 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.779 43402 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-11 09:32:46.781 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.781 43402 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-11 09:32:46.783 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.783 43402 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-11 09:32:46.784 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.785 43402 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-11 09:32:46.786 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.786 43402 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-11 09:32:46.812 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.812 43402 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-11 09:32:46.830 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.831 43402 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-11 09:32:46.832 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.833 43402 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-11 09:32:46.834 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.834 43402 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-11 09:32:46.836 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.836 43402 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-11 09:32:46.838 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.838 43402 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-11 09:32:46.839 43402 INFO migrate.versioning.api [-] done 2026-03-11 09:32:46.840 43402 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-11 09:32:46.862 43402 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2026-03-11 09:32:55Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:32:55Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:55Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:32:55Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:55Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:32:55Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:32:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-11 09:32:56Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-11 09:32:56Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:56Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:56Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-11 09:32:57Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:57Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-11 09:32:58Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:32:58Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:58Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:32:58Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:58Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-11 09:32:58Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:58Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:32:58Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:58Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-11 09:32:58Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:59Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:32:59Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:32:59Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:59Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 09:32:59Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:59Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:32:59Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:32:59Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-11 09:32:59Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:32:59Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:00Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:00Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-11 09:33:00Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:00Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:00Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-11 09:33:00Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:00Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:33:00Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:01Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:01Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-11 09:33:01Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:01Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:01Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-11 09:33:01Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:01Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:01Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-11 09:33:02Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-11 09:33:02Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:02Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:02Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 09:33:02Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:02Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-11 09:33:02Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:03Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:33:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:03Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:33:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-11 09:33:03Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:33:03Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:33:03Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:33:04Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:04Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:04Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:04Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:04Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:04Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:04Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-11 09:33:05Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-11 09:33:05Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:05Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:05Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-11 09:33:06Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-11 09:33:06Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:06Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-11 09:33:06Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:07Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:07Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:08Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:33:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:10Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:11Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:11Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:11Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:12Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:14Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-11 09:33:16Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:16Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:16Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:17Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:17Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:17Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:18Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:19Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:19Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:20Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-11 09:33:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:22Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:22Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:23Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:23Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:24Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:24Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:25Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:25Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:25Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-11 09:33:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:26Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:27Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:27Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:28Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:28Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:28Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:29Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:30Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-11 09:33:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-11 09:33:33Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:34Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-11 09:33:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:35Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:35Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:36Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:37Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:37Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:38Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:39Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-11 09:33:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:39Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:39Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:40Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:41Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:41Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:42Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:42Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-11 09:33:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:44Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:44Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:45Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:46Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:46Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:47Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:48Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:48Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:48Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:50Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:50Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:51Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-11 09:33:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:52Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:53Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:54Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:54Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:33:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:33:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:33:56Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:57Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:33:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:33:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:33:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:33:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:33:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:34:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:02Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:03Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:03Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:03Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-11 09:34:05Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:05Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:06Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:06Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:34:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:08Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:08Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:08Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:09Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:09Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:10Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:10Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:11Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-11 09:34:12Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:12Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:12Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:13Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:34:16Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:17Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:19Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:20Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-11 09:34:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:21Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:22Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:22Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:22Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:24Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:24Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:26Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:27Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-11 09:34:27Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:30Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:30Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:30Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-11 09:34:31Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:32Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-11 09:34:32Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:32Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:34Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:34Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:34Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:34Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:34Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-11 09:34:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:36Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-11 09:34:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:38Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:38Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:34:39Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:39Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:39Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:39Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:34:39Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:40Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:40Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:41Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:41Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:42Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:42Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:42Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:42Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:42Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:42Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:43Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 09:34:43Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:43Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 09:34:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:46Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:46Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 09:34:48Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:34:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:34:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-11 09:34:52Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:53Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-11 09:34:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:54Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:54Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:54Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:34:55Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:56Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:34:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:34:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:34:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:34:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:34:58Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:34:58Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:59Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:34:59Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:00Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-11 09:35:00Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:01Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:01Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:02Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:02Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:03Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:03Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:04Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:04Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:04Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:35:04Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:05Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-11 09:35:05Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:05Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:05Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:05Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:06Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:07Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:07Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:08Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:09Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:35:09Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:09Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:10Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-11 09:35:11Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:11Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:11Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:12Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:35:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 09:35:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 09:35:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:15Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:15Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:35:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 09:35:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-11 09:35:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 09:35:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:20Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:21Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-11 09:35:22Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:22Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:22Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:23Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:23Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-11 09:35:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:35:24Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:25Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:25Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:26Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:26Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:26Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:26Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:27Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-11 09:35:28Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:28Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:35:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:30Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:31Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:31Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-11 09:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:32Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:33Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-11 09:35:33Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:33Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:34Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:34Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:35Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:36Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:36Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:37Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:38Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-11 09:35:39Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:40Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-11 09:35:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:40Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:41Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:41Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:41Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:41Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:42Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-11 09:35:43Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:44Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-11 09:35:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:44Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:44Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:45Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:46Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:46Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:47Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-11 09:35:47Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:48Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:48Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:48Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:48Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:49Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-11 09:35:49Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:49Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:49Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:49Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:50Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:51Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:51Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:51Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:35:51Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:51Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:51Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:52Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:52Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-11 09:35:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:35:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:35:53Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:54Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:54Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:55Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-11 09:35:56Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:56Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:57Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:57Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:35:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 09:35:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:35:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:35:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:35:59Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:35:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:00Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:36:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:01Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:02Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-11 09:36:02Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:03Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-11 09:36:04Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:04Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:04Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:05Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:05Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:05Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:06Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:07Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:07Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:08Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:36:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:09Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:12Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:12Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:36:14Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:15Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:36:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:16Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:17Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-11 09:36:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:18Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:18Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:19Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:20Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:20Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:21Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-11 09:36:21Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:21Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:21Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:21Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:22Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:23Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:23Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:24Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:24Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:25Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-11 09:36:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:36:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:28Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:28Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:28Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:29Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:30Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:30Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:36:31Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:31Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:31Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:31Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:31Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:31Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:32Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:32Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:36:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:34Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-11 09:36:35Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:35Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:35Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:35Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:38Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-11 09:36:38Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:40Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-11 09:36:40Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:40Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:41Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:41Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:41Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:36:42Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:44Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:45Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:45Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-11 09:36:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:46Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:47Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:47Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:47Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:36:48Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:49Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:49Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:50Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:51Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-11 09:36:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:54Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:36:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:55Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:55Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:36:55Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:55Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:36:55Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:36:56Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:36:57Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:57Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:36:57Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:36:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:36:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:00Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:01Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-11 09:37:01Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:02Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:03Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:04Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:04Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:05Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:06Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:37:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:37:09Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:10Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-11 09:37:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:10Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-11 09:37:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:37:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:14Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:14Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:15Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:15Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:15Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:19Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-11 09:37:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:20Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:21Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:22Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:37:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:27Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:27Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:29Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:30Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:37:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:37:32Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:37:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:36Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:36Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:39Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-11 09:37:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:40Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-11 09:37:41Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:41Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:41Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:41Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:43Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:43Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:45Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-11 09:37:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:46Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:47Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:47Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:48Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:37:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:37:52Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-11 09:37:53Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:53Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:54Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:54Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:55Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:57Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:37:57Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:37:57Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-11 09:37:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:37:58Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:37:58Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:37:59Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:00Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-11 09:38:01Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:01Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:01Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:02Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:02Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:38:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:04Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:05Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:05Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-11 09:38:07Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:07Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:07Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:07Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:09Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:10Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:10Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:38:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:38:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:11Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-11 09:38:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-11 09:38:13Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:14Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-11 09:38:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:15Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:15Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-11 09:38:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:16Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-11 09:38:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:17Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:17Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:18Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:38:19Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:20Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:21Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-11 09:38:22Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:22Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:22Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:22Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:23Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:24Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:24Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:25Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:25Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:26Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:38:26Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:27Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-11 09:38:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:28Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:29Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:29Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:30Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:30Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:30Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:38:31Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:32Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:32Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:33Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-11 09:38:33Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:34Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-11 09:38:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:35Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:36Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-11 09:38:37Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:37Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:39Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:40Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:41Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:42Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:43Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:43Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:44Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-11 09:38:45Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:46Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-11 09:38:46Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:46Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:47Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:38:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:47Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:48Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-11 09:38:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:38:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:50Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:50Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:50Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:51Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-11 09:38:52Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:53Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-11 09:38:53Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:53Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:38:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:38:55Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:56Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:57Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:38:57Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:38:58Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:59Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 09:38:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:38:59Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-11 09:39:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:01Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-11 09:39:01Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:02Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-11 09:39:03Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:39:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:05Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:05Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:39:06Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:06Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:06Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 09:39:07Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:08Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:39:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:09Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-11 09:39:10Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:10Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:10Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:10Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:10Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:11Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-11 09:39:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:11Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:12Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:13Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 09:39:13Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:15Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:39:15Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:15Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-11 09:39:16Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:17Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-11 09:39:17Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:18Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-11 09:39:19Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:20Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-11 09:39:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:20Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:20Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:20Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:21Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-11 09:39:22Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:22Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:22Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:22Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:23Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:24Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-11 09:39:24Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:25Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-11 09:39:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:25Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:25Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:25Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:26Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-11 09:39:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:26Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-11 09:39:28Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:28Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 09:39:29Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:30Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-11 09:39:30Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:30Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-11 09:39:30Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:30Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:31Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:31Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:31Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-11 09:39:32Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:32Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:32Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:32Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:32Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 09:39:32Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:33Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:33Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:33Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:33Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:33Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:33Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:34Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:34Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:34Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:34Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:34Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-11 09:39:34Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:35Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:35Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:35Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:35Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:35Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:36Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:36Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:36Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:36Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:36Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:37Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:38Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:38Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:38Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 09:39:38Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-11 09:39:38Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-03-11 09:39:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:40Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-11 09:39:40Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:40Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-11 09:39:41Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:41Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-11 09:39:42Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:42Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:42Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:42Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:42Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 09:39:42Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-11 09:39:42Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:42Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-11 09:39:42Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:42Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:42Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 09:39:43Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:43Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:43Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-11 09:39:43Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:44Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-11 09:39:44Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:44Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:44Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:45Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:45Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-11 09:39:45Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:45Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-11 09:39:45Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-11 09:39:45Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:46Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-11 09:39:46Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:47Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:47Z [StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:47Z [TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:47Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:47Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:48Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:48Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:49Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:49Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-11 09:39:49Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:50Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-11 09:39:50Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-11 09:39:51Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:51Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-11 09:39:51Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:52Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:52Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:52Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:52Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:52Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:52Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:52Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:39:52Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:52Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-11 09:39:53Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:39:53Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:53Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:54Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-11 09:39:54Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:54Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:55Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:55Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:56Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:56Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:57Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:57Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 09:39:58Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:59Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:59Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-11 09:39:59Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-11 09:39:59Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:39:59Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-11 09:39:59Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:40:00Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-11 09:40:00Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/d007928f-60df-47de-aae3-6497e2d41a22 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2026-03-11 09:40:22.881504 | fa163e84-66e8-9a19-d5b3-000000000006 | TASK | External deployment step 0 2026-03-11 09:40:22.907100 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-000000000006') missing from stats 2026-03-11 09:40:22.950261 | fa163e84-66e8-9a19-d5b3-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.116409 | 0.03s 2026-03-11 09:40:22.955817 | 68235aae-05bd-4ab5-ad22-bb78168875f5 | INCLUDED | /root/standalone-ansible-lvka6war/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-11 09:40:22.970136 | fa163e84-66e8-9a19-d5b3-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-11 09:40:23.847124 | fa163e84-66e8-9a19-d5b3-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-11 09:40:23.848739 | fa163e84-66e8-9a19-d5b3-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.014875 | 0.88s 2026-03-11 09:40:23.868112 | fa163e84-66e8-9a19-d5b3-000000000129 | TASK | create redis virtual ip 2026-03-11 09:40:24.834223 | fa163e84-66e8-9a19-d5b3-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-11 09:40:24.834984 | fa163e84-66e8-9a19-d5b3-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.001132 | 0.97s PLAY [Check if required variables are defined] ********************************* 2026-03-11 09:40:24.896754 | fa163e84-66e8-9a19-d5b3-000000000138 | TASK | Gathering Facts 2026-03-11 09:40:25.473309 | fa163e84-66e8-9a19-d5b3-000000000138 | OK | Gathering Facts | localhost 2026-03-11 09:40:25.474866 | fa163e84-66e8-9a19-d5b3-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.641003 | 0.58s 2026-03-11 09:40:25.539909 | fa163e84-66e8-9a19-d5b3-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 09:40:25.541244 | fa163e84-66e8-9a19-d5b3-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.707381 | 0.05s 2026-03-11 09:40:25.574789 | fa163e84-66e8-9a19-d5b3-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 09:40:25.576201 | fa163e84-66e8-9a19-d5b3-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.742339 | 0.03s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-11 09:40:25.691680 | fa163e84-66e8-9a19-d5b3-000000000160 | TASK | Gathering Facts 2026-03-11 09:40:25.701003 | fa163e84-66e8-9a19-d5b3-000000000160 | TASK | Gathering Facts 2026-03-11 09:40:25.987096 | fa163e84-66e8-9a19-d5b3-000000000160 | OK | Gathering Facts | undercloud 2026-03-11 09:40:25.988980 | fa163e84-66e8-9a19-d5b3-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.155113 | 0.30s 2026-03-11 09:40:26.017527 | fa163e84-66e8-9a19-d5b3-000000000160 | OK | Gathering Facts | standalone 2026-03-11 09:40:26.019327 | fa163e84-66e8-9a19-d5b3-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.185465 | 0.32s 2026-03-11 09:40:26.040504 | fa163e84-66e8-9a19-d5b3-000000000012 | TASK | Set legacy facts 2026-03-11 09:40:26.081005 | fa163e84-66e8-9a19-d5b3-000000000012 | OK | Set legacy facts | undercloud 2026-03-11 09:40:26.082014 | fa163e84-66e8-9a19-d5b3-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.248154 | 0.04s 2026-03-11 09:40:26.109285 | fa163e84-66e8-9a19-d5b3-000000000012 | TASK | Set legacy facts 2026-03-11 09:40:26.137613 | fa163e84-66e8-9a19-d5b3-000000000012 | OK | Set legacy facts | standalone 2026-03-11 09:40:26.138261 | fa163e84-66e8-9a19-d5b3-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.304409 | 0.03s PLAY [Load global variables] *************************************************** 2026-03-11 09:40:26.279505 | fa163e84-66e8-9a19-d5b3-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-11 09:40:26.280372 | fa163e84-66e8-9a19-d5b3-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.446517 | 0.05s 2026-03-11 09:40:26.280768 | fa163e84-66e8-9a19-d5b3-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-11 09:40:26.281143 | fa163e84-66e8-9a19-d5b3-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.447294 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-11 09:40:26.352802 | fa163e84-66e8-9a19-d5b3-000000000018 | TASK | Include Service VIP vars 2026-03-11 09:40:26.377665 | fa163e84-66e8-9a19-d5b3-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-11 09:40:26.381122 | fa163e84-66e8-9a19-d5b3-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.547269 | 0.03s 2026-03-11 09:40:26.381424 | fa163e84-66e8-9a19-d5b3-000000000018 | OK | Include Service VIP vars | standalone 2026-03-11 09:40:26.381724 | fa163e84-66e8-9a19-d5b3-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.547877 | 0.02s 2026-03-11 09:40:26.384676 | fa163e84-66e8-9a19-d5b3-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-11 09:40:26.417112 | fa163e84-66e8-9a19-d5b3-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-11 09:40:26.417761 | fa163e84-66e8-9a19-d5b3-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.583910 | 0.03s 2026-03-11 09:40:26.418089 | fa163e84-66e8-9a19-d5b3-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-11 09:40:26.418368 | fa163e84-66e8-9a19-d5b3-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.584522 | 0.02s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-11 09:40:26.495923 | fa163e84-66e8-9a19-d5b3-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-11 09:40:27.312547 | fa163e84-66e8-9a19-d5b3-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-11 09:40:27.393736 | fa163e84-66e8-9a19-d5b3-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-11 09:40:27.428612 | fa163e84-66e8-9a19-d5b3-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-11 09:40:27.429275 | fa163e84-66e8-9a19-d5b3-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.595423 | 0.03s PLAY [Manage SELinux] ********************************************************** 2026-03-11 09:40:27.488020 | fa163e84-66e8-9a19-d5b3-000000000023 | TASK | Set selinux state 2026-03-11 09:40:27.986381 | fa163e84-66e8-9a19-d5b3-000000000023 | OK | Set selinux state | standalone 2026-03-11 09:40:27.987669 | fa163e84-66e8-9a19-d5b3-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.153805 | 0.50s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-11 09:40:28.108881 | fa163e84-66e8-9a19-d5b3-000000000026 | TASK | Configure Hosts Entries 2026-03-11 09:40:28.137313 | fa163e84-66e8-9a19-d5b3-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.303443 | 0.03s 2026-03-11 09:40:28.143639 | fa163e84-66e8-9a19-d5b3-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.309789 | 0.02s 2026-03-11 09:40:28.185123 | fa163e84-66e8-9a19-d5b3-0000000001f1 | TASK | Create temporary file for hosts 2026-03-11 09:40:28.522022 | fa163e84-66e8-9a19-d5b3-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-11 09:40:28.525288 | fa163e84-66e8-9a19-d5b3-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.691417 | 0.34s 2026-03-11 09:40:28.526207 | fa163e84-66e8-9a19-d5b3-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-11 09:40:28.526947 | fa163e84-66e8-9a19-d5b3-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.693093 | 0.33s 2026-03-11 09:40:28.545179 | fa163e84-66e8-9a19-d5b3-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-11 09:40:28.880339 | fa163e84-66e8-9a19-d5b3-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-11 09:40:28.881841 | fa163e84-66e8-9a19-d5b3-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.047973 | 0.34s 2026-03-11 09:40:28.913347 | fa163e84-66e8-9a19-d5b3-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-11 09:40:28.914189 | fa163e84-66e8-9a19-d5b3-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.080334 | 0.35s 2026-03-11 09:40:28.932366 | fa163e84-66e8-9a19-d5b3-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-11 09:40:29.278833 | fa163e84-66e8-9a19-d5b3-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-11 09:40:29.281352 | fa163e84-66e8-9a19-d5b3-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.447482 | 0.33s 2026-03-11 09:40:29.293259 | fa163e84-66e8-9a19-d5b3-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-11 09:40:29.293904 | fa163e84-66e8-9a19-d5b3-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.460053 | 0.36s 2026-03-11 09:40:29.308100 | fa163e84-66e8-9a19-d5b3-0000000001f4 | TASK | Render out the hosts entries 2026-03-11 09:40:29.436122 | fa163e84-66e8-9a19-d5b3-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-11 09:40:29.437387 | fa163e84-66e8-9a19-d5b3-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.603524 | 0.13s 2026-03-11 09:40:29.453362 | fa163e84-66e8-9a19-d5b3-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-11 09:40:29.709251 | fa163e84-66e8-9a19-d5b3-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-11 09:40:29.712126 | fa163e84-66e8-9a19-d5b3-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.878258 | 0.26s 2026-03-11 09:40:29.744926 | fa163e84-66e8-9a19-d5b3-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-11 09:40:29.746751 | fa163e84-66e8-9a19-d5b3-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.912893 | 0.28s 2026-03-11 09:40:29.761241 | fa163e84-66e8-9a19-d5b3-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-11 09:40:30.115095 | fa163e84-66e8-9a19-d5b3-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-11 09:40:30.117031 | fa163e84-66e8-9a19-d5b3-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.283162 | 0.35s 2026-03-11 09:40:30.118053 | fa163e84-66e8-9a19-d5b3-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-11 09:40:30.118787 | fa163e84-66e8-9a19-d5b3-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.284933 | 0.35s 2026-03-11 09:40:30.139263 | fa163e84-66e8-9a19-d5b3-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-11 09:40:30.518792 | fa163e84-66e8-9a19-d5b3-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-11 09:40:30.520775 | fa163e84-66e8-9a19-d5b3-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.686908 | 0.38s 2026-03-11 09:40:30.522126 | fa163e84-66e8-9a19-d5b3-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-11 09:40:30.522929 | fa163e84-66e8-9a19-d5b3-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.689075 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2026-03-11 09:40:30.639536 | fa163e84-66e8-9a19-d5b3-00000000002a | TASK | Common roles for TripleO servers 2026-03-11 09:40:30.666688 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-00000000002a') missing from stats 2026-03-11 09:40:30.755890 | fa163e84-66e8-9a19-d5b3-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.922014 | 0.03s 2026-03-11 09:40:30.829025 | fa163e84-66e8-9a19-d5b3-000000000254 | TASK | Gather variables for each operating system 2026-03-11 09:40:30.948584 | fa163e84-66e8-9a19-d5b3-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 09:40:30.950483 | fa163e84-66e8-9a19-d5b3-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.116610 | 0.12s 2026-03-11 09:40:30.959989 | fa163e84-66e8-9a19-d5b3-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.126121 | 0.13s 2026-03-11 09:40:30.985186 | fa163e84-66e8-9a19-d5b3-000000000256 | TASK | Check release version package is installed 2026-03-11 09:40:31.296077 | fa163e84-66e8-9a19-d5b3-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-11 09:40:31.297551 | fa163e84-66e8-9a19-d5b3-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.463686 | 0.31s 2026-03-11 09:40:31.325212 | fa163e84-66e8-9a19-d5b3-000000000257 | TASK | Deploy release version package 2026-03-11 09:40:35.592787 | fa163e84-66e8-9a19-d5b3-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-11 09:40:35.593596 | fa163e84-66e8-9a19-d5b3-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.759742 | 4.27s 2026-03-11 09:40:35.611242 | fa163e84-66e8-9a19-d5b3-000000000259 | TASK | Include packages tasks 2026-03-11 09:40:35.631619 | fa163e84-66e8-9a19-d5b3-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:12.797704 | 0.02s 2026-03-11 09:40:35.656454 | 3f72e69f-1766-44df-abc9-af3a09724603 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-11 09:40:35.681587 | fa163e84-66e8-9a19-d5b3-0000000002ad | TASK | Gather facts if they don't exist 2026-03-11 09:40:35.766493 | fa163e84-66e8-9a19-d5b3-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 09:40:35.767723 | fa163e84-66e8-9a19-d5b3-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:12.933856 | 0.09s 2026-03-11 09:40:35.792475 | fa163e84-66e8-9a19-d5b3-0000000002ae | TASK | Gather variables for each operating system 2026-03-11 09:40:35.916573 | fa163e84-66e8-9a19-d5b3-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 09:40:35.922219 | fa163e84-66e8-9a19-d5b3-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.088356 | 0.13s 2026-03-11 09:40:35.947378 | fa163e84-66e8-9a19-d5b3-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 09:40:36.226695 | fa163e84-66e8-9a19-d5b3-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 09:40:36.228135 | fa163e84-66e8-9a19-d5b3-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.394271 | 0.28s 2026-03-11 09:40:36.253024 | fa163e84-66e8-9a19-d5b3-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 09:40:41.748843 | fa163e84-66e8-9a19-d5b3-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 09:40:41.750322 | fa163e84-66e8-9a19-d5b3-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:18.916459 | 5.50s 2026-03-11 09:40:41.775484 | fa163e84-66e8-9a19-d5b3-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-11 09:40:42.784974 | fa163e84-66e8-9a19-d5b3-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 09:40:42.786753 | fa163e84-66e8-9a19-d5b3-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:19.952886 | 1.01s 2026-03-11 09:40:42.814016 | fa163e84-66e8-9a19-d5b3-00000000025a | TASK | Enable openvswitch service if installed 2026-03-11 09:40:43.756137 | fa163e84-66e8-9a19-d5b3-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-11 09:40:43.758134 | fa163e84-66e8-9a19-d5b3-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:20.924269 | 0.94s 2026-03-11 09:40:43.784794 | fa163e84-66e8-9a19-d5b3-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-11 09:40:44.103855 | fa163e84-66e8-9a19-d5b3-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-11 09:40:44.105190 | fa163e84-66e8-9a19-d5b3-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.271324 | 0.32s 2026-03-11 09:40:44.129894 | fa163e84-66e8-9a19-d5b3-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-11 09:40:44.412234 | fa163e84-66e8-9a19-d5b3-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-11 09:40:44.413606 | fa163e84-66e8-9a19-d5b3-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.579744 | 0.28s 2026-03-11 09:40:44.438052 | fa163e84-66e8-9a19-d5b3-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-11 09:40:44.497224 | fa163e84-66e8-9a19-d5b3-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-11 09:40:44.498473 | fa163e84-66e8-9a19-d5b3-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.664608 | 0.06s 2026-03-11 09:40:44.524717 | fa163e84-66e8-9a19-d5b3-00000000025f | TASK | Ensure network service is enabled 2026-03-11 09:40:44.941969 | fa163e84-66e8-9a19-d5b3-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-11 09:40:44.943997 | fa163e84-66e8-9a19-d5b3-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.110125 | 0.42s 2026-03-11 09:40:44.970743 | fa163e84-66e8-9a19-d5b3-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 09:40:45.327217 | fa163e84-66e8-9a19-d5b3-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 09:40:45.328685 | fa163e84-66e8-9a19-d5b3-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.494820 | 0.36s 2026-03-11 09:40:45.355270 | fa163e84-66e8-9a19-d5b3-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 09:40:45.599806 | fa163e84-66e8-9a19-d5b3-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 09:40:45.601129 | fa163e84-66e8-9a19-d5b3-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.767267 | 0.24s 2026-03-11 09:40:45.625441 | fa163e84-66e8-9a19-d5b3-000000000263 | TASK | Reload NetworkManager 2026-03-11 09:40:46.000403 | fa163e84-66e8-9a19-d5b3-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-11 09:40:46.002262 | fa163e84-66e8-9a19-d5b3-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.168397 | 0.38s 2026-03-11 09:40:46.028282 | fa163e84-66e8-9a19-d5b3-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-11 09:40:46.250789 | fa163e84-66e8-9a19-d5b3-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-11 09:40:46.252128 | fa163e84-66e8-9a19-d5b3-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.418264 | 0.22s 2026-03-11 09:40:46.278167 | fa163e84-66e8-9a19-d5b3-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-11 09:40:46.613789 | fa163e84-66e8-9a19-d5b3-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-11 09:40:46.614930 | fa163e84-66e8-9a19-d5b3-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.781073 | 0.34s 2026-03-11 09:40:46.639181 | fa163e84-66e8-9a19-d5b3-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-11 09:40:46.849270 | fa163e84-66e8-9a19-d5b3-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-11 09:40:46.850599 | fa163e84-66e8-9a19-d5b3-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.016711 | 0.21s 2026-03-11 09:40:46.874976 | fa163e84-66e8-9a19-d5b3-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-11 09:40:47.109472 | fa163e84-66e8-9a19-d5b3-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-11 09:40:47.110344 | fa163e84-66e8-9a19-d5b3-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.276491 | 0.23s 2026-03-11 09:40:47.166696 | fa163e84-66e8-9a19-d5b3-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.332839 | 0.02s 2026-03-11 09:40:47.230047 | fa163e84-66e8-9a19-d5b3-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-11 09:40:47.419049 | fa163e84-66e8-9a19-d5b3-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-11 09:40:47.419863 | fa163e84-66e8-9a19-d5b3-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.586008 | 0.19s 2026-03-11 09:40:47.436833 | fa163e84-66e8-9a19-d5b3-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-11 09:40:47.624826 | fa163e84-66e8-9a19-d5b3-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-11 09:40:47.625624 | fa163e84-66e8-9a19-d5b3-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.791771 | 0.19s 2026-03-11 09:40:47.649106 | fa163e84-66e8-9a19-d5b3-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-11 09:40:47.675131 | fa163e84-66e8-9a19-d5b3-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-11 09:40:47.676217 | fa163e84-66e8-9a19-d5b3-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.842356 | 0.03s 2026-03-11 09:40:47.700185 | fa163e84-66e8-9a19-d5b3-000000000364 | TASK | Write temporary file 2026-03-11 09:40:47.727719 | fa163e84-66e8-9a19-d5b3-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-11 09:40:47.728889 | fa163e84-66e8-9a19-d5b3-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.895027 | 0.03s 2026-03-11 09:40:47.753892 | fa163e84-66e8-9a19-d5b3-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-11 09:40:47.831806 | fa163e84-66e8-9a19-d5b3-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-11 09:40:47.833067 | fa163e84-66e8-9a19-d5b3-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.999205 | 0.08s 2026-03-11 09:40:47.856978 | fa163e84-66e8-9a19-d5b3-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-11 09:40:48.080289 | fa163e84-66e8-9a19-d5b3-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-11 09:40:48.081614 | fa163e84-66e8-9a19-d5b3-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.247751 | 0.22s 2026-03-11 09:40:48.105512 | fa163e84-66e8-9a19-d5b3-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-11 09:40:48.340787 | fa163e84-66e8-9a19-d5b3-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-11 09:40:48.342075 | fa163e84-66e8-9a19-d5b3-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.508212 | 0.24s 2026-03-11 09:40:48.366425 | fa163e84-66e8-9a19-d5b3-000000000368 | TASK | Remove temp file 2026-03-11 09:40:48.570106 | fa163e84-66e8-9a19-d5b3-000000000368 | CHANGED | Remove temp file | standalone 2026-03-11 09:40:48.571468 | fa163e84-66e8-9a19-d5b3-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.737604 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-11 09:40:48.757061 | fa163e84-66e8-9a19-d5b3-000000000034 | TASK | Deploy step tasks for step 0 2026-03-11 09:40:48.815843 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-000000000034') missing from stats 2026-03-11 09:40:48.842815 | fa163e84-66e8-9a19-d5b3-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-11 09:40:49.076194 | fa163e84-66e8-9a19-d5b3-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-11 09:40:49.077288 | fa163e84-66e8-9a19-d5b3-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.243434 | 0.23s 2026-03-11 09:40:49.094280 | fa163e84-66e8-9a19-d5b3-000000000036 | TASK | Check cloud-init status 2026-03-11 09:40:49.297155 | fa163e84-66e8-9a19-d5b3-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-11 09:40:49.297920 | fa163e84-66e8-9a19-d5b3-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.464069 | 0.20s 2026-03-11 09:40:49.314606 | fa163e84-66e8-9a19-d5b3-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-11 09:40:49.533099 | fa163e84-66e8-9a19-d5b3-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-11 09:40:49.534436 | fa163e84-66e8-9a19-d5b3-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.700576 | 0.22s 2026-03-11 09:40:49.552613 | fa163e84-66e8-9a19-d5b3-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-11 09:40:49.913703 | fa163e84-66e8-9a19-d5b3-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-11 09:40:49.914340 | fa163e84-66e8-9a19-d5b3-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.080489 | 0.36s 2026-03-11 09:40:49.933807 | fa163e84-66e8-9a19-d5b3-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-11 09:40:50.139297 | fa163e84-66e8-9a19-d5b3-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-11 09:40:50.140030 | fa163e84-66e8-9a19-d5b3-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.306179 | 0.21s 2026-03-11 09:40:50.156877 | fa163e84-66e8-9a19-d5b3-00000000003a | TASK | Write container-puppet.sh 2026-03-11 09:40:50.617469 | fa163e84-66e8-9a19-d5b3-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-11 09:40:50.618331 | fa163e84-66e8-9a19-d5b3-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.784481 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:40:50.686949 | fa163e84-66e8-9a19-d5b3-00000000003b | TIMING | include_tasks | standalone | 0:00:27.853078 | 0.04s 2026-03-11 09:40:50.707473 | e00bb1a0-ca45-4e84-9ccf-0fb435997c6b | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-11 09:40:50.740909 | fa163e84-66e8-9a19-d5b3-000000000416 | TASK | Configure tuned before reboot 2026-03-11 09:40:50.796086 | fa163e84-66e8-9a19-d5b3-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:27.962209 | 0.05s 2026-03-11 09:40:50.864215 | fa163e84-66e8-9a19-d5b3-000000000455 | TASK | Gather variables for each operating system 2026-03-11 09:40:50.963723 | fa163e84-66e8-9a19-d5b3-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 09:40:50.964784 | fa163e84-66e8-9a19-d5b3-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.130924 | 0.10s 2026-03-11 09:40:50.969231 | fa163e84-66e8-9a19-d5b3-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.135369 | 0.10s 2026-03-11 09:40:51.062541 | fa163e84-66e8-9a19-d5b3-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.228668 | 0.06s 2026-03-11 09:40:51.083440 | 56d4572f-c8ce-44ee-b31d-92f28a9a8561 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 09:40:51.120132 | fa163e84-66e8-9a19-d5b3-00000000047f | TASK | Check tuned package is installed 2026-03-11 09:40:51.412319 | fa163e84-66e8-9a19-d5b3-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-11 09:40:51.413819 | fa163e84-66e8-9a19-d5b3-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.579956 | 0.29s 2026-03-11 09:40:51.439753 | fa163e84-66e8-9a19-d5b3-000000000480 | TASK | Install tuned 2026-03-11 09:40:58.121484 | fa163e84-66e8-9a19-d5b3-000000000480 | CHANGED | Install tuned | standalone 2026-03-11 09:40:58.122514 | fa163e84-66e8-9a19-d5b3-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.288660 | 6.68s 2026-03-11 09:40:58.143663 | fa163e84-66e8-9a19-d5b3-000000000481 | TASK | Restart tuned 2026-03-11 09:40:59.992778 | fa163e84-66e8-9a19-d5b3-000000000481 | CHANGED | Restart tuned | standalone 2026-03-11 09:40:59.994542 | fa163e84-66e8-9a19-d5b3-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.160683 | 1.85s 2026-03-11 09:41:00.013216 | fa163e84-66e8-9a19-d5b3-000000000457 | TASK | Check for tuned-adm 2026-03-11 09:41:00.242616 | fa163e84-66e8-9a19-d5b3-000000000457 | OK | Check for tuned-adm | standalone 2026-03-11 09:41:00.243886 | fa163e84-66e8-9a19-d5b3-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.410027 | 0.23s 2026-03-11 09:41:00.297212 | fa163e84-66e8-9a19-d5b3-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.463349 | 0.03s 2026-03-11 09:41:00.326642 | 0fd35b45-a26b-4e40-ab1a-1e3bd7394edc | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 09:41:00.363455 | fa163e84-66e8-9a19-d5b3-0000000004b6 | TASK | Ensure profile directory exists 2026-03-11 09:41:00.424472 | fa163e84-66e8-9a19-d5b3-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 09:41:00.425261 | fa163e84-66e8-9a19-d5b3-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.591406 | 0.06s 2026-03-11 09:41:00.445088 | fa163e84-66e8-9a19-d5b3-0000000004b7 | TASK | Create custom tuned profile 2026-03-11 09:41:00.507385 | fa163e84-66e8-9a19-d5b3-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-11 09:41:00.508487 | fa163e84-66e8-9a19-d5b3-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.674627 | 0.06s 2026-03-11 09:41:00.534372 | fa163e84-66e8-9a19-d5b3-0000000004b8 | TASK | Check tuned active profile 2026-03-11 09:41:00.862169 | fa163e84-66e8-9a19-d5b3-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-11 09:41:00.863521 | fa163e84-66e8-9a19-d5b3-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.029654 | 0.33s 2026-03-11 09:41:00.889388 | fa163e84-66e8-9a19-d5b3-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-11 09:41:01.131343 | fa163e84-66e8-9a19-d5b3-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-11 09:41:01.132528 | fa163e84-66e8-9a19-d5b3-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.298669 | 0.24s 2026-03-11 09:41:01.156981 | fa163e84-66e8-9a19-d5b3-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 09:41:01.206003 | fa163e84-66e8-9a19-d5b3-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 09:41:01.206739 | fa163e84-66e8-9a19-d5b3-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.372887 | 0.05s 2026-03-11 09:41:01.225202 | fa163e84-66e8-9a19-d5b3-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 09:41:01.260459 | fa163e84-66e8-9a19-d5b3-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 09:41:01.261015 | fa163e84-66e8-9a19-d5b3-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.427165 | 0.03s 2026-03-11 09:41:01.287392 | fa163e84-66e8-9a19-d5b3-0000000004bc | TASK | Enable tuned profile 2026-03-11 09:41:02.654361 | fa163e84-66e8-9a19-d5b3-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-11 09:41:02.655872 | fa163e84-66e8-9a19-d5b3-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.822011 | 1.37s 2026-03-11 09:41:02.704999 | fa163e84-66e8-9a19-d5b3-000000000417 | TASK | Configure kernel args and reboot 2026-03-11 09:41:02.756509 | fa163e84-66e8-9a19-d5b3-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.922640 | 0.05s 2026-03-11 09:41:02.896028 | fa163e84-66e8-9a19-d5b3-000000000569 | TASK | Get the command line args of the node 2026-03-11 09:41:03.123035 | fa163e84-66e8-9a19-d5b3-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-11 09:41:03.124431 | fa163e84-66e8-9a19-d5b3-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.290567 | 0.23s 2026-03-11 09:41:03.150469 | fa163e84-66e8-9a19-d5b3-00000000056b | TASK | Check if node has a nova.conf 2026-03-11 09:41:03.380687 | fa163e84-66e8-9a19-d5b3-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-11 09:41:03.382017 | fa163e84-66e8-9a19-d5b3-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.548155 | 0.23s 2026-03-11 09:41:03.407473 | fa163e84-66e8-9a19-d5b3-00000000056d | TASK | Warn operator about workload protection 2026-03-11 09:41:03.446513 | fa163e84-66e8-9a19-d5b3-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-11 09:41:03.447751 | fa163e84-66e8-9a19-d5b3-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.613888 | 0.04s 2026-03-11 09:41:03.473738 | fa163e84-66e8-9a19-d5b3-00000000056e | TASK | Setting defer reboot fact 2026-03-11 09:41:03.514856 | fa163e84-66e8-9a19-d5b3-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-11 09:41:03.516110 | fa163e84-66e8-9a19-d5b3-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.682248 | 0.04s 2026-03-11 09:41:03.541593 | fa163e84-66e8-9a19-d5b3-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-11 09:41:03.570053 | fa163e84-66e8-9a19-d5b3-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.736188 | 0.03s 2026-03-11 09:41:03.596889 | fa163e84-66e8-9a19-d5b3-000000000575 | TASK | Find hugepages in cmdline 2026-03-11 09:41:03.646894 | fa163e84-66e8-9a19-d5b3-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-11 09:41:03.648102 | fa163e84-66e8-9a19-d5b3-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.814242 | 0.05s 2026-03-11 09:41:03.675421 | fa163e84-66e8-9a19-d5b3-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-11 09:41:03.719686 | fa163e84-66e8-9a19-d5b3-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-11 09:41:03.720862 | fa163e84-66e8-9a19-d5b3-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.887001 | 0.04s 2026-03-11 09:41:03.747729 | fa163e84-66e8-9a19-d5b3-00000000057a | TASK | Find desired default hugepage size 2026-03-11 09:41:03.798360 | fa163e84-66e8-9a19-d5b3-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-11 09:41:03.799631 | fa163e84-66e8-9a19-d5b3-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.965767 | 0.05s 2026-03-11 09:41:03.826809 | fa163e84-66e8-9a19-d5b3-00000000057c | TASK | Storing non-configured hugepages 2026-03-11 09:41:03.858195 | fa163e84-66e8-9a19-d5b3-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.024329 | 0.03s 2026-03-11 09:41:03.887261 | fa163e84-66e8-9a19-d5b3-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-11 09:41:03.930060 | fa163e84-66e8-9a19-d5b3-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-11 09:41:03.931162 | fa163e84-66e8-9a19-d5b3-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.097301 | 0.04s 2026-03-11 09:41:03.958769 | fa163e84-66e8-9a19-d5b3-00000000057f | TASK | Determining the default hugepagesz 2026-03-11 09:41:04.008224 | fa163e84-66e8-9a19-d5b3-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-11 09:41:04.009321 | fa163e84-66e8-9a19-d5b3-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.175461 | 0.05s 2026-03-11 09:41:04.034858 | fa163e84-66e8-9a19-d5b3-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-11 09:41:04.064805 | fa163e84-66e8-9a19-d5b3-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-11 09:41:04.065836 | fa163e84-66e8-9a19-d5b3-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.231977 | 0.03s 2026-03-11 09:41:04.092448 | fa163e84-66e8-9a19-d5b3-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-11 09:41:04.135100 | fa163e84-66e8-9a19-d5b3-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-11 09:41:04.136145 | fa163e84-66e8-9a19-d5b3-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.302284 | 0.04s 2026-03-11 09:41:04.161305 | fa163e84-66e8-9a19-d5b3-000000000583 | TASK | Warn about possible modifications 2026-03-11 09:41:04.192098 | fa163e84-66e8-9a19-d5b3-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-11 09:41:04.193152 | fa163e84-66e8-9a19-d5b3-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.359292 | 0.03s 2026-03-11 09:41:04.218187 | fa163e84-66e8-9a19-d5b3-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-11 09:41:04.267094 | fa163e84-66e8-9a19-d5b3-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-11 09:41:04.268147 | fa163e84-66e8-9a19-d5b3-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.434287 | 0.05s 2026-03-11 09:41:04.294358 | fa163e84-66e8-9a19-d5b3-000000000585 | TASK | Cleaning up whitespaces 2026-03-11 09:41:04.349030 | fa163e84-66e8-9a19-d5b3-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-11 09:41:04.350154 | fa163e84-66e8-9a19-d5b3-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.516294 | 0.05s 2026-03-11 09:41:04.375468 | fa163e84-66e8-9a19-d5b3-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-11 09:41:04.747187 | fa163e84-66e8-9a19-d5b3-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-11 09:41:04.748500 | fa163e84-66e8-9a19-d5b3-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.914638 | 0.37s 2026-03-11 09:41:04.773780 | fa163e84-66e8-9a19-d5b3-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-11 09:41:04.837297 | fa163e84-66e8-9a19-d5b3-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-11 09:41:04.838374 | fa163e84-66e8-9a19-d5b3-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.004514 | 0.06s 2026-03-11 09:41:04.865437 | fa163e84-66e8-9a19-d5b3-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-11 09:41:04.936080 | fa163e84-66e8-9a19-d5b3-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-11 09:41:04.937221 | fa163e84-66e8-9a19-d5b3-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.103325 | 0.07s 2026-03-11 09:41:04.963780 | fa163e84-66e8-9a19-d5b3-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-11 09:41:05.024616 | fa163e84-66e8-9a19-d5b3-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-11 09:41:05.025685 | fa163e84-66e8-9a19-d5b3-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.191800 | 0.06s 2026-03-11 09:41:05.050714 | fa163e84-66e8-9a19-d5b3-00000000058c | TASK | Generate grub config 2026-03-11 09:41:05.111057 | fa163e84-66e8-9a19-d5b3-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-11 09:41:05.112124 | fa163e84-66e8-9a19-d5b3-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.278263 | 0.06s 2026-03-11 09:41:05.138048 | fa163e84-66e8-9a19-d5b3-000000000590 | TASK | Get the block device that /boot is on 2026-03-11 09:41:05.199333 | fa163e84-66e8-9a19-d5b3-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-11 09:41:05.200453 | fa163e84-66e8-9a19-d5b3-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.366593 | 0.06s 2026-03-11 09:41:05.225657 | fa163e84-66e8-9a19-d5b3-000000000591 | TASK | Get the mount point that /boot is in 2026-03-11 09:41:05.286204 | fa163e84-66e8-9a19-d5b3-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-11 09:41:05.287315 | fa163e84-66e8-9a19-d5b3-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.453455 | 0.06s 2026-03-11 09:41:05.313335 | fa163e84-66e8-9a19-d5b3-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-11 09:41:05.379368 | fa163e84-66e8-9a19-d5b3-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-11 09:41:05.380489 | fa163e84-66e8-9a19-d5b3-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.546628 | 0.07s 2026-03-11 09:41:05.406189 | fa163e84-66e8-9a19-d5b3-000000000593 | TASK | Executed script to fix grub-menu 2026-03-11 09:41:05.469656 | fa163e84-66e8-9a19-d5b3-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-11 09:41:05.470769 | fa163e84-66e8-9a19-d5b3-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.636909 | 0.06s 2026-03-11 09:41:05.496946 | fa163e84-66e8-9a19-d5b3-000000000594 | TASK | Check grub config paths 2026-03-11 09:41:05.562526 | fa163e84-66e8-9a19-d5b3-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-11 09:41:05.578884 | fa163e84-66e8-9a19-d5b3-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-11 09:41:05.590715 | fa163e84-66e8-9a19-d5b3-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.756849 | 0.09s 2026-03-11 09:41:05.618125 | fa163e84-66e8-9a19-d5b3-000000000595 | TASK | Write EFI grub.cfg 2026-03-11 09:41:05.694619 | fa163e84-66e8-9a19-d5b3-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2026-03-11 09:41:05.711364 | fa163e84-66e8-9a19-d5b3-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2026-03-11 09:41:05.721480 | fa163e84-66e8-9a19-d5b3-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.887613 | 0.10s 2026-03-11 09:41:05.748066 | fa163e84-66e8-9a19-d5b3-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-11 09:41:05.798582 | fa163e84-66e8-9a19-d5b3-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-11 09:41:05.799756 | fa163e84-66e8-9a19-d5b3-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.965894 | 0.05s 2026-03-11 09:41:05.825197 | fa163e84-66e8-9a19-d5b3-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-11 09:41:05.895882 | fa163e84-66e8-9a19-d5b3-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-11 09:41:05.897012 | fa163e84-66e8-9a19-d5b3-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.063151 | 0.07s 2026-03-11 09:41:05.922407 | fa163e84-66e8-9a19-d5b3-000000000598 | TASK | Execute grub2-mkconfig 2026-03-11 09:41:05.984041 | fa163e84-66e8-9a19-d5b3-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-11 09:41:05.985164 | fa163e84-66e8-9a19-d5b3-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.151304 | 0.06s 2026-03-11 09:41:06.010928 | fa163e84-66e8-9a19-d5b3-000000000599 | TASK | Check for active tuned profile 2026-03-11 09:41:06.072323 | fa163e84-66e8-9a19-d5b3-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-11 09:41:06.073455 | fa163e84-66e8-9a19-d5b3-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.239594 | 0.06s 2026-03-11 09:41:06.098792 | fa163e84-66e8-9a19-d5b3-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-11 09:41:06.158417 | fa163e84-66e8-9a19-d5b3-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-11 09:41:06.159214 | fa163e84-66e8-9a19-d5b3-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.325359 | 0.06s 2026-03-11 09:41:06.178836 | fa163e84-66e8-9a19-d5b3-00000000059b | TASK | Set reboot required fact 2026-03-11 09:41:06.237878 | fa163e84-66e8-9a19-d5b3-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-11 09:41:06.239180 | fa163e84-66e8-9a19-d5b3-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.405314 | 0.06s 2026-03-11 09:41:06.264630 | fa163e84-66e8-9a19-d5b3-00000000059d | TASK | Apply DPDK workarounds 2026-03-11 09:41:06.314407 | fa163e84-66e8-9a19-d5b3-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-11 09:41:06.315512 | fa163e84-66e8-9a19-d5b3-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.481652 | 0.05s 2026-03-11 09:41:06.340920 | fa163e84-66e8-9a19-d5b3-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-11 09:41:06.379791 | fa163e84-66e8-9a19-d5b3-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-11 09:41:06.381228 | fa163e84-66e8-9a19-d5b3-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.547362 | 0.04s 2026-03-11 09:41:06.408459 | fa163e84-66e8-9a19-d5b3-0000000005a0 | TASK | Load modules 2026-03-11 09:41:06.452181 | fa163e84-66e8-9a19-d5b3-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-11 09:41:06.458860 | fa163e84-66e8-9a19-d5b3-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.624990 | 0.05s 2026-03-11 09:41:06.485293 | fa163e84-66e8-9a19-d5b3-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-11 09:41:06.539160 | fa163e84-66e8-9a19-d5b3-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-11 09:41:06.551044 | fa163e84-66e8-9a19-d5b3-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.717180 | 0.06s 2026-03-11 09:41:06.576336 | fa163e84-66e8-9a19-d5b3-0000000005a4 | TASK | Drop module persistence 2026-03-11 09:41:06.622029 | fa163e84-66e8-9a19-d5b3-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-11 09:41:06.630012 | fa163e84-66e8-9a19-d5b3-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.796148 | 0.05s 2026-03-11 09:41:06.654936 | fa163e84-66e8-9a19-d5b3-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-11 09:41:06.697271 | fa163e84-66e8-9a19-d5b3-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-11 09:41:06.704500 | fa163e84-66e8-9a19-d5b3-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.870637 | 0.05s 2026-03-11 09:41:06.729753 | fa163e84-66e8-9a19-d5b3-0000000005a8 | TASK | Modules reload 2026-03-11 09:41:06.768325 | fa163e84-66e8-9a19-d5b3-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-11 09:41:06.769425 | fa163e84-66e8-9a19-d5b3-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.935564 | 0.04s 2026-03-11 09:41:06.795423 | fa163e84-66e8-9a19-d5b3-0000000005aa | TASK | Reboot tasks 2026-03-11 09:41:06.844687 | fa163e84-66e8-9a19-d5b3-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-11 09:41:06.845775 | fa163e84-66e8-9a19-d5b3-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.011916 | 0.05s 2026-03-11 09:41:06.871004 | fa163e84-66e8-9a19-d5b3-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-11 09:41:06.921616 | fa163e84-66e8-9a19-d5b3-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-11 09:41:06.922664 | fa163e84-66e8-9a19-d5b3-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.088802 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-11 09:41:07.102687 | fa163e84-66e8-9a19-d5b3-00000000003f | TASK | Server pre-network deployments 2026-03-11 09:41:07.130437 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-00000000003f') missing from stats 2026-03-11 09:41:07.151651 | fa163e84-66e8-9a19-d5b3-000000000043 | TASK | Hiera config 2026-03-11 09:41:07.177369 | fa163e84-66e8-9a19-d5b3-000000000043 | TIMING | Hiera config | standalone | 0:00:44.343509 | 0.02s 2026-03-11 09:41:07.218039 | fa163e84-66e8-9a19-d5b3-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-11 09:41:07.444973 | fa163e84-66e8-9a19-d5b3-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-11 09:41:07.446381 | fa163e84-66e8-9a19-d5b3-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.612519 | 0.23s 2026-03-11 09:41:07.472342 | fa163e84-66e8-9a19-d5b3-000000000722 | TASK | Write hiera config 2026-03-11 09:41:07.951342 | fa163e84-66e8-9a19-d5b3-000000000722 | CHANGED | Write hiera config | standalone 2026-03-11 09:41:07.952798 | fa163e84-66e8-9a19-d5b3-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.118937 | 0.48s 2026-03-11 09:41:08.006112 | fa163e84-66e8-9a19-d5b3-000000000044 | TASK | Hiera symlink 2026-03-11 09:41:08.229016 | fa163e84-66e8-9a19-d5b3-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-11 09:41:08.230937 | fa163e84-66e8-9a19-d5b3-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.397076 | 0.22s 2026-03-11 09:41:08.256317 | fa163e84-66e8-9a19-d5b3-000000000045 | TASK | Hieradata from vars 2026-03-11 09:41:08.275973 | fa163e84-66e8-9a19-d5b3-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.442111 | 0.02s 2026-03-11 09:41:08.334588 | fa163e84-66e8-9a19-d5b3-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 09:41:08.805630 | fa163e84-66e8-9a19-d5b3-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 09:41:08.807055 | fa163e84-66e8-9a19-d5b3-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.973192 | 0.47s 2026-03-11 09:41:08.833293 | fa163e84-66e8-9a19-d5b3-00000000077d | TASK | Render hieradata from template 2026-03-11 09:41:09.334053 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 09:41:09.335150 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.501292 | 0.50s 2026-03-11 09:41:09.891329 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-11 09:41:09.893281 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.059422 | 1.06s 2026-03-11 09:41:10.523025 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 09:41:10.524225 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.690365 | 1.69s 2026-03-11 09:41:11.020660 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 09:41:11.022925 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.189064 | 2.19s 2026-03-11 09:41:11.525811 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-11 09:41:11.527441 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.693589 | 2.69s 2026-03-11 09:41:11.983485 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-11 09:41:11.984660 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.150801 | 3.15s 2026-03-11 09:41:12.498520 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-11 09:41:12.499663 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.665804 | 3.66s 2026-03-11 09:41:12.968409 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-11 09:41:12.969146 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.135295 | 4.13s 2026-03-11 09:41:13.464235 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 09:41:13.466488 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.632623 | 4.63s 2026-03-11 09:41:13.919934 | fa163e84-66e8-9a19-d5b3-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 09:41:13.922044 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.088186 | 5.09s 2026-03-11 09:41:13.934949 | fa163e84-66e8-9a19-d5b3-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.101086 | 5.10s 2026-03-11 09:41:13.985942 | fa163e84-66e8-9a19-d5b3-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 09:41:14.015415 | fa163e84-66e8-9a19-d5b3-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.181545 | 0.03s 2026-03-11 09:41:14.082332 | fa163e84-66e8-9a19-d5b3-000000000821 | TASK | Check for hieradata file 2026-03-11 09:41:14.300858 | fa163e84-66e8-9a19-d5b3-000000000821 | OK | Check for hieradata file | standalone 2026-03-11 09:41:14.302093 | fa163e84-66e8-9a19-d5b3-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.468231 | 0.22s 2026-03-11 09:41:14.327103 | fa163e84-66e8-9a19-d5b3-000000000823 | TASK | Get existing data 2026-03-11 09:41:14.375411 | fa163e84-66e8-9a19-d5b3-000000000823 | SKIPPED | Get existing data | standalone 2026-03-11 09:41:14.376659 | fa163e84-66e8-9a19-d5b3-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.542796 | 0.05s 2026-03-11 09:41:14.403408 | fa163e84-66e8-9a19-d5b3-000000000824 | TASK | Set data fact 2026-03-11 09:41:14.455081 | fa163e84-66e8-9a19-d5b3-000000000824 | SKIPPED | Set data fact | standalone 2026-03-11 09:41:14.457032 | fa163e84-66e8-9a19-d5b3-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.623164 | 0.05s 2026-03-11 09:41:14.483706 | fa163e84-66e8-9a19-d5b3-000000000826 | TASK | Write ansible hieradata file 2026-03-11 09:41:15.003512 | fa163e84-66e8-9a19-d5b3-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-11 09:41:15.004930 | fa163e84-66e8-9a19-d5b3-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.171070 | 0.52s 2026-03-11 09:41:15.104633 | fa163e84-66e8-9a19-d5b3-000000000047 | TIMING | include_tasks | standalone | 0:00:52.270761 | 0.05s PLAY [Server network deployments] ********************************************** 2026-03-11 09:41:15.268080 | fa163e84-66e8-9a19-d5b3-00000000004b | TASK | Network Configuration 2026-03-11 09:41:15.285230 | fa163e84-66e8-9a19-d5b3-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-00000000004b') missing from stats 2026-03-11 09:41:15.307144 | fa163e84-66e8-9a19-d5b3-00000000004c | TASK | Check NetworkConfig script existence 2026-03-11 09:41:15.332960 | fa163e84-66e8-9a19-d5b3-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-11 09:41:15.333655 | fa163e84-66e8-9a19-d5b3-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.499802 | 0.03s 2026-03-11 09:41:15.353270 | fa163e84-66e8-9a19-d5b3-000000000052 | TASK | Gather SELinux fact if needed 2026-03-11 09:41:15.378845 | fa163e84-66e8-9a19-d5b3-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-11 09:41:15.379864 | fa163e84-66e8-9a19-d5b3-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.546005 | 0.03s 2026-03-11 09:41:15.404315 | fa163e84-66e8-9a19-d5b3-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-11 09:41:16.071311 | fa163e84-66e8-9a19-d5b3-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-11 09:41:16.072644 | fa163e84-66e8-9a19-d5b3-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.238781 | 0.67s 2026-03-11 09:41:16.097914 | fa163e84-66e8-9a19-d5b3-000000000054 | TASK | Ensure requirements are satisfied 2026-03-11 09:41:16.118785 | fa163e84-66e8-9a19-d5b3-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.284921 | 0.02s 2026-03-11 09:41:16.176969 | fa163e84-66e8-9a19-d5b3-0000000008bf | TASK | Gather facts if they don't exist 2026-03-11 09:41:16.223334 | fa163e84-66e8-9a19-d5b3-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 09:41:16.224125 | fa163e84-66e8-9a19-d5b3-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.390272 | 0.05s 2026-03-11 09:41:16.243438 | fa163e84-66e8-9a19-d5b3-0000000008c0 | TASK | Gather variables for each operating system 2026-03-11 09:41:16.368316 | fa163e84-66e8-9a19-d5b3-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 09:41:16.380038 | fa163e84-66e8-9a19-d5b3-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.546180 | 0.14s 2026-03-11 09:41:16.405831 | fa163e84-66e8-9a19-d5b3-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 09:41:16.657588 | fa163e84-66e8-9a19-d5b3-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 09:41:16.658951 | fa163e84-66e8-9a19-d5b3-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.825090 | 0.25s 2026-03-11 09:41:16.686249 | fa163e84-66e8-9a19-d5b3-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 09:41:16.707937 | fa163e84-66e8-9a19-d5b3-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 09:41:16.709003 | fa163e84-66e8-9a19-d5b3-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.875141 | 0.02s 2026-03-11 09:41:16.734891 | fa163e84-66e8-9a19-d5b3-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-11 09:41:17.667629 | fa163e84-66e8-9a19-d5b3-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 09:41:17.668897 | fa163e84-66e8-9a19-d5b3-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.835039 | 0.93s 2026-03-11 09:41:17.716752 | fa163e84-66e8-9a19-d5b3-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 09:41:17.964685 | fa163e84-66e8-9a19-d5b3-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 09:41:17.966315 | fa163e84-66e8-9a19-d5b3-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.132450 | 0.25s 2026-03-11 09:41:17.996272 | fa163e84-66e8-9a19-d5b3-000000000057 | TASK | Reload NetworkManager 2026-03-11 09:41:18.477276 | fa163e84-66e8-9a19-d5b3-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-11 09:41:18.478686 | fa163e84-66e8-9a19-d5b3-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.644829 | 0.48s 2026-03-11 09:41:18.501151 | fa163e84-66e8-9a19-d5b3-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-11 09:41:18.723625 | fa163e84-66e8-9a19-d5b3-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-11 09:41:18.725423 | fa163e84-66e8-9a19-d5b3-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.891560 | 0.22s 2026-03-11 09:41:18.752749 | fa163e84-66e8-9a19-d5b3-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-11 09:41:18.977915 | fa163e84-66e8-9a19-d5b3-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-11 09:41:18.979154 | fa163e84-66e8-9a19-d5b3-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.145292 | 0.22s 2026-03-11 09:41:19.005435 | fa163e84-66e8-9a19-d5b3-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-11 09:41:19.037663 | fa163e84-66e8-9a19-d5b3-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-11 09:41:19.039085 | fa163e84-66e8-9a19-d5b3-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.205222 | 0.03s 2026-03-11 09:41:19.065399 | fa163e84-66e8-9a19-d5b3-00000000005c | TASK | Ensure we get cloud-init 2026-03-11 09:41:19.298904 | fa163e84-66e8-9a19-d5b3-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-11 09:41:19.299921 | fa163e84-66e8-9a19-d5b3-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.466068 | 0.23s 2026-03-11 09:41:19.321167 | fa163e84-66e8-9a19-d5b3-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-11 09:41:19.598492 | fa163e84-66e8-9a19-d5b3-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-11 09:41:19.599922 | fa163e84-66e8-9a19-d5b3-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.766060 | 0.28s 2026-03-11 09:41:19.625444 | fa163e84-66e8-9a19-d5b3-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-11 09:41:20.027909 | fa163e84-66e8-9a19-d5b3-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-11 09:41:20.029133 | fa163e84-66e8-9a19-d5b3-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.195273 | 0.40s 2026-03-11 09:41:20.055403 | fa163e84-66e8-9a19-d5b3-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-11 09:41:20.128129 | fa163e84-66e8-9a19-d5b3-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-11 09:41:20.129376 | fa163e84-66e8-9a19-d5b3-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.295516 | 0.07s 2026-03-11 09:41:20.155056 | fa163e84-66e8-9a19-d5b3-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-11 09:41:20.410018 | fa163e84-66e8-9a19-d5b3-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-11 09:41:20.411468 | fa163e84-66e8-9a19-d5b3-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.577606 | 0.25s 2026-03-11 09:41:20.438900 | fa163e84-66e8-9a19-d5b3-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-11 09:41:20.510802 | fa163e84-66e8-9a19-d5b3-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.676927 | 0.07s 2026-03-11 09:41:20.539527 | 62626db0-e234-46be-8890-3ca4619b37e3 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-11 09:41:20.573828 | fa163e84-66e8-9a19-d5b3-000000000909 | TASK | Set nic_config_file fact 2026-03-11 09:41:20.656118 | fa163e84-66e8-9a19-d5b3-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-11 09:41:20.657399 | fa163e84-66e8-9a19-d5b3-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.823537 | 0.08s 2026-03-11 09:41:20.685063 | fa163e84-66e8-9a19-d5b3-00000000090a | TASK | Render overidden network config 2026-03-11 09:41:20.770936 | fa163e84-66e8-9a19-d5b3-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-11 09:41:20.772196 | fa163e84-66e8-9a19-d5b3-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.938334 | 0.09s 2026-03-11 09:41:20.799068 | fa163e84-66e8-9a19-d5b3-00000000090b | TASK | Render network_config 2026-03-11 09:41:20.872191 | fa163e84-66e8-9a19-d5b3-00000000090b | SKIPPED | Render network_config | standalone 2026-03-11 09:41:20.873521 | fa163e84-66e8-9a19-d5b3-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.039657 | 0.07s 2026-03-11 09:41:20.899153 | fa163e84-66e8-9a19-d5b3-00000000090c | TASK | Render network_config from template 2026-03-11 09:41:21.464333 | fa163e84-66e8-9a19-d5b3-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-11 09:41:21.465824 | fa163e84-66e8-9a19-d5b3-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.631962 | 0.57s 2026-03-11 09:41:21.487152 | fa163e84-66e8-9a19-d5b3-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=389496857183.46090 2026-03-11 09:41:25.576962 | fa163e84-66e8-9a19-d5b3-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-11 09:41:25.578071 | fa163e84-66e8-9a19-d5b3-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.744217 | 4.09s 2026-03-11 09:41:25.600526 | fa163e84-66e8-9a19-d5b3-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-11 09:41:26.067597 | fa163e84-66e8-9a19-d5b3-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-11 09:41:26.069063 | fa163e84-66e8-9a19-d5b3-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.235202 | 0.47s 2026-03-11 09:41:26.094823 | fa163e84-66e8-9a19-d5b3-000000000065 | TASK | Disable cloud-init network config 2026-03-11 09:41:26.632513 | fa163e84-66e8-9a19-d5b3-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-11 09:41:26.633958 | fa163e84-66e8-9a19-d5b3-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.800097 | 0.54s 2026-03-11 09:41:26.659771 | fa163e84-66e8-9a19-d5b3-000000000066 | TASK | Ensure network service is enabled 2026-03-11 09:41:27.046000 | fa163e84-66e8-9a19-d5b3-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-11 09:41:27.048466 | fa163e84-66e8-9a19-d5b3-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.214594 | 0.39s PLAY [Server network validation] *********************************************** 2026-03-11 09:41:27.225725 | fa163e84-66e8-9a19-d5b3-000000000096 | TASK | Basic Network Validation 2026-03-11 09:41:27.251548 | fa163e84-66e8-9a19-d5b3-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.417689 | 0.02s 2026-03-11 09:41:27.294947 | fa163e84-66e8-9a19-d5b3-000000000945 | TASK | Collect default network fact 2026-03-11 09:41:27.843217 | fa163e84-66e8-9a19-d5b3-000000000945 | OK | Collect default network fact | standalone 2026-03-11 09:41:27.844652 | fa163e84-66e8-9a19-d5b3-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.010788 | 0.55s 2026-03-11 09:41:27.866218 | fa163e84-66e8-9a19-d5b3-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-11 09:41:27.893682 | fa163e84-66e8-9a19-d5b3-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-11 09:41:27.895351 | fa163e84-66e8-9a19-d5b3-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.061484 | 0.03s 2026-03-11 09:41:27.921833 | fa163e84-66e8-9a19-d5b3-000000000947 | TASK | Check all networks Gateway availability 2026-03-11 09:41:27.952310 | fa163e84-66e8-9a19-d5b3-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.118427 | 0.03s 2026-03-11 09:41:27.975285 | fa163e84-66e8-9a19-d5b3-000000000949 | TASK | Check Controllers availability 2026-03-11 09:41:28.042764 | fa163e84-66e8-9a19-d5b3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-11 09:41:28.050326 | fa163e84-66e8-9a19-d5b3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-11 09:41:28.057286 | fa163e84-66e8-9a19-d5b3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-11 09:41:28.064918 | fa163e84-66e8-9a19-d5b3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-11 09:41:28.070348 | fa163e84-66e8-9a19-d5b3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-11 09:41:28.072841 | fa163e84-66e8-9a19-d5b3-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-11 09:41:28.077815 | fa163e84-66e8-9a19-d5b3-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.243960 | 0.10s 2026-03-11 09:41:28.097771 | fa163e84-66e8-9a19-d5b3-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-11 09:41:28.124253 | fa163e84-66e8-9a19-d5b3-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-11 09:41:28.125179 | fa163e84-66e8-9a19-d5b3-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.291322 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-11 09:41:28.287649 | fa163e84-66e8-9a19-d5b3-00000000009a | TASK | Server pre deployments 2026-03-11 09:41:28.305707 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-00000000009a') missing from stats 2026-03-11 09:41:28.326444 | fa163e84-66e8-9a19-d5b3-00000000009e | TASK | Hiera config 2026-03-11 09:41:28.342623 | fa163e84-66e8-9a19-d5b3-00000000009e | TIMING | Hiera config | standalone | 0:01:05.508759 | 0.02s 2026-03-11 09:41:28.383160 | fa163e84-66e8-9a19-d5b3-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-11 09:41:28.612746 | fa163e84-66e8-9a19-d5b3-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-11 09:41:28.614089 | fa163e84-66e8-9a19-d5b3-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.780227 | 0.23s 2026-03-11 09:41:28.639444 | fa163e84-66e8-9a19-d5b3-00000000099f | TASK | Write hiera config 2026-03-11 09:41:29.133826 | fa163e84-66e8-9a19-d5b3-00000000099f | OK | Write hiera config | standalone 2026-03-11 09:41:29.135383 | fa163e84-66e8-9a19-d5b3-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.301523 | 0.49s 2026-03-11 09:41:29.168940 | fa163e84-66e8-9a19-d5b3-00000000009f | TASK | Hiera symlink 2026-03-11 09:41:29.410496 | fa163e84-66e8-9a19-d5b3-00000000009f | OK | Hiera symlink | standalone 2026-03-11 09:41:29.411889 | fa163e84-66e8-9a19-d5b3-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.578029 | 0.24s 2026-03-11 09:41:29.432846 | fa163e84-66e8-9a19-d5b3-0000000000a0 | TASK | Hieradata from vars 2026-03-11 09:41:29.474710 | fa163e84-66e8-9a19-d5b3-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.640843 | 0.04s 2026-03-11 09:41:29.531304 | fa163e84-66e8-9a19-d5b3-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 09:41:30.037175 | fa163e84-66e8-9a19-d5b3-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 09:41:30.038722 | fa163e84-66e8-9a19-d5b3-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.204858 | 0.51s 2026-03-11 09:41:30.064947 | fa163e84-66e8-9a19-d5b3-0000000009fa | TASK | Render hieradata from template 2026-03-11 09:41:30.554715 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 09:41:30.557446 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.723578 | 0.49s 2026-03-11 09:41:31.044766 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-11 09:41:31.047004 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.213144 | 0.98s 2026-03-11 09:41:31.661907 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 09:41:31.662573 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.828708 | 1.60s 2026-03-11 09:41:32.135304 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 09:41:32.137333 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.303469 | 2.07s 2026-03-11 09:41:32.575880 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-11 09:41:32.577736 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.743886 | 2.51s 2026-03-11 09:41:33.076971 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-11 09:41:33.078575 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.244707 | 3.01s 2026-03-11 09:41:33.551957 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-11 09:41:33.553710 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.719850 | 3.49s 2026-03-11 09:41:33.937464 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-11 09:41:33.938583 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.104696 | 3.87s 2026-03-11 09:41:34.379668 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 09:41:34.380533 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.546681 | 4.31s 2026-03-11 09:41:34.859748 | fa163e84-66e8-9a19-d5b3-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 09:41:34.861897 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.028039 | 4.80s 2026-03-11 09:41:34.874790 | fa163e84-66e8-9a19-d5b3-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.040926 | 4.81s 2026-03-11 09:41:34.928755 | fa163e84-66e8-9a19-d5b3-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 09:41:34.957535 | fa163e84-66e8-9a19-d5b3-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.123666 | 0.03s 2026-03-11 09:41:35.026486 | fa163e84-66e8-9a19-d5b3-000000000a9e | TASK | Check for hieradata file 2026-03-11 09:41:35.219763 | fa163e84-66e8-9a19-d5b3-000000000a9e | OK | Check for hieradata file | standalone 2026-03-11 09:41:35.220471 | fa163e84-66e8-9a19-d5b3-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.386619 | 0.19s 2026-03-11 09:41:35.245184 | fa163e84-66e8-9a19-d5b3-000000000aa0 | TASK | Get existing data 2026-03-11 09:41:35.273268 | fa163e84-66e8-9a19-d5b3-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-11 09:41:35.274467 | fa163e84-66e8-9a19-d5b3-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.440606 | 0.03s 2026-03-11 09:41:35.299417 | fa163e84-66e8-9a19-d5b3-000000000aa1 | TASK | Set data fact 2026-03-11 09:41:35.326941 | fa163e84-66e8-9a19-d5b3-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-11 09:41:35.328127 | fa163e84-66e8-9a19-d5b3-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.494266 | 0.03s 2026-03-11 09:41:35.352543 | fa163e84-66e8-9a19-d5b3-000000000aa3 | TASK | Write ansible hieradata file 2026-03-11 09:41:35.777742 | fa163e84-66e8-9a19-d5b3-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-11 09:41:35.779187 | fa163e84-66e8-9a19-d5b3-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.945326 | 0.43s 2026-03-11 09:41:35.878104 | fa163e84-66e8-9a19-d5b3-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.044231 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-03-11 09:41:36.038070 | fa163e84-66e8-9a19-d5b3-0000000000a6 | TASK | Host prep steps 2026-03-11 09:41:36.065943 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000a6') missing from stats 2026-03-11 09:41:36.136162 | fa163e84-66e8-9a19-d5b3-0000000000a7 | TASK | Deploy Artifacts 2026-03-11 09:41:36.214652 | fa163e84-66e8-9a19-d5b3-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-11 09:41:36.215847 | fa163e84-66e8-9a19-d5b3-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.381981 | 0.08s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:41:36.281104 | fa163e84-66e8-9a19-d5b3-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.447238 | 0.04s 2026-03-11 09:41:36.476771 | acca4f01-c844-4356-8962-55804c507f07 | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/host_prep_tasks.yaml | standalone 2026-03-11 09:41:36.532806 | fa163e84-66e8-9a19-d5b3-000000000b1e | TASK | Run firewall role 2026-03-11 09:41:36.558000 | fa163e84-66e8-9a19-d5b3-000000000b1e | TIMING | Run firewall role | standalone | 0:01:13.724134 | 0.02s 2026-03-11 09:41:36.623728 | fa163e84-66e8-9a19-d5b3-000000000c1d | TASK | Gather variables for each operating system 2026-03-11 09:41:36.741046 | fa163e84-66e8-9a19-d5b3-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-11 09:41:36.742618 | fa163e84-66e8-9a19-d5b3-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.908752 | 0.12s 2026-03-11 09:41:36.748480 | fa163e84-66e8-9a19-d5b3-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.914615 | 0.12s 2026-03-11 09:41:36.774175 | fa163e84-66e8-9a19-d5b3-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-11 09:41:39.962240 | fa163e84-66e8-9a19-d5b3-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-11 09:41:39.964133 | fa163e84-66e8-9a19-d5b3-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.130264 | 3.19s 2026-03-11 09:41:39.985339 | fa163e84-66e8-9a19-d5b3-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-11 09:41:40.023443 | fa163e84-66e8-9a19-d5b3-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-11 09:41:40.024827 | fa163e84-66e8-9a19-d5b3-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.190965 | 0.04s 2026-03-11 09:41:40.050150 | fa163e84-66e8-9a19-d5b3-000000000c23 | TASK | Enable masquerade 2026-03-11 09:41:40.089112 | fa163e84-66e8-9a19-d5b3-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-11 09:41:40.090304 | fa163e84-66e8-9a19-d5b3-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.256442 | 0.04s 2026-03-11 09:41:40.114784 | fa163e84-66e8-9a19-d5b3-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-11 09:41:40.153713 | fa163e84-66e8-9a19-d5b3-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-11 09:41:40.154999 | fa163e84-66e8-9a19-d5b3-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.321140 | 0.04s 2026-03-11 09:41:40.182287 | fa163e84-66e8-9a19-d5b3-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 09:41:40.234181 | fa163e84-66e8-9a19-d5b3-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 09:41:40.235633 | fa163e84-66e8-9a19-d5b3-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.401772 | 0.05s 2026-03-11 09:41:40.260727 | fa163e84-66e8-9a19-d5b3-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-11 09:41:40.313323 | fa163e84-66e8-9a19-d5b3-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-11 09:41:40.315440 | fa163e84-66e8-9a19-d5b3-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.481578 | 0.05s 2026-03-11 09:41:40.344699 | fa163e84-66e8-9a19-d5b3-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 09:41:40.379503 | fa163e84-66e8-9a19-d5b3-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 09:41:40.380922 | fa163e84-66e8-9a19-d5b3-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.547060 | 0.03s 2026-03-11 09:41:40.409283 | fa163e84-66e8-9a19-d5b3-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-11 09:41:40.454415 | fa163e84-66e8-9a19-d5b3-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-11 09:41:40.455810 | fa163e84-66e8-9a19-d5b3-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.621940 | 0.04s 2026-03-11 09:41:40.480871 | fa163e84-66e8-9a19-d5b3-000000000c2d | TASK | Enable LOG rules 2026-03-11 09:41:40.510234 | fa163e84-66e8-9a19-d5b3-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-11 09:41:40.511695 | fa163e84-66e8-9a19-d5b3-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.677803 | 0.03s 2026-03-11 09:41:40.536478 | fa163e84-66e8-9a19-d5b3-000000000c2e | TASK | Set rule fact 2026-03-11 09:41:40.643259 | fa163e84-66e8-9a19-d5b3-000000000c2e | OK | Set rule fact | standalone 2026-03-11 09:41:40.645358 | fa163e84-66e8-9a19-d5b3-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.811503 | 0.11s 2026-03-11 09:41:40.665663 | fa163e84-66e8-9a19-d5b3-000000000c2f | TASK | Manage rules via nftables 2026-03-11 09:41:40.692186 | fa163e84-66e8-9a19-d5b3-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:17.858327 | 0.03s 2026-03-11 09:41:40.758191 | fa163e84-66e8-9a19-d5b3-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.924330 | 0.03s 2026-03-11 09:41:40.770431 | c8faf981-a01a-4248-affb-40f90a17b8d6 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-11 09:41:40.792599 | fa163e84-66e8-9a19-d5b3-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-11 09:41:41.221339 | fa163e84-66e8-9a19-d5b3-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-11 09:41:41.223442 | fa163e84-66e8-9a19-d5b3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.389571 | 0.43s 2026-03-11 09:41:41.568549 | fa163e84-66e8-9a19-d5b3-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-11 09:41:41.570057 | fa163e84-66e8-9a19-d5b3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.736198 | 0.78s 2026-03-11 09:41:41.591014 | fa163e84-66e8-9a19-d5b3-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.757148 | 0.80s 2026-03-11 09:41:41.620312 | fa163e84-66e8-9a19-d5b3-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-11 09:41:42.327404 | fa163e84-66e8-9a19-d5b3-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-11 09:41:42.329231 | fa163e84-66e8-9a19-d5b3-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.495369 | 0.71s 2026-03-11 09:41:42.356259 | fa163e84-66e8-9a19-d5b3-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-11 09:41:42.396725 | fa163e84-66e8-9a19-d5b3-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-11 09:41:42.397848 | fa163e84-66e8-9a19-d5b3-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.563987 | 0.04s 2026-03-11 09:41:42.441346 | fa163e84-66e8-9a19-d5b3-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.607486 | 0.02s 2026-03-11 09:41:42.467182 | 113c0f5e-17c5-4ff4-b2c6-e1006c37e436 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-11 09:41:42.502805 | fa163e84-66e8-9a19-d5b3-000000000d23 | TASK | Push empty ruleset 2026-03-11 09:41:42.969911 | fa163e84-66e8-9a19-d5b3-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-11 09:41:42.971691 | fa163e84-66e8-9a19-d5b3-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.137821 | 0.47s 2026-03-11 09:41:43.002360 | fa163e84-66e8-9a19-d5b3-000000000d24 | TASK | Load empty ruleset 2026-03-11 09:41:43.248997 | fa163e84-66e8-9a19-d5b3-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-11 09:41:43.250091 | fa163e84-66e8-9a19-d5b3-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.416236 | 0.25s 2026-03-11 09:41:43.270632 | fa163e84-66e8-9a19-d5b3-000000000d26 | TASK | Use default rules 2026-03-11 09:41:43.329087 | fa163e84-66e8-9a19-d5b3-000000000d26 | OK | Use default rules | standalone 2026-03-11 09:41:43.331053 | fa163e84-66e8-9a19-d5b3-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.497201 | 0.06s 2026-03-11 09:41:43.350368 | fa163e84-66e8-9a19-d5b3-000000000d27 | TASK | Enable LOG rules 2026-03-11 09:41:43.443756 | fa163e84-66e8-9a19-d5b3-000000000d27 | OK | Enable LOG rules | standalone 2026-03-11 09:41:43.447185 | fa163e84-66e8-9a19-d5b3-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.613322 | 0.10s 2026-03-11 09:41:43.476873 | fa163e84-66e8-9a19-d5b3-000000000d29 | TASK | Get current nftables content 2026-03-11 09:41:43.694244 | fa163e84-66e8-9a19-d5b3-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-11 09:41:43.696497 | fa163e84-66e8-9a19-d5b3-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:20.862636 | 0.22s 2026-03-11 09:41:43.722460 | fa163e84-66e8-9a19-d5b3-000000000d2b | TASK | Generate chain jumps 2026-03-11 09:41:44.270090 | fa163e84-66e8-9a19-d5b3-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-11 09:41:44.272182 | fa163e84-66e8-9a19-d5b3-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.438312 | 0.55s 2026-03-11 09:41:44.301230 | fa163e84-66e8-9a19-d5b3-000000000d2c | TASK | Generate chain jumps 2026-03-11 09:41:44.910463 | fa163e84-66e8-9a19-d5b3-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-11 09:41:44.912145 | fa163e84-66e8-9a19-d5b3-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.078280 | 0.61s 2026-03-11 09:41:44.941003 | fa163e84-66e8-9a19-d5b3-000000000d2d | TASK | Generate nft flushes 2026-03-11 09:41:45.476276 | fa163e84-66e8-9a19-d5b3-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-11 09:41:45.477831 | fa163e84-66e8-9a19-d5b3-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.643970 | 0.53s 2026-03-11 09:41:45.504448 | fa163e84-66e8-9a19-d5b3-000000000d2e | TASK | Generate nft tripleo chains 2026-03-11 09:41:46.065620 | fa163e84-66e8-9a19-d5b3-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-11 09:41:46.067177 | fa163e84-66e8-9a19-d5b3-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.233315 | 0.56s 2026-03-11 09:41:46.093933 | fa163e84-66e8-9a19-d5b3-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-11 09:41:47.855229 | fa163e84-66e8-9a19-d5b3-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-11 09:41:47.856549 | fa163e84-66e8-9a19-d5b3-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.022689 | 1.76s 2026-03-11 09:41:47.883344 | fa163e84-66e8-9a19-d5b3-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-11 09:41:48.386801 | fa163e84-66e8-9a19-d5b3-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-11 09:41:48.388167 | fa163e84-66e8-9a19-d5b3-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.554306 | 0.50s 2026-03-11 09:41:48.416108 | fa163e84-66e8-9a19-d5b3-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-11 09:41:48.683285 | fa163e84-66e8-9a19-d5b3-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-11 09:41:48.685185 | fa163e84-66e8-9a19-d5b3-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.851317 | 0.27s 2026-03-11 09:41:48.751662 | fa163e84-66e8-9a19-d5b3-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.917797 | 0.03s 2026-03-11 09:41:48.764738 | 209f4ad6-87fc-4163-b669-d8c06da23510 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-11 09:41:48.812138 | fa163e84-66e8-9a19-d5b3-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-11 09:41:49.031234 | fa163e84-66e8-9a19-d5b3-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-11 09:41:49.032648 | fa163e84-66e8-9a19-d5b3-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.198785 | 0.22s 2026-03-11 09:41:49.058718 | fa163e84-66e8-9a19-d5b3-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-11 09:41:49.286900 | fa163e84-66e8-9a19-d5b3-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-11 09:41:49.288258 | fa163e84-66e8-9a19-d5b3-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.454398 | 0.23s 2026-03-11 09:41:49.357852 | fa163e84-66e8-9a19-d5b3-000000000b1f | TASK | create persistent logs directory 2026-03-11 09:41:49.611241 | fa163e84-66e8-9a19-d5b3-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 09:41:49.614049 | fa163e84-66e8-9a19-d5b3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.780172 | 0.25s 2026-03-11 09:41:49.844827 | fa163e84-66e8-9a19-d5b3-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-11 09:41:49.846463 | fa163e84-66e8-9a19-d5b3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.012605 | 0.49s 2026-03-11 09:41:49.856395 | fa163e84-66e8-9a19-d5b3-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.022536 | 0.50s 2026-03-11 09:41:49.878211 | fa163e84-66e8-9a19-d5b3-000000000b20 | TASK | create persistent directories 2026-03-11 09:41:50.129430 | fa163e84-66e8-9a19-d5b3-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 09:41:50.130842 | fa163e84-66e8-9a19-d5b3-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.296977 | 0.25s 2026-03-11 09:41:50.143014 | fa163e84-66e8-9a19-d5b3-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.309148 | 0.26s 2026-03-11 09:41:50.169659 | fa163e84-66e8-9a19-d5b3-000000000b21 | TASK | create persistent directories 2026-03-11 09:41:50.433360 | fa163e84-66e8-9a19-d5b3-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 09:41:50.435066 | fa163e84-66e8-9a19-d5b3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.601199 | 0.26s 2026-03-11 09:41:50.640127 | fa163e84-66e8-9a19-d5b3-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-11 09:41:50.642282 | fa163e84-66e8-9a19-d5b3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.808423 | 0.47s 2026-03-11 09:41:50.652696 | fa163e84-66e8-9a19-d5b3-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.818830 | 0.48s 2026-03-11 09:41:50.680927 | fa163e84-66e8-9a19-d5b3-000000000b22 | TASK | create persistent directories 2026-03-11 09:41:50.921662 | fa163e84-66e8-9a19-d5b3-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-11 09:41:50.923969 | fa163e84-66e8-9a19-d5b3-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.090090 | 0.24s 2026-03-11 09:41:50.934386 | fa163e84-66e8-9a19-d5b3-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.100521 | 0.25s 2026-03-11 09:41:50.959755 | fa163e84-66e8-9a19-d5b3-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-11 09:41:52.148124 | fa163e84-66e8-9a19-d5b3-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-11 09:41:52.150304 | fa163e84-66e8-9a19-d5b3-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.316447 | 1.19s 2026-03-11 09:41:52.167879 | fa163e84-66e8-9a19-d5b3-000000000b24 | TASK | create persistent directories 2026-03-11 09:41:52.393133 | fa163e84-66e8-9a19-d5b3-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 09:41:52.394757 | fa163e84-66e8-9a19-d5b3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.560894 | 0.23s 2026-03-11 09:41:52.579655 | fa163e84-66e8-9a19-d5b3-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-11 09:41:52.580824 | fa163e84-66e8-9a19-d5b3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.746964 | 0.41s 2026-03-11 09:41:52.588803 | fa163e84-66e8-9a19-d5b3-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.754939 | 0.42s 2026-03-11 09:41:52.614652 | fa163e84-66e8-9a19-d5b3-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-11 09:41:54.020771 | fa163e84-66e8-9a19-d5b3-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-11 09:41:54.024062 | fa163e84-66e8-9a19-d5b3-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.190178 | 1.41s 2026-03-11 09:41:54.058773 | fa163e84-66e8-9a19-d5b3-000000000b26 | TASK | create persistent directories 2026-03-11 09:41:54.319286 | fa163e84-66e8-9a19-d5b3-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 09:41:54.321586 | fa163e84-66e8-9a19-d5b3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.487689 | 0.26s 2026-03-11 09:41:54.541797 | fa163e84-66e8-9a19-d5b3-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-11 09:41:54.543292 | fa163e84-66e8-9a19-d5b3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.709430 | 0.48s 2026-03-11 09:41:54.550542 | fa163e84-66e8-9a19-d5b3-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.716669 | 0.49s 2026-03-11 09:41:54.578719 | fa163e84-66e8-9a19-d5b3-000000000b27 | TASK | ensure ceph configurations exist 2026-03-11 09:41:54.814269 | fa163e84-66e8-9a19-d5b3-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-11 09:41:54.815816 | fa163e84-66e8-9a19-d5b3-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:31.981955 | 0.24s 2026-03-11 09:41:54.840716 | fa163e84-66e8-9a19-d5b3-000000000b28 | TASK | create persistent directories 2026-03-11 09:41:55.029688 | fa163e84-66e8-9a19-d5b3-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 09:41:55.032159 | fa163e84-66e8-9a19-d5b3-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.198291 | 0.19s 2026-03-11 09:41:55.042309 | fa163e84-66e8-9a19-d5b3-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.208440 | 0.20s 2026-03-11 09:41:55.067681 | fa163e84-66e8-9a19-d5b3-000000000b2a | TASK | Create cinder image conversion directory 2026-03-11 09:41:55.151099 | fa163e84-66e8-9a19-d5b3-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-11 09:41:55.152219 | fa163e84-66e8-9a19-d5b3-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:32.318361 | 0.08s 2026-03-11 09:41:55.176720 | fa163e84-66e8-9a19-d5b3-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-11 09:41:55.258415 | fa163e84-66e8-9a19-d5b3-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-11 09:41:55.259381 | fa163e84-66e8-9a19-d5b3-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.425525 | 0.08s 2026-03-11 09:41:55.278550 | fa163e84-66e8-9a19-d5b3-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-11 09:41:55.304543 | fa163e84-66e8-9a19-d5b3-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-11 09:41:55.306152 | fa163e84-66e8-9a19-d5b3-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.472290 | 0.03s 2026-03-11 09:41:55.326940 | fa163e84-66e8-9a19-d5b3-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-11 09:41:58.537636 | fa163e84-66e8-9a19-d5b3-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-11 09:41:58.539067 | fa163e84-66e8-9a19-d5b3-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.705206 | 3.21s 2026-03-11 09:41:58.564474 | fa163e84-66e8-9a19-d5b3-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-11 09:41:58.783346 | fa163e84-66e8-9a19-d5b3-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-11 09:41:58.785088 | fa163e84-66e8-9a19-d5b3-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.951225 | 0.22s 2026-03-11 09:41:58.810154 | fa163e84-66e8-9a19-d5b3-000000000b31 | TASK | Get or create LVM loopback device 2026-03-11 09:41:59.075435 | fa163e84-66e8-9a19-d5b3-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-11 09:41:59.076915 | fa163e84-66e8-9a19-d5b3-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.243054 | 0.27s 2026-03-11 09:41:59.103935 | fa163e84-66e8-9a19-d5b3-000000000b32 | TASK | Create LVM volume group 2026-03-11 09:41:59.642528 | fa163e84-66e8-9a19-d5b3-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-11 09:41:59.643424 | fa163e84-66e8-9a19-d5b3-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:36.809572 | 0.54s 2026-03-11 09:41:59.660961 | fa163e84-66e8-9a19-d5b3-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-11 09:42:00.154168 | fa163e84-66e8-9a19-d5b3-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-11 09:42:00.155644 | fa163e84-66e8-9a19-d5b3-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.321783 | 0.49s 2026-03-11 09:42:00.185272 | fa163e84-66e8-9a19-d5b3-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-11 09:42:01.003003 | fa163e84-66e8-9a19-d5b3-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-11 09:42:01.004924 | fa163e84-66e8-9a19-d5b3-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.171064 | 0.82s 2026-03-11 09:42:01.030786 | fa163e84-66e8-9a19-d5b3-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-11 09:42:01.893069 | fa163e84-66e8-9a19-d5b3-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-11 09:42:01.894886 | fa163e84-66e8-9a19-d5b3-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.061024 | 0.86s 2026-03-11 09:42:01.921103 | fa163e84-66e8-9a19-d5b3-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-11 09:42:04.130522 | fa163e84-66e8-9a19-d5b3-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-11 09:42:04.132271 | fa163e84-66e8-9a19-d5b3-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.298409 | 2.21s 2026-03-11 09:42:04.186077 | fa163e84-66e8-9a19-d5b3-000000000b39 | OK | set_fact | standalone 2026-03-11 09:42:04.186900 | fa163e84-66e8-9a19-d5b3-000000000b39 | TIMING | set_fact | standalone | 0:01:41.353046 | 0.03s 2026-03-11 09:42:04.232542 | fa163e84-66e8-9a19-d5b3-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.398680 | 0.03s 2026-03-11 09:42:04.268894 | fa163e84-66e8-9a19-d5b3-000000000ee1 | TASK | ensure apache is installed 2026-03-11 09:42:10.787272 | fa163e84-66e8-9a19-d5b3-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-11 09:42:10.789465 | fa163e84-66e8-9a19-d5b3-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:47.955612 | 6.52s 2026-03-11 09:42:10.807413 | fa163e84-66e8-9a19-d5b3-000000000ee2 | TASK | create image data directory 2026-03-11 09:42:11.104733 | fa163e84-66e8-9a19-d5b3-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-11 09:42:11.106158 | fa163e84-66e8-9a19-d5b3-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.272297 | 0.30s 2026-03-11 09:42:11.139168 | fa163e84-66e8-9a19-d5b3-000000000ee3 | TASK | create /v2/ response file 2026-03-11 09:42:11.612348 | fa163e84-66e8-9a19-d5b3-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-11 09:42:11.613997 | fa163e84-66e8-9a19-d5b3-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:48.780135 | 0.47s 2026-03-11 09:42:11.641096 | fa163e84-66e8-9a19-d5b3-000000000ee4 | TASK | Add listen line 2026-03-11 09:42:12.008744 | fa163e84-66e8-9a19-d5b3-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-11 09:42:12.010093 | fa163e84-66e8-9a19-d5b3-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.176233 | 0.37s 2026-03-11 09:42:12.035009 | fa163e84-66e8-9a19-d5b3-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-11 09:42:12.541496 | fa163e84-66e8-9a19-d5b3-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-11 09:42:12.542969 | fa163e84-66e8-9a19-d5b3-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:49.709109 | 0.51s 2026-03-11 09:42:12.567984 | fa163e84-66e8-9a19-d5b3-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-11 09:42:13.575497 | fa163e84-66e8-9a19-d5b3-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-11 09:42:13.577633 | fa163e84-66e8-9a19-d5b3-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:50.743770 | 1.01s 2026-03-11 09:42:13.627340 | fa163e84-66e8-9a19-d5b3-000000000b3c | TASK | create persistent logs directory 2026-03-11 09:42:13.879848 | fa163e84-66e8-9a19-d5b3-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-11 09:42:13.883231 | fa163e84-66e8-9a19-d5b3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.049363 | 0.25s 2026-03-11 09:42:14.090870 | fa163e84-66e8-9a19-d5b3-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-11 09:42:14.092964 | fa163e84-66e8-9a19-d5b3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.259106 | 0.46s 2026-03-11 09:42:14.105170 | fa163e84-66e8-9a19-d5b3-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.271314 | 0.48s 2026-03-11 09:42:14.130502 | fa163e84-66e8-9a19-d5b3-000000000b3d | TASK | Mount NFS on host 2026-03-11 09:42:14.157996 | fa163e84-66e8-9a19-d5b3-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-11 09:42:14.159175 | fa163e84-66e8-9a19-d5b3-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.325313 | 0.03s 2026-03-11 09:42:14.183333 | fa163e84-66e8-9a19-d5b3-000000000b3e | TASK | Mount Node Staging Location 2026-03-11 09:42:14.210634 | fa163e84-66e8-9a19-d5b3-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-11 09:42:14.211891 | fa163e84-66e8-9a19-d5b3-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.378030 | 0.03s 2026-03-11 09:42:14.236088 | fa163e84-66e8-9a19-d5b3-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-11 09:42:14.468749 | fa163e84-66e8-9a19-d5b3-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-11 09:42:14.470000 | fa163e84-66e8-9a19-d5b3-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.636140 | 0.23s 2026-03-11 09:42:14.495317 | fa163e84-66e8-9a19-d5b3-000000000b40 | TASK | create logs directory 2026-03-11 09:42:14.749785 | fa163e84-66e8-9a19-d5b3-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 09:42:14.753437 | fa163e84-66e8-9a19-d5b3-000000000b40 | TIMING | create logs directory | standalone | 0:01:51.919564 | 0.26s 2026-03-11 09:42:14.983442 | fa163e84-66e8-9a19-d5b3-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-11 09:42:14.985746 | fa163e84-66e8-9a19-d5b3-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.151885 | 0.49s 2026-03-11 09:42:14.998225 | fa163e84-66e8-9a19-d5b3-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.164359 | 0.50s 2026-03-11 09:42:15.023551 | fa163e84-66e8-9a19-d5b3-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-11 09:42:15.052597 | fa163e84-66e8-9a19-d5b3-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-11 09:42:15.053594 | fa163e84-66e8-9a19-d5b3-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.219737 | 0.03s 2026-03-11 09:42:15.078654 | fa163e84-66e8-9a19-d5b3-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-11 09:42:15.282112 | fa163e84-66e8-9a19-d5b3-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-11 09:42:15.283816 | fa163e84-66e8-9a19-d5b3-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.449952 | 0.20s 2026-03-11 09:42:15.308494 | fa163e84-66e8-9a19-d5b3-000000000b43 | TASK | create persistent directories 2026-03-11 09:42:15.556661 | fa163e84-66e8-9a19-d5b3-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 09:42:15.558339 | fa163e84-66e8-9a19-d5b3-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.724477 | 0.25s 2026-03-11 09:42:15.564197 | fa163e84-66e8-9a19-d5b3-000000000b43 | TIMING | create persistent directories | standalone | 0:01:52.730340 | 0.25s 2026-03-11 09:42:15.581416 | fa163e84-66e8-9a19-d5b3-000000000b44 | TASK | create persistent data directory 2026-03-11 09:42:15.775157 | fa163e84-66e8-9a19-d5b3-000000000b44 | OK | create persistent data directory | standalone 2026-03-11 09:42:15.776598 | fa163e84-66e8-9a19-d5b3-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:52.942702 | 0.19s 2026-03-11 09:42:15.801952 | fa163e84-66e8-9a19-d5b3-000000000b45 | TASK | create persistent directories 2026-03-11 09:42:16.043411 | fa163e84-66e8-9a19-d5b3-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-11 09:42:16.046042 | fa163e84-66e8-9a19-d5b3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.212174 | 0.24s 2026-03-11 09:42:16.278839 | fa163e84-66e8-9a19-d5b3-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-11 09:42:16.281380 | fa163e84-66e8-9a19-d5b3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.447522 | 0.48s 2026-03-11 09:42:16.292428 | fa163e84-66e8-9a19-d5b3-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.458562 | 0.49s 2026-03-11 09:42:16.318385 | fa163e84-66e8-9a19-d5b3-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-11 09:42:24.152744 | fa163e84-66e8-9a19-d5b3-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-11 09:42:24.154028 | fa163e84-66e8-9a19-d5b3-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:01.320167 | 7.83s 2026-03-11 09:42:24.178197 | fa163e84-66e8-9a19-d5b3-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-11 09:42:24.263663 | fa163e84-66e8-9a19-d5b3-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.74 seconds", "Notice: Applied catalog in 0.23 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.21", " Catalog application: 0.23", " Config retrieval: 0.82", " Last run: 1773222143", " Total: 0.23", "Version:", " Config: 1773222142", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2026-03-11 09:42:24.266121 | fa163e84-66e8-9a19-d5b3-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:01.432257 | 0.09s 2026-03-11 09:42:24.291443 | fa163e84-66e8-9a19-d5b3-000000000b48 | TASK | create persistent directories 2026-03-11 09:42:24.546119 | fa163e84-66e8-9a19-d5b3-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 09:42:24.548585 | fa163e84-66e8-9a19-d5b3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.714685 | 0.26s 2026-03-11 09:42:24.759817 | fa163e84-66e8-9a19-d5b3-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-11 09:42:24.761940 | fa163e84-66e8-9a19-d5b3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.928046 | 0.47s 2026-03-11 09:42:24.772452 | fa163e84-66e8-9a19-d5b3-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.938587 | 0.48s 2026-03-11 09:42:24.791215 | fa163e84-66e8-9a19-d5b3-000000000b49 | TASK | create persistent directories 2026-03-11 09:42:24.992407 | fa163e84-66e8-9a19-d5b3-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 09:42:24.994301 | fa163e84-66e8-9a19-d5b3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.160434 | 0.20s 2026-03-11 09:42:25.163073 | fa163e84-66e8-9a19-d5b3-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-11 09:42:25.164637 | fa163e84-66e8-9a19-d5b3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.330781 | 0.37s 2026-03-11 09:42:25.175401 | fa163e84-66e8-9a19-d5b3-000000000b49 | TIMING | create persistent directories | standalone | 0:02:02.341545 | 0.38s 2026-03-11 09:42:25.202109 | fa163e84-66e8-9a19-d5b3-000000000b4a | TASK | create persistent directories 2026-03-11 09:42:25.471177 | fa163e84-66e8-9a19-d5b3-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 09:42:25.472580 | fa163e84-66e8-9a19-d5b3-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.638692 | 0.27s 2026-03-11 09:42:25.479241 | fa163e84-66e8-9a19-d5b3-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.645385 | 0.28s 2026-03-11 09:42:25.504308 | fa163e84-66e8-9a19-d5b3-000000000b4b | TASK | create persistent directories 2026-03-11 09:42:25.787477 | fa163e84-66e8-9a19-d5b3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-11 09:42:25.789684 | fa163e84-66e8-9a19-d5b3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.955817 | 0.28s 2026-03-11 09:42:26.004535 | fa163e84-66e8-9a19-d5b3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-11 09:42:26.005697 | fa163e84-66e8-9a19-d5b3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.171839 | 0.50s 2026-03-11 09:42:26.241905 | fa163e84-66e8-9a19-d5b3-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-11 09:42:26.242993 | fa163e84-66e8-9a19-d5b3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.409135 | 0.74s 2026-03-11 09:42:26.475028 | fa163e84-66e8-9a19-d5b3-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-11 09:42:26.476206 | fa163e84-66e8-9a19-d5b3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.642347 | 0.97s 2026-03-11 09:42:26.484034 | fa163e84-66e8-9a19-d5b3-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.650170 | 0.98s 2026-03-11 09:42:26.511201 | fa163e84-66e8-9a19-d5b3-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-11 09:42:26.926019 | fa163e84-66e8-9a19-d5b3-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-11 09:42:26.926956 | fa163e84-66e8-9a19-d5b3-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:04.093101 | 0.41s 2026-03-11 09:42:26.946108 | fa163e84-66e8-9a19-d5b3-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-11 09:42:28.345134 | fa163e84-66e8-9a19-d5b3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:42:28.347035 | fa163e84-66e8-9a19-d5b3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:05.513164 | 1.40s 2026-03-11 09:42:29.625999 | fa163e84-66e8-9a19-d5b3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 09:42:29.628214 | fa163e84-66e8-9a19-d5b3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.794355 | 2.68s 2026-03-11 09:42:30.877785 | fa163e84-66e8-9a19-d5b3-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:42:30.878880 | fa163e84-66e8-9a19-d5b3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.045023 | 3.93s 2026-03-11 09:42:30.884859 | fa163e84-66e8-9a19-d5b3-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.050991 | 3.94s 2026-03-11 09:42:30.912889 | fa163e84-66e8-9a19-d5b3-000000000b4e | TASK | create persistent directories 2026-03-11 09:42:31.147717 | fa163e84-66e8-9a19-d5b3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:42:31.149957 | fa163e84-66e8-9a19-d5b3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.316088 | 0.24s 2026-03-11 09:42:31.390400 | fa163e84-66e8-9a19-d5b3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 09:42:31.391095 | fa163e84-66e8-9a19-d5b3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.557245 | 0.48s 2026-03-11 09:42:31.560917 | fa163e84-66e8-9a19-d5b3-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:42:31.562799 | fa163e84-66e8-9a19-d5b3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.728941 | 0.65s 2026-03-11 09:42:31.574129 | fa163e84-66e8-9a19-d5b3-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.740263 | 0.66s 2026-03-11 09:42:31.602140 | fa163e84-66e8-9a19-d5b3-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-11 09:42:31.803394 | fa163e84-66e8-9a19-d5b3-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-11 09:42:31.804645 | fa163e84-66e8-9a19-d5b3-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.970713 | 0.20s 2026-03-11 09:42:31.825423 | fa163e84-66e8-9a19-d5b3-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-11 09:42:31.852044 | fa163e84-66e8-9a19-d5b3-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-11 09:42:31.853494 | fa163e84-66e8-9a19-d5b3-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:09.019627 | 0.03s 2026-03-11 09:42:31.878528 | fa163e84-66e8-9a19-d5b3-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-11 09:42:32.112052 | fa163e84-66e8-9a19-d5b3-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-11 09:42:32.113038 | fa163e84-66e8-9a19-d5b3-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:09.279182 | 0.23s 2026-03-11 09:42:32.132959 | fa163e84-66e8-9a19-d5b3-000000000b52 | TASK | Stop iscsi.service 2026-03-11 09:42:32.163419 | fa163e84-66e8-9a19-d5b3-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-11 09:42:32.164312 | fa163e84-66e8-9a19-d5b3-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:09.330456 | 0.03s 2026-03-11 09:42:32.201861 | fa163e84-66e8-9a19-d5b3-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:09.368001 | 0.02s 2026-03-11 09:42:32.286489 | fa163e84-66e8-9a19-d5b3-00000000104c | TASK | Install additional packages 2026-03-11 09:42:32.311464 | fa163e84-66e8-9a19-d5b3-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:09.477603 | 0.02s 2026-03-11 09:42:32.328695 | fa163e84-66e8-9a19-d5b3-00000000104d | TASK | Remove dracut-config-generic 2026-03-11 09:42:36.332244 | fa163e84-66e8-9a19-d5b3-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-11 09:42:36.333882 | fa163e84-66e8-9a19-d5b3-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:13.500018 | 4.00s 2026-03-11 09:42:36.359998 | fa163e84-66e8-9a19-d5b3-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-11 09:42:36.584207 | fa163e84-66e8-9a19-d5b3-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-11 09:42:36.586053 | fa163e84-66e8-9a19-d5b3-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.752185 | 0.22s 2026-03-11 09:42:36.613069 | fa163e84-66e8-9a19-d5b3-00000000104f | TASK | Write list of modules to load at boot 2026-03-11 09:42:37.110987 | fa163e84-66e8-9a19-d5b3-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-11 09:42:37.113880 | fa163e84-66e8-9a19-d5b3-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:14.280014 | 0.50s 2026-03-11 09:42:37.142145 | fa163e84-66e8-9a19-d5b3-000000001050 | TASK | Modules reload 2026-03-11 09:42:37.563526 | fa163e84-66e8-9a19-d5b3-000000001050 | CHANGED | Modules reload | standalone 2026-03-11 09:42:37.565328 | fa163e84-66e8-9a19-d5b3-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:14.731466 | 0.42s 2026-03-11 09:42:37.592189 | fa163e84-66e8-9a19-d5b3-000000001051 | TASK | Set default sysctl options 2026-03-11 09:42:38.083927 | fa163e84-66e8-9a19-d5b3-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-11 09:42:38.084776 | fa163e84-66e8-9a19-d5b3-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:15.250925 | 0.49s 2026-03-11 09:42:38.109130 | fa163e84-66e8-9a19-d5b3-000000001052 | TASK | Set extra sysctl options 2026-03-11 09:42:38.479547 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-11 09:42:38.481221 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.647365 | 0.37s 2026-03-11 09:42:38.704171 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-11 09:42:38.704958 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.871104 | 0.59s 2026-03-11 09:42:38.965991 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-11 09:42:38.966615 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.132764 | 0.86s 2026-03-11 09:42:39.213923 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-11 09:42:39.214745 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.380875 | 1.10s 2026-03-11 09:42:39.435030 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-11 09:42:39.437116 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.603259 | 1.33s 2026-03-11 09:42:39.668386 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-11 09:42:39.669327 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.835469 | 1.56s 2026-03-11 09:42:39.888874 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-11 09:42:39.889862 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.056004 | 1.78s 2026-03-11 09:42:40.104069 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-11 09:42:40.105589 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.271696 | 1.99s 2026-03-11 09:42:40.296807 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-11 09:42:40.298349 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.464494 | 2.19s 2026-03-11 09:42:40.494803 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-11 09:42:40.495826 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.661967 | 2.38s 2026-03-11 09:42:40.704045 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-11 09:42:40.705819 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.871960 | 2.59s 2026-03-11 09:42:40.918626 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-11 09:42:40.920221 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.086362 | 2.81s 2026-03-11 09:42:41.130651 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-11 09:42:41.131314 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.297464 | 3.02s 2026-03-11 09:42:41.373660 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-11 09:42:41.375026 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.541169 | 3.26s 2026-03-11 09:42:41.610714 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-11 09:42:41.612062 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.778212 | 3.50s 2026-03-11 09:42:41.834034 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-11 09:42:41.835400 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.001549 | 3.72s 2026-03-11 09:42:42.078868 | fa163e84-66e8-9a19-d5b3-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-11 09:42:42.080299 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.246440 | 3.97s 2026-03-11 09:42:42.091140 | fa163e84-66e8-9a19-d5b3-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.257284 | 3.98s 2026-03-11 09:42:42.110703 | fa163e84-66e8-9a19-d5b3-000000001054 | TASK | Sysctl reload 2026-03-11 09:42:42.481071 | fa163e84-66e8-9a19-d5b3-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-11 09:42:42.483608 | fa163e84-66e8-9a19-d5b3-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:19.649714 | 0.37s 2026-03-11 09:42:42.528801 | fa163e84-66e8-9a19-d5b3-000000000b54 | TASK | create persistent directories 2026-03-11 09:42:42.777983 | fa163e84-66e8-9a19-d5b3-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-11 09:42:42.780185 | fa163e84-66e8-9a19-d5b3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.946316 | 0.25s 2026-03-11 09:42:42.986458 | fa163e84-66e8-9a19-d5b3-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-11 09:42:42.987478 | fa163e84-66e8-9a19-d5b3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:20.153621 | 0.46s 2026-03-11 09:42:42.993791 | fa163e84-66e8-9a19-d5b3-000000000b54 | TIMING | create persistent directories | standalone | 0:02:20.159934 | 0.46s 2026-03-11 09:42:43.011325 | fa163e84-66e8-9a19-d5b3-000000000b55 | TASK | Check if file certs_valid exist 2026-03-11 09:42:43.226350 | fa163e84-66e8-9a19-d5b3-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-11 09:42:43.227782 | fa163e84-66e8-9a19-d5b3-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:20.393921 | 0.22s 2026-03-11 09:42:43.252367 | fa163e84-66e8-9a19-d5b3-000000000b56 | TASK | Check if file cert9.db exist 2026-03-11 09:42:43.418905 | fa163e84-66e8-9a19-d5b3-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-11 09:42:43.420257 | fa163e84-66e8-9a19-d5b3-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:20.586396 | 0.17s 2026-03-11 09:42:43.444877 | fa163e84-66e8-9a19-d5b3-000000000b57 | TASK | Check if file key4.db exist 2026-03-11 09:42:43.723686 | fa163e84-66e8-9a19-d5b3-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-11 09:42:43.725086 | fa163e84-66e8-9a19-d5b3-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:20.891221 | 0.28s 2026-03-11 09:42:43.779350 | fa163e84-66e8-9a19-d5b3-000000000b58 | SKIPPED | fail | standalone 2026-03-11 09:42:43.781167 | fa163e84-66e8-9a19-d5b3-000000000b58 | TIMING | fail | standalone | 0:02:20.947300 | 0.03s 2026-03-11 09:42:43.811973 | fa163e84-66e8-9a19-d5b3-000000000b59 | TASK | Create persistent directories 2026-03-11 09:42:44.078980 | fa163e84-66e8-9a19-d5b3-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 09:42:44.081190 | fa163e84-66e8-9a19-d5b3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:21.247321 | 0.27s 2026-03-11 09:42:44.307060 | fa163e84-66e8-9a19-d5b3-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-11 09:42:44.308919 | fa163e84-66e8-9a19-d5b3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:21.475061 | 0.50s 2026-03-11 09:42:44.320083 | fa163e84-66e8-9a19-d5b3-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:21.486217 | 0.51s 2026-03-11 09:42:44.346386 | fa163e84-66e8-9a19-d5b3-000000000b5a | TASK | create persistent directories 2026-03-11 09:42:44.589264 | fa163e84-66e8-9a19-d5b3-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 09:42:44.591510 | fa163e84-66e8-9a19-d5b3-000000000b5a | TIMING | create persistent directories | standalone | 0:02:21.757647 | 0.24s 2026-03-11 09:42:44.601679 | fa163e84-66e8-9a19-d5b3-000000000b5a | TIMING | create persistent directories | standalone | 0:02:21.767813 | 0.25s 2026-03-11 09:42:44.628334 | fa163e84-66e8-9a19-d5b3-000000000b5b | TASK | create persistent directories 2026-03-11 09:42:44.892112 | fa163e84-66e8-9a19-d5b3-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 09:42:44.894059 | fa163e84-66e8-9a19-d5b3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:22.060192 | 0.26s 2026-03-11 09:42:45.090332 | fa163e84-66e8-9a19-d5b3-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-11 09:42:45.091418 | fa163e84-66e8-9a19-d5b3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:22.257561 | 0.46s 2026-03-11 09:42:45.097927 | fa163e84-66e8-9a19-d5b3-000000000b5b | TIMING | create persistent directories | standalone | 0:02:22.264062 | 0.47s 2026-03-11 09:42:45.120221 | fa163e84-66e8-9a19-d5b3-000000000b5c | TASK | create persistent directories 2026-03-11 09:42:45.363377 | fa163e84-66e8-9a19-d5b3-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-11 09:42:45.364730 | fa163e84-66e8-9a19-d5b3-000000000b5c | TIMING | create persistent directories | standalone | 0:02:22.530869 | 0.24s 2026-03-11 09:42:45.370547 | fa163e84-66e8-9a19-d5b3-000000000b5c | TIMING | create persistent directories | standalone | 0:02:22.536697 | 0.25s 2026-03-11 09:42:45.396066 | fa163e84-66e8-9a19-d5b3-000000000b5d | TASK | create persistent directories 2026-03-11 09:42:45.655754 | fa163e84-66e8-9a19-d5b3-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-11 09:42:45.657450 | fa163e84-66e8-9a19-d5b3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.823584 | 0.26s 2026-03-11 09:42:45.879870 | fa163e84-66e8-9a19-d5b3-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-11 09:42:45.881774 | fa163e84-66e8-9a19-d5b3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.047916 | 0.48s 2026-03-11 09:42:46.100801 | fa163e84-66e8-9a19-d5b3-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-11 09:42:46.102731 | fa163e84-66e8-9a19-d5b3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.268873 | 0.71s 2026-03-11 09:42:46.113980 | fa163e84-66e8-9a19-d5b3-000000000b5d | TIMING | create persistent directories | standalone | 0:02:23.280116 | 0.72s 2026-03-11 09:42:46.139218 | fa163e84-66e8-9a19-d5b3-000000000b5e | TASK | create persistent directories 2026-03-11 09:42:46.429214 | fa163e84-66e8-9a19-d5b3-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 09:42:46.430808 | fa163e84-66e8-9a19-d5b3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:23.596938 | 0.29s 2026-03-11 09:42:46.641244 | fa163e84-66e8-9a19-d5b3-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-11 09:42:46.643316 | fa163e84-66e8-9a19-d5b3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:23.809458 | 0.50s 2026-03-11 09:42:46.654099 | fa163e84-66e8-9a19-d5b3-000000000b5e | TIMING | create persistent directories | standalone | 0:02:23.820234 | 0.51s 2026-03-11 09:42:46.680125 | fa163e84-66e8-9a19-d5b3-000000000b5f | TASK | create persistent directories 2026-03-11 09:42:46.913622 | fa163e84-66e8-9a19-d5b3-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 09:42:46.915176 | fa163e84-66e8-9a19-d5b3-000000000b5f | TIMING | create persistent directories | standalone | 0:02:24.081316 | 0.23s 2026-03-11 09:42:46.925212 | fa163e84-66e8-9a19-d5b3-000000000b5f | TIMING | create persistent directories | standalone | 0:02:24.091355 | 0.24s 2026-03-11 09:42:46.945718 | fa163e84-66e8-9a19-d5b3-000000000b60 | TASK | creating directory 2026-03-11 09:42:47.185349 | fa163e84-66e8-9a19-d5b3-000000000b60 | CHANGED | creating directory | standalone 2026-03-11 09:42:47.186894 | fa163e84-66e8-9a19-d5b3-000000000b60 | TIMING | creating directory | standalone | 0:02:24.353026 | 0.24s 2026-03-11 09:42:47.212240 | fa163e84-66e8-9a19-d5b3-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-11 09:42:47.644958 | fa163e84-66e8-9a19-d5b3-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-11 09:42:47.646088 | fa163e84-66e8-9a19-d5b3-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:24.812232 | 0.43s 2026-03-11 09:42:47.664235 | fa163e84-66e8-9a19-d5b3-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-11 09:42:48.465291 | fa163e84-66e8-9a19-d5b3-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-11 09:42:48.466804 | fa163e84-66e8-9a19-d5b3-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:25.632942 | 0.80s 2026-03-11 09:42:48.491171 | fa163e84-66e8-9a19-d5b3-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-11 09:42:48.714206 | fa163e84-66e8-9a19-d5b3-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-11 09:42:48.716072 | fa163e84-66e8-9a19-d5b3-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:25.882193 | 0.22s 2026-03-11 09:42:48.740696 | fa163e84-66e8-9a19-d5b3-000000000b64 | TASK | remove temp namespace 2026-03-11 09:42:48.981726 | fa163e84-66e8-9a19-d5b3-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-11 09:42:48.983081 | fa163e84-66e8-9a19-d5b3-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:26.149217 | 0.24s 2026-03-11 09:42:49.008036 | fa163e84-66e8-9a19-d5b3-000000000b65 | TASK | create /var/lib/neutron 2026-03-11 09:42:49.241922 | fa163e84-66e8-9a19-d5b3-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-11 09:42:49.243272 | fa163e84-66e8-9a19-d5b3-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:26.409411 | 0.23s 2026-03-11 09:42:49.268360 | fa163e84-66e8-9a19-d5b3-000000000b66 | TASK | set conditions 2026-03-11 09:42:49.296454 | fa163e84-66e8-9a19-d5b3-000000000b66 | OK | set conditions | standalone 2026-03-11 09:42:49.298047 | fa163e84-66e8-9a19-d5b3-000000000b66 | TIMING | set conditions | standalone | 0:02:26.464179 | 0.03s 2026-03-11 09:42:49.323237 | fa163e84-66e8-9a19-d5b3-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-11 09:42:49.545450 | fa163e84-66e8-9a19-d5b3-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-11 09:42:49.546836 | fa163e84-66e8-9a19-d5b3-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:26.712975 | 0.22s 2026-03-11 09:42:49.571348 | fa163e84-66e8-9a19-d5b3-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-11 09:42:49.994078 | fa163e84-66e8-9a19-d5b3-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-11 09:42:49.995330 | fa163e84-66e8-9a19-d5b3-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:27.161469 | 0.42s 2026-03-11 09:42:50.020532 | fa163e84-66e8-9a19-d5b3-000000000b69 | TASK | create haproxy kill script 2026-03-11 09:42:50.421331 | fa163e84-66e8-9a19-d5b3-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-11 09:42:50.422234 | fa163e84-66e8-9a19-d5b3-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:27.588382 | 0.40s 2026-03-11 09:42:50.439717 | fa163e84-66e8-9a19-d5b3-000000000b6a | TASK | create persistent directories 2026-03-11 09:42:50.685968 | fa163e84-66e8-9a19-d5b3-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 09:42:50.687511 | fa163e84-66e8-9a19-d5b3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:27.853645 | 0.25s 2026-03-11 09:42:50.889243 | fa163e84-66e8-9a19-d5b3-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-11 09:42:50.890340 | fa163e84-66e8-9a19-d5b3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:28.056482 | 0.45s 2026-03-11 09:42:50.897383 | fa163e84-66e8-9a19-d5b3-000000000b6a | TIMING | create persistent directories | standalone | 0:02:28.063518 | 0.46s 2026-03-11 09:42:50.922922 | fa163e84-66e8-9a19-d5b3-000000000b6b | TASK | create persistent directories 2026-03-11 09:42:51.150129 | fa163e84-66e8-9a19-d5b3-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 09:42:51.151150 | fa163e84-66e8-9a19-d5b3-000000000b6b | TIMING | create persistent directories | standalone | 0:02:28.317294 | 0.23s 2026-03-11 09:42:51.155275 | fa163e84-66e8-9a19-d5b3-000000000b6b | TIMING | create persistent directories | standalone | 0:02:28.321410 | 0.23s 2026-03-11 09:42:51.183115 | fa163e84-66e8-9a19-d5b3-000000000b6c | TASK | create persistent directories 2026-03-11 09:42:51.487824 | fa163e84-66e8-9a19-d5b3-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 09:42:51.489396 | fa163e84-66e8-9a19-d5b3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:28.655540 | 0.30s 2026-03-11 09:42:51.702289 | fa163e84-66e8-9a19-d5b3-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-11 09:42:51.704102 | fa163e84-66e8-9a19-d5b3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:28.870242 | 0.52s 2026-03-11 09:42:51.714697 | fa163e84-66e8-9a19-d5b3-000000000b6c | TIMING | create persistent directories | standalone | 0:02:28.880832 | 0.53s 2026-03-11 09:42:51.740420 | fa163e84-66e8-9a19-d5b3-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-11 09:42:51.930896 | fa163e84-66e8-9a19-d5b3-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-11 09:42:51.932198 | fa163e84-66e8-9a19-d5b3-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:29.098337 | 0.19s 2026-03-11 09:42:51.956939 | fa163e84-66e8-9a19-d5b3-000000000b6e | TASK | create persistent directories 2026-03-11 09:42:52.221695 | fa163e84-66e8-9a19-d5b3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 09:42:52.224042 | fa163e84-66e8-9a19-d5b3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.390174 | 0.27s 2026-03-11 09:42:52.452908 | fa163e84-66e8-9a19-d5b3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-11 09:42:52.454084 | fa163e84-66e8-9a19-d5b3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.620225 | 0.50s 2026-03-11 09:42:52.687780 | fa163e84-66e8-9a19-d5b3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-11 09:42:52.688450 | fa163e84-66e8-9a19-d5b3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.854600 | 0.73s 2026-03-11 09:42:52.920920 | fa163e84-66e8-9a19-d5b3-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:42:52.922092 | fa163e84-66e8-9a19-d5b3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.088234 | 0.96s 2026-03-11 09:42:53.084478 | fa163e84-66e8-9a19-d5b3-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-11 09:42:53.085997 | fa163e84-66e8-9a19-d5b3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.252140 | 1.13s 2026-03-11 09:42:53.096207 | fa163e84-66e8-9a19-d5b3-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.262359 | 1.14s 2026-03-11 09:42:53.113740 | fa163e84-66e8-9a19-d5b3-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-11 09:42:53.478549 | fa163e84-66e8-9a19-d5b3-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-11 09:42:53.479319 | fa163e84-66e8-9a19-d5b3-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:30.645467 | 0.36s 2026-03-11 09:42:53.499031 | fa163e84-66e8-9a19-d5b3-000000000b70 | TASK | create tempfiles 2026-03-11 09:42:53.793021 | fa163e84-66e8-9a19-d5b3-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-11 09:42:53.794621 | fa163e84-66e8-9a19-d5b3-000000000b70 | TIMING | create tempfiles | standalone | 0:02:30.960758 | 0.29s 2026-03-11 09:42:53.827608 | fa163e84-66e8-9a19-d5b3-000000000b71 | TASK | Mount Nova NFS Share 2026-03-11 09:42:53.858743 | fa163e84-66e8-9a19-d5b3-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-11 09:42:53.860054 | fa163e84-66e8-9a19-d5b3-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:31.026192 | 0.03s 2026-03-11 09:42:53.884681 | fa163e84-66e8-9a19-d5b3-000000000b73 | TASK | check systemd-container package installed or not 2026-03-11 09:42:53.912989 | fa163e84-66e8-9a19-d5b3-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-11 09:42:53.914244 | fa163e84-66e8-9a19-d5b3-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:31.080381 | 0.03s 2026-03-11 09:42:53.940484 | fa163e84-66e8-9a19-d5b3-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-11 09:42:53.968789 | fa163e84-66e8-9a19-d5b3-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-11 09:42:53.969979 | fa163e84-66e8-9a19-d5b3-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:31.136117 | 0.03s 2026-03-11 09:42:53.995010 | fa163e84-66e8-9a19-d5b3-000000000b75 | TASK | Install systemd-container package on boot 2026-03-11 09:42:54.023036 | fa163e84-66e8-9a19-d5b3-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-11 09:42:54.023915 | fa163e84-66e8-9a19-d5b3-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:31.190061 | 0.03s 2026-03-11 09:42:54.040756 | fa163e84-66e8-9a19-d5b3-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-11 09:42:54.058696 | fa163e84-66e8-9a19-d5b3-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-11 09:42:54.059228 | fa163e84-66e8-9a19-d5b3-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:31.225378 | 0.02s 2026-03-11 09:42:54.082810 | fa163e84-66e8-9a19-d5b3-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-11 09:42:54.111341 | fa163e84-66e8-9a19-d5b3-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-11 09:42:54.112392 | fa163e84-66e8-9a19-d5b3-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:31.278533 | 0.03s 2026-03-11 09:42:54.136370 | fa163e84-66e8-9a19-d5b3-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-11 09:42:54.163990 | fa163e84-66e8-9a19-d5b3-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-11 09:42:54.165143 | fa163e84-66e8-9a19-d5b3-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:31.331283 | 0.03s 2026-03-11 09:42:54.188960 | fa163e84-66e8-9a19-d5b3-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-11 09:42:54.219417 | fa163e84-66e8-9a19-d5b3-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-11 09:42:54.220754 | fa163e84-66e8-9a19-d5b3-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:31.386892 | 0.03s 2026-03-11 09:42:54.245430 | fa163e84-66e8-9a19-d5b3-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-11 09:42:54.277264 | fa163e84-66e8-9a19-d5b3-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-11 09:42:54.278397 | fa163e84-66e8-9a19-d5b3-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:31.444535 | 0.03s 2026-03-11 09:42:54.303235 | fa163e84-66e8-9a19-d5b3-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 09:42:54.333050 | fa163e84-66e8-9a19-d5b3-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 09:42:54.334213 | fa163e84-66e8-9a19-d5b3-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:31.500351 | 0.03s 2026-03-11 09:42:54.358517 | fa163e84-66e8-9a19-d5b3-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-11 09:42:54.389074 | fa163e84-66e8-9a19-d5b3-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 09:42:54.390253 | fa163e84-66e8-9a19-d5b3-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:31.556392 | 0.03s 2026-03-11 09:42:54.414983 | fa163e84-66e8-9a19-d5b3-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-11 09:42:54.445553 | fa163e84-66e8-9a19-d5b3-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-11 09:42:54.446987 | fa163e84-66e8-9a19-d5b3-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:31.613123 | 0.03s 2026-03-11 09:42:54.473757 | fa163e84-66e8-9a19-d5b3-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-11 09:42:54.505390 | fa163e84-66e8-9a19-d5b3-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-11 09:42:54.506771 | fa163e84-66e8-9a19-d5b3-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:31.672908 | 0.03s 2026-03-11 09:42:54.534395 | fa163e84-66e8-9a19-d5b3-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 09:42:54.564288 | fa163e84-66e8-9a19-d5b3-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 09:42:54.565798 | fa163e84-66e8-9a19-d5b3-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:31.731927 | 0.03s 2026-03-11 09:42:54.591969 | fa163e84-66e8-9a19-d5b3-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-11 09:42:54.621553 | fa163e84-66e8-9a19-d5b3-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 09:42:54.622827 | fa163e84-66e8-9a19-d5b3-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:31.788966 | 0.03s 2026-03-11 09:42:54.650370 | fa163e84-66e8-9a19-d5b3-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-11 09:42:54.681661 | fa163e84-66e8-9a19-d5b3-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-11 09:42:54.683132 | fa163e84-66e8-9a19-d5b3-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:31.849268 | 0.03s 2026-03-11 09:42:54.711148 | fa163e84-66e8-9a19-d5b3-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-11 09:42:54.755970 | fa163e84-66e8-9a19-d5b3-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-11 09:42:54.757393 | fa163e84-66e8-9a19-d5b3-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:31.923529 | 0.04s 2026-03-11 09:42:54.785059 | fa163e84-66e8-9a19-d5b3-000000000b87 | TASK | Is irqbalance enabled 2026-03-11 09:42:54.815356 | fa163e84-66e8-9a19-d5b3-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-11 09:42:54.816241 | fa163e84-66e8-9a19-d5b3-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:31.982386 | 0.03s 2026-03-11 09:42:54.836284 | fa163e84-66e8-9a19-d5b3-000000000b88 | TASK | disable irqbalance service on compute 2026-03-11 09:42:54.864586 | fa163e84-66e8-9a19-d5b3-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-11 09:42:54.865502 | fa163e84-66e8-9a19-d5b3-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:32.031644 | 0.03s 2026-03-11 09:42:54.885907 | fa163e84-66e8-9a19-d5b3-000000000b89 | TASK | create persistent directories 2026-03-11 09:42:55.134383 | fa163e84-66e8-9a19-d5b3-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:42:55.137546 | fa163e84-66e8-9a19-d5b3-000000000b89 | TIMING | create persistent directories | standalone | 0:02:32.303682 | 0.25s 2026-03-11 09:42:55.146314 | fa163e84-66e8-9a19-d5b3-000000000b89 | TIMING | create persistent directories | standalone | 0:02:32.312454 | 0.26s 2026-03-11 09:42:55.163689 | fa163e84-66e8-9a19-d5b3-000000000b8a | TASK | create libvirt persistent data directories 2026-03-11 09:42:55.417097 | fa163e84-66e8-9a19-d5b3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:42:55.418493 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.584639 | 0.25s 2026-03-11 09:42:55.653480 | fa163e84-66e8-9a19-d5b3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-11 09:42:55.655485 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.821626 | 0.49s 2026-03-11 09:42:55.874708 | fa163e84-66e8-9a19-d5b3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-11 09:42:55.876481 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.042618 | 0.71s 2026-03-11 09:42:56.090967 | fa163e84-66e8-9a19-d5b3-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:42:56.091830 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.257978 | 0.93s 2026-03-11 09:42:56.314172 | fa163e84-66e8-9a19-d5b3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-11 09:42:56.315299 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.481441 | 1.15s 2026-03-11 09:42:56.538198 | fa163e84-66e8-9a19-d5b3-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 09:42:56.539306 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.705447 | 1.37s 2026-03-11 09:42:56.763200 | fa163e84-66e8-9a19-d5b3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-11 09:42:56.763880 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.930029 | 1.60s 2026-03-11 09:42:56.934354 | fa163e84-66e8-9a19-d5b3-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-11 09:42:56.935545 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.101687 | 1.77s 2026-03-11 09:42:56.949879 | fa163e84-66e8-9a19-d5b3-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.116016 | 1.79s 2026-03-11 09:42:56.977958 | fa163e84-66e8-9a19-d5b3-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-11 09:42:57.594775 | fa163e84-66e8-9a19-d5b3-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-11 09:42:57.596148 | fa163e84-66e8-9a19-d5b3-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:34.762287 | 0.62s 2026-03-11 09:42:57.622315 | fa163e84-66e8-9a19-d5b3-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-11 09:42:58.305692 | fa163e84-66e8-9a19-d5b3-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-11 09:42:58.307175 | fa163e84-66e8-9a19-d5b3-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:35.473313 | 0.68s 2026-03-11 09:42:58.332534 | fa163e84-66e8-9a19-d5b3-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-11 09:42:58.577912 | fa163e84-66e8-9a19-d5b3-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-11 09:42:58.579397 | fa163e84-66e8-9a19-d5b3-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:35.745536 | 0.25s 2026-03-11 09:42:58.606725 | fa163e84-66e8-9a19-d5b3-000000000b8e | TASK | check if libvirt is installed 2026-03-11 09:42:58.818845 | fa163e84-66e8-9a19-d5b3-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-11 09:42:58.820326 | fa163e84-66e8-9a19-d5b3-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:35.986463 | 0.21s 2026-03-11 09:42:58.847237 | fa163e84-66e8-9a19-d5b3-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-11 09:42:58.873072 | fa163e84-66e8-9a19-d5b3-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-11 09:42:58.875953 | fa163e84-66e8-9a19-d5b3-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-11 09:42:58.887704 | fa163e84-66e8-9a19-d5b3-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:36.053840 | 0.04s 2026-03-11 09:42:58.913404 | fa163e84-66e8-9a19-d5b3-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-11 09:42:59.361579 | fa163e84-66e8-9a19-d5b3-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-11 09:42:59.362783 | fa163e84-66e8-9a19-d5b3-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:36.528924 | 0.45s 2026-03-11 09:42:59.387868 | fa163e84-66e8-9a19-d5b3-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-11 09:43:00.450867 | fa163e84-66e8-9a19-d5b3-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-11 09:43:00.452379 | fa163e84-66e8-9a19-d5b3-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:37.618518 | 1.06s 2026-03-11 09:43:00.479464 | fa163e84-66e8-9a19-d5b3-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-11 09:43:00.689826 | fa163e84-66e8-9a19-d5b3-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-11 09:43:00.690810 | fa163e84-66e8-9a19-d5b3-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:37.856956 | 0.21s 2026-03-11 09:43:00.712146 | fa163e84-66e8-9a19-d5b3-000000000b93 | TASK | update crypto policies 2026-03-11 09:43:00.730527 | fa163e84-66e8-9a19-d5b3-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-11 09:43:00.731473 | fa163e84-66e8-9a19-d5b3-000000000b93 | TIMING | update crypto policies | standalone | 0:02:37.897617 | 0.02s 2026-03-11 09:43:00.752394 | fa163e84-66e8-9a19-d5b3-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-11 09:43:00.940601 | fa163e84-66e8-9a19-d5b3-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-11 09:43:00.943095 | fa163e84-66e8-9a19-d5b3-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:38.109230 | 0.19s 2026-03-11 09:43:00.953045 | fa163e84-66e8-9a19-d5b3-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:38.119184 | 0.20s 2026-03-11 09:43:00.973802 | fa163e84-66e8-9a19-d5b3-000000000b95 | TASK | create persistent directories 2026-03-11 09:43:01.209872 | fa163e84-66e8-9a19-d5b3-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 09:43:01.211764 | fa163e84-66e8-9a19-d5b3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:38.377903 | 0.24s 2026-03-11 09:43:01.402191 | fa163e84-66e8-9a19-d5b3-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 09:43:01.404041 | fa163e84-66e8-9a19-d5b3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:38.570180 | 0.43s 2026-03-11 09:43:01.414720 | fa163e84-66e8-9a19-d5b3-000000000b95 | TIMING | create persistent directories | standalone | 0:02:38.580853 | 0.44s 2026-03-11 09:43:01.439782 | fa163e84-66e8-9a19-d5b3-000000000b96 | TASK | Copy in cleanup script 2026-03-11 09:43:01.851195 | fa163e84-66e8-9a19-d5b3-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-11 09:43:01.852539 | fa163e84-66e8-9a19-d5b3-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:39.018678 | 0.41s 2026-03-11 09:43:01.877201 | fa163e84-66e8-9a19-d5b3-000000000b97 | TASK | Copy in cleanup service 2026-03-11 09:43:02.372123 | fa163e84-66e8-9a19-d5b3-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-11 09:43:02.373477 | fa163e84-66e8-9a19-d5b3-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:39.539616 | 0.50s 2026-03-11 09:43:02.399427 | fa163e84-66e8-9a19-d5b3-000000000b98 | TASK | Enabling the cleanup service 2026-03-11 09:43:04.079213 | fa163e84-66e8-9a19-d5b3-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-11 09:43:04.081251 | fa163e84-66e8-9a19-d5b3-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:41.247389 | 1.68s 2026-03-11 09:43:04.117547 | fa163e84-66e8-9a19-d5b3-000000000b99 | TASK | create persistent directories 2026-03-11 09:43:04.380104 | fa163e84-66e8-9a19-d5b3-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 09:43:04.381701 | fa163e84-66e8-9a19-d5b3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.547832 | 0.26s 2026-03-11 09:43:04.581463 | fa163e84-66e8-9a19-d5b3-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 09:43:04.582529 | fa163e84-66e8-9a19-d5b3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.748672 | 0.46s 2026-03-11 09:43:04.589539 | fa163e84-66e8-9a19-d5b3-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.755683 | 0.47s 2026-03-11 09:43:04.614706 | fa163e84-66e8-9a19-d5b3-000000000b9a | TASK | set conditions 2026-03-11 09:43:04.645325 | fa163e84-66e8-9a19-d5b3-000000000b9a | OK | set conditions | standalone 2026-03-11 09:43:04.646501 | fa163e84-66e8-9a19-d5b3-000000000b9a | TIMING | set conditions | standalone | 0:02:41.812639 | 0.03s 2026-03-11 09:43:04.671437 | fa163e84-66e8-9a19-d5b3-000000000b9b | TASK | create persistent directories 2026-03-11 09:43:04.926161 | fa163e84-66e8-9a19-d5b3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 09:43:04.928448 | fa163e84-66e8-9a19-d5b3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.094582 | 0.26s 2026-03-11 09:43:05.151368 | fa163e84-66e8-9a19-d5b3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-11 09:43:05.152864 | fa163e84-66e8-9a19-d5b3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.319008 | 0.48s 2026-03-11 09:43:05.337382 | fa163e84-66e8-9a19-d5b3-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-11 09:43:05.337991 | fa163e84-66e8-9a19-d5b3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.504141 | 0.67s 2026-03-11 09:43:05.344660 | fa163e84-66e8-9a19-d5b3-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.510804 | 0.67s 2026-03-11 09:43:05.370020 | fa163e84-66e8-9a19-d5b3-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-11 09:43:05.761456 | fa163e84-66e8-9a19-d5b3-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-11 09:43:05.762770 | fa163e84-66e8-9a19-d5b3-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:42.928908 | 0.39s 2026-03-11 09:43:05.789149 | fa163e84-66e8-9a19-d5b3-000000000b9d | TASK | create persistent directories 2026-03-11 09:43:06.056735 | fa163e84-66e8-9a19-d5b3-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 09:43:06.058458 | fa163e84-66e8-9a19-d5b3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:43.224589 | 0.27s 2026-03-11 09:43:06.254902 | fa163e84-66e8-9a19-d5b3-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-11 09:43:06.255965 | fa163e84-66e8-9a19-d5b3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:43.422108 | 0.47s 2026-03-11 09:43:06.262599 | fa163e84-66e8-9a19-d5b3-000000000b9d | TIMING | create persistent directories | standalone | 0:02:43.428702 | 0.47s 2026-03-11 09:43:06.289222 | fa163e84-66e8-9a19-d5b3-000000000b9e | TASK | create empty log files 2026-03-11 09:43:06.541980 | fa163e84-66e8-9a19-d5b3-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-03-11 09:43:06.544181 | fa163e84-66e8-9a19-d5b3-000000000b9e | TIMING | create empty log files | standalone | 0:02:43.710313 | 0.25s 2026-03-11 09:43:06.758023 | fa163e84-66e8-9a19-d5b3-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-03-11 09:43:06.759786 | fa163e84-66e8-9a19-d5b3-000000000b9e | TIMING | create empty log files | standalone | 0:02:43.925928 | 0.47s 2026-03-11 09:43:06.770414 | fa163e84-66e8-9a19-d5b3-000000000b9e | TIMING | create empty log files | standalone | 0:02:43.936549 | 0.48s 2026-03-11 09:43:06.795871 | fa163e84-66e8-9a19-d5b3-000000000b9f | TASK | create persistent directories 2026-03-11 09:43:07.038031 | fa163e84-66e8-9a19-d5b3-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 09:43:07.040017 | fa163e84-66e8-9a19-d5b3-000000000b9f | TIMING | create persistent directories | standalone | 0:02:44.206155 | 0.24s 2026-03-11 09:43:07.050242 | fa163e84-66e8-9a19-d5b3-000000000b9f | TIMING | create persistent directories | standalone | 0:02:44.216377 | 0.25s 2026-03-11 09:43:07.075190 | fa163e84-66e8-9a19-d5b3-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-11 09:43:10.127303 | fa163e84-66e8-9a19-d5b3-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-11 09:43:10.128657 | fa163e84-66e8-9a19-d5b3-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:47.294797 | 3.05s 2026-03-11 09:43:10.189145 | fa163e84-66e8-9a19-d5b3-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:47.355268 | 0.03s 2026-03-11 09:43:10.252185 | fa163e84-66e8-9a19-d5b3-00000000129e | TASK | Gather variables for each operating system 2026-03-11 09:43:10.363149 | fa163e84-66e8-9a19-d5b3-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:47.529274 | 0.11s 2026-03-11 09:43:10.390010 | fa163e84-66e8-9a19-d5b3-00000000129f | TASK | Set packages facts 2026-03-11 09:43:10.418906 | fa163e84-66e8-9a19-d5b3-00000000129f | OK | Set packages facts | standalone 2026-03-11 09:43:10.420308 | fa163e84-66e8-9a19-d5b3-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:47.586445 | 0.03s 2026-03-11 09:43:10.446879 | fa163e84-66e8-9a19-d5b3-0000000012a0 | TASK | Manage package 2026-03-11 09:43:10.508708 | fa163e84-66e8-9a19-d5b3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-11 09:43:10.525578 | fa163e84-66e8-9a19-d5b3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-11 09:43:10.542552 | fa163e84-66e8-9a19-d5b3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-11 09:43:15.407142 | fa163e84-66e8-9a19-d5b3-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.573260 | 4.96s 2026-03-11 09:43:15.425967 | fa163e84-66e8-9a19-d5b3-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-11 09:43:15.432407 | fa163e84-66e8-9a19-d5b3-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.598551 | 4.98s 2026-03-11 09:43:15.465716 | fa163e84-66e8-9a19-d5b3-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-11 09:43:16.682873 | fa163e84-66e8-9a19-d5b3-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-11 09:43:16.684765 | fa163e84-66e8-9a19-d5b3-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:53.850897 | 1.22s 2026-03-11 09:43:16.710366 | fa163e84-66e8-9a19-d5b3-000000000ba5 | TASK | create persistent directories 2026-03-11 09:43:16.972384 | fa163e84-66e8-9a19-d5b3-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 09:43:16.974248 | fa163e84-66e8-9a19-d5b3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.140379 | 0.26s 2026-03-11 09:43:17.201189 | fa163e84-66e8-9a19-d5b3-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 09:43:17.203048 | fa163e84-66e8-9a19-d5b3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.369184 | 0.49s 2026-03-11 09:43:17.213797 | fa163e84-66e8-9a19-d5b3-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.379933 | 0.50s 2026-03-11 09:43:17.240027 | fa163e84-66e8-9a19-d5b3-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-11 09:43:17.522196 | fa163e84-66e8-9a19-d5b3-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-03-11 09:43:17.523511 | fa163e84-66e8-9a19-d5b3-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:54.689649 | 0.28s 2026-03-11 09:43:17.548217 | fa163e84-66e8-9a19-d5b3-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-11 09:43:17.576201 | fa163e84-66e8-9a19-d5b3-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-11 09:43:17.577603 | fa163e84-66e8-9a19-d5b3-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:54.743740 | 0.03s 2026-03-11 09:43:17.603220 | fa163e84-66e8-9a19-d5b3-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-11 09:43:17.793120 | fa163e84-66e8-9a19-d5b3-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-11 09:43:17.794042 | fa163e84-66e8-9a19-d5b3-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:54.960190 | 0.19s 2026-03-11 09:43:17.811194 | fa163e84-66e8-9a19-d5b3-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-11 09:43:17.986870 | fa163e84-66e8-9a19-d5b3-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-11 09:43:17.988668 | fa163e84-66e8-9a19-d5b3-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:55.154805 | 0.18s 2026-03-11 09:43:18.014585 | fa163e84-66e8-9a19-d5b3-000000000baa | TASK | Restart systemd-logind 2026-03-11 09:43:18.496455 | fa163e84-66e8-9a19-d5b3-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-11 09:43:18.498229 | fa163e84-66e8-9a19-d5b3-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:55.664368 | 0.48s 2026-03-11 09:43:18.524229 | fa163e84-66e8-9a19-d5b3-000000000bab | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-03-11 09:43:18.561739 | fa163e84-66e8-9a19-d5b3-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-11 09:43:18.562629 | fa163e84-66e8-9a19-d5b3-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:55.728703 | 0.04s 2026-03-11 09:43:18.586403 | fa163e84-66e8-9a19-d5b3-000000000bac | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-03-11 09:43:18.655759 | fa163e84-66e8-9a19-d5b3-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-11 09:43:18.656496 | fa163e84-66e8-9a19-d5b3-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:55.822635 | 0.07s 2026-03-11 09:43:18.681665 | fa163e84-66e8-9a19-d5b3-000000000bad | TASK | create persistent logs directory 2026-03-11 09:43:18.929095 | fa163e84-66e8-9a19-d5b3-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-11 09:43:18.930445 | fa163e84-66e8-9a19-d5b3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.096591 | 0.25s 2026-03-11 09:43:19.136575 | fa163e84-66e8-9a19-d5b3-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-11 09:43:19.137217 | fa163e84-66e8-9a19-d5b3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.303367 | 0.45s 2026-03-11 09:43:19.142250 | fa163e84-66e8-9a19-d5b3-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.308394 | 0.46s 2026-03-11 09:43:19.167991 | fa163e84-66e8-9a19-d5b3-000000000baf | TASK | Set login facts 2026-03-11 09:43:19.196891 | fa163e84-66e8-9a19-d5b3-000000000baf | OK | Set login facts | standalone 2026-03-11 09:43:19.198008 | fa163e84-66e8-9a19-d5b3-000000000baf | TIMING | Set login facts | standalone | 0:02:56.364149 | 0.03s 2026-03-11 09:43:19.222005 | fa163e84-66e8-9a19-d5b3-000000000bb0 | TASK | Convert logins json to dict 2026-03-11 09:43:19.261732 | fa163e84-66e8-9a19-d5b3-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-11 09:43:19.262953 | fa163e84-66e8-9a19-d5b3-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:56.429092 | 0.04s 2026-03-11 09:43:19.286833 | fa163e84-66e8-9a19-d5b3-000000000bb1 | TASK | Set registry logins 2026-03-11 09:43:19.335145 | fa163e84-66e8-9a19-d5b3-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-11 09:43:19.336307 | fa163e84-66e8-9a19-d5b3-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:56.502444 | 0.05s 2026-03-11 09:43:19.363042 | fa163e84-66e8-9a19-d5b3-000000000bb2 | TASK | Run podman install 2026-03-11 09:43:19.391433 | fa163e84-66e8-9a19-d5b3-000000000bb2 | TIMING | Run podman install | standalone | 0:02:56.557569 | 0.03s 2026-03-11 09:43:19.472285 | fa163e84-66e8-9a19-d5b3-000000001330 | TASK | Gather variables for each operating system 2026-03-11 09:43:19.621040 | fa163e84-66e8-9a19-d5b3-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-11 09:43:19.622825 | fa163e84-66e8-9a19-d5b3-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.788961 | 0.15s 2026-03-11 09:43:19.632221 | fa163e84-66e8-9a19-d5b3-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.798373 | 0.16s 2026-03-11 09:43:19.654788 | fa163e84-66e8-9a19-d5b3-000000001332 | TASK | ensure podman and deps are installed 2026-03-11 09:43:22.808321 | fa163e84-66e8-9a19-d5b3-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-11 09:43:22.810318 | fa163e84-66e8-9a19-d5b3-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:59.976448 | 3.15s 2026-03-11 09:43:22.836448 | fa163e84-66e8-9a19-d5b3-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-11 09:43:23.451524 | fa163e84-66e8-9a19-d5b3-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-11 09:43:23.452793 | fa163e84-66e8-9a19-d5b3-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:00.618931 | 0.61s 2026-03-11 09:43:23.484016 | fa163e84-66e8-9a19-d5b3-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-11 09:43:23.512737 | fa163e84-66e8-9a19-d5b3-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-11 09:43:23.513981 | fa163e84-66e8-9a19-d5b3-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:00.680118 | 0.03s 2026-03-11 09:43:23.541634 | fa163e84-66e8-9a19-d5b3-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-11 09:43:23.573321 | fa163e84-66e8-9a19-d5b3-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-11 09:43:23.574499 | fa163e84-66e8-9a19-d5b3-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:00.740638 | 0.03s 2026-03-11 09:43:23.599241 | fa163e84-66e8-9a19-d5b3-000000001337 | TASK | Update default network configuration if possible 2026-03-11 09:43:23.637313 | fa163e84-66e8-9a19-d5b3-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-11 09:43:23.638551 | fa163e84-66e8-9a19-d5b3-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:00.804690 | 0.04s 2026-03-11 09:43:23.664300 | fa163e84-66e8-9a19-d5b3-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-11 09:43:23.916280 | fa163e84-66e8-9a19-d5b3-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-11 09:43:23.917536 | fa163e84-66e8-9a19-d5b3-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:01.083676 | 0.25s 2026-03-11 09:43:23.943135 | fa163e84-66e8-9a19-d5b3-00000000133a | TASK | Get current podman network 2026-03-11 09:43:24.227004 | fa163e84-66e8-9a19-d5b3-00000000133a | CHANGED | Get current podman network | standalone 2026-03-11 09:43:24.228274 | fa163e84-66e8-9a19-d5b3-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:01.394413 | 0.28s 2026-03-11 09:43:24.253736 | fa163e84-66e8-9a19-d5b3-00000000133b | TASK | Update the default network configuration 2026-03-11 09:43:24.878991 | fa163e84-66e8-9a19-d5b3-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-11 09:43:24.880360 | fa163e84-66e8-9a19-d5b3-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:02.046499 | 0.63s 2026-03-11 09:43:24.905534 | fa163e84-66e8-9a19-d5b3-00000000133c | TASK | Write containers registries.conf 2026-03-11 09:43:25.445204 | fa163e84-66e8-9a19-d5b3-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-11 09:43:25.446226 | fa163e84-66e8-9a19-d5b3-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:02.612373 | 0.54s 2026-03-11 09:43:25.464501 | fa163e84-66e8-9a19-d5b3-00000000133d | TASK | Write containers.conf 2026-03-11 09:43:25.695251 | fa163e84-66e8-9a19-d5b3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-11 09:43:25.697587 | fa163e84-66e8-9a19-d5b3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.863692 | 0.23s 2026-03-11 09:43:25.915878 | fa163e84-66e8-9a19-d5b3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-11 09:43:25.917051 | fa163e84-66e8-9a19-d5b3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.083198 | 0.45s 2026-03-11 09:43:26.090779 | fa163e84-66e8-9a19-d5b3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-11 09:43:26.091876 | fa163e84-66e8-9a19-d5b3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.258018 | 0.63s 2026-03-11 09:43:26.266375 | fa163e84-66e8-9a19-d5b3-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-11 09:43:26.268200 | fa163e84-66e8-9a19-d5b3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.434342 | 0.80s 2026-03-11 09:43:26.279873 | fa163e84-66e8-9a19-d5b3-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.446001 | 0.81s 2026-03-11 09:43:26.306862 | fa163e84-66e8-9a19-d5b3-00000000133e | TASK | Enable podman.socket service 2026-03-11 09:43:26.337104 | fa163e84-66e8-9a19-d5b3-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-11 09:43:26.338356 | fa163e84-66e8-9a19-d5b3-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:03.504494 | 0.03s 2026-03-11 09:43:26.391231 | fa163e84-66e8-9a19-d5b3-000000000bb3 | TASK | Run podman login 2026-03-11 09:43:26.421095 | fa163e84-66e8-9a19-d5b3-000000000bb3 | TIMING | Run podman login | standalone | 0:03:03.587220 | 0.03s 2026-03-11 09:43:26.501155 | fa163e84-66e8-9a19-d5b3-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-11 09:43:26.529987 | fa163e84-66e8-9a19-d5b3-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:03.696123 | 0.03s 2026-03-11 09:43:26.580142 | fa163e84-66e8-9a19-d5b3-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-11 09:43:27.067648 | fa163e84-66e8-9a19-d5b3-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-11 09:43:27.069098 | fa163e84-66e8-9a19-d5b3-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:04.235232 | 0.49s 2026-03-11 09:43:27.093856 | fa163e84-66e8-9a19-d5b3-000000000bb6 | TASK | create persistent directories 2026-03-11 09:43:27.356921 | fa163e84-66e8-9a19-d5b3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-11 09:43:27.359421 | fa163e84-66e8-9a19-d5b3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:04.525548 | 0.26s 2026-03-11 09:43:27.542622 | fa163e84-66e8-9a19-d5b3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-11 09:43:27.545133 | fa163e84-66e8-9a19-d5b3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:04.711273 | 0.45s 2026-03-11 09:43:27.748346 | fa163e84-66e8-9a19-d5b3-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-11 09:43:27.750158 | fa163e84-66e8-9a19-d5b3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:04.916295 | 0.66s 2026-03-11 09:43:27.762042 | fa163e84-66e8-9a19-d5b3-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:04.928171 | 0.67s 2026-03-11 09:43:27.794921 | fa163e84-66e8-9a19-d5b3-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-11 09:43:28.199586 | fa163e84-66e8-9a19-d5b3-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-11 09:43:28.201091 | fa163e84-66e8-9a19-d5b3-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:05.367226 | 0.40s 2026-03-11 09:43:28.226719 | fa163e84-66e8-9a19-d5b3-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-11 09:43:31.271807 | fa163e84-66e8-9a19-d5b3-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-11 09:43:31.273194 | fa163e84-66e8-9a19-d5b3-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:08.439332 | 3.04s 2026-03-11 09:43:31.297431 | fa163e84-66e8-9a19-d5b3-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-11 09:43:31.669320 | fa163e84-66e8-9a19-d5b3-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-11 09:43:31.671531 | fa163e84-66e8-9a19-d5b3-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:08.837666 | 0.37s 2026-03-11 09:43:31.726532 | fa163e84-66e8-9a19-d5b3-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:08.892664 | 0.03s 2026-03-11 09:43:31.813915 | fa163e84-66e8-9a19-d5b3-000000001559 | TASK | Gather variables for each operating system 2026-03-11 09:43:31.931346 | fa163e84-66e8-9a19-d5b3-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-11 09:43:31.932745 | fa163e84-66e8-9a19-d5b3-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.098881 | 0.12s 2026-03-11 09:43:31.942397 | fa163e84-66e8-9a19-d5b3-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.108532 | 0.13s 2026-03-11 09:43:31.967819 | fa163e84-66e8-9a19-d5b3-00000000155b | TASK | Install the OpenSSH server 2026-03-11 09:43:35.068072 | fa163e84-66e8-9a19-d5b3-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-11 09:43:35.069618 | fa163e84-66e8-9a19-d5b3-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:12.235756 | 3.10s 2026-03-11 09:43:35.094410 | fa163e84-66e8-9a19-d5b3-00000000155c | TASK | Start sshd 2026-03-11 09:43:35.123514 | fa163e84-66e8-9a19-d5b3-00000000155c | SKIPPED | Start sshd | standalone 2026-03-11 09:43:35.124662 | fa163e84-66e8-9a19-d5b3-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:12.290801 | 0.03s 2026-03-11 09:43:35.149340 | fa163e84-66e8-9a19-d5b3-00000000155d | TASK | PasswordAuthentication notice 2026-03-11 09:43:35.198800 | fa163e84-66e8-9a19-d5b3-00000000155d | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2026-03-11 09:43:35.200221 | fa163e84-66e8-9a19-d5b3-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:12.366359 | 0.05s 2026-03-11 09:43:35.227515 | fa163e84-66e8-9a19-d5b3-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-11 09:43:35.262632 | fa163e84-66e8-9a19-d5b3-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-11 09:43:35.264049 | fa163e84-66e8-9a19-d5b3-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:12.430179 | 0.03s 2026-03-11 09:43:35.290071 | fa163e84-66e8-9a19-d5b3-00000000155f | TASK | Motd duplication notice 2026-03-11 09:43:35.331149 | fa163e84-66e8-9a19-d5b3-00000000155f | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2026-03-11 09:43:35.332341 | fa163e84-66e8-9a19-d5b3-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:12.498478 | 0.04s 2026-03-11 09:43:35.358973 | fa163e84-66e8-9a19-d5b3-000000001560 | TASK | Configure the banner text 2026-03-11 09:43:35.388967 | fa163e84-66e8-9a19-d5b3-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-11 09:43:35.390403 | fa163e84-66e8-9a19-d5b3-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:12.556541 | 0.03s 2026-03-11 09:43:35.416308 | fa163e84-66e8-9a19-d5b3-000000001561 | TASK | Configure the motd banner 2026-03-11 09:43:35.449166 | fa163e84-66e8-9a19-d5b3-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-11 09:43:35.450651 | fa163e84-66e8-9a19-d5b3-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:12.616783 | 0.03s 2026-03-11 09:43:35.476451 | fa163e84-66e8-9a19-d5b3-000000001562 | TASK | Update sshd configuration options from vars 2026-03-11 09:43:35.517148 | fa163e84-66e8-9a19-d5b3-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-11 09:43:35.518377 | fa163e84-66e8-9a19-d5b3-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:12.684516 | 0.04s 2026-03-11 09:43:35.544288 | fa163e84-66e8-9a19-d5b3-000000001563 | TASK | Adjust ssh server configuration 2026-03-11 09:43:36.094776 | fa163e84-66e8-9a19-d5b3-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-11 09:43:36.096157 | fa163e84-66e8-9a19-d5b3-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:13.262295 | 0.55s 2026-03-11 09:43:36.121438 | fa163e84-66e8-9a19-d5b3-000000001564 | TASK | Restart sshd 2026-03-11 09:43:36.583923 | fa163e84-66e8-9a19-d5b3-000000001564 | CHANGED | Restart sshd | standalone 2026-03-11 09:43:36.587622 | fa163e84-66e8-9a19-d5b3-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:13.753746 | 0.46s 2026-03-11 09:43:36.643241 | fa163e84-66e8-9a19-d5b3-000000000bbb | TASK | create persistent directories 2026-03-11 09:43:36.918477 | fa163e84-66e8-9a19-d5b3-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 09:43:36.920279 | fa163e84-66e8-9a19-d5b3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:14.086424 | 0.27s 2026-03-11 09:43:37.106872 | fa163e84-66e8-9a19-d5b3-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-11 09:43:37.107607 | fa163e84-66e8-9a19-d5b3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:14.273755 | 0.46s 2026-03-11 09:43:37.301762 | fa163e84-66e8-9a19-d5b3-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 09:43:37.302956 | fa163e84-66e8-9a19-d5b3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:14.469096 | 0.66s 2026-03-11 09:43:37.311852 | fa163e84-66e8-9a19-d5b3-000000000bbb | TIMING | create persistent directories | standalone | 0:03:14.477969 | 0.67s 2026-03-11 09:43:37.344087 | fa163e84-66e8-9a19-d5b3-000000000bbc | TASK | create persistent directories 2026-03-11 09:43:37.577850 | fa163e84-66e8-9a19-d5b3-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 09:43:37.579710 | fa163e84-66e8-9a19-d5b3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:14.745839 | 0.23s 2026-03-11 09:43:37.809830 | fa163e84-66e8-9a19-d5b3-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-11 09:43:37.811196 | fa163e84-66e8-9a19-d5b3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:14.977335 | 0.46s 2026-03-11 09:43:38.035210 | fa163e84-66e8-9a19-d5b3-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 09:43:38.036005 | fa163e84-66e8-9a19-d5b3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:15.202153 | 0.69s 2026-03-11 09:43:38.043696 | fa163e84-66e8-9a19-d5b3-000000000bbc | TIMING | create persistent directories | standalone | 0:03:15.209817 | 0.70s 2026-03-11 09:43:38.070389 | fa163e84-66e8-9a19-d5b3-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-11 09:43:38.111373 | fa163e84-66e8-9a19-d5b3-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-11 09:43:38.113413 | fa163e84-66e8-9a19-d5b3-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:15.279545 | 0.04s 2026-03-11 09:43:38.138794 | fa163e84-66e8-9a19-d5b3-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-11 09:43:38.179141 | fa163e84-66e8-9a19-d5b3-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-11 09:43:38.180501 | fa163e84-66e8-9a19-d5b3-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:15.346637 | 0.04s 2026-03-11 09:43:38.208101 | fa163e84-66e8-9a19-d5b3-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-11 09:43:38.456927 | fa163e84-66e8-9a19-d5b3-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-11 09:43:38.458966 | fa163e84-66e8-9a19-d5b3-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:15.625099 | 0.25s 2026-03-11 09:43:38.484781 | fa163e84-66e8-9a19-d5b3-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-11 09:43:38.527428 | fa163e84-66e8-9a19-d5b3-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-11 09:43:38.529043 | fa163e84-66e8-9a19-d5b3-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:15.695179 | 0.04s 2026-03-11 09:43:38.554041 | fa163e84-66e8-9a19-d5b3-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-11 09:43:38.586551 | fa163e84-66e8-9a19-d5b3-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-11 09:43:38.588089 | fa163e84-66e8-9a19-d5b3-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:15.754223 | 0.03s 2026-03-11 09:43:38.614384 | fa163e84-66e8-9a19-d5b3-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-11 09:43:38.647867 | fa163e84-66e8-9a19-d5b3-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-11 09:43:38.649357 | fa163e84-66e8-9a19-d5b3-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:15.815490 | 0.03s 2026-03-11 09:43:38.675378 | fa163e84-66e8-9a19-d5b3-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-11 09:43:38.708369 | fa163e84-66e8-9a19-d5b3-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:15.874495 | 0.03s 2026-03-11 09:43:38.736220 | fa163e84-66e8-9a19-d5b3-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-11 09:43:38.787460 | fa163e84-66e8-9a19-d5b3-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-11 09:43:38.789735 | fa163e84-66e8-9a19-d5b3-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:15.955867 | 0.05s 2026-03-11 09:43:38.817016 | fa163e84-66e8-9a19-d5b3-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-11 09:43:38.848945 | fa163e84-66e8-9a19-d5b3-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:16.015063 | 0.03s 2026-03-11 09:43:38.875995 | fa163e84-66e8-9a19-d5b3-000000000bc6 | TASK | Check for NTP service 2026-03-11 09:43:39.153685 | fa163e84-66e8-9a19-d5b3-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-11 09:43:39.155386 | fa163e84-66e8-9a19-d5b3-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:16.321522 | 0.28s 2026-03-11 09:43:39.183343 | fa163e84-66e8-9a19-d5b3-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-11 09:43:39.235010 | fa163e84-66e8-9a19-d5b3-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 09:43:39.236372 | fa163e84-66e8-9a19-d5b3-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:16.402510 | 0.05s 2026-03-11 09:43:39.261499 | fa163e84-66e8-9a19-d5b3-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-11 09:43:39.289773 | fa163e84-66e8-9a19-d5b3-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:16.455903 | 0.03s 2026-03-11 09:43:39.387075 | fa163e84-66e8-9a19-d5b3-0000000016f5 | TASK | Load distro-specific variables 2026-03-11 09:43:39.412757 | fa163e84-66e8-9a19-d5b3-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.578902 | 0.02s 2026-03-11 09:43:39.420461 | d754726d-9a04-46a6-958b-f71bc023f6b0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:43:39.441281 | fa163e84-66e8-9a19-d5b3-0000000017da | TASK | Load distro-specific variables 2026-03-11 09:43:39.494177 | fa163e84-66e8-9a19-d5b3-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:43:39.495488 | fa163e84-66e8-9a19-d5b3-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.661623 | 0.05s 2026-03-11 09:43:39.501473 | fa163e84-66e8-9a19-d5b3-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.667625 | 0.06s 2026-03-11 09:43:39.518657 | fa163e84-66e8-9a19-d5b3-0000000016f6 | TASK | Install chronyd 2026-03-11 09:43:39.545702 | fa163e84-66e8-9a19-d5b3-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:16.711848 | 0.03s 2026-03-11 09:43:39.556465 | cf7f6a49-4964-4918-b27a-bd5dd72ab20f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-11 09:43:39.579811 | fa163e84-66e8-9a19-d5b3-000000001813 | TASK | Load distro-specific variables 2026-03-11 09:43:39.605013 | fa163e84-66e8-9a19-d5b3-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.771158 | 0.02s 2026-03-11 09:43:39.612805 | e11f7396-5166-4e3f-b4c5-70c0fd5a5165 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:43:39.633416 | fa163e84-66e8-9a19-d5b3-00000000185a | TASK | Load distro-specific variables 2026-03-11 09:43:39.685907 | fa163e84-66e8-9a19-d5b3-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:43:39.687138 | fa163e84-66e8-9a19-d5b3-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.853275 | 0.05s 2026-03-11 09:43:39.693099 | fa163e84-66e8-9a19-d5b3-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.859242 | 0.06s 2026-03-11 09:43:39.718989 | fa163e84-66e8-9a19-d5b3-000000001814 | TASK | Check for NTP service 2026-03-11 09:43:39.972621 | fa163e84-66e8-9a19-d5b3-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-11 09:43:39.974282 | fa163e84-66e8-9a19-d5b3-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:17.140418 | 0.25s 2026-03-11 09:43:40.000825 | fa163e84-66e8-9a19-d5b3-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-11 09:43:40.052239 | fa163e84-66e8-9a19-d5b3-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 09:43:40.053550 | fa163e84-66e8-9a19-d5b3-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:17.219687 | 0.05s 2026-03-11 09:43:40.078628 | fa163e84-66e8-9a19-d5b3-000000001816 | TASK | Install chronyd package 2026-03-11 09:43:43.150902 | fa163e84-66e8-9a19-d5b3-000000001816 | OK | Install chronyd package | standalone 2026-03-11 09:43:43.152231 | fa163e84-66e8-9a19-d5b3-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:20.318370 | 3.07s 2026-03-11 09:43:43.177275 | fa163e84-66e8-9a19-d5b3-0000000016f7 | TASK | Upgrade chronyd 2026-03-11 09:43:43.206339 | fa163e84-66e8-9a19-d5b3-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-11 09:43:43.207765 | fa163e84-66e8-9a19-d5b3-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:20.373904 | 0.03s 2026-03-11 09:43:43.234329 | fa163e84-66e8-9a19-d5b3-0000000016f8 | TASK | Configure chronyd 2026-03-11 09:43:43.261816 | fa163e84-66e8-9a19-d5b3-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:20.427944 | 0.03s 2026-03-11 09:43:43.281482 | 04a9cdd7-599e-4ded-8b50-735f84b9f206 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-11 09:43:43.319680 | fa163e84-66e8-9a19-d5b3-000000001893 | TASK | Load distro-specific variables 2026-03-11 09:43:43.336229 | fa163e84-66e8-9a19-d5b3-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.502365 | 0.02s 2026-03-11 09:43:43.347025 | 6be82aa5-7e92-4ef3-b011-0a2933b693fd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:43:43.369987 | fa163e84-66e8-9a19-d5b3-0000000018ff | TASK | Load distro-specific variables 2026-03-11 09:43:43.423004 | fa163e84-66e8-9a19-d5b3-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:43:43.423825 | fa163e84-66e8-9a19-d5b3-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.589972 | 0.05s 2026-03-11 09:43:43.429729 | fa163e84-66e8-9a19-d5b3-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.595871 | 0.06s 2026-03-11 09:43:43.449496 | fa163e84-66e8-9a19-d5b3-000000001894 | TASK | Install chrony configuration file 2026-03-11 09:43:43.986382 | fa163e84-66e8-9a19-d5b3-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-11 09:43:43.987745 | fa163e84-66e8-9a19-d5b3-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:21.153884 | 0.54s 2026-03-11 09:43:44.013480 | fa163e84-66e8-9a19-d5b3-0000000016f9 | TASK | Run chronyd 2026-03-11 09:43:44.040805 | fa163e84-66e8-9a19-d5b3-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:21.206941 | 0.03s 2026-03-11 09:43:44.061721 | cf6d3a5d-a875-4697-8caf-4941021011e9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-11 09:43:44.108895 | fa163e84-66e8-9a19-d5b3-000000001922 | TASK | Load distro-specific variables 2026-03-11 09:43:44.137316 | fa163e84-66e8-9a19-d5b3-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.303447 | 0.03s 2026-03-11 09:43:44.154021 | c7c07601-9c4c-4038-9394-4c05dcc8160c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:43:44.180772 | fa163e84-66e8-9a19-d5b3-0000000019a6 | TASK | Load distro-specific variables 2026-03-11 09:43:44.236130 | fa163e84-66e8-9a19-d5b3-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:43:44.237554 | fa163e84-66e8-9a19-d5b3-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.403688 | 0.06s 2026-03-11 09:43:44.249654 | fa163e84-66e8-9a19-d5b3-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.415790 | 0.07s 2026-03-11 09:43:44.276947 | fa163e84-66e8-9a19-d5b3-000000001923 | TASK | Ensure chronyd is running 2026-03-11 09:43:44.702630 | fa163e84-66e8-9a19-d5b3-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-11 09:43:44.704519 | fa163e84-66e8-9a19-d5b3-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:21.870656 | 0.43s 2026-03-11 09:43:44.730785 | fa163e84-66e8-9a19-d5b3-000000001924 | TASK | Force chronyd restart 2026-03-11 09:43:45.225278 | fa163e84-66e8-9a19-d5b3-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-11 09:43:45.227238 | fa163e84-66e8-9a19-d5b3-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:22.393375 | 0.49s 2026-03-11 09:43:45.254316 | fa163e84-66e8-9a19-d5b3-0000000016fa | TASK | Enable online service 2026-03-11 09:43:45.285158 | fa163e84-66e8-9a19-d5b3-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:22.451293 | 0.03s 2026-03-11 09:43:45.304265 | bcb9e3d4-65e2-44b5-af90-3decf9f92807 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-11 09:43:45.349914 | fa163e84-66e8-9a19-d5b3-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-11 09:43:45.753959 | fa163e84-66e8-9a19-d5b3-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-11 09:43:45.755499 | fa163e84-66e8-9a19-d5b3-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:22.921635 | 0.40s 2026-03-11 09:43:45.782663 | fa163e84-66e8-9a19-d5b3-0000000019d4 | TASK | Enable chrony-online.service 2026-03-11 09:43:46.653925 | fa163e84-66e8-9a19-d5b3-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-11 09:43:46.655923 | fa163e84-66e8-9a19-d5b3-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:23.822062 | 0.87s 2026-03-11 09:43:46.681986 | fa163e84-66e8-9a19-d5b3-0000000016fb | TASK | Sync chronyc 2026-03-11 09:43:46.702431 | fa163e84-66e8-9a19-d5b3-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:23.868567 | 0.02s 2026-03-11 09:43:46.720526 | f1f92f17-29b2-4ad3-aa1f-f57e9806b88c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-11 09:43:46.767882 | fa163e84-66e8-9a19-d5b3-000000001a79 | TASK | Force NTP sync 2026-03-11 09:43:47.003979 | fa163e84-66e8-9a19-d5b3-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-11 09:43:47.005326 | fa163e84-66e8-9a19-d5b3-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:24.171463 | 0.24s 2026-03-11 09:43:47.031260 | fa163e84-66e8-9a19-d5b3-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-11 09:43:57.286962 | fa163e84-66e8-9a19-d5b3-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 09:43:57.288289 | fa163e84-66e8-9a19-d5b3-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:34.454429 | 10.26s 2026-03-11 09:43:57.337875 | fa163e84-66e8-9a19-d5b3-000000000bc9 | TASK | Force NTP sync 2026-03-11 09:43:57.572375 | fa163e84-66e8-9a19-d5b3-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-11 09:43:57.573723 | fa163e84-66e8-9a19-d5b3-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:34.739861 | 0.23s 2026-03-11 09:43:57.598867 | fa163e84-66e8-9a19-d5b3-000000000bca | TASK | Ensure system is NTP time synced 2026-03-11 09:43:57.831631 | fa163e84-66e8-9a19-d5b3-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 09:43:57.833207 | fa163e84-66e8-9a19-d5b3-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:34.999344 | 0.23s 2026-03-11 09:43:57.858176 | fa163e84-66e8-9a19-d5b3-000000000bcb | TASK | Run timezone role 2026-03-11 09:43:57.886671 | fa163e84-66e8-9a19-d5b3-000000000bcb | TIMING | Run timezone role | standalone | 0:03:35.052801 | 0.03s 2026-03-11 09:43:57.986589 | fa163e84-66e8-9a19-d5b3-000000001c3a | TASK | Set timezone 2026-03-11 09:43:58.498497 | fa163e84-66e8-9a19-d5b3-000000001c3a | OK | Set timezone | standalone 2026-03-11 09:43:58.499787 | fa163e84-66e8-9a19-d5b3-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:35.665923 | 0.51s 2026-03-11 09:43:58.525779 | fa163e84-66e8-9a19-d5b3-000000001c3b | TASK | Restart time services 2026-03-11 09:43:58.564301 | fa163e84-66e8-9a19-d5b3-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-11 09:43:58.571242 | fa163e84-66e8-9a19-d5b3-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-11 09:43:58.577414 | fa163e84-66e8-9a19-d5b3-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:35.743550 | 0.05s 2026-03-11 09:43:58.628118 | fa163e84-66e8-9a19-d5b3-000000000bcc | TASK | install tmpwatch on the host 2026-03-11 09:44:01.736322 | fa163e84-66e8-9a19-d5b3-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-11 09:44:01.737765 | fa163e84-66e8-9a19-d5b3-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:38.903903 | 3.11s 2026-03-11 09:44:01.763868 | fa163e84-66e8-9a19-d5b3-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-11 09:44:01.784320 | fa163e84-66e8-9a19-d5b3-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-11 09:44:01.785485 | fa163e84-66e8-9a19-d5b3-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:38.951625 | 0.02s 2026-03-11 09:44:01.830085 | fa163e84-66e8-9a19-d5b3-000000000bce | TIMING | include_role : tuned | standalone | 0:03:38.996212 | 0.02s 2026-03-11 09:44:01.929705 | fa163e84-66e8-9a19-d5b3-000000001e6e | TASK | Gather variables for each operating system 2026-03-11 09:44:02.047727 | fa163e84-66e8-9a19-d5b3-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 09:44:02.048787 | fa163e84-66e8-9a19-d5b3-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:39.214927 | 0.12s 2026-03-11 09:44:02.054029 | fa163e84-66e8-9a19-d5b3-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:39.220163 | 0.12s 2026-03-11 09:44:02.140247 | fa163e84-66e8-9a19-d5b3-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:39.306372 | 0.06s 2026-03-11 09:44:02.160802 | 90876da6-35f7-4239-b97d-fc1a7523211a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 09:44:02.194487 | fa163e84-66e8-9a19-d5b3-000000001f9f | TASK | Check tuned package is installed 2026-03-11 09:44:02.479870 | fa163e84-66e8-9a19-d5b3-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-11 09:44:02.481867 | fa163e84-66e8-9a19-d5b3-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:39.647994 | 0.29s 2026-03-11 09:44:02.507797 | fa163e84-66e8-9a19-d5b3-000000001fa0 | TASK | Install tuned 2026-03-11 09:44:02.537853 | fa163e84-66e8-9a19-d5b3-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-11 09:44:02.538923 | fa163e84-66e8-9a19-d5b3-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:39.705061 | 0.03s 2026-03-11 09:44:02.564037 | fa163e84-66e8-9a19-d5b3-000000001fa1 | TASK | Restart tuned 2026-03-11 09:44:02.594066 | fa163e84-66e8-9a19-d5b3-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-11 09:44:02.595407 | fa163e84-66e8-9a19-d5b3-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:39.761543 | 0.03s 2026-03-11 09:44:02.625007 | fa163e84-66e8-9a19-d5b3-000000001e70 | TASK | Check for tuned-adm 2026-03-11 09:44:02.851482 | fa163e84-66e8-9a19-d5b3-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-11 09:44:02.852451 | fa163e84-66e8-9a19-d5b3-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:40.018597 | 0.23s 2026-03-11 09:44:02.894317 | fa163e84-66e8-9a19-d5b3-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:40.060454 | 0.02s 2026-03-11 09:44:02.911433 | 23bd5ac4-fa34-44e6-900c-5e2ff598539e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 09:44:02.938922 | fa163e84-66e8-9a19-d5b3-000000001fcc | TASK | Ensure profile directory exists 2026-03-11 09:44:02.997800 | fa163e84-66e8-9a19-d5b3-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 09:44:02.999067 | fa163e84-66e8-9a19-d5b3-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:40.165202 | 0.06s 2026-03-11 09:44:03.024387 | fa163e84-66e8-9a19-d5b3-000000001fcd | TASK | Create custom tuned profile 2026-03-11 09:44:03.085727 | fa163e84-66e8-9a19-d5b3-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-11 09:44:03.086933 | fa163e84-66e8-9a19-d5b3-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:40.253072 | 0.06s 2026-03-11 09:44:03.111450 | fa163e84-66e8-9a19-d5b3-000000001fce | TASK | Check tuned active profile 2026-03-11 09:44:03.312726 | fa163e84-66e8-9a19-d5b3-000000001fce | OK | Check tuned active profile | standalone 2026-03-11 09:44:03.314025 | fa163e84-66e8-9a19-d5b3-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:40.480160 | 0.20s 2026-03-11 09:44:03.339300 | fa163e84-66e8-9a19-d5b3-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-11 09:44:03.577715 | fa163e84-66e8-9a19-d5b3-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-11 09:44:03.578670 | fa163e84-66e8-9a19-d5b3-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:40.744817 | 0.24s 2026-03-11 09:44:03.599840 | fa163e84-66e8-9a19-d5b3-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 09:44:03.662648 | fa163e84-66e8-9a19-d5b3-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 09:44:03.663945 | fa163e84-66e8-9a19-d5b3-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:40.830078 | 0.06s 2026-03-11 09:44:03.693615 | fa163e84-66e8-9a19-d5b3-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 09:44:03.744963 | fa163e84-66e8-9a19-d5b3-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 09:44:03.746663 | fa163e84-66e8-9a19-d5b3-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:40.912799 | 0.05s 2026-03-11 09:44:03.772654 | fa163e84-66e8-9a19-d5b3-000000001fd2 | TASK | Enable tuned profile 2026-03-11 09:44:03.802816 | fa163e84-66e8-9a19-d5b3-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-11 09:44:03.804133 | fa163e84-66e8-9a19-d5b3-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:40.970270 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-11 09:44:03.990573 | fa163e84-66e8-9a19-d5b3-0000000000ac | TASK | Overcloud container setup tasks 2026-03-11 09:44:04.017272 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000ac') missing from stats 2026-03-11 09:44:04.037928 | fa163e84-66e8-9a19-d5b3-0000000000ad | TASK | Write config data 2026-03-11 09:44:04.109003 | fa163e84-66e8-9a19-d5b3-0000000000ad | TIMING | Write config data | standalone | 0:03:41.275137 | 0.07s 2026-03-11 09:44:04.137200 | a2b988d8-6212-44ce-9566-66d3fe4915a0 | INCLUDED | /root/standalone-ansible-lvka6war/common_container_setup_tasks.yaml | standalone 2026-03-11 09:44:04.161352 | fa163e84-66e8-9a19-d5b3-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-11 09:44:04.408167 | fa163e84-66e8-9a19-d5b3-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-11 09:44:04.409506 | fa163e84-66e8-9a19-d5b3-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:41.575644 | 0.25s 2026-03-11 09:44:04.434473 | fa163e84-66e8-9a19-d5b3-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-11 09:44:04.644862 | fa163e84-66e8-9a19-d5b3-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-11 09:44:04.645701 | fa163e84-66e8-9a19-d5b3-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:41.811848 | 0.21s 2026-03-11 09:44:04.663339 | fa163e84-66e8-9a19-d5b3-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-11 09:44:04.890491 | fa163e84-66e8-9a19-d5b3-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-11 09:44:04.891339 | fa163e84-66e8-9a19-d5b3-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:42.057488 | 0.23s 2026-03-11 09:44:04.908530 | fa163e84-66e8-9a19-d5b3-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-11 09:44:05.143711 | fa163e84-66e8-9a19-d5b3-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-11 09:44:05.144654 | fa163e84-66e8-9a19-d5b3-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:42.310802 | 0.24s 2026-03-11 09:44:05.161645 | fa163e84-66e8-9a19-d5b3-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-11 09:44:05.373640 | fa163e84-66e8-9a19-d5b3-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-11 09:44:05.374437 | fa163e84-66e8-9a19-d5b3-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:42.540586 | 0.21s 2026-03-11 09:44:05.391551 | fa163e84-66e8-9a19-d5b3-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-11 09:44:06.684923 | fa163e84-66e8-9a19-d5b3-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-11 09:44:06.686446 | fa163e84-66e8-9a19-d5b3-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:43.852585 | 1.29s 2026-03-11 09:44:06.712079 | fa163e84-66e8-9a19-d5b3-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-11 09:44:06.975068 | fa163e84-66e8-9a19-d5b3-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-11 09:44:06.976454 | fa163e84-66e8-9a19-d5b3-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:44.142595 | 0.26s 2026-03-11 09:44:07.001951 | fa163e84-66e8-9a19-d5b3-00000000203a | TASK | Write container config scripts 2026-03-11 09:44:07.373807 | fa163e84-66e8-9a19-d5b3-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-11 09:44:07.375118 | fa163e84-66e8-9a19-d5b3-00000000203a | TIMING | Write container config scripts | standalone | 0:03:44.541257 | 0.37s 2026-03-11 09:44:07.400527 | fa163e84-66e8-9a19-d5b3-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-11 09:44:07.827054 | fa163e84-66e8-9a19-d5b3-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-11 09:44:07.828317 | fa163e84-66e8-9a19-d5b3-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:44.994456 | 0.43s 2026-03-11 09:44:07.853068 | fa163e84-66e8-9a19-d5b3-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-11 09:44:08.458999 | fa163e84-66e8-9a19-d5b3-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-11 09:44:08.469046 | fa163e84-66e8-9a19-d5b3-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:45.635179 | 0.61s 2026-03-11 09:44:08.510447 | fa163e84-66e8-9a19-d5b3-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-11 09:44:08.742307 | fa163e84-66e8-9a19-d5b3-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-11 09:44:08.743615 | fa163e84-66e8-9a19-d5b3-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:45.909755 | 0.23s 2026-03-11 09:44:08.768406 | fa163e84-66e8-9a19-d5b3-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-11 09:44:08.977516 | fa163e84-66e8-9a19-d5b3-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-11 09:44:08.979455 | fa163e84-66e8-9a19-d5b3-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:46.145586 | 0.21s 2026-03-11 09:44:09.008384 | fa163e84-66e8-9a19-d5b3-00000000203f | TASK | Write container config json files 2026-03-11 09:44:09.459910 | fa163e84-66e8-9a19-d5b3-00000000203f | CHANGED | Write container config json files | standalone 2026-03-11 09:44:09.467320 | fa163e84-66e8-9a19-d5b3-00000000203f | TIMING | Write container config json files | standalone | 0:03:46.633461 | 0.46s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-11 09:44:09.640491 | fa163e84-66e8-9a19-d5b3-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-11 09:44:09.667766 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:44:09.726856 | fa163e84-66e8-9a19-d5b3-0000000000b2 | TIMING | include_tasks | standalone | 0:03:46.892990 | 0.04s 2026-03-11 09:44:09.756050 | 8f31aa94-03a8-4fbb-8eb0-a96071ee051b | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-11 09:44:09.791186 | fa163e84-66e8-9a19-d5b3-000000002073 | TASK | Get undercloud FQDN 2026-03-11 09:44:09.851624 | fa163e84-66e8-9a19-d5b3-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-000000002073') missing from stats 2026-03-11 09:44:09.923784 | fa163e84-66e8-9a19-d5b3-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:47.089906 | 0.05s 2026-03-11 09:44:09.991219 | fa163e84-66e8-9a19-d5b3-000000002098 | TASK | set main facts 2026-03-11 09:44:10.069838 | fa163e84-66e8-9a19-d5b3-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-000000002098') missing from stats 2026-03-11 09:44:10.104843 | fa163e84-66e8-9a19-d5b3-000000002099 | TASK | get the default.conf file 2026-03-11 09:44:10.341832 | fa163e84-66e8-9a19-d5b3-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-000000002099') missing from stats 2026-03-11 09:44:10.388194 | fa163e84-66e8-9a19-d5b3-00000000209a | TASK | set the principal 2026-03-11 09:44:10.470043 | fa163e84-66e8-9a19-d5b3-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-00000000209a') missing from stats 2026-03-11 09:44:10.517145 | fa163e84-66e8-9a19-d5b3-00000000209c | TASK | add new host with one-time password 2026-03-11 09:44:11.573620 | fa163e84-66e8-9a19-d5b3-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-00000000209c') missing from stats 2026-03-11 09:44:11.616383 | fa163e84-66e8-9a19-d5b3-00000000209d | TASK | set otp as a host fact 2026-03-11 09:44:11.646371 | fa163e84-66e8-9a19-d5b3-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-11 09:44:11.647506 | fa163e84-66e8-9a19-d5b3-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:48.813644 | 0.03s 2026-03-11 09:44:11.694416 | fa163e84-66e8-9a19-d5b3-00000000209f | TASK | add required services using custom module 2026-03-11 09:44:15.329040 | fa163e84-66e8-9a19-d5b3-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e84-66e8-9a19-d5b3-00000000209f') missing from stats 2026-03-11 09:44:15.400626 | fa163e84-66e8-9a19-d5b3-000000002076 | TASK | check if default.conf exists 2026-03-11 09:44:15.620066 | fa163e84-66e8-9a19-d5b3-000000002076 | OK | check if default.conf exists | standalone 2026-03-11 09:44:15.621755 | fa163e84-66e8-9a19-d5b3-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:52.787886 | 0.22s 2026-03-11 09:44:15.647755 | fa163e84-66e8-9a19-d5b3-000000002077 | TASK | install openssl-perl 2026-03-11 09:44:15.672974 | fa163e84-66e8-9a19-d5b3-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-11 09:44:15.674773 | fa163e84-66e8-9a19-d5b3-000000002077 | TIMING | install openssl-perl | standalone | 0:03:52.840903 | 0.03s 2026-03-11 09:44:15.699792 | fa163e84-66e8-9a19-d5b3-000000002078 | TASK | register as an ipa client 2026-03-11 09:44:15.738653 | fa163e84-66e8-9a19-d5b3-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-11 09:44:15.739933 | fa163e84-66e8-9a19-d5b3-000000002078 | TIMING | register as an ipa client | standalone | 0:03:52.906070 | 0.04s 2026-03-11 09:44:15.765905 | fa163e84-66e8-9a19-d5b3-000000002079 | TASK | restart certmonger service 2026-03-11 09:44:15.804771 | fa163e84-66e8-9a19-d5b3-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-11 09:44:15.806103 | fa163e84-66e8-9a19-d5b3-000000002079 | TIMING | restart certmonger service | standalone | 0:03:52.972241 | 0.04s 2026-03-11 09:44:15.830825 | fa163e84-66e8-9a19-d5b3-00000000207a | TASK | set discovered ipa realm 2026-03-11 09:44:15.886246 | fa163e84-66e8-9a19-d5b3-00000000207a | OK | set discovered ipa realm | standalone 2026-03-11 09:44:15.887495 | fa163e84-66e8-9a19-d5b3-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:53.053634 | 0.06s PLAY [External deployment step 1] ********************************************** 2026-03-11 09:44:16.032539 | fa163e84-66e8-9a19-d5b3-0000000000b6 | TASK | External deployment step 1 2026-03-11 09:44:16.063158 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000b6') missing from stats 2026-03-11 09:44:16.120977 | fa163e84-66e8-9a19-d5b3-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:53.287110 | 0.04s 2026-03-11 09:44:16.159173 | 76d9bfe9-4e56-4e9c-af79-276a05a38dbb | INCLUDED | /root/standalone-ansible-lvka6war/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-11 09:44:16.179478 | fa163e84-66e8-9a19-d5b3-0000000020f5 | TASK | Container image prepare 2026-03-11 09:44:17.242155 | fa163e84-66e8-9a19-d5b3-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-11 09:44:17.244296 | fa163e84-66e8-9a19-d5b3-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:54.410429 | 1.06s 2026-03-11 09:44:17.329601 | fa163e84-66e8-9a19-d5b3-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:54.495695 | 0.05s 2026-03-11 09:44:17.372761 | fa163e84-66e8-9a19-d5b3-00000000211b | TASK | get dns zones and entries to add 2026-03-11 09:44:17.435637 | fa163e84-66e8-9a19-d5b3-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-11 09:44:17.437212 | fa163e84-66e8-9a19-d5b3-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:54.603349 | 0.06s 2026-03-11 09:44:17.518998 | fa163e84-66e8-9a19-d5b3-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storagemgmt.ooo.test", "0.21.172.in-addr.arpa", "internalapi.ooo.test", "ooo.test", "0.18.172.in-addr.arpa", "external.ooo.test", "0.17.172.in-addr.arpa", "ctlplane.ooo.test", "tenant.ooo.test", "122.168.192.in-addr.arpa", "0.20.172.in-addr.arpa", "0.19.172.in-addr.arpa", "storage.ooo.test" ] } 2026-03-11 09:44:17.520340 | fa163e84-66e8-9a19-d5b3-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:54.686479 | 0.06s 2026-03-11 09:44:17.600742 | fa163e84-66e8-9a19-d5b3-00000000211d | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2026-03-11 09:44:17.602530 | fa163e84-66e8-9a19-d5b3-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:54.768669 | 0.06s 2026-03-11 09:44:17.621683 | fa163e84-66e8-9a19-d5b3-00000000211e | TASK | add dns zones and records 2026-03-11 09:44:20.686167 | fa163e84-66e8-9a19-d5b3-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-11 09:44:20.687914 | fa163e84-66e8-9a19-d5b3-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:57.854050 | 3.06s 2026-03-11 09:44:20.723125 | fa163e84-66e8-9a19-d5b3-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-11 09:44:20.985743 | fa163e84-66e8-9a19-d5b3-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-11 09:44:20.987358 | fa163e84-66e8-9a19-d5b3-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:58.153494 | 0.26s 2026-03-11 09:44:21.005755 | fa163e84-66e8-9a19-d5b3-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 09:44:21.036807 | fa163e84-66e8-9a19-d5b3-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:58.202939 | 0.03s 2026-03-11 09:44:21.083806 | fa163e84-66e8-9a19-d5b3-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-11 09:44:21.325187 | fa163e84-66e8-9a19-d5b3-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-11 09:44:21.326060 | fa163e84-66e8-9a19-d5b3-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:58.492206 | 0.24s 2026-03-11 09:44:21.340872 | fa163e84-66e8-9a19-d5b3-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-11 09:44:21.788171 | fa163e84-66e8-9a19-d5b3-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-11 09:44:21.789553 | fa163e84-66e8-9a19-d5b3-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:58.955691 | 0.45s 2026-03-11 09:44:21.811468 | fa163e84-66e8-9a19-d5b3-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 09:44:21.864275 | fa163e84-66e8-9a19-d5b3-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:59.030391 | 0.05s 2026-03-11 09:44:21.913313 | fa163e84-66e8-9a19-d5b3-00000000218c | TASK | Check for a configured destination 2026-03-11 09:44:21.976266 | fa163e84-66e8-9a19-d5b3-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-11 09:44:21.977597 | fa163e84-66e8-9a19-d5b3-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:59.143692 | 0.06s 2026-03-11 09:44:22.015809 | fa163e84-66e8-9a19-d5b3-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-11 09:44:22.530482 | fa163e84-66e8-9a19-d5b3-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-11 09:44:22.531857 | fa163e84-66e8-9a19-d5b3-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:59.697997 | 0.51s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-11 09:44:22.704802 | fa163e84-66e8-9a19-d5b3-0000000000ba | TASK | Deploy step tasks for 1 2026-03-11 09:44:22.736164 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000ba') missing from stats 2026-03-11 09:44:22.757050 | fa163e84-66e8-9a19-d5b3-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-11 09:44:23.242233 | fa163e84-66e8-9a19-d5b3-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-11 09:44:23.243274 | fa163e84-66e8-9a19-d5b3-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:00.409418 | 0.49s 2026-03-11 09:44:23.262977 | fa163e84-66e8-9a19-d5b3-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 09:44:23.470953 | fa163e84-66e8-9a19-d5b3-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 09:44:23.472550 | fa163e84-66e8-9a19-d5b3-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:00.638688 | 0.21s 2026-03-11 09:44:23.498159 | fa163e84-66e8-9a19-d5b3-0000000000be | TASK | Write config data at the start of step 1 2026-03-11 09:44:23.550440 | fa163e84-66e8-9a19-d5b3-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:00.716568 | 0.05s 2026-03-11 09:44:23.593864 | 1f7ebf88-8b7e-4d24-bc9a-3564e877ce6a | INCLUDED | /root/standalone-ansible-lvka6war/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-11 09:44:23.618572 | fa163e84-66e8-9a19-d5b3-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 09:44:23.644784 | fa163e84-66e8-9a19-d5b3-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 09:44:23.645655 | fa163e84-66e8-9a19-d5b3-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.811798 | 0.03s 2026-03-11 09:44:23.665462 | fa163e84-66e8-9a19-d5b3-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 09:44:23.692838 | fa163e84-66e8-9a19-d5b3-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 09:44:23.693815 | fa163e84-66e8-9a19-d5b3-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:00.859954 | 0.03s 2026-03-11 09:44:23.713737 | fa163e84-66e8-9a19-d5b3-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-11 09:44:24.195216 | fa163e84-66e8-9a19-d5b3-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-11 09:44:24.196500 | fa163e84-66e8-9a19-d5b3-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:01.362638 | 0.48s 2026-03-11 09:44:24.221162 | fa163e84-66e8-9a19-d5b3-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 09:44:24.250303 | fa163e84-66e8-9a19-d5b3-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 09:44:24.251466 | fa163e84-66e8-9a19-d5b3-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:01.417604 | 0.03s 2026-03-11 09:44:24.276625 | fa163e84-66e8-9a19-d5b3-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 09:44:24.304853 | fa163e84-66e8-9a19-d5b3-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 09:44:24.306050 | fa163e84-66e8-9a19-d5b3-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:01.472182 | 0.03s 2026-03-11 09:44:24.330829 | fa163e84-66e8-9a19-d5b3-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-11 09:44:24.564460 | fa163e84-66e8-9a19-d5b3-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-11 09:44:24.566134 | fa163e84-66e8-9a19-d5b3-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:01.732266 | 0.23s 2026-03-11 09:44:24.590939 | fa163e84-66e8-9a19-d5b3-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-11 09:44:24.622521 | fa163e84-66e8-9a19-d5b3-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 09:44:24.623889 | fa163e84-66e8-9a19-d5b3-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.790026 | 0.03s 2026-03-11 09:44:24.649661 | fa163e84-66e8-9a19-d5b3-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-11 09:44:24.678324 | fa163e84-66e8-9a19-d5b3-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 09:44:24.679434 | fa163e84-66e8-9a19-d5b3-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:01.845567 | 0.03s 2026-03-11 09:44:24.703883 | fa163e84-66e8-9a19-d5b3-0000000021d3 | TASK | Write container-puppet.json file 2026-03-11 09:44:25.253759 | fa163e84-66e8-9a19-d5b3-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-11 09:44:25.255166 | fa163e84-66e8-9a19-d5b3-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:02.421303 | 0.55s 2026-03-11 09:44:25.280354 | fa163e84-66e8-9a19-d5b3-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 09:44:25.309392 | fa163e84-66e8-9a19-d5b3-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 09:44:25.310778 | fa163e84-66e8-9a19-d5b3-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.476916 | 0.03s 2026-03-11 09:44:25.337913 | fa163e84-66e8-9a19-d5b3-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 09:44:25.367605 | fa163e84-66e8-9a19-d5b3-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 09:44:25.368791 | fa163e84-66e8-9a19-d5b3-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:02.534929 | 0.03s 2026-03-11 09:44:25.393778 | fa163e84-66e8-9a19-d5b3-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-11 09:44:25.777694 | fa163e84-66e8-9a19-d5b3-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-11 09:44:25.779017 | fa163e84-66e8-9a19-d5b3-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:02.945155 | 0.38s 2026-03-11 09:44:25.803393 | fa163e84-66e8-9a19-d5b3-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-11 09:44:25.825531 | fa163e84-66e8-9a19-d5b3-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-11 09:44:25.827236 | fa163e84-66e8-9a19-d5b3-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:02.993366 | 0.02s 2026-03-11 09:44:25.861738 | fa163e84-66e8-9a19-d5b3-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-11 09:44:25.890774 | fa163e84-66e8-9a19-d5b3-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-11 09:44:25.892103 | fa163e84-66e8-9a19-d5b3-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:03.058240 | 0.03s 2026-03-11 09:44:25.917463 | fa163e84-66e8-9a19-d5b3-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-11 09:44:25.947395 | fa163e84-66e8-9a19-d5b3-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-11 09:44:25.948847 | fa163e84-66e8-9a19-d5b3-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:03.114975 | 0.03s 2026-03-11 09:44:25.974014 | fa163e84-66e8-9a19-d5b3-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-11 09:44:26.005483 | fa163e84-66e8-9a19-d5b3-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-11 09:44:26.006803 | fa163e84-66e8-9a19-d5b3-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:03.172934 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:44:26.069782 | fa163e84-66e8-9a19-d5b3-0000000000c0 | TIMING | include_tasks | standalone | 0:04:03.235917 | 0.04s 2026-03-11 09:44:26.230682 | 6cc1e0f3-3db7-4ffe-8ecc-e9b22e879d72 | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-11 09:44:26.276223 | fa163e84-66e8-9a19-d5b3-000000002205 | TASK | Create dirs for certificates and keys 2026-03-11 09:44:26.554324 | fa163e84-66e8-9a19-d5b3-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-11 09:44:26.558118 | fa163e84-66e8-9a19-d5b3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.724231 | 0.28s 2026-03-11 09:44:26.799401 | fa163e84-66e8-9a19-d5b3-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-11 09:44:26.800537 | fa163e84-66e8-9a19-d5b3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.966677 | 0.52s 2026-03-11 09:44:26.812612 | fa163e84-66e8-9a19-d5b3-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:03.978752 | 0.54s 2026-03-11 09:44:26.882104 | fa163e84-66e8-9a19-d5b3-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:04.048239 | 0.05s 2026-03-11 09:44:26.940357 | fa163e84-66e8-9a19-d5b3-00000000231c | TASK | Set version specific variables 2026-03-11 09:44:26.988743 | fa163e84-66e8-9a19-d5b3-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:04.154877 | 0.05s 2026-03-11 09:44:27.002860 | fa223c67-8495-45f1-a62d-ba7cf6412df8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:44:27.027265 | fa163e84-66e8-9a19-d5b3-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-11 09:44:27.413285 | fa163e84-66e8-9a19-d5b3-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:44:27.415355 | fa163e84-66e8-9a19-d5b3-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:04.581482 | 0.39s 2026-03-11 09:44:27.442811 | fa163e84-66e8-9a19-d5b3-000000002350 | TASK | Set platform/version specific variables 2026-03-11 09:44:27.495583 | fa163e84-66e8-9a19-d5b3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:44:27.517639 | fa163e84-66e8-9a19-d5b3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:44:27.539821 | fa163e84-66e8-9a19-d5b3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:44:27.561404 | fa163e84-66e8-9a19-d5b3-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:44:27.564815 | fa163e84-66e8-9a19-d5b3-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:04.730950 | 0.12s 2026-03-11 09:44:27.590277 | fa163e84-66e8-9a19-d5b3-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:44:30.879681 | fa163e84-66e8-9a19-d5b3-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:44:30.880971 | fa163e84-66e8-9a19-d5b3-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:08.047110 | 3.29s 2026-03-11 09:44:30.906336 | fa163e84-66e8-9a19-d5b3-00000000231f | TASK | Ensure provider packages are installed 2026-03-11 09:44:34.024543 | fa163e84-66e8-9a19-d5b3-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.190667 | 3.12s 2026-03-11 09:44:34.036730 | fa163e84-66e8-9a19-d5b3-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.202873 | 3.13s 2026-03-11 09:44:34.063061 | fa163e84-66e8-9a19-d5b3-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:44:34.331592 | fa163e84-66e8-9a19-d5b3-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:44:34.333044 | fa163e84-66e8-9a19-d5b3-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:11.499180 | 0.27s 2026-03-11 09:44:34.339148 | fa163e84-66e8-9a19-d5b3-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:11.505283 | 0.27s 2026-03-11 09:44:34.365840 | fa163e84-66e8-9a19-d5b3-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:44:34.632172 | fa163e84-66e8-9a19-d5b3-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:44:34.634513 | fa163e84-66e8-9a19-d5b3-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:11.800651 | 0.27s 2026-03-11 09:44:34.644722 | fa163e84-66e8-9a19-d5b3-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:11.810862 | 0.28s 2026-03-11 09:44:34.664897 | fa163e84-66e8-9a19-d5b3-000000002325 | TASK | Ensure provider service is running 2026-03-11 09:44:35.505980 | fa163e84-66e8-9a19-d5b3-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:44:35.509657 | fa163e84-66e8-9a19-d5b3-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:12.675800 | 0.84s 2026-03-11 09:44:35.519999 | fa163e84-66e8-9a19-d5b3-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:12.686132 | 0.85s 2026-03-11 09:44:35.549099 | fa163e84-66e8-9a19-d5b3-000000002328 | TASK | Ensure certificate requests 2026-03-11 09:44:37.443937 | fa163e84-66e8-9a19-d5b3-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2026-03-11 09:44:37.446821 | fa163e84-66e8-9a19-d5b3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:14.612956 | 1.90s 2026-03-11 09:44:39.163373 | fa163e84-66e8-9a19-d5b3-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2026-03-11 09:44:39.164184 | fa163e84-66e8-9a19-d5b3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.330333 | 3.61s 2026-03-11 09:44:40.736594 | fa163e84-66e8-9a19-d5b3-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2026-03-11 09:44:40.737585 | fa163e84-66e8-9a19-d5b3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.903718 | 5.19s 2026-03-11 09:44:42.118531 | fa163e84-66e8-9a19-d5b3-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2026-03-11 09:44:42.121679 | fa163e84-66e8-9a19-d5b3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.287828 | 6.57s 2026-03-11 09:44:43.612673 | fa163e84-66e8-9a19-d5b3-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2026-03-11 09:44:43.613345 | fa163e84-66e8-9a19-d5b3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.779494 | 8.06s 2026-03-11 09:44:43.618602 | fa163e84-66e8-9a19-d5b3-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.784711 | 8.07s 2026-03-11 09:44:43.671615 | fa163e84-66e8-9a19-d5b3-00000000220d | TASK | Fail if container image is undefined 2026-03-11 09:44:43.729645 | fa163e84-66e8-9a19-d5b3-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:44:43.730885 | fa163e84-66e8-9a19-d5b3-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:20.897022 | 0.06s 2026-03-11 09:44:43.772232 | fa163e84-66e8-9a19-d5b3-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-11 09:44:59.304454 | fa163e84-66e8-9a19-d5b3-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-11 09:44:59.305717 | fa163e84-66e8-9a19-d5b3-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:36.471860 | 15.53s 2026-03-11 09:44:59.357177 | fa163e84-66e8-9a19-d5b3-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-11 09:44:59.688661 | fa163e84-66e8-9a19-d5b3-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-11 09:44:59.689930 | fa163e84-66e8-9a19-d5b3-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:36.856071 | 0.33s 2026-03-11 09:44:59.738888 | fa163e84-66e8-9a19-d5b3-00000000221e | TASK | Fail if container image is undefined 2026-03-11 09:44:59.802043 | fa163e84-66e8-9a19-d5b3-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:44:59.803244 | fa163e84-66e8-9a19-d5b3-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:36.969382 | 0.06s 2026-03-11 09:44:59.844598 | fa163e84-66e8-9a19-d5b3-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-11 09:45:08.548267 | fa163e84-66e8-9a19-d5b3-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-11 09:45:08.549685 | fa163e84-66e8-9a19-d5b3-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:45.715820 | 8.70s 2026-03-11 09:45:08.602036 | fa163e84-66e8-9a19-d5b3-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-11 09:45:08.873756 | fa163e84-66e8-9a19-d5b3-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-11 09:45:08.874946 | fa163e84-66e8-9a19-d5b3-000000002220 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:46.041085 | 0.27s 2026-03-11 09:45:08.922443 | fa163e84-66e8-9a19-d5b3-00000000222b | TASK | Check if rsyslog exists 2026-03-11 09:45:09.115613 | fa163e84-66e8-9a19-d5b3-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-11 09:45:09.116977 | fa163e84-66e8-9a19-d5b3-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:46.283113 | 0.19s 2026-03-11 09:45:09.143464 | fa163e84-66e8-9a19-d5b3-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-11 09:45:09.398467 | fa163e84-66e8-9a19-d5b3-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-11 09:45:09.400006 | fa163e84-66e8-9a19-d5b3-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:46.566141 | 0.26s 2026-03-11 09:45:09.427290 | fa163e84-66e8-9a19-d5b3-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-11 09:45:10.269847 | fa163e84-66e8-9a19-d5b3-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-11 09:45:10.272251 | fa163e84-66e8-9a19-d5b3-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:47.438382 | 0.84s 2026-03-11 09:45:10.302024 | fa163e84-66e8-9a19-d5b3-000000002235 | TASK | Fail if container image is undefined 2026-03-11 09:45:10.365773 | fa163e84-66e8-9a19-d5b3-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:45:10.367161 | fa163e84-66e8-9a19-d5b3-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:47.533299 | 0.06s 2026-03-11 09:45:10.409581 | fa163e84-66e8-9a19-d5b3-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 09:45:18.341359 | fa163e84-66e8-9a19-d5b3-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 09:45:18.342944 | fa163e84-66e8-9a19-d5b3-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:55.509082 | 7.93s 2026-03-11 09:45:18.406456 | fa163e84-66e8-9a19-d5b3-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 09:45:18.721746 | fa163e84-66e8-9a19-d5b3-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 09:45:18.722632 | fa163e84-66e8-9a19-d5b3-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:55.888777 | 0.32s 2026-03-11 09:45:18.760993 | fa163e84-66e8-9a19-d5b3-000000002242 | TASK | make sure certmonger is installed 2026-03-11 09:45:21.873404 | fa163e84-66e8-9a19-d5b3-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-11 09:45:21.874978 | fa163e84-66e8-9a19-d5b3-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:59.041117 | 3.11s 2026-03-11 09:45:21.900186 | fa163e84-66e8-9a19-d5b3-000000002243 | TASK | make sure certmonger service is started 2026-03-11 09:45:22.292782 | fa163e84-66e8-9a19-d5b3-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-11 09:45:22.294657 | fa163e84-66e8-9a19-d5b3-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:04:59.460794 | 0.39s 2026-03-11 09:45:22.322689 | fa163e84-66e8-9a19-d5b3-000000002244 | TASK | Create dirs for certificates and keys 2026-03-11 09:45:22.594889 | fa163e84-66e8-9a19-d5b3-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 09:45:22.596418 | fa163e84-66e8-9a19-d5b3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:59.762550 | 0.27s 2026-03-11 09:45:22.834409 | fa163e84-66e8-9a19-d5b3-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 09:45:22.836080 | fa163e84-66e8-9a19-d5b3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.002221 | 0.51s 2026-03-11 09:45:22.845884 | fa163e84-66e8-9a19-d5b3-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.012034 | 0.52s 2026-03-11 09:45:22.871900 | fa163e84-66e8-9a19-d5b3-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-11 09:45:24.034339 | fa163e84-66e8-9a19-d5b3-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-11 09:45:24.035681 | fa163e84-66e8-9a19-d5b3-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:01.201820 | 1.16s 2026-03-11 09:45:24.107312 | fa163e84-66e8-9a19-d5b3-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:01.273428 | 0.05s 2026-03-11 09:45:24.174074 | fa163e84-66e8-9a19-d5b3-0000000023d0 | TASK | Set version specific variables 2026-03-11 09:45:24.204157 | fa163e84-66e8-9a19-d5b3-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:01.370289 | 0.03s 2026-03-11 09:45:24.217376 | 3886f0f3-a35a-4ff4-b60c-04d2c1ae9de7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:45:24.242521 | fa163e84-66e8-9a19-d5b3-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-11 09:45:24.615585 | fa163e84-66e8-9a19-d5b3-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:45:24.617077 | fa163e84-66e8-9a19-d5b3-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:01.783215 | 0.37s 2026-03-11 09:45:24.646405 | fa163e84-66e8-9a19-d5b3-000000002410 | TASK | Set platform/version specific variables 2026-03-11 09:45:24.722312 | fa163e84-66e8-9a19-d5b3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:45:24.748120 | fa163e84-66e8-9a19-d5b3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:45:24.778466 | fa163e84-66e8-9a19-d5b3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:45:24.796141 | fa163e84-66e8-9a19-d5b3-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:45:24.802432 | fa163e84-66e8-9a19-d5b3-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:01.968563 | 0.15s 2026-03-11 09:45:24.828501 | fa163e84-66e8-9a19-d5b3-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:45:27.932270 | fa163e84-66e8-9a19-d5b3-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:45:27.933094 | fa163e84-66e8-9a19-d5b3-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:05.099241 | 3.10s 2026-03-11 09:45:27.950060 | fa163e84-66e8-9a19-d5b3-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-11 09:45:31.223027 | fa163e84-66e8-9a19-d5b3-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.389141 | 3.27s 2026-03-11 09:45:31.233474 | fa163e84-66e8-9a19-d5b3-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.399608 | 3.28s 2026-03-11 09:45:31.259448 | fa163e84-66e8-9a19-d5b3-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:45:31.581469 | fa163e84-66e8-9a19-d5b3-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:45:31.582882 | fa163e84-66e8-9a19-d5b3-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:08.749018 | 0.32s 2026-03-11 09:45:31.588996 | fa163e84-66e8-9a19-d5b3-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:08.755129 | 0.33s 2026-03-11 09:45:31.616030 | fa163e84-66e8-9a19-d5b3-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:45:31.910194 | fa163e84-66e8-9a19-d5b3-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:45:31.912311 | fa163e84-66e8-9a19-d5b3-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.078448 | 0.29s 2026-03-11 09:45:31.922247 | fa163e84-66e8-9a19-d5b3-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.088385 | 0.30s 2026-03-11 09:45:31.947550 | fa163e84-66e8-9a19-d5b3-0000000023d9 | TASK | Ensure provider service is running 2026-03-11 09:45:32.318821 | fa163e84-66e8-9a19-d5b3-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:45:32.321362 | fa163e84-66e8-9a19-d5b3-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:09.487493 | 0.37s 2026-03-11 09:45:32.331395 | fa163e84-66e8-9a19-d5b3-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:09.497537 | 0.38s 2026-03-11 09:45:32.352317 | fa163e84-66e8-9a19-d5b3-0000000023dc | TASK | Ensure certificate requests 2026-03-11 09:45:34.281206 | fa163e84-66e8-9a19-d5b3-0000000023dc | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 09:45:34.283733 | fa163e84-66e8-9a19-d5b3-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.449870 | 1.93s 2026-03-11 09:45:34.294212 | fa163e84-66e8-9a19-d5b3-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.460348 | 1.94s 2026-03-11 09:45:34.344124 | fa163e84-66e8-9a19-d5b3-000000002248 | TASK | Create dirs for certificates and keys 2026-03-11 09:45:34.534986 | fa163e84-66e8-9a19-d5b3-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 09:45:34.536606 | fa163e84-66e8-9a19-d5b3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.702699 | 0.19s 2026-03-11 09:45:34.743219 | fa163e84-66e8-9a19-d5b3-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 09:45:34.744307 | fa163e84-66e8-9a19-d5b3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.910446 | 0.40s 2026-03-11 09:45:34.751438 | fa163e84-66e8-9a19-d5b3-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.917572 | 0.41s 2026-03-11 09:45:34.808268 | fa163e84-66e8-9a19-d5b3-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:11.974393 | 0.03s 2026-03-11 09:45:34.873204 | fa163e84-66e8-9a19-d5b3-00000000245e | TASK | Set version specific variables 2026-03-11 09:45:34.920509 | fa163e84-66e8-9a19-d5b3-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:12.086637 | 0.05s 2026-03-11 09:45:34.939224 | 34178af9-f824-4641-8c49-fa8036a5f35b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:45:34.969715 | fa163e84-66e8-9a19-d5b3-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-11 09:45:35.342938 | fa163e84-66e8-9a19-d5b3-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:45:35.344512 | fa163e84-66e8-9a19-d5b3-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:12.510650 | 0.37s 2026-03-11 09:45:35.371992 | fa163e84-66e8-9a19-d5b3-000000002492 | TASK | Set platform/version specific variables 2026-03-11 09:45:35.428156 | fa163e84-66e8-9a19-d5b3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:45:35.446304 | fa163e84-66e8-9a19-d5b3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:45:35.459472 | fa163e84-66e8-9a19-d5b3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:45:35.470779 | fa163e84-66e8-9a19-d5b3-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:45:35.483015 | fa163e84-66e8-9a19-d5b3-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:12.649140 | 0.11s 2026-03-11 09:45:35.509639 | fa163e84-66e8-9a19-d5b3-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:45:38.682271 | fa163e84-66e8-9a19-d5b3-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:45:38.683894 | fa163e84-66e8-9a19-d5b3-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:15.850032 | 3.17s 2026-03-11 09:45:38.710085 | fa163e84-66e8-9a19-d5b3-000000002461 | TASK | Ensure provider packages are installed 2026-03-11 09:45:41.910006 | fa163e84-66e8-9a19-d5b3-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.076134 | 3.20s 2026-03-11 09:45:41.917175 | fa163e84-66e8-9a19-d5b3-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.083308 | 3.21s 2026-03-11 09:45:41.943168 | fa163e84-66e8-9a19-d5b3-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:45:42.210324 | fa163e84-66e8-9a19-d5b3-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:45:42.211212 | fa163e84-66e8-9a19-d5b3-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.377355 | 0.27s 2026-03-11 09:45:42.215358 | fa163e84-66e8-9a19-d5b3-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.381499 | 0.27s 2026-03-11 09:45:42.236470 | fa163e84-66e8-9a19-d5b3-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:45:42.559131 | fa163e84-66e8-9a19-d5b3-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:45:42.560758 | fa163e84-66e8-9a19-d5b3-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.726900 | 0.32s 2026-03-11 09:45:42.570868 | fa163e84-66e8-9a19-d5b3-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.737008 | 0.33s 2026-03-11 09:45:42.609791 | fa163e84-66e8-9a19-d5b3-000000002467 | TASK | Ensure provider service is running 2026-03-11 09:45:43.039145 | fa163e84-66e8-9a19-d5b3-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:45:43.041860 | fa163e84-66e8-9a19-d5b3-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.207996 | 0.43s 2026-03-11 09:45:43.052794 | fa163e84-66e8-9a19-d5b3-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.218930 | 0.44s 2026-03-11 09:45:43.080856 | fa163e84-66e8-9a19-d5b3-00000000246a | TASK | Ensure certificate requests 2026-03-11 09:45:45.394901 | fa163e84-66e8-9a19-d5b3-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 09:45:45.396493 | fa163e84-66e8-9a19-d5b3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.562629 | 2.31s 2026-03-11 09:45:47.331622 | fa163e84-66e8-9a19-d5b3-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 09:45:47.333219 | fa163e84-66e8-9a19-d5b3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.499355 | 4.25s 2026-03-11 09:45:49.356483 | fa163e84-66e8-9a19-d5b3-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 09:45:49.359005 | fa163e84-66e8-9a19-d5b3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.525140 | 6.28s 2026-03-11 09:45:51.861610 | fa163e84-66e8-9a19-d5b3-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-03-11 09:45:51.863895 | fa163e84-66e8-9a19-d5b3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.030033 | 8.78s 2026-03-11 09:45:51.875522 | fa163e84-66e8-9a19-d5b3-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.041657 | 8.79s 2026-03-11 09:45:51.925217 | fa163e84-66e8-9a19-d5b3-00000000224b | TASK | Run lvmfilter role 2026-03-11 09:45:51.974670 | fa163e84-66e8-9a19-d5b3-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:29.140801 | 0.05s 2026-03-11 09:45:52.048132 | fa163e84-66e8-9a19-d5b3-0000000024fe | TASK | Check if lvm2 is installed 2026-03-11 09:45:52.288784 | fa163e84-66e8-9a19-d5b3-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-11 09:45:52.290192 | fa163e84-66e8-9a19-d5b3-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:29.456325 | 0.24s 2026-03-11 09:45:52.317481 | fa163e84-66e8-9a19-d5b3-000000002500 | TASK | collect ansible devices 2026-03-11 09:45:52.365989 | fa163e84-66e8-9a19-d5b3-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-11 09:45:52.367487 | fa163e84-66e8-9a19-d5b3-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:29.533619 | 0.05s 2026-03-11 09:45:52.393787 | fa163e84-66e8-9a19-d5b3-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-11 09:45:52.443093 | fa163e84-66e8-9a19-d5b3-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-11 09:45:52.444331 | fa163e84-66e8-9a19-d5b3-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:29.610469 | 0.05s 2026-03-11 09:45:52.469402 | fa163e84-66e8-9a19-d5b3-000000002502 | TASK | set allowed_devices 2026-03-11 09:45:52.517995 | fa163e84-66e8-9a19-d5b3-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-11 09:45:52.519196 | fa163e84-66e8-9a19-d5b3-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:29.685335 | 0.05s 2026-03-11 09:45:52.544069 | fa163e84-66e8-9a19-d5b3-000000002503 | TASK | build lvm2 allow list 2026-03-11 09:45:52.593726 | fa163e84-66e8-9a19-d5b3-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-11 09:45:52.594920 | fa163e84-66e8-9a19-d5b3-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:29.761059 | 0.05s 2026-03-11 09:45:52.619502 | fa163e84-66e8-9a19-d5b3-000000002504 | TASK | build lvm2 deny list 2026-03-11 09:45:52.670327 | fa163e84-66e8-9a19-d5b3-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-11 09:45:52.671917 | fa163e84-66e8-9a19-d5b3-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:29.838046 | 0.05s 2026-03-11 09:45:52.704733 | fa163e84-66e8-9a19-d5b3-000000002505 | TASK | build lvm2 filter 2026-03-11 09:45:52.758679 | fa163e84-66e8-9a19-d5b3-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-11 09:45:52.760011 | fa163e84-66e8-9a19-d5b3-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:29.926143 | 0.05s 2026-03-11 09:45:52.788241 | fa163e84-66e8-9a19-d5b3-000000002506 | TASK | regenerate lvm config 2026-03-11 09:45:52.827529 | fa163e84-66e8-9a19-d5b3-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-11 09:45:52.828801 | fa163e84-66e8-9a19-d5b3-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:29.994939 | 0.04s 2026-03-11 09:45:52.857095 | fa163e84-66e8-9a19-d5b3-000000002507 | TASK | copy new lvm.conf in place 2026-03-11 09:45:52.900297 | fa163e84-66e8-9a19-d5b3-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-11 09:45:52.901773 | fa163e84-66e8-9a19-d5b3-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:30.067910 | 0.04s 2026-03-11 09:45:52.954730 | fa163e84-66e8-9a19-d5b3-000000002251 | TASK | Fail if container image is undefined 2026-03-11 09:45:53.018594 | fa163e84-66e8-9a19-d5b3-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:45:53.019832 | fa163e84-66e8-9a19-d5b3-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:30.185969 | 0.06s 2026-03-11 09:45:53.061712 | fa163e84-66e8-9a19-d5b3-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-11 09:46:00.955407 | fa163e84-66e8-9a19-d5b3-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-11 09:46:00.957143 | fa163e84-66e8-9a19-d5b3-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:38.123281 | 7.89s 2026-03-11 09:46:01.013985 | fa163e84-66e8-9a19-d5b3-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-11 09:46:01.379298 | fa163e84-66e8-9a19-d5b3-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-11 09:46:01.380221 | fa163e84-66e8-9a19-d5b3-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:38.546369 | 0.36s 2026-03-11 09:46:01.461437 | fa163e84-66e8-9a19-d5b3-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:38.627578 | 0.05s 2026-03-11 09:46:01.500907 | fa163e84-66e8-9a19-d5b3-000000002576 | TASK | Set version specific variables 2026-03-11 09:46:01.549257 | fa163e84-66e8-9a19-d5b3-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:38.715391 | 0.05s 2026-03-11 09:46:01.568174 | e170d7aa-677a-408a-99cc-2bdb1be5eecd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:46:01.597552 | fa163e84-66e8-9a19-d5b3-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-11 09:46:01.991314 | fa163e84-66e8-9a19-d5b3-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:46:01.992967 | fa163e84-66e8-9a19-d5b3-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:39.159103 | 0.39s 2026-03-11 09:46:02.020118 | fa163e84-66e8-9a19-d5b3-0000000025a6 | TASK | Set platform/version specific variables 2026-03-11 09:46:02.091995 | fa163e84-66e8-9a19-d5b3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:02.111054 | fa163e84-66e8-9a19-d5b3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:02.131420 | fa163e84-66e8-9a19-d5b3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:46:02.146746 | fa163e84-66e8-9a19-d5b3-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:46:02.159062 | fa163e84-66e8-9a19-d5b3-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:39.325191 | 0.14s 2026-03-11 09:46:02.189776 | fa163e84-66e8-9a19-d5b3-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:46:05.311529 | fa163e84-66e8-9a19-d5b3-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:46:05.312860 | fa163e84-66e8-9a19-d5b3-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:42.478999 | 3.12s 2026-03-11 09:46:05.342184 | fa163e84-66e8-9a19-d5b3-000000002579 | TASK | Ensure provider packages are installed 2026-03-11 09:46:08.523094 | fa163e84-66e8-9a19-d5b3-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.689223 | 3.18s 2026-03-11 09:46:08.535880 | fa163e84-66e8-9a19-d5b3-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.702002 | 3.19s 2026-03-11 09:46:08.562818 | fa163e84-66e8-9a19-d5b3-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:46:08.853384 | fa163e84-66e8-9a19-d5b3-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:08.854295 | fa163e84-66e8-9a19-d5b3-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.020436 | 0.29s 2026-03-11 09:46:08.861978 | fa163e84-66e8-9a19-d5b3-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.028111 | 0.30s 2026-03-11 09:46:08.888275 | fa163e84-66e8-9a19-d5b3-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:46:09.185324 | fa163e84-66e8-9a19-d5b3-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:09.187211 | fa163e84-66e8-9a19-d5b3-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.353351 | 0.30s 2026-03-11 09:46:09.197487 | fa163e84-66e8-9a19-d5b3-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.363622 | 0.31s 2026-03-11 09:46:09.223882 | fa163e84-66e8-9a19-d5b3-00000000257f | TASK | Ensure provider service is running 2026-03-11 09:46:10.644867 | fa163e84-66e8-9a19-d5b3-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:46:10.646897 | fa163e84-66e8-9a19-d5b3-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.813024 | 1.42s 2026-03-11 09:46:10.656001 | fa163e84-66e8-9a19-d5b3-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.822136 | 1.43s 2026-03-11 09:46:10.684065 | fa163e84-66e8-9a19-d5b3-000000002582 | TASK | Ensure certificate requests 2026-03-11 09:46:12.891834 | fa163e84-66e8-9a19-d5b3-000000002582 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2026-03-11 09:46:12.893408 | fa163e84-66e8-9a19-d5b3-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:50.059546 | 2.21s 2026-03-11 09:46:12.901234 | fa163e84-66e8-9a19-d5b3-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:50.067370 | 2.22s 2026-03-11 09:46:13.005426 | fa163e84-66e8-9a19-d5b3-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:50.171556 | 0.05s 2026-03-11 09:46:13.070053 | fa163e84-66e8-9a19-d5b3-0000000025ea | TASK | Set version specific variables 2026-03-11 09:46:13.120456 | fa163e84-66e8-9a19-d5b3-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:50.286586 | 0.05s 2026-03-11 09:46:13.140333 | 2448a4c9-39ce-4e68-96d7-da779e57b55c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:46:13.172214 | fa163e84-66e8-9a19-d5b3-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-11 09:46:13.580340 | fa163e84-66e8-9a19-d5b3-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:46:13.582347 | fa163e84-66e8-9a19-d5b3-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.748480 | 0.41s 2026-03-11 09:46:13.609831 | fa163e84-66e8-9a19-d5b3-00000000261a | TASK | Set platform/version specific variables 2026-03-11 09:46:13.684685 | fa163e84-66e8-9a19-d5b3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:13.714553 | fa163e84-66e8-9a19-d5b3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:13.737611 | fa163e84-66e8-9a19-d5b3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:46:13.758084 | fa163e84-66e8-9a19-d5b3-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:46:13.762944 | fa163e84-66e8-9a19-d5b3-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.929075 | 0.15s 2026-03-11 09:46:13.789111 | fa163e84-66e8-9a19-d5b3-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:46:16.861932 | fa163e84-66e8-9a19-d5b3-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:46:16.863280 | fa163e84-66e8-9a19-d5b3-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:54.029420 | 3.07s 2026-03-11 09:46:16.890088 | fa163e84-66e8-9a19-d5b3-0000000025ed | TASK | Ensure provider packages are installed 2026-03-11 09:46:20.005147 | fa163e84-66e8-9a19-d5b3-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:57.171273 | 3.11s 2026-03-11 09:46:20.011924 | fa163e84-66e8-9a19-d5b3-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:57.178061 | 3.12s 2026-03-11 09:46:20.037738 | fa163e84-66e8-9a19-d5b3-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:46:20.332280 | fa163e84-66e8-9a19-d5b3-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:20.334505 | fa163e84-66e8-9a19-d5b3-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.500642 | 0.30s 2026-03-11 09:46:20.344440 | fa163e84-66e8-9a19-d5b3-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.510581 | 0.31s 2026-03-11 09:46:20.365086 | fa163e84-66e8-9a19-d5b3-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:46:20.623128 | fa163e84-66e8-9a19-d5b3-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:20.624490 | fa163e84-66e8-9a19-d5b3-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.790627 | 0.26s 2026-03-11 09:46:20.636126 | fa163e84-66e8-9a19-d5b3-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.802268 | 0.27s 2026-03-11 09:46:20.656965 | fa163e84-66e8-9a19-d5b3-0000000025f3 | TASK | Ensure provider service is running 2026-03-11 09:46:21.005639 | fa163e84-66e8-9a19-d5b3-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:46:21.008423 | fa163e84-66e8-9a19-d5b3-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:58.174561 | 0.35s 2026-03-11 09:46:21.019532 | fa163e84-66e8-9a19-d5b3-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:58.185672 | 0.36s 2026-03-11 09:46:21.048122 | fa163e84-66e8-9a19-d5b3-0000000025f6 | TASK | Ensure certificate requests 2026-03-11 09:46:23.039660 | fa163e84-66e8-9a19-d5b3-0000000025f6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 09:46:23.041886 | fa163e84-66e8-9a19-d5b3-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:00.208024 | 1.99s 2026-03-11 09:46:23.051490 | fa163e84-66e8-9a19-d5b3-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:00.217631 | 2.00s 2026-03-11 09:46:23.085735 | fa163e84-66e8-9a19-d5b3-000000002267 | TASK | Fail if container image is undefined 2026-03-11 09:46:23.153664 | fa163e84-66e8-9a19-d5b3-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:46:23.154701 | fa163e84-66e8-9a19-d5b3-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:00.320839 | 0.07s 2026-03-11 09:46:23.195896 | fa163e84-66e8-9a19-d5b3-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 09:46:31.649176 | fa163e84-66e8-9a19-d5b3-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 09:46:31.651862 | fa163e84-66e8-9a19-d5b3-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:08.818002 | 8.45s 2026-03-11 09:46:31.706177 | fa163e84-66e8-9a19-d5b3-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 09:46:32.058056 | fa163e84-66e8-9a19-d5b3-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 09:46:32.059315 | fa163e84-66e8-9a19-d5b3-000000002269 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:09.225454 | 0.35s 2026-03-11 09:46:32.147940 | fa163e84-66e8-9a19-d5b3-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:09.314073 | 0.05s 2026-03-11 09:46:32.206244 | fa163e84-66e8-9a19-d5b3-000000002664 | TASK | Set version specific variables 2026-03-11 09:46:32.253526 | fa163e84-66e8-9a19-d5b3-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:09.419666 | 0.05s 2026-03-11 09:46:32.266220 | e9c4974e-af0d-4f19-934e-46cb40798dd3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:46:32.289006 | fa163e84-66e8-9a19-d5b3-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-11 09:46:32.686231 | fa163e84-66e8-9a19-d5b3-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:46:32.687255 | fa163e84-66e8-9a19-d5b3-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:09.853399 | 0.40s 2026-03-11 09:46:32.707496 | fa163e84-66e8-9a19-d5b3-000000002694 | TASK | Set platform/version specific variables 2026-03-11 09:46:32.779925 | fa163e84-66e8-9a19-d5b3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:32.801422 | fa163e84-66e8-9a19-d5b3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:32.822021 | fa163e84-66e8-9a19-d5b3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:46:32.837680 | fa163e84-66e8-9a19-d5b3-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:46:32.849922 | fa163e84-66e8-9a19-d5b3-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:10.016059 | 0.14s 2026-03-11 09:46:32.875241 | fa163e84-66e8-9a19-d5b3-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:46:36.131486 | fa163e84-66e8-9a19-d5b3-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:46:36.133158 | fa163e84-66e8-9a19-d5b3-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:13.299290 | 3.26s 2026-03-11 09:46:36.159196 | fa163e84-66e8-9a19-d5b3-000000002667 | TASK | Ensure provider packages are installed 2026-03-11 09:46:39.287032 | fa163e84-66e8-9a19-d5b3-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:16.453157 | 3.13s 2026-03-11 09:46:39.293896 | fa163e84-66e8-9a19-d5b3-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:16.460031 | 3.13s 2026-03-11 09:46:39.322079 | fa163e84-66e8-9a19-d5b3-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:46:39.589621 | fa163e84-66e8-9a19-d5b3-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:39.591838 | fa163e84-66e8-9a19-d5b3-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.757980 | 0.27s 2026-03-11 09:46:39.602977 | fa163e84-66e8-9a19-d5b3-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.769099 | 0.28s 2026-03-11 09:46:39.629743 | fa163e84-66e8-9a19-d5b3-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:46:39.902362 | fa163e84-66e8-9a19-d5b3-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:39.903826 | fa163e84-66e8-9a19-d5b3-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:17.069962 | 0.27s 2026-03-11 09:46:39.916011 | fa163e84-66e8-9a19-d5b3-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:17.082154 | 0.28s 2026-03-11 09:46:39.942424 | fa163e84-66e8-9a19-d5b3-00000000266d | TASK | Ensure provider service is running 2026-03-11 09:46:40.338900 | fa163e84-66e8-9a19-d5b3-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:46:40.341724 | fa163e84-66e8-9a19-d5b3-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.507858 | 0.40s 2026-03-11 09:46:40.352303 | fa163e84-66e8-9a19-d5b3-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.518434 | 0.41s 2026-03-11 09:46:40.379809 | fa163e84-66e8-9a19-d5b3-000000002670 | TASK | Ensure certificate requests 2026-03-11 09:46:41.960997 | fa163e84-66e8-9a19-d5b3-000000002670 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 09:46:41.963598 | fa163e84-66e8-9a19-d5b3-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:19.129710 | 1.58s 2026-03-11 09:46:41.974381 | fa163e84-66e8-9a19-d5b3-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:19.140516 | 1.59s 2026-03-11 09:46:42.076441 | fa163e84-66e8-9a19-d5b3-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:19.242568 | 0.05s 2026-03-11 09:46:42.140251 | fa163e84-66e8-9a19-d5b3-0000000026d8 | TASK | Set version specific variables 2026-03-11 09:46:42.189830 | fa163e84-66e8-9a19-d5b3-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:19.355960 | 0.05s 2026-03-11 09:46:42.209470 | 6b891731-b088-468d-9821-f401dd795d71 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:46:42.241481 | fa163e84-66e8-9a19-d5b3-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-11 09:46:42.643062 | fa163e84-66e8-9a19-d5b3-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:46:42.644528 | fa163e84-66e8-9a19-d5b3-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:19.810668 | 0.40s 2026-03-11 09:46:42.666362 | fa163e84-66e8-9a19-d5b3-000000002708 | TASK | Set platform/version specific variables 2026-03-11 09:46:42.753513 | fa163e84-66e8-9a19-d5b3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:42.787755 | fa163e84-66e8-9a19-d5b3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:46:42.811520 | fa163e84-66e8-9a19-d5b3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:46:42.832522 | fa163e84-66e8-9a19-d5b3-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:46:42.839284 | fa163e84-66e8-9a19-d5b3-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:20.005412 | 0.17s 2026-03-11 09:46:42.865836 | fa163e84-66e8-9a19-d5b3-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:46:46.031332 | fa163e84-66e8-9a19-d5b3-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:46:46.032246 | fa163e84-66e8-9a19-d5b3-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:23.198393 | 3.16s 2026-03-11 09:46:46.057680 | fa163e84-66e8-9a19-d5b3-0000000026db | TASK | Ensure provider packages are installed 2026-03-11 09:46:49.270345 | fa163e84-66e8-9a19-d5b3-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:26.436476 | 3.21s 2026-03-11 09:46:49.277246 | fa163e84-66e8-9a19-d5b3-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:26.443379 | 3.22s 2026-03-11 09:46:49.306868 | fa163e84-66e8-9a19-d5b3-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:46:49.609150 | fa163e84-66e8-9a19-d5b3-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:49.611087 | fa163e84-66e8-9a19-d5b3-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:26.777223 | 0.30s 2026-03-11 09:46:49.620717 | fa163e84-66e8-9a19-d5b3-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:26.786861 | 0.31s 2026-03-11 09:46:49.648387 | fa163e84-66e8-9a19-d5b3-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:46:49.924048 | fa163e84-66e8-9a19-d5b3-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:46:49.926271 | fa163e84-66e8-9a19-d5b3-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:27.092405 | 0.28s 2026-03-11 09:46:49.936372 | fa163e84-66e8-9a19-d5b3-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:27.102506 | 0.29s 2026-03-11 09:46:49.963108 | fa163e84-66e8-9a19-d5b3-0000000026e1 | TASK | Ensure provider service is running 2026-03-11 09:46:51.410973 | fa163e84-66e8-9a19-d5b3-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:46:51.412423 | fa163e84-66e8-9a19-d5b3-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:28.578561 | 1.45s 2026-03-11 09:46:51.425897 | fa163e84-66e8-9a19-d5b3-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:28.592029 | 1.46s 2026-03-11 09:46:51.453659 | fa163e84-66e8-9a19-d5b3-0000000026e4 | TASK | Ensure certificate requests 2026-03-11 09:46:53.077906 | fa163e84-66e8-9a19-d5b3-0000000026e4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2026-03-11 09:46:53.080330 | fa163e84-66e8-9a19-d5b3-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:30.246467 | 1.62s 2026-03-11 09:46:53.090829 | fa163e84-66e8-9a19-d5b3-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:30.256962 | 1.64s 2026-03-11 09:46:53.140045 | fa163e84-66e8-9a19-d5b3-000000002278 | TASK | install systemd-container for a greenfield 2026-03-11 09:47:10.737635 | fa163e84-66e8-9a19-d5b3-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-11 09:47:10.739106 | fa163e84-66e8-9a19-d5b3-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:47.905246 | 17.60s 2026-03-11 09:47:10.763987 | fa163e84-66e8-9a19-d5b3-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-11 09:47:10.815237 | fa163e84-66e8-9a19-d5b3-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-11 09:47:10.816464 | fa163e84-66e8-9a19-d5b3-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:47.982603 | 0.05s 2026-03-11 09:47:10.843004 | fa163e84-66e8-9a19-d5b3-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-11 09:47:11.090360 | fa163e84-66e8-9a19-d5b3-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-11 09:47:11.091823 | fa163e84-66e8-9a19-d5b3-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:48.257963 | 0.25s 2026-03-11 09:47:11.115954 | fa163e84-66e8-9a19-d5b3-00000000227d | TASK | is KSM enabled 2026-03-11 09:47:11.168679 | fa163e84-66e8-9a19-d5b3-00000000227d | OK | is KSM enabled | standalone 2026-03-11 09:47:11.169896 | fa163e84-66e8-9a19-d5b3-00000000227d | TIMING | is KSM enabled | standalone | 0:06:48.336036 | 0.05s 2026-03-11 09:47:11.195498 | fa163e84-66e8-9a19-d5b3-00000000227f | TASK | Check for ksm 2026-03-11 09:47:11.485804 | fa163e84-66e8-9a19-d5b3-00000000227f | CHANGED | Check for ksm | standalone 2026-03-11 09:47:11.487113 | fa163e84-66e8-9a19-d5b3-00000000227f | TIMING | Check for ksm | standalone | 0:06:48.653253 | 0.29s 2026-03-11 09:47:11.512632 | fa163e84-66e8-9a19-d5b3-000000002280 | TASK | disable KSM services 2026-03-11 09:47:11.606683 | fa163e84-66e8-9a19-d5b3-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-11 09:47:11.641848 | fa163e84-66e8-9a19-d5b3-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-11 09:47:11.653698 | fa163e84-66e8-9a19-d5b3-000000002280 | TIMING | disable KSM services | standalone | 0:06:48.819828 | 0.14s 2026-03-11 09:47:11.680289 | fa163e84-66e8-9a19-d5b3-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-11 09:47:11.719029 | fa163e84-66e8-9a19-d5b3-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-11 09:47:11.720181 | fa163e84-66e8-9a19-d5b3-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:48.886319 | 0.04s 2026-03-11 09:47:11.746093 | fa163e84-66e8-9a19-d5b3-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-11 09:47:11.774025 | fa163e84-66e8-9a19-d5b3-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-11 09:47:11.775090 | fa163e84-66e8-9a19-d5b3-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:48.941230 | 0.03s 2026-03-11 09:47:11.796343 | fa163e84-66e8-9a19-d5b3-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-11 09:47:11.844108 | fa163e84-66e8-9a19-d5b3-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-11 09:47:11.845134 | fa163e84-66e8-9a19-d5b3-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:49.011276 | 0.05s 2026-03-11 09:47:11.866678 | fa163e84-66e8-9a19-d5b3-000000002285 | TASK | enable ksmtunded 2026-03-11 09:47:11.925768 | fa163e84-66e8-9a19-d5b3-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-11 09:47:11.942110 | fa163e84-66e8-9a19-d5b3-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-11 09:47:11.948529 | fa163e84-66e8-9a19-d5b3-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:49.114665 | 0.08s 2026-03-11 09:47:11.974723 | fa163e84-66e8-9a19-d5b3-000000002287 | TASK | Create dirs for certificates and keys 2026-03-11 09:47:12.205841 | fa163e84-66e8-9a19-d5b3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-11 09:47:12.207428 | fa163e84-66e8-9a19-d5b3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.373564 | 0.23s 2026-03-11 09:47:12.424039 | fa163e84-66e8-9a19-d5b3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-11 09:47:12.425181 | fa163e84-66e8-9a19-d5b3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.591323 | 0.45s 2026-03-11 09:47:12.664299 | fa163e84-66e8-9a19-d5b3-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-11 09:47:12.664988 | fa163e84-66e8-9a19-d5b3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.831137 | 0.69s 2026-03-11 09:47:12.670587 | fa163e84-66e8-9a19-d5b3-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.836700 | 0.69s 2026-03-11 09:47:12.737421 | fa163e84-66e8-9a19-d5b3-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:49.903551 | 0.04s 2026-03-11 09:47:12.801855 | fa163e84-66e8-9a19-d5b3-000000002774 | TASK | Set version specific variables 2026-03-11 09:47:12.851268 | fa163e84-66e8-9a19-d5b3-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:50.017386 | 0.05s 2026-03-11 09:47:12.873658 | d558ab18-452b-47ea-a814-a89e508c8ec7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:47:12.896596 | fa163e84-66e8-9a19-d5b3-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-11 09:47:13.287953 | fa163e84-66e8-9a19-d5b3-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:47:13.289618 | fa163e84-66e8-9a19-d5b3-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:50.455755 | 0.39s 2026-03-11 09:47:13.315267 | fa163e84-66e8-9a19-d5b3-0000000027a8 | TASK | Set platform/version specific variables 2026-03-11 09:47:13.388336 | fa163e84-66e8-9a19-d5b3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:13.405471 | fa163e84-66e8-9a19-d5b3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:13.424051 | fa163e84-66e8-9a19-d5b3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:47:13.438099 | fa163e84-66e8-9a19-d5b3-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:47:13.450105 | fa163e84-66e8-9a19-d5b3-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:50.616240 | 0.13s 2026-03-11 09:47:13.476181 | fa163e84-66e8-9a19-d5b3-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:47:16.591157 | fa163e84-66e8-9a19-d5b3-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:47:16.592703 | fa163e84-66e8-9a19-d5b3-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:53.758841 | 3.12s 2026-03-11 09:47:16.618248 | fa163e84-66e8-9a19-d5b3-000000002777 | TASK | Ensure provider packages are installed 2026-03-11 09:47:20.583914 | fa163e84-66e8-9a19-d5b3-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:57.750038 | 3.96s 2026-03-11 09:47:20.590786 | fa163e84-66e8-9a19-d5b3-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:57.756921 | 3.97s 2026-03-11 09:47:20.618156 | fa163e84-66e8-9a19-d5b3-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:47:20.880595 | fa163e84-66e8-9a19-d5b3-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:20.883769 | fa163e84-66e8-9a19-d5b3-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:58.049879 | 0.26s 2026-03-11 09:47:20.896147 | fa163e84-66e8-9a19-d5b3-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:58.062281 | 0.28s 2026-03-11 09:47:20.923382 | fa163e84-66e8-9a19-d5b3-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:47:21.193186 | fa163e84-66e8-9a19-d5b3-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:21.195308 | fa163e84-66e8-9a19-d5b3-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:58.361445 | 0.27s 2026-03-11 09:47:21.204978 | fa163e84-66e8-9a19-d5b3-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:58.371122 | 0.28s 2026-03-11 09:47:21.230768 | fa163e84-66e8-9a19-d5b3-00000000277d | TASK | Ensure provider service is running 2026-03-11 09:47:21.627694 | fa163e84-66e8-9a19-d5b3-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:47:21.629083 | fa163e84-66e8-9a19-d5b3-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:58.795223 | 0.40s 2026-03-11 09:47:21.635224 | fa163e84-66e8-9a19-d5b3-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:58.801364 | 0.40s 2026-03-11 09:47:21.662862 | fa163e84-66e8-9a19-d5b3-000000002780 | TASK | Ensure certificate requests 2026-03-11 09:47:23.367893 | fa163e84-66e8-9a19-d5b3-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-03-11 09:47:23.369435 | fa163e84-66e8-9a19-d5b3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.535572 | 1.71s 2026-03-11 09:47:25.199505 | fa163e84-66e8-9a19-d5b3-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-03-11 09:47:25.200829 | fa163e84-66e8-9a19-d5b3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.366968 | 3.54s 2026-03-11 09:47:27.107219 | fa163e84-66e8-9a19-d5b3-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2026-03-11 09:47:27.108458 | fa163e84-66e8-9a19-d5b3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.274569 | 5.44s 2026-03-11 09:47:28.704192 | fa163e84-66e8-9a19-d5b3-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2026-03-11 09:47:28.705798 | fa163e84-66e8-9a19-d5b3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:05.871946 | 7.04s 2026-03-11 09:47:28.717301 | fa163e84-66e8-9a19-d5b3-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:05.883445 | 7.05s 2026-03-11 09:47:28.765906 | fa163e84-66e8-9a19-d5b3-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-11 09:47:28.850500 | fa163e84-66e8-9a19-d5b3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:06.016625 | 0.08s 2026-03-11 09:47:28.862812 | fa163e84-66e8-9a19-d5b3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:06.028957 | 0.10s 2026-03-11 09:47:28.874948 | fa163e84-66e8-9a19-d5b3-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:06.041091 | 0.11s 2026-03-11 09:47:28.958321 | fa163e84-66e8-9a19-d5b3-0000000027fe | TASK | Set version specific variables 2026-03-11 09:47:29.004867 | fa163e84-66e8-9a19-d5b3-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:06.171002 | 0.05s 2026-03-11 09:47:29.024143 | dbf70577-2a31-49c9-b4c9-02e8d5d7212d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:47:29.054149 | fa163e84-66e8-9a19-d5b3-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-11 09:47:29.446891 | fa163e84-66e8-9a19-d5b3-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:47:29.448337 | fa163e84-66e8-9a19-d5b3-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:06.614479 | 0.39s 2026-03-11 09:47:29.475751 | fa163e84-66e8-9a19-d5b3-000000002857 | TASK | Set platform/version specific variables 2026-03-11 09:47:29.543303 | fa163e84-66e8-9a19-d5b3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:29.563708 | fa163e84-66e8-9a19-d5b3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:29.581896 | fa163e84-66e8-9a19-d5b3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:47:29.596030 | fa163e84-66e8-9a19-d5b3-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:47:29.607724 | fa163e84-66e8-9a19-d5b3-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:06.773862 | 0.13s 2026-03-11 09:47:29.632498 | fa163e84-66e8-9a19-d5b3-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:47:32.764693 | fa163e84-66e8-9a19-d5b3-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:47:32.765721 | fa163e84-66e8-9a19-d5b3-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:09.931864 | 3.13s 2026-03-11 09:47:32.785468 | fa163e84-66e8-9a19-d5b3-000000002801 | TASK | Ensure provider packages are installed 2026-03-11 09:47:35.923729 | fa163e84-66e8-9a19-d5b3-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:13.089853 | 3.14s 2026-03-11 09:47:35.935937 | fa163e84-66e8-9a19-d5b3-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:13.102072 | 3.15s 2026-03-11 09:47:35.962888 | fa163e84-66e8-9a19-d5b3-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:47:36.235690 | fa163e84-66e8-9a19-d5b3-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:36.237002 | fa163e84-66e8-9a19-d5b3-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:13.403141 | 0.27s 2026-03-11 09:47:36.243381 | fa163e84-66e8-9a19-d5b3-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:13.409522 | 0.28s 2026-03-11 09:47:36.270140 | fa163e84-66e8-9a19-d5b3-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:47:36.538789 | fa163e84-66e8-9a19-d5b3-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:36.539866 | fa163e84-66e8-9a19-d5b3-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:13.706010 | 0.27s 2026-03-11 09:47:36.544792 | fa163e84-66e8-9a19-d5b3-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:13.710936 | 0.27s 2026-03-11 09:47:36.570596 | fa163e84-66e8-9a19-d5b3-000000002807 | TASK | Ensure provider service is running 2026-03-11 09:47:37.006817 | fa163e84-66e8-9a19-d5b3-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:47:37.008671 | fa163e84-66e8-9a19-d5b3-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:14.174806 | 0.44s 2026-03-11 09:47:37.022209 | fa163e84-66e8-9a19-d5b3-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:14.188345 | 0.45s 2026-03-11 09:47:37.050795 | fa163e84-66e8-9a19-d5b3-00000000280a | TASK | Ensure certificate requests 2026-03-11 09:47:39.097550 | fa163e84-66e8-9a19-d5b3-00000000280a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-03-11 09:47:39.099737 | fa163e84-66e8-9a19-d5b3-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:16.265882 | 2.05s 2026-03-11 09:47:39.110320 | fa163e84-66e8-9a19-d5b3-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:16.276462 | 2.06s 2026-03-11 09:47:39.160481 | fa163e84-66e8-9a19-d5b3-000000002827 | TASK | Set version specific variables 2026-03-11 09:47:39.210957 | fa163e84-66e8-9a19-d5b3-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:16.377086 | 0.05s 2026-03-11 09:47:39.232791 | 0a43d98d-e26e-475c-adc7-3385843bc7fb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:47:39.265896 | fa163e84-66e8-9a19-d5b3-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-11 09:47:39.620850 | fa163e84-66e8-9a19-d5b3-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:47:39.622169 | fa163e84-66e8-9a19-d5b3-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:16.788313 | 0.35s 2026-03-11 09:47:39.652696 | fa163e84-66e8-9a19-d5b3-000000002891 | TASK | Set platform/version specific variables 2026-03-11 09:47:39.717441 | fa163e84-66e8-9a19-d5b3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:39.737165 | fa163e84-66e8-9a19-d5b3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:39.758820 | fa163e84-66e8-9a19-d5b3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:47:39.775424 | fa163e84-66e8-9a19-d5b3-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:47:39.787487 | fa163e84-66e8-9a19-d5b3-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:16.953621 | 0.13s 2026-03-11 09:47:39.813528 | fa163e84-66e8-9a19-d5b3-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:47:43.119081 | fa163e84-66e8-9a19-d5b3-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:47:43.120618 | fa163e84-66e8-9a19-d5b3-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:20.286756 | 3.31s 2026-03-11 09:47:43.147470 | fa163e84-66e8-9a19-d5b3-00000000282a | TASK | Ensure provider packages are installed 2026-03-11 09:47:46.388432 | fa163e84-66e8-9a19-d5b3-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:23.554566 | 3.24s 2026-03-11 09:47:46.399937 | fa163e84-66e8-9a19-d5b3-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:23.566078 | 3.25s 2026-03-11 09:47:46.425118 | fa163e84-66e8-9a19-d5b3-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:47:46.699677 | fa163e84-66e8-9a19-d5b3-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:46.701068 | fa163e84-66e8-9a19-d5b3-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:23.867203 | 0.27s 2026-03-11 09:47:46.713129 | fa163e84-66e8-9a19-d5b3-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:23.879264 | 0.29s 2026-03-11 09:47:46.734874 | fa163e84-66e8-9a19-d5b3-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:47:47.021687 | fa163e84-66e8-9a19-d5b3-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:47.023251 | fa163e84-66e8-9a19-d5b3-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:24.189381 | 0.29s 2026-03-11 09:47:47.032321 | fa163e84-66e8-9a19-d5b3-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:24.198459 | 0.30s 2026-03-11 09:47:47.058749 | fa163e84-66e8-9a19-d5b3-000000002830 | TASK | Ensure provider service is running 2026-03-11 09:47:47.482178 | fa163e84-66e8-9a19-d5b3-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:47:47.484218 | fa163e84-66e8-9a19-d5b3-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:24.650351 | 0.42s 2026-03-11 09:47:47.497423 | fa163e84-66e8-9a19-d5b3-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:24.663557 | 0.44s 2026-03-11 09:47:47.526117 | fa163e84-66e8-9a19-d5b3-000000002833 | TASK | Ensure certificate requests 2026-03-11 09:47:49.480131 | fa163e84-66e8-9a19-d5b3-000000002833 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-03-11 09:47:49.481803 | fa163e84-66e8-9a19-d5b3-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.647950 | 1.95s 2026-03-11 09:47:49.492268 | fa163e84-66e8-9a19-d5b3-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.658411 | 1.96s 2026-03-11 09:47:49.598645 | fa163e84-66e8-9a19-d5b3-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:26.764711 | 0.06s 2026-03-11 09:47:49.665351 | fa163e84-66e8-9a19-d5b3-0000000028d5 | TASK | Set version specific variables 2026-03-11 09:47:49.701981 | fa163e84-66e8-9a19-d5b3-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:26.868119 | 0.04s 2026-03-11 09:47:49.714261 | 73935d36-fb03-40ca-8fe7-9fea89bc35a2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:47:49.737674 | fa163e84-66e8-9a19-d5b3-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-11 09:47:50.162432 | fa163e84-66e8-9a19-d5b3-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:47:50.164088 | fa163e84-66e8-9a19-d5b3-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:27.330227 | 0.43s 2026-03-11 09:47:50.192215 | fa163e84-66e8-9a19-d5b3-000000002905 | TASK | Set platform/version specific variables 2026-03-11 09:47:50.264665 | fa163e84-66e8-9a19-d5b3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:50.289149 | fa163e84-66e8-9a19-d5b3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:47:50.314214 | fa163e84-66e8-9a19-d5b3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:47:50.333725 | fa163e84-66e8-9a19-d5b3-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:47:50.338235 | fa163e84-66e8-9a19-d5b3-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:27.504364 | 0.14s 2026-03-11 09:47:50.366633 | fa163e84-66e8-9a19-d5b3-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:47:53.532112 | fa163e84-66e8-9a19-d5b3-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:47:53.533080 | fa163e84-66e8-9a19-d5b3-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:30.699225 | 3.16s 2026-03-11 09:47:53.550720 | fa163e84-66e8-9a19-d5b3-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-11 09:47:56.796666 | fa163e84-66e8-9a19-d5b3-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:33.962793 | 3.25s 2026-03-11 09:47:56.803925 | fa163e84-66e8-9a19-d5b3-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:33.970072 | 3.25s 2026-03-11 09:47:56.830503 | fa163e84-66e8-9a19-d5b3-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:47:57.155167 | fa163e84-66e8-9a19-d5b3-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:57.156722 | fa163e84-66e8-9a19-d5b3-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:34.322858 | 0.32s 2026-03-11 09:47:57.162945 | fa163e84-66e8-9a19-d5b3-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:34.329088 | 0.33s 2026-03-11 09:47:57.189171 | fa163e84-66e8-9a19-d5b3-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:47:57.461318 | fa163e84-66e8-9a19-d5b3-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:47:57.462845 | fa163e84-66e8-9a19-d5b3-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:34.628980 | 0.27s 2026-03-11 09:47:57.469058 | fa163e84-66e8-9a19-d5b3-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:34.635201 | 0.28s 2026-03-11 09:47:57.497159 | fa163e84-66e8-9a19-d5b3-0000000028de | TASK | Ensure provider service is running 2026-03-11 09:47:58.909967 | fa163e84-66e8-9a19-d5b3-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:47:58.912838 | fa163e84-66e8-9a19-d5b3-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:36.078971 | 1.41s 2026-03-11 09:47:58.923381 | fa163e84-66e8-9a19-d5b3-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:36.089515 | 1.42s 2026-03-11 09:47:58.952289 | fa163e84-66e8-9a19-d5b3-0000000028e1 | TASK | Ensure certificate requests 2026-03-11 09:48:00.915221 | fa163e84-66e8-9a19-d5b3-0000000028e1 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'systemctl restart tripleo_ovn_controller\n'} 2026-03-11 09:48:00.916600 | fa163e84-66e8-9a19-d5b3-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:38.082707 | 1.96s 2026-03-11 09:48:00.925750 | fa163e84-66e8-9a19-d5b3-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:38.091899 | 1.97s 2026-03-11 09:48:00.972201 | fa163e84-66e8-9a19-d5b3-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 09:48:01.065864 | fa163e84-66e8-9a19-d5b3-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 09:48:01.068075 | fa163e84-66e8-9a19-d5b3-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:38.234212 | 0.09s 2026-03-11 09:48:01.093276 | fa163e84-66e8-9a19-d5b3-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-11 09:48:04.062630 | fa163e84-66e8-9a19-d5b3-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-11 09:48:04.067653 | fa163e84-66e8-9a19-d5b3-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:41.233792 | 2.97s 2026-03-11 09:48:04.102677 | fa163e84-66e8-9a19-d5b3-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-11 09:48:04.163296 | fa163e84-66e8-9a19-d5b3-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-11 09:48:04.164516 | fa163e84-66e8-9a19-d5b3-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:41.330654 | 0.06s 2026-03-11 09:48:04.193273 | fa163e84-66e8-9a19-d5b3-000000002293 | TASK | Fetch ovn VIP 2026-03-11 09:48:04.242225 | fa163e84-66e8-9a19-d5b3-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-11 09:48:04.243196 | fa163e84-66e8-9a19-d5b3-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:41.409339 | 0.05s 2026-03-11 09:48:04.272161 | fa163e84-66e8-9a19-d5b3-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-11 09:48:04.344491 | fa163e84-66e8-9a19-d5b3-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-11 09:48:04.345209 | fa163e84-66e8-9a19-d5b3-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:41.511358 | 0.07s 2026-03-11 09:48:04.373741 | fa163e84-66e8-9a19-d5b3-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-11 09:48:04.454753 | fa163e84-66e8-9a19-d5b3-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-11 09:48:04.456183 | fa163e84-66e8-9a19-d5b3-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:41.622314 | 0.08s 2026-03-11 09:48:04.487350 | fa163e84-66e8-9a19-d5b3-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-11 09:48:04.539392 | fa163e84-66e8-9a19-d5b3-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-11 09:48:04.540711 | fa163e84-66e8-9a19-d5b3-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:41.706849 | 0.05s 2026-03-11 09:48:04.568408 | fa163e84-66e8-9a19-d5b3-000000002297 | TASK | Remove pacemaker attributes 2026-03-11 09:48:04.621335 | fa163e84-66e8-9a19-d5b3-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-11 09:48:04.633351 | fa163e84-66e8-9a19-d5b3-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:41.799490 | 0.06s 2026-03-11 09:48:04.689926 | fa163e84-66e8-9a19-d5b3-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:41.856067 | 0.04s 2026-03-11 09:48:04.731072 | fa163e84-66e8-9a19-d5b3-00000000295d | TASK | Set version specific variables 2026-03-11 09:48:04.766028 | fa163e84-66e8-9a19-d5b3-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:41.932172 | 0.03s 2026-03-11 09:48:04.776283 | 8255dd55-5c42-4d98-a8bc-31e1fefb440d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:48:04.797440 | fa163e84-66e8-9a19-d5b3-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-11 09:48:05.169155 | fa163e84-66e8-9a19-d5b3-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:48:05.169989 | fa163e84-66e8-9a19-d5b3-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:42.336138 | 0.37s 2026-03-11 09:48:05.191835 | fa163e84-66e8-9a19-d5b3-00000000298f | TASK | Set platform/version specific variables 2026-03-11 09:48:05.263943 | fa163e84-66e8-9a19-d5b3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:05.287548 | fa163e84-66e8-9a19-d5b3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:05.311827 | fa163e84-66e8-9a19-d5b3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:48:05.335055 | fa163e84-66e8-9a19-d5b3-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:48:05.346481 | fa163e84-66e8-9a19-d5b3-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:42.512621 | 0.15s 2026-03-11 09:48:05.366365 | fa163e84-66e8-9a19-d5b3-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:48:08.478682 | fa163e84-66e8-9a19-d5b3-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:48:08.480124 | fa163e84-66e8-9a19-d5b3-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:45.646261 | 3.11s 2026-03-11 09:48:08.509271 | fa163e84-66e8-9a19-d5b3-000000002960 | TASK | Ensure provider packages are installed 2026-03-11 09:48:11.710687 | fa163e84-66e8-9a19-d5b3-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:48.876818 | 3.20s 2026-03-11 09:48:11.723253 | fa163e84-66e8-9a19-d5b3-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:48.889396 | 3.21s 2026-03-11 09:48:11.752902 | fa163e84-66e8-9a19-d5b3-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:48:12.035597 | fa163e84-66e8-9a19-d5b3-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:12.036975 | fa163e84-66e8-9a19-d5b3-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.203111 | 0.28s 2026-03-11 09:48:12.043087 | fa163e84-66e8-9a19-d5b3-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.209224 | 0.29s 2026-03-11 09:48:12.063282 | fa163e84-66e8-9a19-d5b3-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:48:12.361679 | fa163e84-66e8-9a19-d5b3-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:12.364261 | fa163e84-66e8-9a19-d5b3-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:49.530396 | 0.30s 2026-03-11 09:48:12.373794 | fa163e84-66e8-9a19-d5b3-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:49.539939 | 0.31s 2026-03-11 09:48:12.392906 | fa163e84-66e8-9a19-d5b3-000000002966 | TASK | Ensure provider service is running 2026-03-11 09:48:12.865122 | fa163e84-66e8-9a19-d5b3-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:48:12.868216 | fa163e84-66e8-9a19-d5b3-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.034352 | 0.47s 2026-03-11 09:48:12.878364 | fa163e84-66e8-9a19-d5b3-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.044504 | 0.48s 2026-03-11 09:48:12.944962 | fa163e84-66e8-9a19-d5b3-000000002969 | TASK | Ensure certificate requests 2026-03-11 09:48:14.601155 | fa163e84-66e8-9a19-d5b3-000000002969 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 09:48:14.602499 | fa163e84-66e8-9a19-d5b3-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:51.768639 | 1.66s 2026-03-11 09:48:14.609197 | fa163e84-66e8-9a19-d5b3-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:51.775328 | 1.66s 2026-03-11 09:48:14.664985 | fa163e84-66e8-9a19-d5b3-00000000229c | TASK | Configure OVN DBs and northd 2026-03-11 09:48:14.716828 | fa163e84-66e8-9a19-d5b3-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:51.882958 | 0.05s 2026-03-11 09:48:14.781522 | fa163e84-66e8-9a19-d5b3-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-11 09:48:15.055815 | fa163e84-66e8-9a19-d5b3-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-11 09:48:15.057385 | fa163e84-66e8-9a19-d5b3-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:52.223521 | 0.27s 2026-03-11 09:48:15.088090 | fa163e84-66e8-9a19-d5b3-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 09:48:15.151606 | fa163e84-66e8-9a19-d5b3-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 09:48:15.153279 | fa163e84-66e8-9a19-d5b3-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:52.319415 | 0.06s 2026-03-11 09:48:15.187775 | fa163e84-66e8-9a19-d5b3-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-11 09:48:15.455339 | fa163e84-66e8-9a19-d5b3-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-11 09:48:15.456679 | fa163e84-66e8-9a19-d5b3-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:52.622818 | 0.27s 2026-03-11 09:48:15.485084 | fa163e84-66e8-9a19-d5b3-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-11 09:48:15.559909 | fa163e84-66e8-9a19-d5b3-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-11 09:48:15.561457 | fa163e84-66e8-9a19-d5b3-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:52.727587 | 0.07s 2026-03-11 09:48:15.592610 | fa163e84-66e8-9a19-d5b3-0000000029dc | TASK | render OVN cluster configuration 2026-03-11 09:48:16.211346 | fa163e84-66e8-9a19-d5b3-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-11 09:48:16.212997 | fa163e84-66e8-9a19-d5b3-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:53.379133 | 0.62s 2026-03-11 09:48:16.244024 | fa163e84-66e8-9a19-d5b3-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-11 09:48:16.284956 | fa163e84-66e8-9a19-d5b3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:53.451074 | 0.04s 2026-03-11 09:48:16.301376 | fa163e84-66e8-9a19-d5b3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:53.467519 | 0.06s 2026-03-11 09:48:16.318483 | fa163e84-66e8-9a19-d5b3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:53.484626 | 0.07s 2026-03-11 09:48:16.324835 | fa163e84-66e8-9a19-d5b3-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:53.490972 | 0.08s 2026-03-11 09:48:16.343271 | fef65a4b-68bf-41f6-ad3f-ab7d3672ce50 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 09:48:16.349106 | 2d789a54-aa3e-48a0-89f1-d1791445d209 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 09:48:16.354209 | 4ec0561e-6784-4edc-aa28-34f3281aa03e | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 09:48:16.385122 | fa163e84-66e8-9a19-d5b3-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-11 09:48:16.660045 | fa163e84-66e8-9a19-d5b3-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-11 09:48:16.661396 | fa163e84-66e8-9a19-d5b3-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:53.827534 | 0.27s 2026-03-11 09:48:16.693248 | fa163e84-66e8-9a19-d5b3-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-11 09:48:16.745484 | fa163e84-66e8-9a19-d5b3-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-11 09:48:16.746833 | fa163e84-66e8-9a19-d5b3-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:53.912970 | 0.05s 2026-03-11 09:48:16.777337 | fa163e84-66e8-9a19-d5b3-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-11 09:48:17.030313 | fa163e84-66e8-9a19-d5b3-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-11 09:48:17.031704 | fa163e84-66e8-9a19-d5b3-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:54.197843 | 0.25s 2026-03-11 09:48:17.065265 | fa163e84-66e8-9a19-d5b3-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-11 09:48:17.118141 | fa163e84-66e8-9a19-d5b3-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-11 09:48:17.119627 | fa163e84-66e8-9a19-d5b3-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:54.285760 | 0.05s 2026-03-11 09:48:17.151285 | fa163e84-66e8-9a19-d5b3-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-11 09:48:17.430929 | fa163e84-66e8-9a19-d5b3-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-11 09:48:17.432041 | fa163e84-66e8-9a19-d5b3-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:54.598181 | 0.28s 2026-03-11 09:48:17.458767 | fa163e84-66e8-9a19-d5b3-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-11 09:48:17.499518 | fa163e84-66e8-9a19-d5b3-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-11 09:48:17.500902 | fa163e84-66e8-9a19-d5b3-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:54.667038 | 0.04s 2026-03-11 09:48:17.593029 | fa163e84-66e8-9a19-d5b3-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:54.759157 | 0.04s 2026-03-11 09:48:17.656367 | fa163e84-66e8-9a19-d5b3-000000002a64 | TASK | Set version specific variables 2026-03-11 09:48:17.683754 | fa163e84-66e8-9a19-d5b3-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:54.849888 | 0.03s 2026-03-11 09:48:17.701235 | fdf14d4a-6bc9-4c2e-a35e-6b8f740ffb05 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:48:17.726087 | fa163e84-66e8-9a19-d5b3-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-11 09:48:18.045976 | fa163e84-66e8-9a19-d5b3-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:48:18.047641 | fa163e84-66e8-9a19-d5b3-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:55.213777 | 0.32s 2026-03-11 09:48:18.077266 | fa163e84-66e8-9a19-d5b3-000000002a94 | TASK | Set platform/version specific variables 2026-03-11 09:48:18.169062 | fa163e84-66e8-9a19-d5b3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:18.201512 | fa163e84-66e8-9a19-d5b3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:18.226126 | fa163e84-66e8-9a19-d5b3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:48:18.248744 | fa163e84-66e8-9a19-d5b3-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:48:18.260759 | fa163e84-66e8-9a19-d5b3-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:55.426888 | 0.18s 2026-03-11 09:48:18.290479 | fa163e84-66e8-9a19-d5b3-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:48:21.567524 | fa163e84-66e8-9a19-d5b3-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:48:21.569328 | fa163e84-66e8-9a19-d5b3-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:58.735450 | 3.28s 2026-03-11 09:48:21.601485 | fa163e84-66e8-9a19-d5b3-000000002a67 | TASK | Ensure provider packages are installed 2026-03-11 09:48:24.885054 | fa163e84-66e8-9a19-d5b3-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:02.051191 | 3.28s 2026-03-11 09:48:24.888978 | fa163e84-66e8-9a19-d5b3-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:02.055113 | 3.29s 2026-03-11 09:48:24.918733 | fa163e84-66e8-9a19-d5b3-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:48:25.227543 | fa163e84-66e8-9a19-d5b3-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:25.229541 | fa163e84-66e8-9a19-d5b3-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:02.395678 | 0.31s 2026-03-11 09:48:25.239791 | fa163e84-66e8-9a19-d5b3-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:02.405924 | 0.32s 2026-03-11 09:48:25.270527 | fa163e84-66e8-9a19-d5b3-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:48:25.586749 | fa163e84-66e8-9a19-d5b3-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:25.588184 | fa163e84-66e8-9a19-d5b3-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:02.754321 | 0.32s 2026-03-11 09:48:25.594820 | fa163e84-66e8-9a19-d5b3-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:02.760948 | 0.32s 2026-03-11 09:48:25.625347 | fa163e84-66e8-9a19-d5b3-000000002a6d | TASK | Ensure provider service is running 2026-03-11 09:48:26.066064 | fa163e84-66e8-9a19-d5b3-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:48:26.068713 | fa163e84-66e8-9a19-d5b3-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:03.234848 | 0.44s 2026-03-11 09:48:26.079631 | fa163e84-66e8-9a19-d5b3-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:03.245767 | 0.45s 2026-03-11 09:48:26.110584 | fa163e84-66e8-9a19-d5b3-000000002a70 | TASK | Ensure certificate requests 2026-03-11 09:48:27.728622 | fa163e84-66e8-9a19-d5b3-000000002a70 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'systemctl restart tripleo_ovn_metadata_agent\n'} 2026-03-11 09:48:27.731334 | fa163e84-66e8-9a19-d5b3-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:04.897479 | 1.62s 2026-03-11 09:48:27.742274 | fa163e84-66e8-9a19-d5b3-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:04.908407 | 1.63s 2026-03-11 09:48:27.848966 | fa163e84-66e8-9a19-d5b3-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:05.015098 | 0.05s 2026-03-11 09:48:27.916285 | fa163e84-66e8-9a19-d5b3-000000002ad8 | TASK | Set version specific variables 2026-03-11 09:48:27.954819 | fa163e84-66e8-9a19-d5b3-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:05.120955 | 0.04s 2026-03-11 09:48:27.977160 | d799a30a-2ada-49c6-ae2d-43fe70461054 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:48:28.002292 | fa163e84-66e8-9a19-d5b3-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-11 09:48:28.375879 | fa163e84-66e8-9a19-d5b3-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:48:28.377231 | fa163e84-66e8-9a19-d5b3-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:05.543371 | 0.37s 2026-03-11 09:48:28.400533 | fa163e84-66e8-9a19-d5b3-000000002b08 | TASK | Set platform/version specific variables 2026-03-11 09:48:28.479479 | fa163e84-66e8-9a19-d5b3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:28.497529 | fa163e84-66e8-9a19-d5b3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:28.516752 | fa163e84-66e8-9a19-d5b3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:48:28.531660 | fa163e84-66e8-9a19-d5b3-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:48:28.543762 | fa163e84-66e8-9a19-d5b3-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:05.709895 | 0.14s 2026-03-11 09:48:28.574978 | fa163e84-66e8-9a19-d5b3-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:48:31.682015 | fa163e84-66e8-9a19-d5b3-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:48:31.683388 | fa163e84-66e8-9a19-d5b3-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:08.849525 | 3.11s 2026-03-11 09:48:31.713314 | fa163e84-66e8-9a19-d5b3-000000002adb | TASK | Ensure provider packages are installed 2026-03-11 09:48:34.871178 | fa163e84-66e8-9a19-d5b3-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.037303 | 3.16s 2026-03-11 09:48:34.878340 | fa163e84-66e8-9a19-d5b3-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:12.044468 | 3.16s 2026-03-11 09:48:34.910692 | fa163e84-66e8-9a19-d5b3-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:48:35.214056 | fa163e84-66e8-9a19-d5b3-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:35.214925 | fa163e84-66e8-9a19-d5b3-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:12.381071 | 0.30s 2026-03-11 09:48:35.222544 | fa163e84-66e8-9a19-d5b3-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:12.388677 | 0.31s 2026-03-11 09:48:35.253415 | fa163e84-66e8-9a19-d5b3-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:48:35.556513 | fa163e84-66e8-9a19-d5b3-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:35.558057 | fa163e84-66e8-9a19-d5b3-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:12.724189 | 0.30s 2026-03-11 09:48:35.565488 | fa163e84-66e8-9a19-d5b3-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:12.731621 | 0.31s 2026-03-11 09:48:35.597135 | fa163e84-66e8-9a19-d5b3-000000002ae1 | TASK | Ensure provider service is running 2026-03-11 09:48:36.008064 | fa163e84-66e8-9a19-d5b3-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:48:36.010265 | fa163e84-66e8-9a19-d5b3-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:13.176401 | 0.41s 2026-03-11 09:48:36.019691 | fa163e84-66e8-9a19-d5b3-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:13.185829 | 0.42s 2026-03-11 09:48:36.049244 | fa163e84-66e8-9a19-d5b3-000000002ae4 | TASK | Ensure certificate requests 2026-03-11 09:48:38.738442 | fa163e84-66e8-9a19-d5b3-000000002ae4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2026-03-11 09:48:38.741305 | fa163e84-66e8-9a19-d5b3-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:15.907441 | 2.69s 2026-03-11 09:48:38.752250 | fa163e84-66e8-9a19-d5b3-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:15.918377 | 2.70s 2026-03-11 09:48:38.862115 | fa163e84-66e8-9a19-d5b3-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:16.028241 | 0.05s 2026-03-11 09:48:38.942302 | fa163e84-66e8-9a19-d5b3-000000002b4c | TASK | Set version specific variables 2026-03-11 09:48:38.981860 | fa163e84-66e8-9a19-d5b3-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:16.147989 | 0.04s 2026-03-11 09:48:39.005835 | 07ae8458-14d9-40b1-aba0-489862d2ca09 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:48:39.035599 | fa163e84-66e8-9a19-d5b3-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-11 09:48:39.452849 | fa163e84-66e8-9a19-d5b3-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:48:39.454738 | fa163e84-66e8-9a19-d5b3-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:16.620867 | 0.42s 2026-03-11 09:48:39.486982 | fa163e84-66e8-9a19-d5b3-000000002b7c | TASK | Set platform/version specific variables 2026-03-11 09:48:39.546628 | fa163e84-66e8-9a19-d5b3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:39.568185 | fa163e84-66e8-9a19-d5b3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:48:39.591068 | fa163e84-66e8-9a19-d5b3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:48:39.610684 | fa163e84-66e8-9a19-d5b3-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:48:39.617308 | fa163e84-66e8-9a19-d5b3-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:16.783432 | 0.13s 2026-03-11 09:48:39.649331 | fa163e84-66e8-9a19-d5b3-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:48:42.738953 | fa163e84-66e8-9a19-d5b3-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:48:42.740434 | fa163e84-66e8-9a19-d5b3-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:19.906572 | 3.09s 2026-03-11 09:48:42.769731 | fa163e84-66e8-9a19-d5b3-000000002b4f | TASK | Ensure provider packages are installed 2026-03-11 09:48:46.045787 | fa163e84-66e8-9a19-d5b3-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:23.211920 | 3.27s 2026-03-11 09:48:46.058823 | fa163e84-66e8-9a19-d5b3-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:23.224955 | 3.29s 2026-03-11 09:48:46.087700 | fa163e84-66e8-9a19-d5b3-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:48:46.397178 | fa163e84-66e8-9a19-d5b3-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:46.399258 | fa163e84-66e8-9a19-d5b3-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:23.565395 | 0.31s 2026-03-11 09:48:46.409423 | fa163e84-66e8-9a19-d5b3-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:23.575561 | 0.32s 2026-03-11 09:48:46.439198 | fa163e84-66e8-9a19-d5b3-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:48:46.740421 | fa163e84-66e8-9a19-d5b3-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:48:46.741532 | fa163e84-66e8-9a19-d5b3-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:23.907674 | 0.30s 2026-03-11 09:48:46.747267 | fa163e84-66e8-9a19-d5b3-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:23.913401 | 0.31s 2026-03-11 09:48:46.778656 | fa163e84-66e8-9a19-d5b3-000000002b55 | TASK | Ensure provider service is running 2026-03-11 09:48:47.224329 | fa163e84-66e8-9a19-d5b3-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:48:47.225918 | fa163e84-66e8-9a19-d5b3-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:24.392060 | 0.45s 2026-03-11 09:48:47.239016 | fa163e84-66e8-9a19-d5b3-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:24.405151 | 0.46s 2026-03-11 09:48:47.269887 | fa163e84-66e8-9a19-d5b3-000000002b58 | TASK | Ensure certificate requests 2026-03-11 09:48:49.211300 | fa163e84-66e8-9a19-d5b3-000000002b58 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2026-03-11 09:48:49.212275 | fa163e84-66e8-9a19-d5b3-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:26.378421 | 1.94s 2026-03-11 09:48:49.217360 | fa163e84-66e8-9a19-d5b3-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:26.383495 | 1.95s 2026-03-11 09:48:49.272474 | fa163e84-66e8-9a19-d5b3-0000000022a9 | TASK | Fail if container image is undefined 2026-03-11 09:48:49.344403 | fa163e84-66e8-9a19-d5b3-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:48:49.345802 | fa163e84-66e8-9a19-d5b3-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:26.511933 | 0.07s 2026-03-11 09:48:49.392223 | fa163e84-66e8-9a19-d5b3-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 09:48:58.293060 | fa163e84-66e8-9a19-d5b3-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 09:48:58.294440 | fa163e84-66e8-9a19-d5b3-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:35.460578 | 8.90s 2026-03-11 09:48:58.353254 | fa163e84-66e8-9a19-d5b3-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 09:48:58.702946 | fa163e84-66e8-9a19-d5b3-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 09:48:58.704084 | fa163e84-66e8-9a19-d5b3-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:35.870227 | 0.35s 2026-03-11 09:48:58.747901 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-11 09:49:04.766245 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-11 09:49:04.770638 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.936776 | 6.02s 2026-03-11 09:49:11.442395 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-11 09:49:11.446499 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.612638 | 12.70s 2026-03-11 09:49:14.075022 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-11 09:49:14.078599 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.244738 | 15.33s 2026-03-11 09:49:17.370192 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-11 09:49:17.373668 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.539807 | 18.62s 2026-03-11 09:49:19.814545 | fa163e84-66e8-9a19-d5b3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-11 09:49:19.820230 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.986356 | 21.07s 2026-03-11 09:49:21.626676 | fa163e84-66e8-9a19-d5b3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-11 09:49:21.630335 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.796468 | 22.88s 2026-03-11 09:49:26.563174 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-11 09:49:26.566909 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.733047 | 27.82s 2026-03-11 09:49:31.118621 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-11 09:49:31.121840 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:08.287776 | 32.37s 2026-03-11 09:49:35.971506 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-11 09:49:35.975660 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:13.141795 | 37.23s 2026-03-11 09:49:38.294028 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-11 09:49:38.295845 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.461993 | 39.55s 2026-03-11 09:49:46.874591 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-11 09:49:46.877882 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:24.044029 | 48.13s 2026-03-11 09:49:49.575430 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-11 09:49:49.578531 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:26.744668 | 50.83s 2026-03-11 09:50:07.730499 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-11 09:50:07.734499 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:44.900640 | 68.99s 2026-03-11 09:50:17.017144 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-11 09:50:17.020160 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:54.186301 | 78.27s 2026-03-11 09:50:24.865001 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-11 09:50:24.867773 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:02.033913 | 86.12s 2026-03-11 09:50:36.477037 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-11 09:50:36.479975 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:13.646121 | 97.73s 2026-03-11 09:50:44.051600 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-11 09:50:44.055193 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:21.221332 | 105.31s 2026-03-11 09:50:49.605242 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-11 09:50:49.608233 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.774370 | 110.86s 2026-03-11 09:50:52.593238 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-11 09:50:52.594657 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:29.760806 | 113.85s 2026-03-11 09:50:57.607478 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-11 09:50:57.610495 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:34.776639 | 118.86s 2026-03-11 09:51:02.907695 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-11 09:51:02.912107 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:40.078246 | 124.16s 2026-03-11 09:51:15.452174 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-11 09:51:15.455905 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:52.622041 | 136.71s 2026-03-11 09:51:18.320948 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-11 09:51:18.324708 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:55.490847 | 139.58s 2026-03-11 09:51:30.615374 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-11 09:51:30.616954 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:07.783102 | 151.87s 2026-03-11 09:51:33.371709 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-11 09:51:33.374791 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:10.540929 | 154.63s 2026-03-11 09:51:39.020986 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-11 09:51:39.023402 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.189550 | 160.27s 2026-03-11 09:51:42.271975 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-11 09:51:42.274828 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.440965 | 163.53s 2026-03-11 09:51:45.804208 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-11 09:51:45.807794 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:22.973934 | 167.06s 2026-03-11 09:51:50.308665 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-11 09:51:50.310765 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.476911 | 171.56s 2026-03-11 09:51:52.351499 | fa163e84-66e8-9a19-d5b3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-11 09:51:52.354417 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:29.520557 | 173.61s 2026-03-11 09:51:54.239120 | fa163e84-66e8-9a19-d5b3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-11 09:51:54.241998 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:31.408139 | 175.49s 2026-03-11 09:51:57.543627 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-11 09:51:57.544989 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.711138 | 178.80s 2026-03-11 09:51:59.593015 | fa163e84-66e8-9a19-d5b3-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-11 09:51:59.596839 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.762976 | 180.85s 2026-03-11 09:52:05.100902 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-11 09:52:05.103810 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:42.269951 | 186.35s 2026-03-11 09:52:07.741779 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-11 09:52:07.745827 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.911965 | 189.00s 2026-03-11 09:52:10.300430 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-11 09:52:10.303423 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.469562 | 191.55s 2026-03-11 09:52:12.960303 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-11 09:52:12.963958 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:50.130098 | 194.21s 2026-03-11 09:52:16.199082 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-11 09:52:16.202214 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.368353 | 197.45s 2026-03-11 09:52:19.050299 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-11 09:52:19.053488 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:56.219625 | 200.30s 2026-03-11 09:52:22.630161 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-11 09:52:22.633970 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.800108 | 203.88s 2026-03-11 09:52:26.353935 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-11 09:52:26.356869 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.522965 | 207.61s 2026-03-11 09:52:29.190439 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-11 09:52:29.191845 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.357994 | 210.44s 2026-03-11 09:52:32.085716 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-11 09:52:32.088516 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.254656 | 213.34s 2026-03-11 09:52:34.662028 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-11 09:52:34.665971 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:11.832105 | 215.92s 2026-03-11 09:52:37.034049 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-11 09:52:37.038092 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:14.204231 | 218.29s 2026-03-11 09:52:39.781521 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-11 09:52:39.785145 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.951285 | 221.04s 2026-03-11 09:52:42.645723 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-11 09:52:42.648970 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:19.815110 | 223.90s 2026-03-11 09:52:47.121081 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-11 09:52:47.125468 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.291585 | 228.38s 2026-03-11 09:52:49.635776 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-11 09:52:49.639837 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:26.805976 | 230.89s 2026-03-11 09:52:52.519827 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-11 09:52:52.523722 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.689861 | 233.77s 2026-03-11 09:52:55.154364 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-11 09:52:55.156698 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.322843 | 236.41s 2026-03-11 09:52:57.879600 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-11 09:52:57.882433 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:35.048574 | 239.13s 2026-03-11 09:53:13.079907 | fa163e84-66e8-9a19-d5b3-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-11 09:53:13.083525 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:50.249665 | 254.33s 2026-03-11 09:53:13.401715 | fa163e84-66e8-9a19-d5b3-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:50.567852 | 254.65s 2026-03-11 09:53:13.680056 | fa163e84-66e8-9a19-d5b3-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:50.846194 | 0.06s 2026-03-11 09:53:13.722031 | fa163e84-66e8-9a19-d5b3-000000002c32 | TASK | Set version specific variables 2026-03-11 09:53:13.771120 | fa163e84-66e8-9a19-d5b3-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:50.937258 | 0.05s 2026-03-11 09:53:13.782689 | cd5d3053-f260-405a-aeff-5f1498d2aea1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:53:13.806544 | fa163e84-66e8-9a19-d5b3-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-11 09:53:14.212818 | fa163e84-66e8-9a19-d5b3-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:53:14.213657 | fa163e84-66e8-9a19-d5b3-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:51.379806 | 0.41s 2026-03-11 09:53:14.232615 | fa163e84-66e8-9a19-d5b3-000000002c62 | TASK | Set platform/version specific variables 2026-03-11 09:53:14.288582 | fa163e84-66e8-9a19-d5b3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:53:14.312099 | fa163e84-66e8-9a19-d5b3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:53:14.336386 | fa163e84-66e8-9a19-d5b3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:53:14.358070 | fa163e84-66e8-9a19-d5b3-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:53:14.369422 | fa163e84-66e8-9a19-d5b3-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:51.535563 | 0.14s 2026-03-11 09:53:14.388704 | fa163e84-66e8-9a19-d5b3-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:53:17.537602 | fa163e84-66e8-9a19-d5b3-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:53:17.538450 | fa163e84-66e8-9a19-d5b3-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:54.704597 | 3.15s 2026-03-11 09:53:17.560060 | fa163e84-66e8-9a19-d5b3-000000002c35 | TASK | Ensure provider packages are installed 2026-03-11 09:53:20.734422 | fa163e84-66e8-9a19-d5b3-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:57.900542 | 3.17s 2026-03-11 09:53:20.741129 | fa163e84-66e8-9a19-d5b3-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:57.907253 | 3.18s 2026-03-11 09:53:20.772927 | fa163e84-66e8-9a19-d5b3-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:53:21.078835 | fa163e84-66e8-9a19-d5b3-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:53:21.081047 | fa163e84-66e8-9a19-d5b3-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:58.247183 | 0.31s 2026-03-11 09:53:21.090910 | fa163e84-66e8-9a19-d5b3-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:58.257049 | 0.32s 2026-03-11 09:53:21.120959 | fa163e84-66e8-9a19-d5b3-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:53:21.459303 | fa163e84-66e8-9a19-d5b3-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:53:21.460821 | fa163e84-66e8-9a19-d5b3-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:58.626957 | 0.34s 2026-03-11 09:53:21.466639 | fa163e84-66e8-9a19-d5b3-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:58.632784 | 0.34s 2026-03-11 09:53:21.501317 | fa163e84-66e8-9a19-d5b3-000000002c3b | TASK | Ensure provider service is running 2026-03-11 09:53:21.997313 | fa163e84-66e8-9a19-d5b3-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:53:21.998327 | fa163e84-66e8-9a19-d5b3-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:59.164475 | 0.50s 2026-03-11 09:53:22.004313 | fa163e84-66e8-9a19-d5b3-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:59.170458 | 0.50s 2026-03-11 09:53:22.033863 | fa163e84-66e8-9a19-d5b3-000000002c3e | TASK | Ensure certificate requests 2026-03-11 09:53:24.262028 | fa163e84-66e8-9a19-d5b3-000000002c3e | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2026-03-11 09:53:24.264165 | fa163e84-66e8-9a19-d5b3-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:01.430309 | 2.23s 2026-03-11 09:53:24.274881 | fa163e84-66e8-9a19-d5b3-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:01.441017 | 2.24s 2026-03-11 09:53:24.332198 | fa163e84-66e8-9a19-d5b3-0000000022c0 | TASK | Fail if container image is undefined 2026-03-11 09:53:24.404617 | fa163e84-66e8-9a19-d5b3-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:53:24.406069 | fa163e84-66e8-9a19-d5b3-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:01.572205 | 0.07s 2026-03-11 09:53:24.459413 | fa163e84-66e8-9a19-d5b3-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 09:53:26.739426 | fa163e84-66e8-9a19-d5b3-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 09:53:26.740968 | fa163e84-66e8-9a19-d5b3-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:03.907103 | 2.28s 2026-03-11 09:53:26.801844 | fa163e84-66e8-9a19-d5b3-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 09:53:27.315453 | fa163e84-66e8-9a19-d5b3-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 09:53:27.316904 | fa163e84-66e8-9a19-d5b3-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:13:04.483043 | 0.51s 2026-03-11 09:53:27.373911 | fa163e84-66e8-9a19-d5b3-0000000022cd | TASK | Check if rsyslog exists 2026-03-11 09:53:27.631173 | fa163e84-66e8-9a19-d5b3-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-11 09:53:27.632761 | fa163e84-66e8-9a19-d5b3-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:13:04.798897 | 0.26s 2026-03-11 09:53:27.663511 | fa163e84-66e8-9a19-d5b3-0000000022ce | TASK | Forward logging to swift.log file 2026-03-11 09:53:28.111123 | fa163e84-66e8-9a19-d5b3-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-11 09:53:28.112646 | fa163e84-66e8-9a19-d5b3-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:13:05.278780 | 0.45s 2026-03-11 09:53:28.136227 | fa163e84-66e8-9a19-d5b3-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-11 09:53:29.015249 | fa163e84-66e8-9a19-d5b3-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-11 09:53:29.016266 | fa163e84-66e8-9a19-d5b3-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:06.182414 | 0.88s 2026-03-11 09:53:29.035333 | fa163e84-66e8-9a19-d5b3-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 09:53:29.273779 | fa163e84-66e8-9a19-d5b3-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 09:53:29.274576 | fa163e84-66e8-9a19-d5b3-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:06.440703 | 0.24s 2026-03-11 09:53:29.374759 | fa163e84-66e8-9a19-d5b3-0000000000c3 | TIMING | include_tasks | standalone | 0:13:06.540900 | 0.08s 2026-03-11 09:53:29.395193 | 2f8bd625-0259-45e4-aa23-144ed8d47f34 | INCLUDED | /root/standalone-ansible-lvka6war/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:53:29.416104 | fa163e84-66e8-9a19-d5b3-000000002ca9 | TASK | Write the config_step hieradata 2026-03-11 09:53:29.938103 | fa163e84-66e8-9a19-d5b3-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-11 09:53:29.939341 | fa163e84-66e8-9a19-d5b3-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:13:07.105479 | 0.52s 2026-03-11 09:53:29.970030 | fa163e84-66e8-9a19-d5b3-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-11 09:53:30.242785 | fa163e84-66e8-9a19-d5b3-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-11 09:53:30.244273 | fa163e84-66e8-9a19-d5b3-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:07.410409 | 0.27s 2026-03-11 09:53:30.274117 | fa163e84-66e8-9a19-d5b3-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-11 09:53:30.472614 | fa163e84-66e8-9a19-d5b3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:53:40.700710 | fa163e84-66e8-9a19-d5b3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:53:50.957932 | fa163e84-66e8-9a19-d5b3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 09:54:01.176084 | fa163e84-66e8-9a19-d5b3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-11 09:54:11.411015 | fa163e84-66e8-9a19-d5b3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-11 09:54:21.634876 | fa163e84-66e8-9a19-d5b3-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-11 09:54:31.862220 | fa163e84-66e8-9a19-d5b3-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:54:31.863522 | fa163e84-66e8-9a19-d5b3-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:09.029661 | 61.59s 2026-03-11 09:54:31.894491 | fa163e84-66e8-9a19-d5b3-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-11 09:54:31.989075 | fa163e84-66e8-9a19-d5b3-000000002cac | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 09:53:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 09:53:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:53:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:53:36 puppet-user: (file & line not available)", "<13>Mar 11 09:53:36 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 11 09:53:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 09:53:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:53:36 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Mar 11 09:53:36 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 11 09:53:36 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 11 09:53:36 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 11 09:53:44 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 11 09:53:51 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 11 09:53:51 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 11 09:53:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 11 09:53:52 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 11 09:53:55 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 09:53:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 11 09:53:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 11 09:54:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 09:54:02 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 09:54:03 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 11 09:54:03 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 11 09:54:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 11 09:54:27 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:54:30 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 11 09:54:30 puppet-user: Notice: Applied catalog in 53.59 seconds", "<13>Mar 11 09:54:30 puppet-user: Application:", "<13>Mar 11 09:54:30 puppet-user: Initial environment: production", "<13>Mar 11 09:54:30 puppet-user: Converged environment: production", "<13>Mar 11 09:54:30 puppet-user: Run mode: user", "<13>Mar 11 09:54:30 puppet-user: Changes:", "<13>Mar 11 09:54:30 puppet-user: Total: 17", "<13>Mar 11 09:54:30 puppet-user: Events:", "<13>Mar 11 09:54:30 puppet-user: Success: 17", "<13>Mar 11 09:54:30 puppet-user: Resources:", "<13>Mar 11 09:54:30 puppet-user: Restarted: 1", "<13>Mar 11 09:54:30 puppet-user: Changed: 16", "<13>Mar 11 09:54:30 puppet-user: Out of sync: 16", "<13>Mar 11 09:54:30 puppet-user: Total: 26", "<13>Mar 11 09:54:30 puppet-user: Time:", "<13>Mar 11 09:54:30 puppet-user: Schedule: 0.00", "<13>Mar 11 09:54:30 puppet-user: File line: 0.00", "<13>Mar 11 09:54:30 puppet-user: File: 0.00", "<13>Mar 11 09:54:30 puppet-user: Augeas: 0.02", "<13>Mar 11 09:54:30 puppet-user: Config retrieval: 0.42", "<13>Mar 11 09:54:30 puppet-user: User: 0.52", "<13>Mar 11 09:54:30 puppet-user: Package: 15.22", "<13>Mar 11 09:54:30 puppet-user: Last run: 1773222870", "<13>Mar 11 09:54:30 puppet-user: Exec: 28.87", "<13>Mar 11 09:54:30 puppet-user: Pcmk property: 3.58", "<13>Mar 11 09:54:30 puppet-user: Service: 4.08", "<13>Mar 11 09:54:30 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:54:30 puppet-user: Transaction evaluation: 53.58", "<13>Mar 11 09:54:30 puppet-user: Catalog application: 53.59", "<13>Mar 11 09:54:30 puppet-user: Total: 53.59", "<13>Mar 11 09:54:30 puppet-user: Version:", "<13>Mar 11 09:54:30 puppet-user: Config: 1773222816", "<13>Mar 11 09:54:30 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:54:31.990704 | fa163e84-66e8-9a19-d5b3-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:09.156842 | 0.09s 2026-03-11 09:54:32.020530 | fa163e84-66e8-9a19-d5b3-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-11 09:54:32.050922 | fa163e84-66e8-9a19-d5b3-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:09.217053 | 0.03s 2026-03-11 09:54:32.125172 | fa163e84-66e8-9a19-d5b3-000000002cf4 | TASK | Gather variables for each operating system 2026-03-11 09:54:32.249669 | fa163e84-66e8-9a19-d5b3-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:09.415787 | 0.12s 2026-03-11 09:54:32.285051 | fa163e84-66e8-9a19-d5b3-000000002cf5 | TASK | Create puppet caching structures 2026-03-11 09:54:32.518758 | fa163e84-66e8-9a19-d5b3-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:54:32.519718 | fa163e84-66e8-9a19-d5b3-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:09.685864 | 0.23s 2026-03-11 09:54:32.540094 | fa163e84-66e8-9a19-d5b3-000000002cf6 | TASK | Check for facter.conf 2026-03-11 09:54:32.745520 | fa163e84-66e8-9a19-d5b3-000000002cf6 | OK | Check for facter.conf | standalone 2026-03-11 09:54:32.746515 | fa163e84-66e8-9a19-d5b3-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:09.912660 | 0.21s 2026-03-11 09:54:32.769494 | fa163e84-66e8-9a19-d5b3-000000002cf7 | TASK | Remove facter.conf if directory 2026-03-11 09:54:32.818524 | fa163e84-66e8-9a19-d5b3-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:54:32.819634 | fa163e84-66e8-9a19-d5b3-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:09.985776 | 0.05s 2026-03-11 09:54:32.842839 | fa163e84-66e8-9a19-d5b3-000000002cf8 | TASK | Write facter cache config 2026-03-11 09:54:33.353014 | fa163e84-66e8-9a19-d5b3-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-03-11 09:54:33.353847 | fa163e84-66e8-9a19-d5b3-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:10.519994 | 0.51s 2026-03-11 09:54:33.373248 | fa163e84-66e8-9a19-d5b3-000000002cf9 | TASK | Cleanup facter cache if exists 2026-03-11 09:54:33.621198 | fa163e84-66e8-9a19-d5b3-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-03-11 09:54:33.622076 | fa163e84-66e8-9a19-d5b3-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:10.788224 | 0.25s 2026-03-11 09:54:33.641873 | fa163e84-66e8-9a19-d5b3-000000002cfa | TASK | Pre-cache facts 2026-03-11 09:54:34.275549 | fa163e84-66e8-9a19-d5b3-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-03-11 09:54:34.276800 | fa163e84-66e8-9a19-d5b3-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:11.442939 | 0.63s 2026-03-11 09:54:34.307504 | fa163e84-66e8-9a19-d5b3-000000002cfb | TASK | Failed deployment if facter fails 2026-03-11 09:54:34.349942 | fa163e84-66e8-9a19-d5b3-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:54:34.351087 | fa163e84-66e8-9a19-d5b3-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:11.517226 | 0.04s 2026-03-11 09:54:34.400166 | fa163e84-66e8-9a19-d5b3-000000002cfc | TASK | Sync cached facts 2026-03-11 09:54:34.890170 | fa163e84-66e8-9a19-d5b3-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-000000002cfc') missing from stats 2026-03-11 09:54:34.949864 | fa163e84-66e8-9a19-d5b3-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:54:35.000755 | fa163e84-66e8-9a19-d5b3-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:12.166885 | 0.05s 2026-03-11 09:54:35.031674 | 121561cc-fd54-4c7c-9250-5c0384d3873b | INCLUDED | /root/standalone-ansible-lvka6war/generate-config-tasks.yaml | standalone 2026-03-11 09:54:35.068518 | fa163e84-66e8-9a19-d5b3-000000002d46 | TASK | Create base directory puppet configs 2026-03-11 09:54:35.308355 | fa163e84-66e8-9a19-d5b3-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-03-11 09:54:35.309754 | fa163e84-66e8-9a19-d5b3-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:14:12.475890 | 0.24s 2026-03-11 09:54:35.340870 | fa163e84-66e8-9a19-d5b3-000000002d47 | TASK | Generate container puppet configs for step 1 2026-03-11 09:54:35.625504 | fa163e84-66e8-9a19-d5b3-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-11 09:54:35.626765 | fa163e84-66e8-9a19-d5b3-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:12.792904 | 0.28s 2026-03-11 09:54:35.656642 | fa163e84-66e8-9a19-d5b3-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-11 09:54:35.675281 | fa163e84-66e8-9a19-d5b3-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:12.841414 | 0.02s 2026-03-11 09:54:35.748758 | fa163e84-66e8-9a19-d5b3-000000002dd2 | TASK | Gather variables for each operating system 2026-03-11 09:54:35.850263 | fa163e84-66e8-9a19-d5b3-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:13.016392 | 0.10s 2026-03-11 09:54:35.881166 | fa163e84-66e8-9a19-d5b3-000000002dd3 | TASK | Create container logs path 2026-03-11 09:54:36.114406 | fa163e84-66e8-9a19-d5b3-000000002dd3 | OK | Create container logs path | standalone 2026-03-11 09:54:36.115223 | fa163e84-66e8-9a19-d5b3-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:13.281371 | 0.23s 2026-03-11 09:54:36.135965 | fa163e84-66e8-9a19-d5b3-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:54:36.588964 | fa163e84-66e8-9a19-d5b3-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:54:36.590268 | fa163e84-66e8-9a19-d5b3-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:13.756408 | 0.45s 2026-03-11 09:54:36.622321 | fa163e84-66e8-9a19-d5b3-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-11 09:54:36.671830 | fa163e84-66e8-9a19-d5b3-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:54:36.673005 | fa163e84-66e8-9a19-d5b3-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:13.839144 | 0.05s 2026-03-11 09:54:36.703998 | fa163e84-66e8-9a19-d5b3-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-11 09:54:36.732591 | fa163e84-66e8-9a19-d5b3-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:54:36.733835 | fa163e84-66e8-9a19-d5b3-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:13.899973 | 0.03s 2026-03-11 09:54:36.765189 | fa163e84-66e8-9a19-d5b3-000000002dda | TASK | Update container configs with new config hashes 2026-03-11 09:54:36.826828 | fa163e84-66e8-9a19-d5b3-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:54:36.828098 | fa163e84-66e8-9a19-d5b3-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:13.994234 | 0.06s 2026-03-11 09:54:36.859655 | fa163e84-66e8-9a19-d5b3-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:54:36.911933 | fa163e84-66e8-9a19-d5b3-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:14.078064 | 0.05s 2026-03-11 09:54:36.938037 | 4ac96bad-e1ec-487f-b5e5-21b4df36f0fd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:54:36.973986 | fa163e84-66e8-9a19-d5b3-000000002e1f | TASK | Gather podman infos 2026-03-11 09:54:37.548260 | fa163e84-66e8-9a19-d5b3-000000002e1f | OK | Gather podman infos | standalone 2026-03-11 09:54:37.549673 | fa163e84-66e8-9a19-d5b3-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:14.715796 | 0.57s 2026-03-11 09:54:37.582469 | fa163e84-66e8-9a19-d5b3-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:54:37.643532 | fa163e84-66e8-9a19-d5b3-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:54:37.645202 | fa163e84-66e8-9a19-d5b3-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:14.811333 | 0.06s 2026-03-11 09:54:37.678473 | fa163e84-66e8-9a19-d5b3-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:54:37.733891 | fa163e84-66e8-9a19-d5b3-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:14.900014 | 0.05s 2026-03-11 09:54:37.759502 | 2ad6ba20-1c41-401f-a179-b1cecc569491 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:54:37.801846 | fa163e84-66e8-9a19-d5b3-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:55:09.835210 | fa163e84-66e8-9a19-d5b3-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:55:09.836917 | fa163e84-66e8-9a19-d5b3-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:47.003053 | 32.03s 2026-03-11 09:55:09.912400 | fa163e84-66e8-9a19-d5b3-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:55:09.996785 | fa163e84-66e8-9a19-d5b3-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:55:09.998222 | fa163e84-66e8-9a19-d5b3-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:47.164357 | 0.08s 2026-03-11 09:55:10.052912 | fa163e84-66e8-9a19-d5b3-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-03-11 09:55:10.092851 | fa163e84-66e8-9a19-d5b3-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 09:55:10.094464 | fa163e84-66e8-9a19-d5b3-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:47.260593 | 0.04s 2026-03-11 09:55:10.124488 | fa163e84-66e8-9a19-d5b3-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-03-11 09:55:10.155473 | fa163e84-66e8-9a19-d5b3-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 09:55:10.156647 | fa163e84-66e8-9a19-d5b3-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:47.322785 | 0.03s 2026-03-11 09:55:10.188035 | fa163e84-66e8-9a19-d5b3-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-11 09:55:10.219705 | fa163e84-66e8-9a19-d5b3-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:47.385834 | 0.03s 2026-03-11 09:55:10.278959 | fa163e84-66e8-9a19-d5b3-000000002e9f | TASK | Gather variables for each operating system 2026-03-11 09:55:10.431997 | fa163e84-66e8-9a19-d5b3-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:47.598128 | 0.15s 2026-03-11 09:55:10.455270 | fa163e84-66e8-9a19-d5b3-000000002ea0 | TASK | Create container logs path 2026-03-11 09:55:10.748249 | fa163e84-66e8-9a19-d5b3-000000002ea0 | OK | Create container logs path | standalone 2026-03-11 09:55:10.749662 | fa163e84-66e8-9a19-d5b3-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:47.915799 | 0.29s 2026-03-11 09:55:10.782676 | fa163e84-66e8-9a19-d5b3-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:55:11.045111 | fa163e84-66e8-9a19-d5b3-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 09:55:11.046032 | fa163e84-66e8-9a19-d5b3-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:48.212178 | 0.26s 2026-03-11 09:55:11.069013 | fa163e84-66e8-9a19-d5b3-000000002ea3 | TASK | Finalise hashes for all containers 2026-03-11 09:55:11.129407 | fa163e84-66e8-9a19-d5b3-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:55:11.130792 | fa163e84-66e8-9a19-d5b3-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:48.296929 | 0.06s 2026-03-11 09:55:11.163878 | fa163e84-66e8-9a19-d5b3-000000002ea5 | TASK | Manage systemd shutdown files 2026-03-11 09:55:11.195948 | fa163e84-66e8-9a19-d5b3-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:48.362079 | 0.03s 2026-03-11 09:55:11.233531 | 2abcdf63-d28c-42cc-b7f8-788eff447cdb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:55:11.262738 | fa163e84-66e8-9a19-d5b3-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:55:11.527096 | fa163e84-66e8-9a19-d5b3-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:55:11.528683 | fa163e84-66e8-9a19-d5b3-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:48.694815 | 0.26s 2026-03-11 09:55:11.559216 | fa163e84-66e8-9a19-d5b3-000000002ed9 | TASK | Set podman_drop_in fact 2026-03-11 09:55:11.622271 | fa163e84-66e8-9a19-d5b3-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-03-11 09:55:11.623804 | fa163e84-66e8-9a19-d5b3-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:48.789942 | 0.06s 2026-03-11 09:55:11.653946 | fa163e84-66e8-9a19-d5b3-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:55:12.145644 | fa163e84-66e8-9a19-d5b3-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:55:12.146658 | fa163e84-66e8-9a19-d5b3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:49.312802 | 0.49s 2026-03-11 09:55:12.566108 | fa163e84-66e8-9a19-d5b3-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:55:12.568244 | fa163e84-66e8-9a19-d5b3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:49.734378 | 0.91s 2026-03-11 09:55:12.578941 | fa163e84-66e8-9a19-d5b3-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:49.745079 | 0.92s 2026-03-11 09:55:12.608654 | fa163e84-66e8-9a19-d5b3-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:55:13.109050 | fa163e84-66e8-9a19-d5b3-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:55:13.110732 | fa163e84-66e8-9a19-d5b3-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:50.276862 | 0.50s 2026-03-11 09:55:13.143098 | fa163e84-66e8-9a19-d5b3-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:55:13.642004 | fa163e84-66e8-9a19-d5b3-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:55:13.643320 | fa163e84-66e8-9a19-d5b3-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:50.809459 | 0.50s 2026-03-11 09:55:13.672178 | fa163e84-66e8-9a19-d5b3-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:55:14.547064 | fa163e84-66e8-9a19-d5b3-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:55:14.549759 | fa163e84-66e8-9a19-d5b3-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:51.715890 | 0.88s 2026-03-11 09:55:14.581988 | fa163e84-66e8-9a19-d5b3-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:55:15.093471 | fa163e84-66e8-9a19-d5b3-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:55:15.096021 | fa163e84-66e8-9a19-d5b3-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:52.262157 | 0.51s 2026-03-11 09:55:15.125834 | fa163e84-66e8-9a19-d5b3-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:55:15.643854 | fa163e84-66e8-9a19-d5b3-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:55:15.646282 | fa163e84-66e8-9a19-d5b3-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:52.812419 | 0.52s 2026-03-11 09:55:15.677205 | fa163e84-66e8-9a19-d5b3-000000002ee1 | TASK | Enable and start netns-placeholder 2026-03-11 09:55:16.504116 | fa163e84-66e8-9a19-d5b3-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:55:16.505406 | fa163e84-66e8-9a19-d5b3-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:53.671549 | 0.83s 2026-03-11 09:55:16.528872 | fa163e84-66e8-9a19-d5b3-000000002ea7 | TASK | Update container configs with new config hashes 2026-03-11 09:55:16.567679 | fa163e84-66e8-9a19-d5b3-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:53.733817 | 0.04s 2026-03-11 09:55:16.581060 | 721777e9-f3e4-411a-bfbe-5d56c0ee69e4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:55:16.609160 | fa163e84-66e8-9a19-d5b3-000000002f09 | TASK | Update config hashes for container startup configs 2026-03-11 09:55:16.907125 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-11 09:55:16.908244 | | WARNING | Config change detected for mysql_bootstrap, new hash: f2bb58469faa6365c39dc239d1aa09b1 2026-03-11 09:55:16.908849 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 38b3cc281b5bdd6bc93bfa07b3408e0f 2026-03-11 09:55:16.909514 | | WARNING | Config change detected for redis_tls_proxy, new hash: 05ff2ca6b4698032fcbe35af3e5fd3a4 2026-03-11 09:55:16.910177 | | WARNING | Config change detected for clustercheck, new hash: 11e80dca56d30b2ecbc29c965ceca8ff 2026-03-11 09:55:16.910801 | | WARNING | Config change detected for horizon_fix_perms, new hash: 477f1405bbf39cfb0056d623317691f5 2026-03-11 09:55:16.911395 | | WARNING | Config change detected for mysql_wait_bundle, new hash: f2bb58469faa6365c39dc239d1aa09b1 2026-03-11 09:55:16.912005 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.912594 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.913176 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.913754 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.914311 | | WARNING | Config change detected for aodh_db_sync, new hash: 92471d1d13a47978c928c469b655add2 2026-03-11 09:55:16.914944 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 5ab930d15b983c0b9b504460fa51ce7d 2026-03-11 09:55:16.915512 | | WARNING | Config change detected for glance_api_db_sync, new hash: e90d018dfd8daf506d2bc2d7a90fbebc-0951c5796d863c4f92ba9f9661666758 2026-03-11 09:55:16.916104 | | WARNING | Config change detected for heat_engine_db_sync, new hash: c7dd96fccfef98c0acd76d5499e19aa8 2026-03-11 09:55:16.916757 | | WARNING | Config change detected for horizon, new hash: 477f1405bbf39cfb0056d623317691f5 2026-03-11 09:55:16.917356 | | WARNING | Config change detected for iscsid, new hash: 0951c5796d863c4f92ba9f9661666758 2026-03-11 09:55:16.918067 | | WARNING | Config change detected for keystone, new hash: 3ec481dc6bc3b392ffcac1dedd9b44b2 2026-03-11 09:55:16.918614 | | WARNING | Config change detected for keystone_cron, new hash: 3ec481dc6bc3b392ffcac1dedd9b44b2 2026-03-11 09:55:16.919155 | | WARNING | Config change detected for keystone_db_sync, new hash: 3ec481dc6bc3b392ffcac1dedd9b44b2 2026-03-11 09:55:16.919666 | | WARNING | Config change detected for manila_api_db_sync, new hash: c759550b8c18f3424cf2fd8c068189ce 2026-03-11 09:55:16.920137 | | WARNING | Config change detected for neutron_db_sync, new hash: 6eea1bb591c7f31b1e301004c71a3e5c 2026-03-11 09:55:16.920662 | | WARNING | Config change detected for nova_api_db_sync, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.921133 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.921768 | | WARNING | Config change detected for nova_db_sync, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.922298 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.922919 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.923512 | | WARNING | Config change detected for nova_virtproxyd, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.924128 | | WARNING | Config change detected for nova_virtqemud, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.924685 | | WARNING | Config change detected for nova_virtsecretd, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.925201 | | WARNING | Config change detected for nova_virtstoraged, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.925757 | | WARNING | Config change detected for octavia_db_sync, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.926258 | | WARNING | Config change detected for placement_api_db_sync, new hash: 1bbf14814e91cca859d6160d7784bbc2 2026-03-11 09:55:16.926864 | | WARNING | Config change detected for swift_copy_rings, new hash: 9dab07b927433c374f7eb8d5f758b880-cc79bdebdda23b67d60ce2cd438587bb 2026-03-11 09:55:16.927344 | | WARNING | Config change detected for aodh_api, new hash: 92471d1d13a47978c928c469b655add2 2026-03-11 09:55:16.927881 | | WARNING | Config change detected for aodh_api_cron, new hash: 92471d1d13a47978c928c469b655add2 2026-03-11 09:55:16.928387 | | WARNING | Config change detected for aodh_evaluator, new hash: 92471d1d13a47978c928c469b655add2 2026-03-11 09:55:16.928942 | | WARNING | Config change detected for aodh_listener, new hash: 92471d1d13a47978c928c469b655add2 2026-03-11 09:55:16.929475 | | WARNING | Config change detected for aodh_notifier, new hash: 92471d1d13a47978c928c469b655add2 2026-03-11 09:55:16.930085 | | WARNING | Config change detected for ceilometer_agent_central, new hash: e7d0d3cfc6b6fd5459832d3baff905df 2026-03-11 09:55:16.930637 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: e7d0d3cfc6b6fd5459832d3baff905df 2026-03-11 09:55:16.931217 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: e7d0d3cfc6b6fd5459832d3baff905df 2026-03-11 09:55:16.931777 | | WARNING | Config change detected for cinder_api, new hash: 5ab930d15b983c0b9b504460fa51ce7d 2026-03-11 09:55:16.932279 | | WARNING | Config change detected for cinder_api_cron, new hash: 5ab930d15b983c0b9b504460fa51ce7d 2026-03-11 09:55:16.932949 | | WARNING | Config change detected for cinder_scheduler, new hash: 5ab930d15b983c0b9b504460fa51ce7d 2026-03-11 09:55:16.933488 | | WARNING | Config change detected for glance_api, new hash: e90d018dfd8daf506d2bc2d7a90fbebc-0951c5796d863c4f92ba9f9661666758 2026-03-11 09:55:16.934048 | | WARNING | Config change detected for glance_api_cron, new hash: e90d018dfd8daf506d2bc2d7a90fbebc 2026-03-11 09:55:16.934582 | | WARNING | Config change detected for glance_api_internal, new hash: c7e588562b9f870e96ff41d9354ee356-0951c5796d863c4f92ba9f9661666758 2026-03-11 09:55:16.935147 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: c7e588562b9f870e96ff41d9354ee356 2026-03-11 09:55:16.935687 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: e90d018dfd8daf506d2bc2d7a90fbebc 2026-03-11 09:55:16.936189 | | WARNING | Config change detected for heat_api, new hash: 9a2f27f0c4cf37b503e2cce830542ca0 2026-03-11 09:55:16.936729 | | WARNING | Config change detected for heat_api_cfn, new hash: 59532f7280b0dbe9c8a069e2b7f01f69 2026-03-11 09:55:16.937241 | | WARNING | Config change detected for heat_api_cron, new hash: 9a2f27f0c4cf37b503e2cce830542ca0 2026-03-11 09:55:16.937874 | | WARNING | Config change detected for heat_engine, new hash: c7dd96fccfef98c0acd76d5499e19aa8 2026-03-11 09:55:16.938405 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-11 09:55:16.938962 | | WARNING | Config change detected for manila_api, new hash: c759550b8c18f3424cf2fd8c068189ce 2026-03-11 09:55:16.939427 | | WARNING | Config change detected for manila_api_cron, new hash: c759550b8c18f3424cf2fd8c068189ce 2026-03-11 09:55:16.939975 | | WARNING | Config change detected for manila_scheduler, new hash: c759550b8c18f3424cf2fd8c068189ce 2026-03-11 09:55:16.940454 | | WARNING | Config change detected for neutron_api, new hash: 6eea1bb591c7f31b1e301004c71a3e5c 2026-03-11 09:55:16.940970 | | WARNING | Config change detected for neutron_dhcp, new hash: 6eea1bb591c7f31b1e301004c71a3e5c 2026-03-11 09:55:16.941442 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 6eea1bb591c7f31b1e301004c71a3e5c 2026-03-11 09:55:16.941979 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 6eea1bb591c7f31b1e301004c71a3e5c 2026-03-11 09:55:16.942461 | | WARNING | Config change detected for nova_api, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.943027 | | WARNING | Config change detected for nova_api_cron, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.943511 | | WARNING | Config change detected for nova_conductor, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.944010 | | WARNING | Config change detected for nova_metadata, new hash: d5ae86bc5b5e563466364f1e2f930bba 2026-03-11 09:55:16.944477 | | WARNING | Config change detected for nova_migration_target, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.944988 | | WARNING | Config change detected for nova_scheduler, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.945458 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.945969 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 27fcf63b6061226295766a77c508a298 2026-03-11 09:55:16.946435 | | WARNING | Config change detected for octavia_api, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.947012 | | WARNING | Config change detected for octavia_driver_agent, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.947479 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 6eea1bb591c7f31b1e301004c71a3e5c 2026-03-11 09:55:16.947983 | | WARNING | Config change detected for placement_api, new hash: 1bbf14814e91cca859d6160d7784bbc2 2026-03-11 09:55:16.948468 | | WARNING | Config change detected for placement_wait_for_service, new hash: 1bbf14814e91cca859d6160d7784bbc2 2026-03-11 09:55:16.949009 | | WARNING | Config change detected for swift_account_reaper, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.949482 | | WARNING | Config change detected for swift_account_server, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.949991 | | WARNING | Config change detected for swift_container_server, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.950462 | | WARNING | Config change detected for swift_container_updater, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.951026 | | WARNING | Config change detected for swift_object_expirer, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.951490 | | WARNING | Config change detected for swift_object_server, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.951992 | | WARNING | Config change detected for swift_object_updater, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.952448 | | WARNING | Config change detected for swift_proxy, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.952942 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 9dab07b927433c374f7eb8d5f758b880 2026-03-11 09:55:16.953401 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: e7d0d3cfc6b6fd5459832d3baff905df 2026-03-11 09:55:16.953917 | | WARNING | Config change detected for gnocchi_api, new hash: 6466df191272cab03ffb5a3cba6266b1 2026-03-11 09:55:16.954378 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 6466df191272cab03ffb5a3cba6266b1 2026-03-11 09:55:16.954954 | | WARNING | Config change detected for gnocchi_metricd, new hash: 6466df191272cab03ffb5a3cba6266b1 2026-03-11 09:55:16.955433 | | WARNING | Config change detected for gnocchi_statsd, new hash: 6466df191272cab03ffb5a3cba6266b1 2026-03-11 09:55:16.955938 | | WARNING | Config change detected for nova_compute, new hash: 0951c5796d863c4f92ba9f9661666758-3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.956403 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 3c70863c8294617698e9a252de6a19fd 2026-03-11 09:55:16.956975 | | WARNING | Config change detected for octavia_health_manager, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.957456 | | WARNING | Config change detected for octavia_housekeeping, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.957971 | | WARNING | Config change detected for octavia_rsyslog, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.958450 | | WARNING | Config change detected for octavia_worker, new hash: 31920031fa243db1b1b5906cb3343ccf 2026-03-11 09:55:16.959019 | fa163e84-66e8-9a19-d5b3-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-11 09:55:16.959858 | fa163e84-66e8-9a19-d5b3-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:54.125996 | 0.35s 2026-03-11 09:55:16.991391 | fa163e84-66e8-9a19-d5b3-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:55:17.050112 | fa163e84-66e8-9a19-d5b3-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:54.216244 | 0.06s 2026-03-11 09:55:17.072867 | a2f3c820-7832-4ce6-ba57-2510681af154 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:55:17.110162 | fa163e84-66e8-9a19-d5b3-000000002f28 | TASK | Gather podman infos 2026-03-11 09:55:17.958741 | fa163e84-66e8-9a19-d5b3-000000002f28 | OK | Gather podman infos | standalone 2026-03-11 09:55:17.959898 | fa163e84-66e8-9a19-d5b3-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:55.126039 | 0.85s 2026-03-11 09:55:18.028612 | fa163e84-66e8-9a19-d5b3-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:55:18.092825 | fa163e84-66e8-9a19-d5b3-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:55.258954 | 0.06s 2026-03-11 09:55:18.222743 | fa163e84-66e8-9a19-d5b3-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:55.388864 | 0.06s 2026-03-11 09:55:18.287174 | fa163e84-66e8-9a19-d5b3-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:55:18.342333 | fa163e84-66e8-9a19-d5b3-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:55.508439 | 0.05s 2026-03-11 09:55:18.368362 | 9f4885a5-46fc-49a1-bc2a-1f261fcd9584 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:55:18.406980 | fa163e84-66e8-9a19-d5b3-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:55:26.358050 | fa163e84-66e8-9a19-d5b3-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 09:55:26.359313 | fa163e84-66e8-9a19-d5b3-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:03.525456 | 7.95s 2026-03-11 09:55:26.384195 | fa163e84-66e8-9a19-d5b3-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:55:30.884595 | fa163e84-66e8-9a19-d5b3-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 09:55:30.886023 | fa163e84-66e8-9a19-d5b3-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:15:08.052167 | 4.50s 2026-03-11 09:55:30.941077 | fa163e84-66e8-9a19-d5b3-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-11 09:55:31.182143 | fa163e84-66e8-9a19-d5b3-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-11 09:55:31.183603 | fa163e84-66e8-9a19-d5b3-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:08.349712 | 0.24s 2026-03-11 09:55:31.231720 | fa163e84-66e8-9a19-d5b3-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-11 09:55:31.287363 | fa163e84-66e8-9a19-d5b3-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:08.453492 | 0.05s 2026-03-11 09:55:31.318347 | fa163e84-66e8-9a19-d5b3-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-11 09:55:31.362707 | fa163e84-66e8-9a19-d5b3-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:08.528831 | 0.04s 2026-03-11 09:55:31.389874 | 7f61afd9-b662-4b2d-9416-e137c303d072 | INCLUDED | /root/standalone-ansible-lvka6war/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:55:31.427632 | fa163e84-66e8-9a19-d5b3-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-11 09:55:31.966914 | fa163e84-66e8-9a19-d5b3-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-11 09:55:31.968162 | fa163e84-66e8-9a19-d5b3-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:09.134298 | 0.54s 2026-03-11 09:55:31.999935 | fa163e84-66e8-9a19-d5b3-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-03-11 09:55:32.288308 | fa163e84-66e8-9a19-d5b3-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-03-11 09:55:32.289830 | fa163e84-66e8-9a19-d5b3-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:09.455963 | 0.29s 2026-03-11 09:55:32.321395 | fa163e84-66e8-9a19-d5b3-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-11 09:55:32.351265 | fa163e84-66e8-9a19-d5b3-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:09.517395 | 0.03s 2026-03-11 09:55:32.410513 | fa163e84-66e8-9a19-d5b3-000000002dd2 | TASK | Gather variables for each operating system 2026-03-11 09:55:32.531110 | fa163e84-66e8-9a19-d5b3-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:09.697251 | 0.12s 2026-03-11 09:55:32.560352 | fa163e84-66e8-9a19-d5b3-000000002dd3 | TASK | Create container logs path 2026-03-11 09:55:32.784473 | fa163e84-66e8-9a19-d5b3-000000002dd3 | OK | Create container logs path | standalone 2026-03-11 09:55:32.785922 | fa163e84-66e8-9a19-d5b3-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:09.952061 | 0.22s 2026-03-11 09:55:32.819005 | fa163e84-66e8-9a19-d5b3-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:55:33.074506 | fa163e84-66e8-9a19-d5b3-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:55:33.076141 | fa163e84-66e8-9a19-d5b3-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:10.242269 | 0.26s 2026-03-11 09:55:33.106958 | fa163e84-66e8-9a19-d5b3-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-11 09:55:33.159450 | fa163e84-66e8-9a19-d5b3-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:55:33.160743 | fa163e84-66e8-9a19-d5b3-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:10.326880 | 0.05s 2026-03-11 09:55:33.194501 | fa163e84-66e8-9a19-d5b3-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-11 09:55:33.229013 | fa163e84-66e8-9a19-d5b3-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:55:33.230281 | fa163e84-66e8-9a19-d5b3-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:10.396420 | 0.03s 2026-03-11 09:55:33.255463 | fa163e84-66e8-9a19-d5b3-000000002dda | TASK | Update container configs with new config hashes 2026-03-11 09:55:33.292993 | fa163e84-66e8-9a19-d5b3-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:55:33.294017 | fa163e84-66e8-9a19-d5b3-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:10.460161 | 0.04s 2026-03-11 09:55:33.319301 | fa163e84-66e8-9a19-d5b3-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:55:33.357077 | fa163e84-66e8-9a19-d5b3-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:55:33.358049 | fa163e84-66e8-9a19-d5b3-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:10.524193 | 0.04s 2026-03-11 09:55:33.383144 | fa163e84-66e8-9a19-d5b3-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:55:33.433322 | fa163e84-66e8-9a19-d5b3-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:55:33.434687 | fa163e84-66e8-9a19-d5b3-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:10.600822 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-11 09:55:33.598593 | fa163e84-66e8-9a19-d5b3-0000000000c6 | TASK | External deployment step 2 2026-03-11 09:55:33.626033 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000c6') missing from stats 2026-03-11 09:55:33.680091 | fa163e84-66e8-9a19-d5b3-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:10.846228 | 0.04s 2026-03-11 09:55:33.684870 | 2fb48ac7-54fe-4cb7-ad95-edf57d81c674 | INCLUDED | /root/standalone-ansible-lvka6war/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-11 09:55:33.796998 | fa163e84-66e8-9a19-d5b3-0000000000ca | TASK | Deploy step tasks for 2 2026-03-11 09:55:33.826383 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000ca') missing from stats 2026-03-11 09:55:33.848680 | fa163e84-66e8-9a19-d5b3-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-11 09:55:34.324019 | fa163e84-66e8-9a19-d5b3-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-11 09:55:34.325353 | fa163e84-66e8-9a19-d5b3-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:11.491493 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:55:34.381897 | fa163e84-66e8-9a19-d5b3-0000000000cc | TIMING | include_tasks | standalone | 0:15:11.548024 | 0.03s 2026-03-11 09:55:34.477874 | 3b8c7f06-f576-4b3a-83da-bdbb48034f35 | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-11 09:55:34.515189 | fa163e84-66e8-9a19-d5b3-000000003075 | TASK | Push script 2026-03-11 09:55:34.979338 | fa163e84-66e8-9a19-d5b3-000000003075 | CHANGED | Push script | standalone 2026-03-11 09:55:34.980129 | fa163e84-66e8-9a19-d5b3-000000003075 | TIMING | Push script | standalone | 0:15:12.146274 | 0.46s 2026-03-11 09:55:34.999110 | fa163e84-66e8-9a19-d5b3-000000003076 | TASK | Insert cronjob in root crontab 2026-03-11 09:55:35.464207 | fa163e84-66e8-9a19-d5b3-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-11 09:55:35.465949 | fa163e84-66e8-9a19-d5b3-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:15:12.632082 | 0.47s 2026-03-11 09:55:35.495744 | fa163e84-66e8-9a19-d5b3-00000000307d | TASK | Gather variables for each operating system 2026-03-11 09:55:35.621916 | fa163e84-66e8-9a19-d5b3-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:12.788055 | 0.12s 2026-03-11 09:55:35.644206 | fa163e84-66e8-9a19-d5b3-00000000307e | TASK | Detect if resource is being created or already exists 2026-03-11 09:55:36.403902 | fa163e84-66e8-9a19-d5b3-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:55:36.405759 | fa163e84-66e8-9a19-d5b3-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:13.571883 | 0.76s 2026-03-11 09:55:36.437054 | fa163e84-66e8-9a19-d5b3-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-03-11 09:57:23.297396 | fa163e84-66e8-9a19-d5b3-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-11 09:57:23.299298 | fa163e84-66e8-9a19-d5b3-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:00.465432 | 106.86s 2026-03-11 09:57:23.340224 | fa163e84-66e8-9a19-d5b3-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-11 09:57:23.606956 | fa163e84-66e8-9a19-d5b3-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-11 09:57:23.608696 | fa163e84-66e8-9a19-d5b3-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:00.774827 | 0.27s 2026-03-11 09:57:23.640416 | fa163e84-66e8-9a19-d5b3-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:57:24.256547 | fa163e84-66e8-9a19-d5b3-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:57:24.257471 | fa163e84-66e8-9a19-d5b3-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:01.423615 | 0.61s 2026-03-11 09:57:24.281662 | fa163e84-66e8-9a19-d5b3-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-11 09:57:24.536634 | fa163e84-66e8-9a19-d5b3-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-11 09:57:24.539648 | fa163e84-66e8-9a19-d5b3-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:01.705782 | 0.26s 2026-03-11 09:57:24.576376 | fa163e84-66e8-9a19-d5b3-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-11 09:57:24.621392 | fa163e84-66e8-9a19-d5b3-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-11 09:57:24.624470 | fa163e84-66e8-9a19-d5b3-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:01.790450 | 0.04s 2026-03-11 09:57:24.660607 | fa163e84-66e8-9a19-d5b3-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-11 09:57:24.720112 | fa163e84-66e8-9a19-d5b3-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-11 09:57:24.722188 | fa163e84-66e8-9a19-d5b3-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:01.888324 | 0.06s 2026-03-11 09:57:24.755294 | fa163e84-66e8-9a19-d5b3-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-11 09:57:24.818409 | fa163e84-66e8-9a19-d5b3-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-11 09:57:24.819972 | fa163e84-66e8-9a19-d5b3-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:01.986107 | 0.06s 2026-03-11 09:57:24.855004 | fa163e84-66e8-9a19-d5b3-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:57:24.910423 | fa163e84-66e8-9a19-d5b3-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:57:24.911819 | fa163e84-66e8-9a19-d5b3-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:02.077955 | 0.05s 2026-03-11 09:57:24.945129 | fa163e84-66e8-9a19-d5b3-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-11 09:57:25.001049 | fa163e84-66e8-9a19-d5b3-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-11 09:57:25.002334 | fa163e84-66e8-9a19-d5b3-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:02.168471 | 0.06s 2026-03-11 09:57:25.060889 | fa163e84-66e8-9a19-d5b3-0000000030a9 | TASK | Gather variables for each operating system 2026-03-11 09:57:25.187373 | fa163e84-66e8-9a19-d5b3-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:02.353499 | 0.12s 2026-03-11 09:57:25.217817 | fa163e84-66e8-9a19-d5b3-0000000030aa | TASK | Detect if resource is being created or already exists 2026-03-11 09:57:25.974830 | fa163e84-66e8-9a19-d5b3-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:57:25.976263 | fa163e84-66e8-9a19-d5b3-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:03.142401 | 0.76s 2026-03-11 09:57:26.007671 | fa163e84-66e8-9a19-d5b3-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-03-11 09:57:54.886451 | fa163e84-66e8-9a19-d5b3-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-11 09:57:54.887757 | fa163e84-66e8-9a19-d5b3-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:32.053900 | 28.88s 2026-03-11 09:57:54.916364 | fa163e84-66e8-9a19-d5b3-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-11 09:57:55.179553 | fa163e84-66e8-9a19-d5b3-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-11 09:57:55.181085 | fa163e84-66e8-9a19-d5b3-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:32.347214 | 0.26s 2026-03-11 09:57:55.212818 | fa163e84-66e8-9a19-d5b3-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:57:55.682595 | fa163e84-66e8-9a19-d5b3-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:57:55.684398 | fa163e84-66e8-9a19-d5b3-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:32.850529 | 0.47s 2026-03-11 09:57:55.712519 | fa163e84-66e8-9a19-d5b3-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-11 09:57:55.914795 | fa163e84-66e8-9a19-d5b3-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-11 09:57:55.916369 | fa163e84-66e8-9a19-d5b3-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:33.082505 | 0.20s 2026-03-11 09:57:55.949185 | fa163e84-66e8-9a19-d5b3-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-11 09:57:56.002928 | fa163e84-66e8-9a19-d5b3-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-11 09:57:56.004003 | fa163e84-66e8-9a19-d5b3-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:33.170146 | 0.05s 2026-03-11 09:57:56.031451 | fa163e84-66e8-9a19-d5b3-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-03-11 09:57:56.084910 | fa163e84-66e8-9a19-d5b3-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-11 09:57:56.086492 | fa163e84-66e8-9a19-d5b3-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:33.252622 | 0.05s 2026-03-11 09:57:56.121890 | fa163e84-66e8-9a19-d5b3-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-11 09:57:56.174717 | fa163e84-66e8-9a19-d5b3-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-11 09:57:56.175938 | fa163e84-66e8-9a19-d5b3-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:33.342079 | 0.05s 2026-03-11 09:57:56.201759 | fa163e84-66e8-9a19-d5b3-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:57:56.243136 | fa163e84-66e8-9a19-d5b3-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:57:56.243876 | fa163e84-66e8-9a19-d5b3-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:33.410024 | 0.04s 2026-03-11 09:57:56.264081 | fa163e84-66e8-9a19-d5b3-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-03-11 09:57:56.313225 | fa163e84-66e8-9a19-d5b3-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-11 09:57:56.314111 | fa163e84-66e8-9a19-d5b3-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:33.480256 | 0.05s 2026-03-11 09:57:56.356591 | fa163e84-66e8-9a19-d5b3-0000000030d5 | TASK | Gather variables for each operating system 2026-03-11 09:57:56.466783 | fa163e84-66e8-9a19-d5b3-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:33.632914 | 0.11s 2026-03-11 09:57:56.490377 | fa163e84-66e8-9a19-d5b3-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-03-11 09:57:57.324152 | fa163e84-66e8-9a19-d5b3-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:57:57.325625 | fa163e84-66e8-9a19-d5b3-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:34.491765 | 0.83s 2026-03-11 09:57:57.356773 | fa163e84-66e8-9a19-d5b3-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-11 09:58:25.745785 | fa163e84-66e8-9a19-d5b3-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-11 09:58:25.747403 | fa163e84-66e8-9a19-d5b3-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:02.913541 | 28.39s 2026-03-11 09:58:25.780065 | fa163e84-66e8-9a19-d5b3-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-11 09:58:26.021780 | fa163e84-66e8-9a19-d5b3-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-11 09:58:26.023144 | fa163e84-66e8-9a19-d5b3-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:03.189281 | 0.24s 2026-03-11 09:58:26.052901 | fa163e84-66e8-9a19-d5b3-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:58:26.519987 | fa163e84-66e8-9a19-d5b3-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:58:26.521522 | fa163e84-66e8-9a19-d5b3-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:03.687662 | 0.47s 2026-03-11 09:58:26.553773 | fa163e84-66e8-9a19-d5b3-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-11 09:58:26.768903 | fa163e84-66e8-9a19-d5b3-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-11 09:58:26.771681 | fa163e84-66e8-9a19-d5b3-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:03.937810 | 0.21s 2026-03-11 09:58:26.796749 | fa163e84-66e8-9a19-d5b3-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-11 09:58:26.834745 | fa163e84-66e8-9a19-d5b3-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-11 09:58:26.835629 | fa163e84-66e8-9a19-d5b3-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:04.001772 | 0.04s 2026-03-11 09:58:26.862962 | fa163e84-66e8-9a19-d5b3-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-11 09:58:26.902709 | fa163e84-66e8-9a19-d5b3-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-11 09:58:26.903773 | fa163e84-66e8-9a19-d5b3-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:04.069912 | 0.04s 2026-03-11 09:58:26.928300 | fa163e84-66e8-9a19-d5b3-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-11 09:58:26.977728 | fa163e84-66e8-9a19-d5b3-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-11 09:58:26.978624 | fa163e84-66e8-9a19-d5b3-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:04.144768 | 0.05s 2026-03-11 09:58:27.010063 | fa163e84-66e8-9a19-d5b3-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:58:27.063970 | fa163e84-66e8-9a19-d5b3-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:58:27.067233 | fa163e84-66e8-9a19-d5b3-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:04.233359 | 0.05s 2026-03-11 09:58:27.100916 | fa163e84-66e8-9a19-d5b3-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-11 09:58:27.142759 | fa163e84-66e8-9a19-d5b3-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-11 09:58:27.144528 | fa163e84-66e8-9a19-d5b3-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:04.310666 | 0.04s 2026-03-11 09:58:27.188002 | fa163e84-66e8-9a19-d5b3-000000003101 | TASK | Gather variables for each operating system 2026-03-11 09:58:27.313712 | fa163e84-66e8-9a19-d5b3-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:04.479851 | 0.12s 2026-03-11 09:58:27.333469 | fa163e84-66e8-9a19-d5b3-000000003102 | TASK | Detect if resource is being created or already exists 2026-03-11 09:58:28.209724 | fa163e84-66e8-9a19-d5b3-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:58:28.211428 | fa163e84-66e8-9a19-d5b3-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:05.377564 | 0.88s 2026-03-11 09:58:28.243227 | fa163e84-66e8-9a19-d5b3-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-03-11 09:58:56.419233 | fa163e84-66e8-9a19-d5b3-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-11 09:58:56.421994 | fa163e84-66e8-9a19-d5b3-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:33.588136 | 28.18s 2026-03-11 09:58:56.454734 | fa163e84-66e8-9a19-d5b3-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-11 09:58:56.687172 | fa163e84-66e8-9a19-d5b3-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-11 09:58:56.688012 | fa163e84-66e8-9a19-d5b3-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:33.854160 | 0.23s 2026-03-11 09:58:56.707655 | fa163e84-66e8-9a19-d5b3-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:58:57.108865 | fa163e84-66e8-9a19-d5b3-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:58:57.110115 | fa163e84-66e8-9a19-d5b3-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:34.276253 | 0.40s 2026-03-11 09:58:57.145518 | fa163e84-66e8-9a19-d5b3-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-11 09:58:57.395640 | fa163e84-66e8-9a19-d5b3-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-11 09:58:57.396692 | fa163e84-66e8-9a19-d5b3-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:34.562835 | 0.25s 2026-03-11 09:58:57.417449 | fa163e84-66e8-9a19-d5b3-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-11 09:58:57.454963 | fa163e84-66e8-9a19-d5b3-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-11 09:58:57.455723 | fa163e84-66e8-9a19-d5b3-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:34.621869 | 0.04s 2026-03-11 09:58:57.476584 | fa163e84-66e8-9a19-d5b3-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-03-11 09:58:57.533451 | fa163e84-66e8-9a19-d5b3-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-11 09:58:57.534443 | fa163e84-66e8-9a19-d5b3-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:34.700586 | 0.06s 2026-03-11 09:58:57.559025 | fa163e84-66e8-9a19-d5b3-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-03-11 09:58:57.617783 | fa163e84-66e8-9a19-d5b3-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-11 09:58:57.618521 | fa163e84-66e8-9a19-d5b3-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:34.784664 | 0.06s 2026-03-11 09:58:57.641536 | fa163e84-66e8-9a19-d5b3-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:58:57.689006 | fa163e84-66e8-9a19-d5b3-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:58:57.689834 | fa163e84-66e8-9a19-d5b3-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:34.855979 | 0.05s 2026-03-11 09:58:57.711904 | fa163e84-66e8-9a19-d5b3-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-03-11 09:58:57.761984 | fa163e84-66e8-9a19-d5b3-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-11 09:58:57.762941 | fa163e84-66e8-9a19-d5b3-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:34.929080 | 0.05s 2026-03-11 09:58:57.818634 | fa163e84-66e8-9a19-d5b3-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-11 09:58:58.022780 | fa163e84-66e8-9a19-d5b3-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-11 09:58:58.023624 | fa163e84-66e8-9a19-d5b3-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:35.189772 | 0.20s 2026-03-11 09:58:58.104992 | fa163e84-66e8-9a19-d5b3-0000000000cf | TIMING | include_tasks | standalone | 0:18:35.271120 | 0.06s 2026-03-11 09:58:58.142955 | 876cd705-4f8c-475c-a23d-e9f503997904 | INCLUDED | /root/standalone-ansible-lvka6war/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:58:58.169126 | fa163e84-66e8-9a19-d5b3-0000000031a1 | TASK | Write the config_step hieradata 2026-03-11 09:58:58.686336 | fa163e84-66e8-9a19-d5b3-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-03-11 09:58:58.687364 | fa163e84-66e8-9a19-d5b3-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:35.853505 | 0.52s 2026-03-11 09:58:58.712770 | fa163e84-66e8-9a19-d5b3-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-03-11 09:58:59.035249 | fa163e84-66e8-9a19-d5b3-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-11 09:58:59.036220 | fa163e84-66e8-9a19-d5b3-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:36.202364 | 0.32s 2026-03-11 09:58:59.056478 | fa163e84-66e8-9a19-d5b3-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-03-11 09:58:59.309411 | fa163e84-66e8-9a19-d5b3-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:59:09.543737 | fa163e84-66e8-9a19-d5b3-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:59:19.770354 | fa163e84-66e8-9a19-d5b3-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:59:19.772890 | fa163e84-66e8-9a19-d5b3-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:56.939023 | 20.72s 2026-03-11 09:59:19.798373 | fa163e84-66e8-9a19-d5b3-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-11 09:59:19.884488 | fa163e84-66e8-9a19-d5b3-0000000031a4 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 09:58:59 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 09:59:05 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:59:05 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:59:05 puppet-user: (file & line not available)", "<13>Mar 11 09:59:05 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 11 09:59:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 09:59:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:59:06 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Mar 11 09:59:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 09:59:15 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 09:59:16 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:59:16 puppet-user: Notice: Applied catalog in 10.55 seconds", "<13>Mar 11 09:59:16 puppet-user: Application:", "<13>Mar 11 09:59:16 puppet-user: Initial environment: production", "<13>Mar 11 09:59:16 puppet-user: Converged environment: production", "<13>Mar 11 09:59:16 puppet-user: Run mode: user", "<13>Mar 11 09:59:16 puppet-user: Changes:", "<13>Mar 11 09:59:16 puppet-user: Total: 2", "<13>Mar 11 09:59:16 puppet-user: Events:", "<13>Mar 11 09:59:16 puppet-user: Success: 2", "<13>Mar 11 09:59:16 puppet-user: Resources:", "<13>Mar 11 09:59:16 puppet-user: Changed: 2", "<13>Mar 11 09:59:16 puppet-user: Out of sync: 2", "<13>Mar 11 09:59:16 puppet-user: Total: 28", "<13>Mar 11 09:59:16 puppet-user: Time:", "<13>Mar 11 09:59:16 puppet-user: Schedule: 0.00", "<13>Mar 11 09:59:16 puppet-user: File line: 0.00", "<13>Mar 11 09:59:16 puppet-user: Package: 0.00", "<13>Mar 11 09:59:16 puppet-user: File: 0.00", "<13>Mar 11 09:59:16 puppet-user: Augeas: 0.01", "<13>Mar 11 09:59:16 puppet-user: User: 0.01", "<13>Mar 11 09:59:16 puppet-user: Service: 0.10", "<13>Mar 11 09:59:16 puppet-user: Config retrieval: 0.48", "<13>Mar 11 09:59:16 puppet-user: Pcmk property: 1.52", "<13>Mar 11 09:59:16 puppet-user: Transaction evaluation: 10.54", "<13>Mar 11 09:59:16 puppet-user: Catalog application: 10.55", "<13>Mar 11 09:59:16 puppet-user: Last run: 1773223156", "<13>Mar 11 09:59:16 puppet-user: Exec: 2.06", "<13>Mar 11 09:59:16 puppet-user: Pcmk resource op default: 3.30", "<13>Mar 11 09:59:16 puppet-user: Pcmk resource default: 3.31", "<13>Mar 11 09:59:16 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:59:16 puppet-user: Total: 10.56", "<13>Mar 11 09:59:16 puppet-user: Version:", "<13>Mar 11 09:59:16 puppet-user: Config: 1773223145", "<13>Mar 11 09:59:16 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:59:19.885948 | fa163e84-66e8-9a19-d5b3-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:57.052085 | 0.09s 2026-03-11 09:59:19.915923 | fa163e84-66e8-9a19-d5b3-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-03-11 09:59:19.945131 | fa163e84-66e8-9a19-d5b3-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:57.111256 | 0.03s 2026-03-11 09:59:20.011755 | fa163e84-66e8-9a19-d5b3-0000000031e4 | TASK | Gather variables for each operating system 2026-03-11 09:59:20.135900 | fa163e84-66e8-9a19-d5b3-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:57.302024 | 0.12s 2026-03-11 09:59:20.166548 | fa163e84-66e8-9a19-d5b3-0000000031e5 | TASK | Create puppet caching structures 2026-03-11 09:59:20.370257 | fa163e84-66e8-9a19-d5b3-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:59:20.371770 | fa163e84-66e8-9a19-d5b3-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:57.537907 | 0.20s 2026-03-11 09:59:20.403206 | fa163e84-66e8-9a19-d5b3-0000000031e6 | TASK | Check for facter.conf 2026-03-11 09:59:20.635872 | fa163e84-66e8-9a19-d5b3-0000000031e6 | OK | Check for facter.conf | standalone 2026-03-11 09:59:20.636643 | fa163e84-66e8-9a19-d5b3-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:57.802791 | 0.23s 2026-03-11 09:59:20.656410 | fa163e84-66e8-9a19-d5b3-0000000031e7 | TASK | Remove facter.conf if directory 2026-03-11 09:59:20.699441 | fa163e84-66e8-9a19-d5b3-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:59:20.700855 | fa163e84-66e8-9a19-d5b3-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:57.866988 | 0.04s 2026-03-11 09:59:20.736264 | fa163e84-66e8-9a19-d5b3-0000000031e8 | TASK | Write facter cache config 2026-03-11 09:59:21.185121 | fa163e84-66e8-9a19-d5b3-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-03-11 09:59:21.186761 | fa163e84-66e8-9a19-d5b3-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:58.352896 | 0.45s 2026-03-11 09:59:21.219833 | fa163e84-66e8-9a19-d5b3-0000000031e9 | TASK | Cleanup facter cache if exists 2026-03-11 09:59:21.441254 | fa163e84-66e8-9a19-d5b3-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 09:59:21.442644 | fa163e84-66e8-9a19-d5b3-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:58.608778 | 0.22s 2026-03-11 09:59:21.472466 | fa163e84-66e8-9a19-d5b3-0000000031ea | TASK | Pre-cache facts 2026-03-11 09:59:22.099711 | fa163e84-66e8-9a19-d5b3-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-03-11 09:59:22.100869 | fa163e84-66e8-9a19-d5b3-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:59.267008 | 0.63s 2026-03-11 09:59:22.131805 | fa163e84-66e8-9a19-d5b3-0000000031eb | TASK | Failed deployment if facter fails 2026-03-11 09:59:22.163698 | fa163e84-66e8-9a19-d5b3-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:59:22.164920 | fa163e84-66e8-9a19-d5b3-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:59.331055 | 0.03s 2026-03-11 09:59:22.211291 | fa163e84-66e8-9a19-d5b3-0000000031ec | TASK | Sync cached facts 2026-03-11 09:59:22.526553 | fa163e84-66e8-9a19-d5b3-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-0000000031ec') missing from stats 2026-03-11 09:59:22.587378 | fa163e84-66e8-9a19-d5b3-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:59:22.627209 | fa163e84-66e8-9a19-d5b3-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 09:59:22.628635 | fa163e84-66e8-9a19-d5b3-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:59.794713 | 0.04s 2026-03-11 09:59:22.660615 | fa163e84-66e8-9a19-d5b3-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-11 09:59:22.690725 | fa163e84-66e8-9a19-d5b3-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:59.856856 | 0.03s 2026-03-11 09:59:22.756582 | fa163e84-66e8-9a19-d5b3-000000003243 | TASK | Gather variables for each operating system 2026-03-11 09:59:22.871540 | fa163e84-66e8-9a19-d5b3-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:00.037669 | 0.11s 2026-03-11 09:59:22.895812 | fa163e84-66e8-9a19-d5b3-000000003244 | TASK | Create container logs path 2026-03-11 09:59:23.168974 | fa163e84-66e8-9a19-d5b3-000000003244 | OK | Create container logs path | standalone 2026-03-11 09:59:23.170422 | fa163e84-66e8-9a19-d5b3-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:00.336557 | 0.27s 2026-03-11 09:59:23.204258 | fa163e84-66e8-9a19-d5b3-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:59:23.475055 | fa163e84-66e8-9a19-d5b3-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 09:59:23.476332 | fa163e84-66e8-9a19-d5b3-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:00.642467 | 0.27s 2026-03-11 09:59:23.508694 | fa163e84-66e8-9a19-d5b3-000000003247 | TASK | Finalise hashes for all containers 2026-03-11 09:59:23.581904 | fa163e84-66e8-9a19-d5b3-000000003247 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:59:23.583366 | fa163e84-66e8-9a19-d5b3-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:00.749494 | 0.07s 2026-03-11 09:59:23.613957 | fa163e84-66e8-9a19-d5b3-000000003249 | TASK | Manage systemd shutdown files 2026-03-11 09:59:23.649057 | fa163e84-66e8-9a19-d5b3-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:00.815184 | 0.03s 2026-03-11 09:59:23.681621 | 734e15d9-f495-478e-bf1c-39763536d9e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:59:23.710630 | fa163e84-66e8-9a19-d5b3-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:59:23.993142 | fa163e84-66e8-9a19-d5b3-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:59:23.994602 | fa163e84-66e8-9a19-d5b3-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:01.160706 | 0.28s 2026-03-11 09:59:24.017978 | fa163e84-66e8-9a19-d5b3-00000000327d | TASK | Set podman_drop_in fact 2026-03-11 09:59:24.081179 | fa163e84-66e8-9a19-d5b3-00000000327d | OK | Set podman_drop_in fact | standalone 2026-03-11 09:59:24.082627 | fa163e84-66e8-9a19-d5b3-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:01.248761 | 0.06s 2026-03-11 09:59:24.113429 | fa163e84-66e8-9a19-d5b3-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:59:24.598157 | fa163e84-66e8-9a19-d5b3-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:59:24.600932 | fa163e84-66e8-9a19-d5b3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:01.767064 | 0.49s 2026-03-11 09:59:25.039474 | fa163e84-66e8-9a19-d5b3-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:59:25.040600 | fa163e84-66e8-9a19-d5b3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:02.206705 | 0.93s 2026-03-11 09:59:25.047028 | fa163e84-66e8-9a19-d5b3-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:02.213167 | 0.93s 2026-03-11 09:59:25.068722 | fa163e84-66e8-9a19-d5b3-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:59:25.535829 | fa163e84-66e8-9a19-d5b3-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:59:25.538332 | fa163e84-66e8-9a19-d5b3-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:02.704467 | 0.47s 2026-03-11 09:59:25.568382 | fa163e84-66e8-9a19-d5b3-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:59:26.086137 | fa163e84-66e8-9a19-d5b3-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:59:26.086968 | fa163e84-66e8-9a19-d5b3-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:03.253115 | 0.52s 2026-03-11 09:59:26.106265 | fa163e84-66e8-9a19-d5b3-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:59:26.859580 | fa163e84-66e8-9a19-d5b3-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:59:26.861076 | fa163e84-66e8-9a19-d5b3-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:04.027218 | 0.75s 2026-03-11 09:59:26.885746 | fa163e84-66e8-9a19-d5b3-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:59:27.410385 | fa163e84-66e8-9a19-d5b3-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:59:27.412733 | fa163e84-66e8-9a19-d5b3-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:04.578866 | 0.53s 2026-03-11 09:59:27.432508 | fa163e84-66e8-9a19-d5b3-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:59:27.842857 | fa163e84-66e8-9a19-d5b3-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:59:27.844733 | fa163e84-66e8-9a19-d5b3-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:05.010862 | 0.41s 2026-03-11 09:59:27.872801 | fa163e84-66e8-9a19-d5b3-000000003285 | TASK | Enable and start netns-placeholder 2026-03-11 09:59:29.640319 | fa163e84-66e8-9a19-d5b3-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:59:29.643963 | fa163e84-66e8-9a19-d5b3-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:06.810092 | 1.77s 2026-03-11 09:59:29.674844 | fa163e84-66e8-9a19-d5b3-00000000324b | TASK | Update container configs with new config hashes 2026-03-11 09:59:29.736079 | fa163e84-66e8-9a19-d5b3-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:06.902208 | 0.06s 2026-03-11 09:59:29.756439 | 03293e78-b772-4ad8-8687-e02b289d4460 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:59:29.790602 | fa163e84-66e8-9a19-d5b3-0000000032ad | TASK | Update config hashes for container startup configs 2026-03-11 09:59:30.112244 | fa163e84-66e8-9a19-d5b3-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-03-11 09:59:30.114837 | fa163e84-66e8-9a19-d5b3-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:07.280970 | 0.32s 2026-03-11 09:59:30.146703 | fa163e84-66e8-9a19-d5b3-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:59:30.197149 | fa163e84-66e8-9a19-d5b3-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:07.363281 | 0.05s 2026-03-11 09:59:30.221241 | 861f7b0c-88d1-4659-bcca-47ca8ef07c2c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:59:30.257811 | fa163e84-66e8-9a19-d5b3-0000000032cc | TASK | Gather podman infos 2026-03-11 09:59:31.295728 | fa163e84-66e8-9a19-d5b3-0000000032cc | OK | Gather podman infos | standalone 2026-03-11 09:59:31.296488 | fa163e84-66e8-9a19-d5b3-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:08.462635 | 1.04s 2026-03-11 09:59:31.349106 | fa163e84-66e8-9a19-d5b3-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:59:31.426254 | fa163e84-66e8-9a19-d5b3-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:08.592378 | 0.07s 2026-03-11 09:59:31.565296 | fa163e84-66e8-9a19-d5b3-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:08.731417 | 0.08s 2026-03-11 09:59:31.626555 | fa163e84-66e8-9a19-d5b3-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:59:31.689328 | fa163e84-66e8-9a19-d5b3-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:08.855455 | 0.06s 2026-03-11 09:59:31.716347 | 6716da54-34ae-4272-9f91-241c1c3b4160 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:59:31.759055 | fa163e84-66e8-9a19-d5b3-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:59:53.600798 | fa163e84-66e8-9a19-d5b3-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 09:59:53.602003 | fa163e84-66e8-9a19-d5b3-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:30.768144 | 21.84s 2026-03-11 09:59:53.626966 | fa163e84-66e8-9a19-d5b3-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:59:56.220011 | fa163e84-66e8-9a19-d5b3-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 09:59:56.221073 | fa163e84-66e8-9a19-d5b3-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:33.387218 | 2.59s 2026-03-11 09:59:56.298019 | fa163e84-66e8-9a19-d5b3-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-11 09:59:56.537655 | fa163e84-66e8-9a19-d5b3-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-11 09:59:56.538682 | fa163e84-66e8-9a19-d5b3-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:33.704825 | 0.24s 2026-03-11 09:59:56.583708 | fa163e84-66e8-9a19-d5b3-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-11 09:59:56.625941 | fa163e84-66e8-9a19-d5b3-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:33.792072 | 0.04s 2026-03-11 09:59:56.656030 | fa163e84-66e8-9a19-d5b3-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-03-11 09:59:56.706400 | fa163e84-66e8-9a19-d5b3-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:33.872531 | 0.05s 2026-03-11 09:59:56.730538 | fad3a877-6b9c-4f3e-8eb8-c4c1498a960b | INCLUDED | /root/standalone-ansible-lvka6war/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:59:56.779378 | fa163e84-66e8-9a19-d5b3-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-11 09:59:57.244584 | fa163e84-66e8-9a19-d5b3-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-11 09:59:57.245801 | fa163e84-66e8-9a19-d5b3-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:34.411939 | 0.47s 2026-03-11 09:59:57.277209 | fa163e84-66e8-9a19-d5b3-00000000338a | TASK | Generate container puppet configs for step 2 2026-03-11 09:59:57.562898 | fa163e84-66e8-9a19-d5b3-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-03-11 09:59:57.564207 | fa163e84-66e8-9a19-d5b3-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:34.730346 | 0.29s 2026-03-11 09:59:57.595010 | fa163e84-66e8-9a19-d5b3-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-11 09:59:57.617947 | fa163e84-66e8-9a19-d5b3-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:34.784079 | 0.02s 2026-03-11 09:59:57.689737 | fa163e84-66e8-9a19-d5b3-0000000033ba | TASK | Gather variables for each operating system 2026-03-11 09:59:57.813337 | fa163e84-66e8-9a19-d5b3-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:34.979466 | 0.12s 2026-03-11 09:59:57.843039 | fa163e84-66e8-9a19-d5b3-0000000033bb | TASK | Create container logs path 2026-03-11 09:59:58.076668 | fa163e84-66e8-9a19-d5b3-0000000033bb | OK | Create container logs path | standalone 2026-03-11 09:59:58.078081 | fa163e84-66e8-9a19-d5b3-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:35.244219 | 0.23s 2026-03-11 09:59:58.111654 | fa163e84-66e8-9a19-d5b3-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 09:59:58.385158 | fa163e84-66e8-9a19-d5b3-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 09:59:58.386661 | fa163e84-66e8-9a19-d5b3-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:35.552795 | 0.27s 2026-03-11 09:59:58.417977 | fa163e84-66e8-9a19-d5b3-0000000033be | TASK | Finalise hashes for all containers 2026-03-11 09:59:58.469479 | fa163e84-66e8-9a19-d5b3-0000000033be | OK | Finalise hashes for all containers | standalone 2026-03-11 09:59:58.470776 | fa163e84-66e8-9a19-d5b3-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:35.636913 | 0.05s 2026-03-11 09:59:58.502395 | fa163e84-66e8-9a19-d5b3-0000000033c0 | TASK | Manage systemd shutdown files 2026-03-11 09:59:58.544930 | fa163e84-66e8-9a19-d5b3-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:59:58.546374 | fa163e84-66e8-9a19-d5b3-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:35.712505 | 0.04s 2026-03-11 09:59:58.577526 | fa163e84-66e8-9a19-d5b3-0000000033c2 | TASK | Update container configs with new config hashes 2026-03-11 09:59:58.627817 | fa163e84-66e8-9a19-d5b3-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:59:58.629057 | fa163e84-66e8-9a19-d5b3-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:35.795194 | 0.05s 2026-03-11 09:59:58.661233 | fa163e84-66e8-9a19-d5b3-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 09:59:58.713162 | fa163e84-66e8-9a19-d5b3-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 09:59:58.714927 | fa163e84-66e8-9a19-d5b3-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:35.881055 | 0.05s 2026-03-11 09:59:58.747373 | fa163e84-66e8-9a19-d5b3-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 09:59:58.799785 | fa163e84-66e8-9a19-d5b3-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 09:59:58.801239 | fa163e84-66e8-9a19-d5b3-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:35.967370 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-11 09:59:58.956739 | fa163e84-66e8-9a19-d5b3-0000000000d2 | TASK | External deployment step 3 2026-03-11 09:59:58.999208 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000d2') missing from stats 2026-03-11 09:59:59.058663 | fa163e84-66e8-9a19-d5b3-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:36.224791 | 0.04s 2026-03-11 09:59:59.066290 | 3264af01-4e41-4e40-af4d-d20402affb67 | INCLUDED | /root/standalone-ansible-lvka6war/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-11 09:59:59.203279 | fa163e84-66e8-9a19-d5b3-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-11 09:59:59.232451 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000d6') missing from stats 2026-03-11 09:59:59.255375 | fa163e84-66e8-9a19-d5b3-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-11 09:59:59.719157 | fa163e84-66e8-9a19-d5b3-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-11 09:59:59.720219 | fa163e84-66e8-9a19-d5b3-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:36.886365 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:59:59.780762 | fa163e84-66e8-9a19-d5b3-0000000000d8 | TIMING | include_tasks | standalone | 0:19:36.946899 | 0.04s 2026-03-11 09:59:59.799201 | efc92c71-7182-4114-a9b3-95debf79f42b | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-11 09:59:59.822983 | fa163e84-66e8-9a19-d5b3-000000003428 | TASK | Start OVN container 2026-03-11 09:59:59.900699 | fa163e84-66e8-9a19-d5b3-000000003428 | TIMING | Start OVN container | standalone | 0:19:37.066816 | 0.08s 2026-03-11 09:59:59.935387 | fa163e84-66e8-9a19-d5b3-000000003428 | TIMING | Start OVN container | standalone | 0:19:37.101523 | 0.11s 2026-03-11 09:59:59.954647 | fa163e84-66e8-9a19-d5b3-000000003428 | TIMING | Start OVN container | standalone | 0:19:37.120787 | 0.13s 2026-03-11 09:59:59.961519 | fa163e84-66e8-9a19-d5b3-000000003428 | TIMING | Start OVN container | standalone | 0:19:37.127637 | 0.14s 2026-03-11 10:00:00.049805 | fa163e84-66e8-9a19-d5b3-000000003460 | TASK | Gather variables for each operating system 2026-03-11 10:00:00.171286 | fa163e84-66e8-9a19-d5b3-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:37.337408 | 0.12s 2026-03-11 10:00:00.200972 | fa163e84-66e8-9a19-d5b3-000000003461 | TASK | Create container logs path 2026-03-11 10:00:00.476402 | fa163e84-66e8-9a19-d5b3-000000003461 | OK | Create container logs path | standalone 2026-03-11 10:00:00.477884 | fa163e84-66e8-9a19-d5b3-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:37.644023 | 0.28s 2026-03-11 10:00:00.508972 | fa163e84-66e8-9a19-d5b3-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:00.821304 | fa163e84-66e8-9a19-d5b3-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:00.822723 | fa163e84-66e8-9a19-d5b3-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:37.988858 | 0.31s 2026-03-11 10:00:00.853433 | fa163e84-66e8-9a19-d5b3-000000003464 | TASK | Finalise hashes for all containers 2026-03-11 10:00:00.958742 | fa163e84-66e8-9a19-d5b3-000000003464 | OK | Finalise hashes for all containers | standalone 2026-03-11 10:00:00.960083 | fa163e84-66e8-9a19-d5b3-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:38.126221 | 0.11s 2026-03-11 10:00:00.990284 | fa163e84-66e8-9a19-d5b3-000000003466 | TASK | Manage systemd shutdown files 2026-03-11 10:00:01.052756 | fa163e84-66e8-9a19-d5b3-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 10:00:01.053966 | fa163e84-66e8-9a19-d5b3-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:38.220103 | 0.06s 2026-03-11 10:00:01.084653 | fa163e84-66e8-9a19-d5b3-000000003468 | TASK | Update container configs with new config hashes 2026-03-11 10:00:01.157288 | fa163e84-66e8-9a19-d5b3-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 10:00:01.158635 | fa163e84-66e8-9a19-d5b3-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:38.324772 | 0.07s 2026-03-11 10:00:01.190649 | fa163e84-66e8-9a19-d5b3-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:01.263977 | fa163e84-66e8-9a19-d5b3-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.430106 | 0.07s 2026-03-11 10:00:01.288603 | 319126b0-11fc-4ce6-b8aa-a40efef74d19 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 10:00:01.324652 | fa163e84-66e8-9a19-d5b3-0000000034f5 | TASK | Gather podman infos 2026-03-11 10:00:02.566497 | fa163e84-66e8-9a19-d5b3-0000000034f5 | OK | Gather podman infos | standalone 2026-03-11 10:00:02.567759 | fa163e84-66e8-9a19-d5b3-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:39.733899 | 1.24s 2026-03-11 10:00:02.655793 | fa163e84-66e8-9a19-d5b3-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:02.741288 | fa163e84-66e8-9a19-d5b3-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:39.907414 | 0.08s 2026-03-11 10:00:02.886759 | fa163e84-66e8-9a19-d5b3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:40.052880 | 0.08s 2026-03-11 10:00:02.946925 | fa163e84-66e8-9a19-d5b3-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:03.022278 | fa163e84-66e8-9a19-d5b3-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:40.188404 | 0.07s 2026-03-11 10:00:03.047049 | f231c5de-5c22-43b6-ace7-99c46781f290 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 10:00:03.082732 | fa163e84-66e8-9a19-d5b3-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:03.924157 | fa163e84-66e8-9a19-d5b3-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:03.925702 | fa163e84-66e8-9a19-d5b3-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:41.091839 | 0.84s 2026-03-11 10:00:03.952984 | fa163e84-66e8-9a19-d5b3-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:06.774954 | fa163e84-66e8-9a19-d5b3-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:06.776533 | fa163e84-66e8-9a19-d5b3-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:43.942672 | 2.82s 2026-03-11 10:00:06.836519 | fa163e84-66e8-9a19-d5b3-00000000348b | TASK | Gather variables for each operating system 2026-03-11 10:00:06.955119 | fa163e84-66e8-9a19-d5b3-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:44.121260 | 0.12s 2026-03-11 10:00:06.977548 | fa163e84-66e8-9a19-d5b3-00000000348c | TASK | Create container logs path 2026-03-11 10:00:07.254309 | fa163e84-66e8-9a19-d5b3-00000000348c | OK | Create container logs path | standalone 2026-03-11 10:00:07.255066 | fa163e84-66e8-9a19-d5b3-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:44.421213 | 0.28s 2026-03-11 10:00:07.277812 | fa163e84-66e8-9a19-d5b3-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:07.595643 | fa163e84-66e8-9a19-d5b3-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:07.597659 | fa163e84-66e8-9a19-d5b3-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:44.763795 | 0.32s 2026-03-11 10:00:07.626695 | fa163e84-66e8-9a19-d5b3-00000000348f | TASK | Finalise hashes for all containers 2026-03-11 10:00:07.720079 | fa163e84-66e8-9a19-d5b3-00000000348f | OK | Finalise hashes for all containers | standalone 2026-03-11 10:00:07.721257 | fa163e84-66e8-9a19-d5b3-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:44.887396 | 0.09s 2026-03-11 10:00:07.751861 | fa163e84-66e8-9a19-d5b3-000000003491 | TASK | Manage systemd shutdown files 2026-03-11 10:00:07.791890 | fa163e84-66e8-9a19-d5b3-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 10:00:07.792759 | fa163e84-66e8-9a19-d5b3-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:44.958901 | 0.04s 2026-03-11 10:00:07.817623 | fa163e84-66e8-9a19-d5b3-000000003493 | TASK | Update container configs with new config hashes 2026-03-11 10:00:07.872056 | fa163e84-66e8-9a19-d5b3-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 10:00:07.873424 | fa163e84-66e8-9a19-d5b3-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:45.039555 | 0.05s 2026-03-11 10:00:07.908953 | fa163e84-66e8-9a19-d5b3-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:07.960022 | fa163e84-66e8-9a19-d5b3-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:45.126162 | 0.05s 2026-03-11 10:00:07.982386 | 116dc1ee-b1e2-46b4-b573-0480f7824398 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 10:00:08.017981 | fa163e84-66e8-9a19-d5b3-0000000035ac | TASK | Gather podman infos 2026-03-11 10:00:09.115667 | fa163e84-66e8-9a19-d5b3-0000000035ac | OK | Gather podman infos | standalone 2026-03-11 10:00:09.117695 | fa163e84-66e8-9a19-d5b3-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:46.283828 | 1.10s 2026-03-11 10:00:09.196684 | fa163e84-66e8-9a19-d5b3-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:09.279748 | fa163e84-66e8-9a19-d5b3-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:46.445874 | 0.08s 2026-03-11 10:00:09.389601 | fa163e84-66e8-9a19-d5b3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:46.555685 | 0.07s 2026-03-11 10:00:09.447789 | fa163e84-66e8-9a19-d5b3-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:09.523417 | fa163e84-66e8-9a19-d5b3-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:46.689541 | 0.07s 2026-03-11 10:00:09.548656 | d8681647-b24a-4c70-a826-2cf3440fa0e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 10:00:09.579709 | fa163e84-66e8-9a19-d5b3-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:10.537551 | fa163e84-66e8-9a19-d5b3-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:10.538600 | fa163e84-66e8-9a19-d5b3-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:47.704707 | 0.96s 2026-03-11 10:00:10.565162 | fa163e84-66e8-9a19-d5b3-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:13.437309 | fa163e84-66e8-9a19-d5b3-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:13.439842 | fa163e84-66e8-9a19-d5b3-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:50.605980 | 2.87s 2026-03-11 10:00:13.499681 | fa163e84-66e8-9a19-d5b3-0000000034b6 | TASK | Gather variables for each operating system 2026-03-11 10:00:13.589623 | fa163e84-66e8-9a19-d5b3-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:50.755687 | 0.09s 2026-03-11 10:00:13.621372 | fa163e84-66e8-9a19-d5b3-0000000034b7 | TASK | Create container logs path 2026-03-11 10:00:13.894242 | fa163e84-66e8-9a19-d5b3-0000000034b7 | OK | Create container logs path | standalone 2026-03-11 10:00:13.896146 | fa163e84-66e8-9a19-d5b3-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:51.062278 | 0.27s 2026-03-11 10:00:13.929723 | fa163e84-66e8-9a19-d5b3-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:14.261400 | fa163e84-66e8-9a19-d5b3-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:14.262942 | fa163e84-66e8-9a19-d5b3-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:51.429080 | 0.33s 2026-03-11 10:00:14.293233 | fa163e84-66e8-9a19-d5b3-0000000034ba | TASK | Finalise hashes for all containers 2026-03-11 10:00:14.398920 | fa163e84-66e8-9a19-d5b3-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-03-11 10:00:14.399627 | fa163e84-66e8-9a19-d5b3-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:51.565773 | 0.10s 2026-03-11 10:00:14.418858 | fa163e84-66e8-9a19-d5b3-0000000034bc | TASK | Manage systemd shutdown files 2026-03-11 10:00:14.475197 | fa163e84-66e8-9a19-d5b3-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 10:00:14.475896 | fa163e84-66e8-9a19-d5b3-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:51.642044 | 0.06s 2026-03-11 10:00:14.494931 | fa163e84-66e8-9a19-d5b3-0000000034be | TASK | Update container configs with new config hashes 2026-03-11 10:00:14.551341 | fa163e84-66e8-9a19-d5b3-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 10:00:14.552599 | fa163e84-66e8-9a19-d5b3-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:51.718708 | 0.06s 2026-03-11 10:00:14.583439 | fa163e84-66e8-9a19-d5b3-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:14.623936 | fa163e84-66e8-9a19-d5b3-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:51.790059 | 0.04s 2026-03-11 10:00:14.643239 | 9aa45a05-bfe7-4221-a860-179d7fc6e9b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 10:00:14.665189 | fa163e84-66e8-9a19-d5b3-00000000365e | TASK | Gather podman infos 2026-03-11 10:00:15.820496 | fa163e84-66e8-9a19-d5b3-00000000365e | OK | Gather podman infos | standalone 2026-03-11 10:00:15.821309 | fa163e84-66e8-9a19-d5b3-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:52.987459 | 1.16s 2026-03-11 10:00:15.879793 | fa163e84-66e8-9a19-d5b3-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:15.956647 | fa163e84-66e8-9a19-d5b3-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.122787 | 0.07s 2026-03-11 10:00:16.084109 | fa163e84-66e8-9a19-d5b3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:53.250231 | 0.09s 2026-03-11 10:00:16.144814 | fa163e84-66e8-9a19-d5b3-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:16.198125 | fa163e84-66e8-9a19-d5b3-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.364249 | 0.05s 2026-03-11 10:00:16.225249 | c1ce6779-038c-4763-9b58-e794f9c6da5d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 10:00:16.259931 | fa163e84-66e8-9a19-d5b3-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:17.287998 | fa163e84-66e8-9a19-d5b3-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:17.291036 | fa163e84-66e8-9a19-d5b3-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:54.457154 | 1.03s 2026-03-11 10:00:17.325548 | fa163e84-66e8-9a19-d5b3-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 10:00:20.266625 | fa163e84-66e8-9a19-d5b3-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 10:00:20.269801 | fa163e84-66e8-9a19-d5b3-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:57.435937 | 2.94s 2026-03-11 10:00:20.311996 | fa163e84-66e8-9a19-d5b3-00000000342a | TASK | Set NB connection 2026-03-11 10:00:20.748343 | fa163e84-66e8-9a19-d5b3-00000000342a | CHANGED | Set NB connection | standalone 2026-03-11 10:00:20.750051 | fa163e84-66e8-9a19-d5b3-00000000342a | TIMING | Set NB connection | standalone | 0:19:57.916188 | 0.44s 2026-03-11 10:00:20.783808 | fa163e84-66e8-9a19-d5b3-00000000342b | TASK | Set SB connection 2026-03-11 10:00:21.223036 | fa163e84-66e8-9a19-d5b3-00000000342b | CHANGED | Set SB connection | standalone 2026-03-11 10:00:21.224339 | fa163e84-66e8-9a19-d5b3-00000000342b | TIMING | Set SB connection | standalone | 0:19:58.390477 | 0.44s 2026-03-11 10:00:21.253638 | fa163e84-66e8-9a19-d5b3-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-11 10:00:21.484521 | fa163e84-66e8-9a19-d5b3-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-11 10:00:21.486153 | fa163e84-66e8-9a19-d5b3-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:58.652289 | 0.23s 2026-03-11 10:00:21.590218 | fa163e84-66e8-9a19-d5b3-0000000000db | TIMING | include_tasks | standalone | 0:19:58.756342 | 0.07s 2026-03-11 10:00:21.629432 | fa9c6c80-f188-46aa-a9be-eb2211929083 | INCLUDED | /root/standalone-ansible-lvka6war/common_deploy_steps_tasks.yaml | standalone 2026-03-11 10:00:21.657939 | fa163e84-66e8-9a19-d5b3-00000000370a | TASK | Write the config_step hieradata 2026-03-11 10:00:22.121872 | fa163e84-66e8-9a19-d5b3-00000000370a | OK | Write the config_step hieradata | standalone 2026-03-11 10:00:22.122988 | fa163e84-66e8-9a19-d5b3-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:59.289127 | 0.46s 2026-03-11 10:00:22.145472 | fa163e84-66e8-9a19-d5b3-00000000370b | TASK | Run puppet host configuration for step 3 2026-03-11 10:00:22.464059 | fa163e84-66e8-9a19-d5b3-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-11 10:00:22.465293 | fa163e84-66e8-9a19-d5b3-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:59.631428 | 0.32s 2026-03-11 10:00:22.495131 | fa163e84-66e8-9a19-d5b3-00000000370c | TASK | Wait for puppet host configuration to finish 2026-03-11 10:00:22.754202 | fa163e84-66e8-9a19-d5b3-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 10:00:32.933859 | fa163e84-66e8-9a19-d5b3-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 10:00:43.152489 | fa163e84-66e8-9a19-d5b3-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 10:00:43.153393 | fa163e84-66e8-9a19-d5b3-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:20.319542 | 20.66s 2026-03-11 10:00:43.173083 | fa163e84-66e8-9a19-d5b3-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-11 10:00:43.261436 | fa163e84-66e8-9a19-d5b3-00000000370d | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 10:00:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 10:00:28 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 10:00:28 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 10:00:28 puppet-user: (file & line not available)", "<13>Mar 11 10:00:28 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 11 10:00:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 10:00:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 10:00:29 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Mar 11 10:00:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 10:00:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 10:00:37 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 10:00:37 puppet-user: Notice: Applied catalog in 8.13 seconds", "<13>Mar 11 10:00:37 puppet-user: Application:", "<13>Mar 11 10:00:37 puppet-user: Initial environment: production", "<13>Mar 11 10:00:37 puppet-user: Converged environment: production", "<13>Mar 11 10:00:37 puppet-user: Run mode: user", "<13>Mar 11 10:00:37 puppet-user: Changes:", "<13>Mar 11 10:00:37 puppet-user: Total: 2", "<13>Mar 11 10:00:37 puppet-user: Events:", "<13>Mar 11 10:00:37 puppet-user: Success: 2", "<13>Mar 11 10:00:37 puppet-user: Resources:", "<13>Mar 11 10:00:37 puppet-user: Changed: 2", "<13>Mar 11 10:00:37 puppet-user: Out of sync: 2", "<13>Mar 11 10:00:37 puppet-user: Total: 28", "<13>Mar 11 10:00:37 puppet-user: Time:", "<13>Mar 11 10:00:37 puppet-user: Filebucket: 0.00", "<13>Mar 11 10:00:37 puppet-user: Schedule: 0.00", "<13>Mar 11 10:00:37 puppet-user: Package: 0.00", "<13>Mar 11 10:00:37 puppet-user: File line: 0.00", "<13>Mar 11 10:00:37 puppet-user: File: 0.00", "<13>Mar 11 10:00:37 puppet-user: Augeas: 0.01", "<13>Mar 11 10:00:37 puppet-user: User: 0.07", "<13>Mar 11 10:00:37 puppet-user: Service: 0.08", "<13>Mar 11 10:00:37 puppet-user: Config retrieval: 0.48", "<13>Mar 11 10:00:37 puppet-user: Pcmk property: 1.51", "<13>Mar 11 10:00:37 puppet-user: Exec: 1.99", "<13>Mar 11 10:00:37 puppet-user: Last run: 1773223237", "<13>Mar 11 10:00:37 puppet-user: Pcmk resource default: 2.12", "<13>Mar 11 10:00:37 puppet-user: Pcmk resource op default: 2.17", "<13>Mar 11 10:00:37 puppet-user: Transaction evaluation: 8.11", "<13>Mar 11 10:00:37 puppet-user: Catalog application: 8.13", "<13>Mar 11 10:00:37 puppet-user: Total: 8.14", "<13>Mar 11 10:00:37 puppet-user: Version:", "<13>Mar 11 10:00:37 puppet-user: Config: 1773223228", "<13>Mar 11 10:00:37 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 10:00:43.262926 | fa163e84-66e8-9a19-d5b3-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:20.429064 | 0.09s 2026-03-11 10:00:43.292291 | fa163e84-66e8-9a19-d5b3-00000000370e | TASK | Pre-cache facts for puppet containers 2026-03-11 10:00:43.323943 | fa163e84-66e8-9a19-d5b3-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:20.490072 | 0.03s 2026-03-11 10:00:43.392779 | fa163e84-66e8-9a19-d5b3-00000000374d | TASK | Gather variables for each operating system 2026-03-11 10:00:43.514472 | fa163e84-66e8-9a19-d5b3-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:20.680571 | 0.12s 2026-03-11 10:00:43.538193 | fa163e84-66e8-9a19-d5b3-00000000374e | TASK | Create puppet caching structures 2026-03-11 10:00:43.805463 | fa163e84-66e8-9a19-d5b3-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-03-11 10:00:43.807215 | fa163e84-66e8-9a19-d5b3-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:20.973352 | 0.27s 2026-03-11 10:00:43.838408 | fa163e84-66e8-9a19-d5b3-00000000374f | TASK | Check for facter.conf 2026-03-11 10:00:44.084080 | fa163e84-66e8-9a19-d5b3-00000000374f | OK | Check for facter.conf | standalone 2026-03-11 10:00:44.085395 | fa163e84-66e8-9a19-d5b3-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:21.251534 | 0.25s 2026-03-11 10:00:44.114357 | fa163e84-66e8-9a19-d5b3-000000003750 | TASK | Remove facter.conf if directory 2026-03-11 10:00:44.159325 | fa163e84-66e8-9a19-d5b3-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 10:00:44.160539 | fa163e84-66e8-9a19-d5b3-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:21.326676 | 0.04s 2026-03-11 10:00:44.189677 | fa163e84-66e8-9a19-d5b3-000000003751 | TASK | Write facter cache config 2026-03-11 10:00:44.651806 | fa163e84-66e8-9a19-d5b3-000000003751 | CHANGED | Write facter cache config | standalone 2026-03-11 10:00:44.653256 | fa163e84-66e8-9a19-d5b3-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:21.819393 | 0.46s 2026-03-11 10:00:44.682550 | fa163e84-66e8-9a19-d5b3-000000003752 | TASK | Cleanup facter cache if exists 2026-03-11 10:00:44.895425 | fa163e84-66e8-9a19-d5b3-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 10:00:44.896890 | fa163e84-66e8-9a19-d5b3-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:22.063027 | 0.21s 2026-03-11 10:00:44.927354 | fa163e84-66e8-9a19-d5b3-000000003753 | TASK | Pre-cache facts 2026-03-11 10:00:45.649007 | fa163e84-66e8-9a19-d5b3-000000003753 | CHANGED | Pre-cache facts | standalone 2026-03-11 10:00:45.650377 | fa163e84-66e8-9a19-d5b3-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:22.816514 | 0.72s 2026-03-11 10:00:45.683467 | fa163e84-66e8-9a19-d5b3-000000003754 | TASK | Failed deployment if facter fails 2026-03-11 10:00:45.720243 | fa163e84-66e8-9a19-d5b3-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 10:00:45.721955 | fa163e84-66e8-9a19-d5b3-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:22.888091 | 0.04s 2026-03-11 10:00:45.777520 | fa163e84-66e8-9a19-d5b3-000000003755 | TASK | Sync cached facts 2026-03-11 10:00:46.112672 | fa163e84-66e8-9a19-d5b3-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-000000003755') missing from stats 2026-03-11 10:00:46.156142 | fa163e84-66e8-9a19-d5b3-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 10:00:46.204466 | fa163e84-66e8-9a19-d5b3-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 10:00:46.205400 | fa163e84-66e8-9a19-d5b3-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:23.371538 | 0.05s 2026-03-11 10:00:46.229463 | fa163e84-66e8-9a19-d5b3-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-11 10:00:46.256704 | fa163e84-66e8-9a19-d5b3-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:23.422845 | 0.03s 2026-03-11 10:00:46.311707 | fa163e84-66e8-9a19-d5b3-0000000037ac | TASK | Gather variables for each operating system 2026-03-11 10:00:46.437008 | fa163e84-66e8-9a19-d5b3-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:23.603133 | 0.12s 2026-03-11 10:00:46.466171 | fa163e84-66e8-9a19-d5b3-0000000037ad | TASK | Create container logs path 2026-03-11 10:00:46.723788 | fa163e84-66e8-9a19-d5b3-0000000037ad | OK | Create container logs path | standalone 2026-03-11 10:00:46.725148 | fa163e84-66e8-9a19-d5b3-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:23.891287 | 0.26s 2026-03-11 10:00:46.756919 | fa163e84-66e8-9a19-d5b3-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 10:00:47.079200 | fa163e84-66e8-9a19-d5b3-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 10:00:47.080517 | fa163e84-66e8-9a19-d5b3-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:24.246654 | 0.32s 2026-03-11 10:00:47.111297 | fa163e84-66e8-9a19-d5b3-0000000037b0 | TASK | Finalise hashes for all containers 2026-03-11 10:00:47.166145 | fa163e84-66e8-9a19-d5b3-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-03-11 10:00:47.167302 | fa163e84-66e8-9a19-d5b3-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:24.333441 | 0.05s 2026-03-11 10:00:47.196616 | fa163e84-66e8-9a19-d5b3-0000000037b2 | TASK | Manage systemd shutdown files 2026-03-11 10:00:47.230831 | fa163e84-66e8-9a19-d5b3-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:24.396965 | 0.03s 2026-03-11 10:00:47.265499 | f3cbc1be-8d49-4ed7-a96b-b195aed4c558 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 10:00:47.294787 | fa163e84-66e8-9a19-d5b3-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 10:00:47.562329 | fa163e84-66e8-9a19-d5b3-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 10:00:47.563788 | fa163e84-66e8-9a19-d5b3-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:24.729924 | 0.27s 2026-03-11 10:00:47.594057 | fa163e84-66e8-9a19-d5b3-0000000037e6 | TASK | Set podman_drop_in fact 2026-03-11 10:00:47.633240 | fa163e84-66e8-9a19-d5b3-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-03-11 10:00:47.634329 | fa163e84-66e8-9a19-d5b3-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:24.800467 | 0.04s 2026-03-11 10:00:47.663141 | fa163e84-66e8-9a19-d5b3-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 10:00:48.147632 | fa163e84-66e8-9a19-d5b3-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 10:00:48.151035 | fa163e84-66e8-9a19-d5b3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:25.317167 | 0.49s 2026-03-11 10:00:48.620834 | fa163e84-66e8-9a19-d5b3-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 10:00:48.622797 | fa163e84-66e8-9a19-d5b3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:25.788935 | 0.96s 2026-03-11 10:00:48.633470 | fa163e84-66e8-9a19-d5b3-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:25.799604 | 0.97s 2026-03-11 10:00:48.662620 | fa163e84-66e8-9a19-d5b3-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 10:00:49.138008 | fa163e84-66e8-9a19-d5b3-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 10:00:49.139626 | fa163e84-66e8-9a19-d5b3-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:26.305763 | 0.48s 2026-03-11 10:00:49.168867 | fa163e84-66e8-9a19-d5b3-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 10:00:49.684839 | fa163e84-66e8-9a19-d5b3-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 10:00:49.686537 | fa163e84-66e8-9a19-d5b3-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:26.852674 | 0.52s 2026-03-11 10:00:49.717809 | fa163e84-66e8-9a19-d5b3-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-03-11 10:00:50.405936 | fa163e84-66e8-9a19-d5b3-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 10:00:50.408112 | fa163e84-66e8-9a19-d5b3-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:27.574248 | 0.69s 2026-03-11 10:00:50.439866 | fa163e84-66e8-9a19-d5b3-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 10:00:50.923649 | fa163e84-66e8-9a19-d5b3-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 10:00:50.924998 | fa163e84-66e8-9a19-d5b3-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:28.091135 | 0.48s 2026-03-11 10:00:50.955282 | fa163e84-66e8-9a19-d5b3-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 10:00:51.404512 | fa163e84-66e8-9a19-d5b3-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 10:00:51.407212 | fa163e84-66e8-9a19-d5b3-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:28.573330 | 0.45s 2026-03-11 10:00:51.440499 | fa163e84-66e8-9a19-d5b3-0000000037ee | TASK | Enable and start netns-placeholder 2026-03-11 10:00:52.138304 | fa163e84-66e8-9a19-d5b3-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 10:00:52.140126 | fa163e84-66e8-9a19-d5b3-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:29.306266 | 0.70s 2026-03-11 10:00:52.163738 | fa163e84-66e8-9a19-d5b3-0000000037b4 | TASK | Update container configs with new config hashes 2026-03-11 10:00:52.204813 | fa163e84-66e8-9a19-d5b3-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:29.370950 | 0.04s 2026-03-11 10:00:52.218848 | 66312192-2ba6-4733-8895-ed167b890b15 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 10:00:52.243742 | fa163e84-66e8-9a19-d5b3-000000003816 | TASK | Update config hashes for container startup configs 2026-03-11 10:00:52.539068 | fa163e84-66e8-9a19-d5b3-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-03-11 10:00:52.539869 | fa163e84-66e8-9a19-d5b3-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:29.706012 | 0.29s 2026-03-11 10:00:52.560380 | fa163e84-66e8-9a19-d5b3-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 10:00:52.596587 | fa163e84-66e8-9a19-d5b3-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:29.762711 | 0.04s 2026-03-11 10:00:52.609421 | f5906390-4e11-4436-a7d1-5a0b87422bed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 10:00:52.633484 | fa163e84-66e8-9a19-d5b3-000000003835 | TASK | Gather podman infos 2026-03-11 10:00:53.798521 | fa163e84-66e8-9a19-d5b3-000000003835 | OK | Gather podman infos | standalone 2026-03-11 10:00:53.799135 | fa163e84-66e8-9a19-d5b3-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:30.965285 | 1.16s 2026-03-11 10:00:53.856914 | fa163e84-66e8-9a19-d5b3-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 10:00:53.911406 | fa163e84-66e8-9a19-d5b3-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:31.077549 | 0.05s 2026-03-11 10:00:54.046870 | fa163e84-66e8-9a19-d5b3-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:31.213011 | 0.10s 2026-03-11 10:00:54.084614 | fa163e84-66e8-9a19-d5b3-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 10:00:54.143402 | fa163e84-66e8-9a19-d5b3-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:31.309542 | 0.06s 2026-03-11 10:00:54.158246 | b9de3168-bd63-4419-979a-bf4e4c20b9e5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 10:00:54.197725 | fa163e84-66e8-9a19-d5b3-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 10:01:46.219161 | fa163e84-66e8-9a19-d5b3-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 10:01:46.220407 | fa163e84-66e8-9a19-d5b3-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:23.386551 | 52.02s 2026-03-11 10:01:46.244590 | fa163e84-66e8-9a19-d5b3-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 10:02:11.659493 | fa163e84-66e8-9a19-d5b3-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 10:02:11.662527 | fa163e84-66e8-9a19-d5b3-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:48.828664 | 25.42s 2026-03-11 10:02:11.736159 | fa163e84-66e8-9a19-d5b3-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-11 10:02:11.981022 | fa163e84-66e8-9a19-d5b3-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-11 10:02:11.983423 | fa163e84-66e8-9a19-d5b3-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:49.149553 | 0.24s 2026-03-11 10:02:12.034266 | fa163e84-66e8-9a19-d5b3-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-11 10:02:12.090550 | fa163e84-66e8-9a19-d5b3-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:49.256660 | 0.05s 2026-03-11 10:02:12.124972 | fa163e84-66e8-9a19-d5b3-000000003715 | TASK | Include container-puppet tasks for step 3 2026-03-11 10:02:12.180711 | fa163e84-66e8-9a19-d5b3-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:49.346822 | 0.05s 2026-03-11 10:02:12.207482 | ccfd1ee4-1573-4e6b-a9dd-632248eb1fae | INCLUDED | /root/standalone-ansible-lvka6war/host-container-puppet-tasks.yaml | standalone 2026-03-11 10:02:12.263694 | fa163e84-66e8-9a19-d5b3-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-11 10:02:12.733175 | fa163e84-66e8-9a19-d5b3-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-11 10:02:12.734458 | fa163e84-66e8-9a19-d5b3-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:49.900594 | 0.47s 2026-03-11 10:02:12.764725 | fa163e84-66e8-9a19-d5b3-0000000038ee | TASK | Generate container puppet configs for step 3 2026-03-11 10:02:13.053728 | fa163e84-66e8-9a19-d5b3-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-03-11 10:02:13.055169 | fa163e84-66e8-9a19-d5b3-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:50.221307 | 0.29s 2026-03-11 10:02:13.085924 | fa163e84-66e8-9a19-d5b3-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-11 10:02:13.108220 | fa163e84-66e8-9a19-d5b3-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:50.274352 | 0.02s 2026-03-11 10:02:13.174420 | fa163e84-66e8-9a19-d5b3-00000000391e | TASK | Gather variables for each operating system 2026-03-11 10:02:13.287467 | fa163e84-66e8-9a19-d5b3-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:50.453593 | 0.11s 2026-03-11 10:02:13.317463 | fa163e84-66e8-9a19-d5b3-00000000391f | TASK | Create container logs path 2026-03-11 10:02:13.580024 | fa163e84-66e8-9a19-d5b3-00000000391f | OK | Create container logs path | standalone 2026-03-11 10:02:13.581786 | fa163e84-66e8-9a19-d5b3-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:50.747929 | 0.26s 2026-03-11 10:02:13.607419 | fa163e84-66e8-9a19-d5b3-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 10:02:13.851962 | fa163e84-66e8-9a19-d5b3-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 10:02:13.853434 | fa163e84-66e8-9a19-d5b3-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:51.019570 | 0.24s 2026-03-11 10:02:13.887402 | fa163e84-66e8-9a19-d5b3-000000003922 | TASK | Finalise hashes for all containers 2026-03-11 10:02:13.920112 | fa163e84-66e8-9a19-d5b3-000000003922 | OK | Finalise hashes for all containers | standalone 2026-03-11 10:02:13.921513 | fa163e84-66e8-9a19-d5b3-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:51.087648 | 0.03s 2026-03-11 10:02:13.951054 | fa163e84-66e8-9a19-d5b3-000000003924 | TASK | Manage systemd shutdown files 2026-03-11 10:02:13.981243 | fa163e84-66e8-9a19-d5b3-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 10:02:13.982740 | fa163e84-66e8-9a19-d5b3-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:51.148874 | 0.03s 2026-03-11 10:02:14.015911 | fa163e84-66e8-9a19-d5b3-000000003926 | TASK | Update container configs with new config hashes 2026-03-11 10:02:14.066155 | fa163e84-66e8-9a19-d5b3-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 10:02:14.067362 | fa163e84-66e8-9a19-d5b3-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:51.233499 | 0.05s 2026-03-11 10:02:14.099585 | fa163e84-66e8-9a19-d5b3-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 10:02:14.150913 | fa163e84-66e8-9a19-d5b3-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 10:02:14.152186 | fa163e84-66e8-9a19-d5b3-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:51.318322 | 0.05s 2026-03-11 10:02:14.184140 | fa163e84-66e8-9a19-d5b3-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 10:02:14.239660 | fa163e84-66e8-9a19-d5b3-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 10:02:14.241301 | fa163e84-66e8-9a19-d5b3-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:51.407433 | 0.06s PLAY [External deployment step 4] ********************************************** 2026-03-11 10:02:14.403803 | fa163e84-66e8-9a19-d5b3-0000000000de | TASK | External deployment step 4 2026-03-11 10:02:14.442179 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000de') missing from stats 2026-03-11 10:02:14.502428 | fa163e84-66e8-9a19-d5b3-0000000000df | TIMING | include_tasks | undercloud | 0:21:51.668556 | 0.04s 2026-03-11 10:02:14.539620 | 50f33726-0343-4a4f-b2c5-db3868c5448a | INCLUDED | /root/standalone-ansible-lvka6war/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-11 10:02:14.557626 | fa163e84-66e8-9a19-d5b3-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-11 10:02:16.199494 | fa163e84-66e8-9a19-d5b3-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-11 10:02:16.201887 | fa163e84-66e8-9a19-d5b3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:53.368021 | 1.64s 2026-03-11 10:02:17.350151 | fa163e84-66e8-9a19-d5b3-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-11 10:02:17.351455 | fa163e84-66e8-9a19-d5b3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:54.517596 | 2.79s 2026-03-11 10:02:17.364057 | fa163e84-66e8-9a19-d5b3-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:54.530199 | 2.81s 2026-03-11 10:02:17.381040 | fa163e84-66e8-9a19-d5b3-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-03-11 10:02:17.416443 | fa163e84-66e8-9a19-d5b3-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:54.582579 | 0.03s 2026-03-11 10:02:17.472653 | fa163e84-66e8-9a19-d5b3-0000000039a6 | TASK | Create Keystone Admin resources 2026-03-11 10:02:17.513638 | fa163e84-66e8-9a19-d5b3-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:54.679772 | 0.04s 2026-03-11 10:02:17.540860 | 854b1ff7-8abf-4cdc-b49a-a09af2d58d81 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-11 10:02:17.569544 | fa163e84-66e8-9a19-d5b3-0000000039e7 | TASK | Create admin and service projects 2026-03-11 10:02:17.622376 | fa163e84-66e8-9a19-d5b3-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:54.788511 | 0.05s 2026-03-11 10:02:17.632832 | aa7c9348-15d4-4ae1-9a46-f247e5c10226 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 10:02:17.661214 | fa163e84-66e8-9a19-d5b3-000000003a38 | TASK | Async creation of Keystone project 2026-03-11 10:02:18.187537 | fa163e84-66e8-9a19-d5b3-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-11 10:02:18.189978 | fa163e84-66e8-9a19-d5b3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:55.356113 | 0.53s 2026-03-11 10:02:18.449318 | fa163e84-66e8-9a19-d5b3-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 10:02:18.450865 | fa163e84-66e8-9a19-d5b3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:55.617007 | 0.79s 2026-03-11 10:02:18.460730 | fa163e84-66e8-9a19-d5b3-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:55.626874 | 0.80s 2026-03-11 10:02:18.475519 | fa163e84-66e8-9a19-d5b3-000000003a3a | TASK | Check Keystone project status 2026-03-11 10:02:18.679181 | fa163e84-66e8-9a19-d5b3-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 10:02:23.902096 | fa163e84-66e8-9a19-d5b3-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-03-11 10:02:23.904052 | fa163e84-66e8-9a19-d5b3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:01.070186 | 5.43s 2026-03-11 10:02:24.135392 | fa163e84-66e8-9a19-d5b3-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-11 10:02:24.137336 | fa163e84-66e8-9a19-d5b3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:01.303475 | 5.66s 2026-03-11 10:02:24.147523 | fa163e84-66e8-9a19-d5b3-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:01.313661 | 5.67s 2026-03-11 10:02:24.168551 | fa163e84-66e8-9a19-d5b3-0000000039e8 | TASK | Create admin role 2026-03-11 10:02:25.567639 | fa163e84-66e8-9a19-d5b3-0000000039e8 | OK | Create admin role | undercloud 2026-03-11 10:02:25.569039 | fa163e84-66e8-9a19-d5b3-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:02.735176 | 1.40s 2026-03-11 10:02:25.588790 | fa163e84-66e8-9a19-d5b3-0000000039e9 | TASK | Create _member_ role 2026-03-11 10:02:25.655000 | fa163e84-66e8-9a19-d5b3-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-03-11 10:02:25.655839 | fa163e84-66e8-9a19-d5b3-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:02.821984 | 0.07s 2026-03-11 10:02:25.673977 | fa163e84-66e8-9a19-d5b3-0000000039ea | TASK | Check admin password 2026-03-11 10:02:26.986163 | fa163e84-66e8-9a19-d5b3-0000000039ea | OK | Check admin password | undercloud 2026-03-11 10:02:26.987832 | fa163e84-66e8-9a19-d5b3-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:04.153966 | 1.31s 2026-03-11 10:02:27.007237 | fa163e84-66e8-9a19-d5b3-0000000039eb | TASK | Create admin user 2026-03-11 10:02:28.706844 | fa163e84-66e8-9a19-d5b3-0000000039eb | CHANGED | Create admin user | undercloud 2026-03-11 10:02:28.708299 | fa163e84-66e8-9a19-d5b3-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:05.874437 | 1.70s 2026-03-11 10:02:28.727785 | fa163e84-66e8-9a19-d5b3-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-03-11 10:02:30.402782 | fa163e84-66e8-9a19-d5b3-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-03-11 10:02:30.404010 | fa163e84-66e8-9a19-d5b3-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:07.570154 | 1.67s 2026-03-11 10:02:30.419877 | fa163e84-66e8-9a19-d5b3-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-03-11 10:02:30.481224 | fa163e84-66e8-9a19-d5b3-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-11 10:02:30.482415 | fa163e84-66e8-9a19-d5b3-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:07.648553 | 0.06s 2026-03-11 10:02:30.501092 | fa163e84-66e8-9a19-d5b3-0000000039ee | TASK | Create identity service 2026-03-11 10:02:31.738030 | fa163e84-66e8-9a19-d5b3-0000000039ee | OK | Create identity service | undercloud 2026-03-11 10:02:31.738869 | fa163e84-66e8-9a19-d5b3-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:08.905017 | 1.24s 2026-03-11 10:02:31.753396 | fa163e84-66e8-9a19-d5b3-0000000039ef | TASK | Create identity public endpoint 2026-03-11 10:02:33.160048 | fa163e84-66e8-9a19-d5b3-0000000039ef | OK | Create identity public endpoint | undercloud 2026-03-11 10:02:33.161462 | fa163e84-66e8-9a19-d5b3-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:10.327599 | 1.41s 2026-03-11 10:02:33.180442 | fa163e84-66e8-9a19-d5b3-0000000039f0 | TASK | Create identity internal endpoint 2026-03-11 10:02:34.365070 | fa163e84-66e8-9a19-d5b3-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-03-11 10:02:34.366909 | fa163e84-66e8-9a19-d5b3-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:11.533047 | 1.18s 2026-03-11 10:02:34.386380 | fa163e84-66e8-9a19-d5b3-0000000039f1 | TASK | Create identity admin endpoint 2026-03-11 10:02:35.632985 | fa163e84-66e8-9a19-d5b3-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-03-11 10:02:35.635699 | fa163e84-66e8-9a19-d5b3-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:12.801843 | 1.25s 2026-03-11 10:02:35.650195 | fa163e84-66e8-9a19-d5b3-0000000039a7 | TASK | Create Keystone Projects 2026-03-11 10:02:35.746781 | fa163e84-66e8-9a19-d5b3-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:12.912915 | 0.10s 2026-03-11 10:02:35.751322 | fa163e84-66e8-9a19-d5b3-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:12.917460 | 0.10s 2026-03-11 10:02:35.764681 | 2bade39b-9ceb-480e-beb8-4c1d5665078f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 10:02:35.811294 | fa163e84-66e8-9a19-d5b3-000000003ac4 | TASK | Async creation of Keystone project 2026-03-11 10:02:36.127082 | fa163e84-66e8-9a19-d5b3-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 10:02:36.129143 | fa163e84-66e8-9a19-d5b3-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:13.295275 | 0.32s 2026-03-11 10:02:36.139219 | fa163e84-66e8-9a19-d5b3-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:13.305352 | 0.33s 2026-03-11 10:02:36.157968 | fa163e84-66e8-9a19-d5b3-000000003ac6 | TASK | Check Keystone project status 2026-03-11 10:02:36.423783 | fa163e84-66e8-9a19-d5b3-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 10:02:41.648002 | fa163e84-66e8-9a19-d5b3-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-03-11 10:02:41.649342 | fa163e84-66e8-9a19-d5b3-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:18.815480 | 5.49s 2026-03-11 10:02:41.656964 | fa163e84-66e8-9a19-d5b3-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:18.823098 | 5.50s 2026-03-11 10:02:41.673617 | fa163e84-66e8-9a19-d5b3-0000000039a9 | TASK | Create Keystone Domains 2026-03-11 10:02:41.755914 | fa163e84-66e8-9a19-d5b3-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:18.922036 | 0.08s 2026-03-11 10:02:41.767913 | fa163e84-66e8-9a19-d5b3-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:18.934043 | 0.09s 2026-03-11 10:02:41.783050 | 51b831f5-64f2-4644-ab01-1c10afd9c83d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-11 10:02:41.829320 | fa163e84-66e8-9a19-d5b3-000000003b79 | TASK | Async creation of Keystone domains 2026-03-11 10:02:42.342868 | fa163e84-66e8-9a19-d5b3-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-11 10:02:42.345095 | fa163e84-66e8-9a19-d5b3-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:19.511228 | 0.51s 2026-03-11 10:02:42.355030 | fa163e84-66e8-9a19-d5b3-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:19.521165 | 0.52s 2026-03-11 10:02:42.377197 | fa163e84-66e8-9a19-d5b3-000000003b7b | TASK | Check Keystone domain status 2026-03-11 10:02:42.632716 | fa163e84-66e8-9a19-d5b3-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-11 10:02:47.844034 | fa163e84-66e8-9a19-d5b3-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-11 10:02:47.844843 | fa163e84-66e8-9a19-d5b3-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:25.010984 | 5.47s 2026-03-11 10:02:47.849692 | fa163e84-66e8-9a19-d5b3-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:25.015829 | 5.47s 2026-03-11 10:02:47.869486 | fa163e84-66e8-9a19-d5b3-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-11 10:02:47.922942 | fa163e84-66e8-9a19-d5b3-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:25.089073 | 0.05s 2026-03-11 10:02:47.937109 | ba315209-11de-46c6-b0c7-35fd2849bb26 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-11 10:02:47.990886 | fa163e84-66e8-9a19-d5b3-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-03-11 10:02:49.497599 | fa163e84-66e8-9a19-d5b3-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-11 10:02:49.498728 | fa163e84-66e8-9a19-d5b3-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:26.664874 | 1.51s 2026-03-11 10:02:49.513374 | fa163e84-66e8-9a19-d5b3-000000003c44 | TASK | Set openstack_domains fact 2026-03-11 10:02:49.571256 | fa163e84-66e8-9a19-d5b3-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-03-11 10:02:49.571996 | fa163e84-66e8-9a19-d5b3-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:26.738144 | 0.06s 2026-03-11 10:02:49.590170 | fa163e84-66e8-9a19-d5b3-0000000039ac | TASK | Create Keystone Services 2026-03-11 10:02:49.664898 | fa163e84-66e8-9a19-d5b3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:26.831021 | 0.07s 2026-03-11 10:02:49.682590 | fa163e84-66e8-9a19-d5b3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:26.848688 | 0.09s 2026-03-11 10:02:49.694998 | fa163e84-66e8-9a19-d5b3-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:26.861131 | 0.10s 2026-03-11 10:02:49.716322 | d4ba26d9-3921-42da-a611-d6d5668b0047 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 10:02:49.726865 | e952c87a-5c88-4860-b799-5e2b73b9dd80 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 10:02:49.777044 | fa163e84-66e8-9a19-d5b3-000000003d20 | TASK | Async creation of Keystone service 2026-03-11 10:02:50.146978 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-11 10:02:50.148779 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:27.314915 | 0.37s 2026-03-11 10:02:50.461487 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-11 10:02:50.463194 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:27.629336 | 0.69s 2026-03-11 10:02:50.789435 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-11 10:02:50.790083 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:27.956233 | 1.01s 2026-03-11 10:02:51.108913 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-11 10:02:51.110193 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:28.276342 | 1.33s 2026-03-11 10:02:51.389643 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-11 10:02:51.390384 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:28.556532 | 1.61s 2026-03-11 10:02:51.708921 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-11 10:02:51.709511 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:28.875660 | 1.93s 2026-03-11 10:02:52.016359 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-11 10:02:52.016943 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.183094 | 2.24s 2026-03-11 10:02:52.309895 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-11 10:02:52.310879 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.477022 | 2.53s 2026-03-11 10:02:52.615504 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-11 10:02:52.616113 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:29.782263 | 2.84s 2026-03-11 10:02:52.927374 | fa163e84-66e8-9a19-d5b3-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-11 10:02:52.927971 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:30.094121 | 3.15s 2026-03-11 10:02:52.932751 | fa163e84-66e8-9a19-d5b3-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:30.098903 | 3.15s 2026-03-11 10:02:52.950056 | fa163e84-66e8-9a19-d5b3-000000003d22 | TASK | Check Keystone service status 2026-03-11 10:02:53.178464 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-11 10:02:53.183586 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:30.349726 | 0.23s 2026-03-11 10:02:53.409596 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-11 10:02:53.410722 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:30.576863 | 0.46s 2026-03-11 10:02:53.651526 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-11 10:02:53.652262 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:30.818411 | 0.70s 2026-03-11 10:02:53.924332 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-11 10:02:53.925069 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.091215 | 0.97s 2026-03-11 10:02:54.147749 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-11 10:02:54.148433 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.314582 | 1.20s 2026-03-11 10:02:54.340899 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-11 10:02:54.341681 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.507828 | 1.39s 2026-03-11 10:02:54.562950 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-11 10:02:54.563631 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.729781 | 1.61s 2026-03-11 10:02:54.796498 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-11 10:02:54.798851 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:31.964987 | 1.85s 2026-03-11 10:02:55.052448 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-11 10:02:55.053120 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.219270 | 2.10s 2026-03-11 10:02:55.282117 | fa163e84-66e8-9a19-d5b3-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-11 10:02:55.284085 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.450224 | 2.33s 2026-03-11 10:02:55.298120 | fa163e84-66e8-9a19-d5b3-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:32.464251 | 2.35s 2026-03-11 10:02:55.323179 | fa163e84-66e8-9a19-d5b3-000000003d27 | TASK | Async creation of Keystone service 2026-03-11 10:02:55.642830 | fa163e84-66e8-9a19-d5b3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-11 10:02:55.645037 | fa163e84-66e8-9a19-d5b3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:32.811166 | 0.32s 2026-03-11 10:02:55.936504 | fa163e84-66e8-9a19-d5b3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-11 10:02:55.937598 | fa163e84-66e8-9a19-d5b3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.103745 | 0.61s 2026-03-11 10:02:56.246306 | fa163e84-66e8-9a19-d5b3-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-11 10:02:56.247806 | fa163e84-66e8-9a19-d5b3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.413954 | 0.92s 2026-03-11 10:02:56.259246 | fa163e84-66e8-9a19-d5b3-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.425379 | 0.93s 2026-03-11 10:02:56.279155 | fa163e84-66e8-9a19-d5b3-000000003d29 | TASK | Check Keystone service status 2026-03-11 10:02:56.514361 | fa163e84-66e8-9a19-d5b3-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-11 10:03:01.736227 | fa163e84-66e8-9a19-d5b3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-11 10:03:01.737171 | fa163e84-66e8-9a19-d5b3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:38.903314 | 5.46s 2026-03-11 10:03:01.925484 | fa163e84-66e8-9a19-d5b3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-11 10:03:01.926134 | fa163e84-66e8-9a19-d5b3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:39.092284 | 5.65s 2026-03-11 10:03:02.127143 | fa163e84-66e8-9a19-d5b3-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-11 10:03:02.128896 | fa163e84-66e8-9a19-d5b3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:39.295043 | 5.85s 2026-03-11 10:03:02.140227 | fa163e84-66e8-9a19-d5b3-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:39.306368 | 5.86s 2026-03-11 10:03:02.161134 | fa163e84-66e8-9a19-d5b3-0000000039ae | TASK | Create Keystone Endpoints 2026-03-11 10:03:02.223111 | fa163e84-66e8-9a19-d5b3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:39.389242 | 0.06s 2026-03-11 10:03:02.249129 | fa163e84-66e8-9a19-d5b3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:39.415279 | 0.09s 2026-03-11 10:03:02.269576 | fa163e84-66e8-9a19-d5b3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:39.435726 | 0.11s 2026-03-11 10:03:02.277422 | fa163e84-66e8-9a19-d5b3-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:39.443566 | 0.11s 2026-03-11 10:03:02.289294 | 6576ee58-c8fe-48f4-a074-4efd91955f96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 10:03:02.295920 | 17d62a44-ea33-43c9-aa50-d8c42815877f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 10:03:02.301383 | 5e09a5fd-33fb-4b81-95dc-f780144eff8f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 10:03:02.360152 | fa163e84-66e8-9a19-d5b3-000000003e59 | TASK | Create Keystone public endpoints 2026-03-11 10:03:02.448102 | fa163e84-66e8-9a19-d5b3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:39.614236 | 0.09s 2026-03-11 10:03:02.466531 | fa163e84-66e8-9a19-d5b3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:39.632682 | 0.11s 2026-03-11 10:03:02.474347 | fa163e84-66e8-9a19-d5b3-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:39.640487 | 0.11s 2026-03-11 10:03:02.486543 | 4eb1a4bd-6d9b-4554-99ff-77f5ae6c7517 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 10:03:02.492595 | a9cb050f-3744-4115-afe3-f28fbe7cb837 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 10:03:02.512641 | fa163e84-66e8-9a19-d5b3-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-03-11 10:03:02.855889 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-11 10:03:02.856781 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:40.022924 | 0.34s 2026-03-11 10:03:03.213968 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-11 10:03:03.214970 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:40.381113 | 0.70s 2026-03-11 10:03:03.500871 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-11 10:03:03.501603 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:40.667746 | 0.99s 2026-03-11 10:03:03.777140 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-11 10:03:03.777744 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:40.943893 | 1.26s 2026-03-11 10:03:04.070012 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-11 10:03:04.070655 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:41.236805 | 1.56s 2026-03-11 10:03:04.339925 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-11 10:03:04.341128 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:41.507274 | 1.83s 2026-03-11 10:03:04.581307 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-11 10:03:04.582582 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:41.748710 | 2.07s 2026-03-11 10:03:04.861087 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-11 10:03:04.861809 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.027956 | 2.35s 2026-03-11 10:03:05.198787 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-11 10:03:05.199896 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.366037 | 2.69s 2026-03-11 10:03:05.451268 | fa163e84-66e8-9a19-d5b3-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-11 10:03:05.452973 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.619117 | 2.94s 2026-03-11 10:03:05.464976 | fa163e84-66e8-9a19-d5b3-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:42.631111 | 2.95s 2026-03-11 10:03:05.487709 | fa163e84-66e8-9a19-d5b3-000000003f83 | TASK | Check Keystone public endpoint status 2026-03-11 10:03:05.754150 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-11 10:03:05.755986 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.922128 | 0.27s 2026-03-11 10:03:06.013375 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-11 10:03:06.014198 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.180345 | 0.52s 2026-03-11 10:03:06.322205 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-11 10:03:06.322885 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.489035 | 0.83s 2026-03-11 10:03:06.582696 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-11 10:03:06.583838 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.749979 | 1.09s 2026-03-11 10:03:06.829840 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-11 10:03:06.831001 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:43.997143 | 1.34s 2026-03-11 10:03:07.113396 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-11 10:03:07.115641 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.281781 | 1.63s 2026-03-11 10:03:07.312895 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-11 10:03:07.314883 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.481025 | 1.82s 2026-03-11 10:03:07.504126 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-11 10:03:07.505337 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.671478 | 2.02s 2026-03-11 10:03:07.737385 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-11 10:03:07.739442 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:44.905581 | 2.25s 2026-03-11 10:03:07.978869 | fa163e84-66e8-9a19-d5b3-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-11 10:03:07.980981 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:45.147122 | 2.49s 2026-03-11 10:03:07.995208 | fa163e84-66e8-9a19-d5b3-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:45.161350 | 2.51s 2026-03-11 10:03:08.023314 | fa163e84-66e8-9a19-d5b3-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-03-11 10:03:08.359163 | fa163e84-66e8-9a19-d5b3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-11 10:03:08.360777 | fa163e84-66e8-9a19-d5b3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:45.526908 | 0.34s 2026-03-11 10:03:08.660475 | fa163e84-66e8-9a19-d5b3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-11 10:03:08.661532 | fa163e84-66e8-9a19-d5b3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:45.827673 | 0.64s 2026-03-11 10:03:08.977297 | fa163e84-66e8-9a19-d5b3-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-11 10:03:08.978005 | fa163e84-66e8-9a19-d5b3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.144154 | 0.95s 2026-03-11 10:03:08.983918 | fa163e84-66e8-9a19-d5b3-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.150053 | 0.96s 2026-03-11 10:03:09.003239 | fa163e84-66e8-9a19-d5b3-000000003f8a | TASK | Check Keystone public endpoint status 2026-03-11 10:03:09.292324 | fa163e84-66e8-9a19-d5b3-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-11 10:03:14.464224 | fa163e84-66e8-9a19-d5b3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-11 10:03:14.466126 | fa163e84-66e8-9a19-d5b3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:51.632268 | 5.46s 2026-03-11 10:03:14.701526 | fa163e84-66e8-9a19-d5b3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-11 10:03:14.702832 | fa163e84-66e8-9a19-d5b3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:51.868973 | 5.70s 2026-03-11 10:03:14.954061 | fa163e84-66e8-9a19-d5b3-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-11 10:03:14.956342 | fa163e84-66e8-9a19-d5b3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:52.122482 | 5.95s 2026-03-11 10:03:14.968285 | fa163e84-66e8-9a19-d5b3-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:52.134414 | 5.96s 2026-03-11 10:03:14.991041 | fa163e84-66e8-9a19-d5b3-000000003e5e | TASK | Create Keystone admin endpoints 2026-03-11 10:03:15.105485 | fa163e84-66e8-9a19-d5b3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:52.271602 | 0.11s 2026-03-11 10:03:15.127048 | fa163e84-66e8-9a19-d5b3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:52.293186 | 0.13s 2026-03-11 10:03:15.141816 | fa163e84-66e8-9a19-d5b3-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:52.307951 | 0.15s 2026-03-11 10:03:15.161952 | 5917b353-b685-4f23-a7b0-d91fc1897995 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 10:03:15.172471 | a9ffa31a-532d-4ec6-a6f6-0da9fd218e9e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 10:03:15.200981 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-03-11 10:03:15.531349 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-11 10:03:15.532313 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:52.698455 | 0.33s 2026-03-11 10:03:15.794174 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-11 10:03:15.794847 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:52.960995 | 0.59s 2026-03-11 10:03:16.112387 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-11 10:03:16.114712 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.280851 | 0.91s 2026-03-11 10:03:16.355203 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-11 10:03:16.355777 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.521926 | 1.15s 2026-03-11 10:03:16.572990 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-11 10:03:16.573988 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.740137 | 1.37s 2026-03-11 10:03:16.800180 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-11 10:03:16.801999 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.968144 | 1.60s 2026-03-11 10:03:17.055431 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-11 10:03:17.056183 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.222330 | 1.85s 2026-03-11 10:03:17.339853 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-11 10:03:17.340428 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.506578 | 2.14s 2026-03-11 10:03:17.590729 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-11 10:03:17.591303 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.757454 | 2.39s 2026-03-11 10:03:17.812727 | fa163e84-66e8-9a19-d5b3-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-11 10:03:17.815838 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.981979 | 2.61s 2026-03-11 10:03:17.831832 | fa163e84-66e8-9a19-d5b3-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.997972 | 2.63s 2026-03-11 10:03:17.855914 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-03-11 10:03:18.148094 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-11 10:03:18.150708 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:55.316848 | 0.29s 2026-03-11 10:03:18.364397 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-11 10:03:18.365772 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:55.531920 | 0.51s 2026-03-11 10:03:18.591422 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-11 10:03:18.594085 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:55.760225 | 0.74s 2026-03-11 10:03:18.840506 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-11 10:03:18.842712 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:56.008852 | 0.98s 2026-03-11 10:03:19.030424 | fa163e84-66e8-9a19-d5b3-000000003fe4 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-11 10:03:24.299999 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-11 10:03:24.303025 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.469163 | 6.44s 2026-03-11 10:03:24.561921 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-11 10:03:24.564167 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.730306 | 6.71s 2026-03-11 10:03:24.819430 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-11 10:03:24.820665 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.986806 | 6.96s 2026-03-11 10:03:25.079514 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-11 10:03:25.080770 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.246911 | 7.22s 2026-03-11 10:03:25.319701 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-11 10:03:25.320932 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.487071 | 7.46s 2026-03-11 10:03:25.571679 | fa163e84-66e8-9a19-d5b3-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-11 10:03:25.573506 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.739648 | 7.71s 2026-03-11 10:03:25.587687 | fa163e84-66e8-9a19-d5b3-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.753826 | 7.73s 2026-03-11 10:03:25.614714 | fa163e84-66e8-9a19-d5b3-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-03-11 10:03:25.984772 | fa163e84-66e8-9a19-d5b3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-11 10:03:25.986357 | fa163e84-66e8-9a19-d5b3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:03.152488 | 0.37s 2026-03-11 10:03:26.294628 | fa163e84-66e8-9a19-d5b3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-11 10:03:26.296617 | fa163e84-66e8-9a19-d5b3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:03.462725 | 0.68s 2026-03-11 10:03:26.618035 | fa163e84-66e8-9a19-d5b3-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-11 10:03:26.619125 | fa163e84-66e8-9a19-d5b3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:03.785261 | 1.00s 2026-03-11 10:03:26.626372 | fa163e84-66e8-9a19-d5b3-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:03.792513 | 1.01s 2026-03-11 10:03:26.648069 | fa163e84-66e8-9a19-d5b3-000000003feb | TASK | Check Keystone admin endpoint status 2026-03-11 10:03:26.939967 | fa163e84-66e8-9a19-d5b3-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-11 10:03:32.171148 | fa163e84-66e8-9a19-d5b3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-11 10:03:32.173451 | fa163e84-66e8-9a19-d5b3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.339585 | 5.52s 2026-03-11 10:03:32.429000 | fa163e84-66e8-9a19-d5b3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-11 10:03:32.430271 | fa163e84-66e8-9a19-d5b3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.596411 | 5.78s 2026-03-11 10:03:32.684039 | fa163e84-66e8-9a19-d5b3-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-11 10:03:32.686286 | fa163e84-66e8-9a19-d5b3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.852425 | 6.04s 2026-03-11 10:03:32.698019 | fa163e84-66e8-9a19-d5b3-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.864155 | 6.05s 2026-03-11 10:03:32.721818 | fa163e84-66e8-9a19-d5b3-000000003e63 | TASK | Create Keystone internal endpoints 2026-03-11 10:03:32.835204 | fa163e84-66e8-9a19-d5b3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:10.001327 | 0.11s 2026-03-11 10:03:32.853482 | fa163e84-66e8-9a19-d5b3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:10.019624 | 0.13s 2026-03-11 10:03:32.868951 | fa163e84-66e8-9a19-d5b3-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:10.035083 | 0.15s 2026-03-11 10:03:32.887079 | 856c03d2-8129-4d65-8091-6ddc1bf47a32 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 10:03:32.901172 | 4b09bdd5-7b47-4597-abcd-fcff68a1ce38 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 10:03:32.921785 | fa163e84-66e8-9a19-d5b3-000000004045 | TASK | Async creation of Keystone internal endpoint 2026-03-11 10:03:33.290427 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-11 10:03:33.292064 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:10.458181 | 0.37s 2026-03-11 10:03:33.630010 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-11 10:03:33.631336 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:10.797479 | 0.71s 2026-03-11 10:03:33.946005 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-11 10:03:33.947835 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.113977 | 1.03s 2026-03-11 10:03:34.221215 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-11 10:03:34.222615 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.388758 | 1.30s 2026-03-11 10:03:34.518912 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-11 10:03:34.520339 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.686488 | 1.60s 2026-03-11 10:03:34.867147 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-11 10:03:34.867916 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.034062 | 1.95s 2026-03-11 10:03:35.167606 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-11 10:03:35.169232 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.335374 | 2.25s 2026-03-11 10:03:35.471323 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-11 10:03:35.472062 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.638213 | 2.55s 2026-03-11 10:03:35.730460 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-11 10:03:35.731028 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.897179 | 2.81s 2026-03-11 10:03:36.019032 | fa163e84-66e8-9a19-d5b3-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-11 10:03:36.019669 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.185819 | 3.10s 2026-03-11 10:03:36.026363 | fa163e84-66e8-9a19-d5b3-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.192511 | 3.10s 2026-03-11 10:03:36.043072 | fa163e84-66e8-9a19-d5b3-000000004047 | TASK | Check Keystone internal endpoint status 2026-03-11 10:03:36.294355 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-11 10:03:36.296769 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.462898 | 0.25s 2026-03-11 10:03:36.553429 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-11 10:03:36.554670 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.720811 | 0.51s 2026-03-11 10:03:36.775035 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-11 10:03:36.776281 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:13.942420 | 0.73s 2026-03-11 10:03:37.048849 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-11 10:03:37.049507 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.215657 | 1.01s 2026-03-11 10:03:37.344720 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-11 10:03:37.346713 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.512854 | 1.30s 2026-03-11 10:03:37.566387 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-11 10:03:37.567716 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.733857 | 1.52s 2026-03-11 10:03:37.772162 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-11 10:03:37.774289 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.940430 | 1.73s 2026-03-11 10:03:38.039988 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-11 10:03:38.041719 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.207859 | 2.00s 2026-03-11 10:03:38.310683 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-11 10:03:38.311885 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.478026 | 2.27s 2026-03-11 10:03:38.570939 | fa163e84-66e8-9a19-d5b3-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-11 10:03:38.571842 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.737988 | 2.53s 2026-03-11 10:03:38.579796 | fa163e84-66e8-9a19-d5b3-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.745935 | 2.54s 2026-03-11 10:03:38.602516 | fa163e84-66e8-9a19-d5b3-00000000404c | TASK | Async creation of Keystone internal endpoint 2026-03-11 10:03:38.913087 | fa163e84-66e8-9a19-d5b3-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-11 10:03:38.915413 | fa163e84-66e8-9a19-d5b3-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:16.081540 | 0.31s 2026-03-11 10:03:39.230176 | fa163e84-66e8-9a19-d5b3-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-11 10:03:39.231736 | fa163e84-66e8-9a19-d5b3-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:16.397877 | 0.63s 2026-03-11 10:03:39.529016 | fa163e84-66e8-9a19-d5b3-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-11 10:03:39.530772 | fa163e84-66e8-9a19-d5b3-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:16.696912 | 0.93s 2026-03-11 10:03:39.540998 | fa163e84-66e8-9a19-d5b3-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:16.707135 | 0.94s 2026-03-11 10:03:39.561851 | fa163e84-66e8-9a19-d5b3-00000000404e | TASK | Check Keystone internal endpoint status 2026-03-11 10:03:39.797786 | fa163e84-66e8-9a19-d5b3-00000000404e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-11 10:03:45.035088 | fa163e84-66e8-9a19-d5b3-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-11 10:03:45.036496 | fa163e84-66e8-9a19-d5b3-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.202638 | 5.47s 2026-03-11 10:03:45.323181 | fa163e84-66e8-9a19-d5b3-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-11 10:03:45.324408 | fa163e84-66e8-9a19-d5b3-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.490550 | 5.76s 2026-03-11 10:03:45.638071 | fa163e84-66e8-9a19-d5b3-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-11 10:03:45.639924 | fa163e84-66e8-9a19-d5b3-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.806058 | 6.08s 2026-03-11 10:03:45.650252 | fa163e84-66e8-9a19-d5b3-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.816381 | 6.09s 2026-03-11 10:03:45.671435 | fa163e84-66e8-9a19-d5b3-0000000039b0 | TASK | Run cleanup tasks 2026-03-11 10:03:45.735174 | fa163e84-66e8-9a19-d5b3-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:22.901299 | 0.06s 2026-03-11 10:03:45.752052 | 259f0e4f-5a90-477d-aada-2e10a3873e97 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-11 10:03:45.814695 | fa163e84-66e8-9a19-d5b3-0000000040a2 | TASK | Get list of enabled services 2026-03-11 10:03:49.289363 | fa163e84-66e8-9a19-d5b3-0000000040a2 | CHANGED | Get list of enabled services | undercloud 2026-03-11 10:03:49.290485 | fa163e84-66e8-9a19-d5b3-0000000040a2 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:26.456632 | 3.47s 2026-03-11 10:03:49.304807 | fa163e84-66e8-9a19-d5b3-0000000040a3 | TASK | List services to be disabled 2026-03-11 10:03:49.395386 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-11 10:03:49.436942 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-11 10:03:49.464547 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-11 10:03:49.493763 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-11 10:03:49.525314 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-11 10:03:49.552337 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-11 10:03:49.580418 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-11 10:03:49.606672 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-11 10:03:49.633372 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-11 10:03:49.661542 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-11 10:03:49.688303 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-11 10:03:49.715744 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-11 10:03:49.742037 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-11 10:03:49.764526 | fa163e84-66e8-9a19-d5b3-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-11 10:03:49.776790 | fa163e84-66e8-9a19-d5b3-0000000040a3 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:26.942930 | 0.47s 2026-03-11 10:03:49.791858 | fa163e84-66e8-9a19-d5b3-0000000040a4 | TASK | Delete keystone services not enabled 2026-03-11 10:03:49.820254 | fa163e84-66e8-9a19-d5b3-0000000040a4 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:26.986369 | 0.03s 2026-03-11 10:03:49.840393 | fa163e84-66e8-9a19-d5b3-0000000039b1 | TASK | Create Keystone Roles 2026-03-11 10:03:49.924586 | fa163e84-66e8-9a19-d5b3-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:27.090686 | 0.08s 2026-03-11 10:03:49.936794 | fa163e84-66e8-9a19-d5b3-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:27.102926 | 0.09s 2026-03-11 10:03:49.951785 | ad362ccf-cb15-443b-9045-7bd17c7a318d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-11 10:03:50.012133 | fa163e84-66e8-9a19-d5b3-00000000420e | TASK | Async creation of Keystone role 2026-03-11 10:03:50.338178 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-11 10:03:50.340594 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.506677 | 0.33s 2026-03-11 10:03:50.653031 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-11 10:03:50.654704 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.820843 | 0.64s 2026-03-11 10:03:50.973019 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-11 10:03:50.973951 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.140095 | 0.96s 2026-03-11 10:03:51.233489 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-11 10:03:51.235647 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.401793 | 1.22s 2026-03-11 10:03:51.585411 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-11 10:03:51.587393 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.753529 | 1.57s 2026-03-11 10:03:51.873624 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-11 10:03:51.875471 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.041613 | 1.86s 2026-03-11 10:03:52.191179 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-11 10:03:52.192216 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.358359 | 2.18s 2026-03-11 10:03:52.503161 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-11 10:03:52.504101 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.670244 | 2.49s 2026-03-11 10:03:52.758105 | fa163e84-66e8-9a19-d5b3-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-11 10:03:52.759038 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.925180 | 2.75s 2026-03-11 10:03:52.765621 | fa163e84-66e8-9a19-d5b3-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.931750 | 2.75s 2026-03-11 10:03:52.785174 | fa163e84-66e8-9a19-d5b3-000000004210 | TASK | Check Keystone role status 2026-03-11 10:03:53.065726 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-11 10:03:53.068678 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.234807 | 0.28s 2026-03-11 10:03:53.356416 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-11 10:03:53.358924 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.525063 | 0.57s 2026-03-11 10:03:53.625484 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-11 10:03:53.627854 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.793992 | 0.84s 2026-03-11 10:03:53.862756 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-11 10:03:53.863489 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.029636 | 1.08s 2026-03-11 10:03:54.133334 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-11 10:03:54.135439 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.301580 | 1.35s 2026-03-11 10:03:54.362469 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-11 10:03:54.364238 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.530379 | 1.58s 2026-03-11 10:03:54.601772 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-11 10:03:54.603725 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.769866 | 1.82s 2026-03-11 10:03:54.869603 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-11 10:03:54.872389 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:32.038524 | 2.09s 2026-03-11 10:03:55.142349 | fa163e84-66e8-9a19-d5b3-000000004210 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-11 10:03:55.144263 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:32.310403 | 2.36s 2026-03-11 10:03:55.157452 | fa163e84-66e8-9a19-d5b3-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:32.323587 | 2.37s 2026-03-11 10:03:55.182169 | fa163e84-66e8-9a19-d5b3-0000000039b3 | TASK | Create Keystone Users 2026-03-11 10:03:55.292102 | fa163e84-66e8-9a19-d5b3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:32.458220 | 0.11s 2026-03-11 10:03:55.315496 | fa163e84-66e8-9a19-d5b3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:32.481627 | 0.13s 2026-03-11 10:03:55.329148 | fa163e84-66e8-9a19-d5b3-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:32.495279 | 0.14s 2026-03-11 10:03:55.352092 | ab65b62a-1564-4d8b-af1c-23bda3c5b17d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 10:03:55.365829 | c4e88307-e077-4c28-b5d3-e2453a27f784 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 10:03:55.425988 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TASK | Check password of Keystone user 2026-03-11 10:03:56.498987 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:03:56.500706 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:33.666837 | 1.07s 2026-03-11 10:03:57.443355 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:03:57.444117 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.610263 | 2.02s 2026-03-11 10:03:58.398095 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:03:58.398933 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.565078 | 2.97s 2026-03-11 10:03:59.365811 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:03:59.367363 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.533511 | 3.94s 2026-03-11 10:04:00.323766 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:00.324633 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.490782 | 4.90s 2026-03-11 10:04:01.306614 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:01.308382 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.474523 | 5.88s 2026-03-11 10:04:02.254829 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:02.256559 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.422693 | 6.83s 2026-03-11 10:04:03.210957 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:03.211635 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.377783 | 7.78s 2026-03-11 10:04:04.200210 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:04.202158 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.368298 | 8.78s 2026-03-11 10:04:05.125279 | fa163e84-66e8-9a19-d5b3-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:05.127426 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:42.293561 | 9.70s 2026-03-11 10:04:05.137263 | fa163e84-66e8-9a19-d5b3-0000000043a2 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:05.138340 | fa163e84-66e8-9a19-d5b3-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:42.304445 | 9.71s 2026-03-11 10:04:05.157798 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TASK | Async creation of Keystone user 2026-03-11 10:04:05.515974 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:05.516995 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.683137 | 0.36s 2026-03-11 10:04:05.873130 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:05.874217 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.040358 | 0.72s 2026-03-11 10:04:06.224732 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:06.226538 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.392684 | 1.07s 2026-03-11 10:04:06.560754 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:06.562391 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.728536 | 1.40s 2026-03-11 10:04:06.949648 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:06.950867 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.117014 | 1.79s 2026-03-11 10:04:07.280340 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:07.283303 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.449442 | 2.12s 2026-03-11 10:04:07.618986 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:07.620443 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.786588 | 2.46s 2026-03-11 10:04:07.944759 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:07.945462 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.111610 | 2.79s 2026-03-11 10:04:08.290200 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:08.291076 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.457225 | 3.13s 2026-03-11 10:04:08.636290 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:08.637283 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.803425 | 3.48s 2026-03-11 10:04:08.642931 | fa163e84-66e8-9a19-d5b3-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:08.643614 | fa163e84-66e8-9a19-d5b3-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.809762 | 3.48s 2026-03-11 10:04:08.658176 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TASK | Check Keystone user status 2026-03-11 10:04:08.964973 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:08.966681 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.132825 | 0.31s 2026-03-11 10:04:09.243210 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:09.243858 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.410005 | 0.58s 2026-03-11 10:04:09.491663 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:09.492546 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.658689 | 0.83s 2026-03-11 10:04:09.747206 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:09.748200 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:46.914343 | 1.09s 2026-03-11 10:04:10.008380 | fa163e84-66e8-9a19-d5b3-0000000043a6 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 10:04:15.232363 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:15.233299 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.399442 | 6.57s 2026-03-11 10:04:15.487279 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:15.489093 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.655235 | 6.83s 2026-03-11 10:04:15.724942 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:15.726763 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.892905 | 7.07s 2026-03-11 10:04:15.973718 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:15.975399 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.141540 | 7.32s 2026-03-11 10:04:16.178757 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:16.180318 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.346449 | 7.52s 2026-03-11 10:04:16.465725 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:16.467161 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.633301 | 7.81s 2026-03-11 10:04:16.476822 | fa163e84-66e8-9a19-d5b3-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:16.477459 | fa163e84-66e8-9a19-d5b3-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.643609 | 7.82s 2026-03-11 10:04:16.500443 | fa163e84-66e8-9a19-d5b3-0000000043ab | TASK | Check password of Keystone user 2026-03-11 10:04:17.421844 | fa163e84-66e8-9a19-d5b3-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:17.423841 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.589983 | 0.92s 2026-03-11 10:04:18.407389 | fa163e84-66e8-9a19-d5b3-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:18.409102 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.575243 | 1.91s 2026-03-11 10:04:19.436779 | fa163e84-66e8-9a19-d5b3-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:19.438454 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.604593 | 2.94s 2026-03-11 10:04:20.440004 | fa163e84-66e8-9a19-d5b3-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:20.440666 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:57.606814 | 3.94s 2026-03-11 10:04:21.407975 | fa163e84-66e8-9a19-d5b3-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:21.409864 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.576003 | 4.91s 2026-03-11 10:04:22.331703 | fa163e84-66e8-9a19-d5b3-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:22.332840 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:59.498981 | 5.83s 2026-03-11 10:04:22.338455 | fa163e84-66e8-9a19-d5b3-0000000043ab | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 10:04:22.339468 | fa163e84-66e8-9a19-d5b3-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:59.505609 | 5.84s 2026-03-11 10:04:22.356088 | fa163e84-66e8-9a19-d5b3-0000000043ad | TASK | Async creation of Keystone user 2026-03-11 10:04:22.727784 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:22.729960 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.896093 | 0.37s 2026-03-11 10:04:23.057048 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:23.058750 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.224890 | 0.70s 2026-03-11 10:04:23.397947 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:23.398547 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.564696 | 1.04s 2026-03-11 10:04:23.742931 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:23.747301 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.913444 | 1.39s 2026-03-11 10:04:24.079606 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:24.080135 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:01.246286 | 1.72s 2026-03-11 10:04:24.368609 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:24.369529 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:01.535670 | 2.01s 2026-03-11 10:04:24.375244 | fa163e84-66e8-9a19-d5b3-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 10:04:24.375938 | fa163e84-66e8-9a19-d5b3-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:01.542083 | 2.02s 2026-03-11 10:04:24.394898 | fa163e84-66e8-9a19-d5b3-0000000043af | TASK | Check Keystone user status 2026-03-11 10:04:24.675435 | fa163e84-66e8-9a19-d5b3-0000000043af | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 10:04:29.894695 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:29.895368 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.061514 | 5.50s 2026-03-11 10:04:30.187044 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:30.188039 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.354179 | 5.79s 2026-03-11 10:04:30.463804 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:30.465422 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.631554 | 6.07s 2026-03-11 10:04:30.787795 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:30.789380 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.955520 | 6.39s 2026-03-11 10:04:31.072890 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:31.074544 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:08.240684 | 6.68s 2026-03-11 10:04:31.351936 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:31.354091 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:08.520230 | 6.96s 2026-03-11 10:04:31.364450 | fa163e84-66e8-9a19-d5b3-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 10:04:31.365523 | fa163e84-66e8-9a19-d5b3-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:08.531660 | 6.97s 2026-03-11 10:04:31.385964 | fa163e84-66e8-9a19-d5b3-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-03-11 10:04:31.445784 | fa163e84-66e8-9a19-d5b3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:08.611898 | 0.06s 2026-03-11 10:04:31.465462 | fa163e84-66e8-9a19-d5b3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:08.631605 | 0.08s 2026-03-11 10:04:31.486150 | fa163e84-66e8-9a19-d5b3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:08.652292 | 0.10s 2026-03-11 10:04:31.495089 | fa163e84-66e8-9a19-d5b3-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:08.661220 | 0.11s 2026-03-11 10:04:31.509440 | 89b0a6fb-d550-4564-b6ce-1086a55be115 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 10:04:31.516114 | 6432fb0d-08ae-46e1-9940-153182df3f1a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 10:04:31.522773 | c450764f-c9c8-4723-aa1f-c2ab719a4c96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 10:04:31.590675 | fa163e84-66e8-9a19-d5b3-0000000045a2 | TASK | Async assignment of Keystone user per role 2026-03-11 10:04:31.696693 | fa163e84-66e8-9a19-d5b3-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:08.862798 | 0.11s 2026-03-11 10:04:31.715155 | fa163e84-66e8-9a19-d5b3-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:08.881291 | 0.12s 2026-03-11 10:04:31.724410 | fa163e84-66e8-9a19-d5b3-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:08.890538 | 0.13s 2026-03-11 10:04:31.741102 | 8cfbae09-d12b-49d7-a5ea-011867ed885b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 10:04:31.751634 | f5201109-00c9-47b7-bca9-2ff215106d12 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 10:04:31.775935 | fa163e84-66e8-9a19-d5b3-00000000476b | TASK | Async assignment of Keystone user to roles 2026-03-11 10:04:32.149073 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-11 10:04:32.150680 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.316810 | 0.37s 2026-03-11 10:04:32.485333 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 10:04:32.487077 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.653217 | 0.71s 2026-03-11 10:04:32.793042 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 10:04:32.794497 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.960632 | 1.02s 2026-03-11 10:04:33.128124 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 10:04:33.129626 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.295775 | 1.35s 2026-03-11 10:04:33.420760 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-11 10:04:33.421393 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.587542 | 1.64s 2026-03-11 10:04:33.753728 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-11 10:04:33.754743 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.920884 | 1.98s 2026-03-11 10:04:34.082748 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-11 10:04:34.083347 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.249497 | 2.31s 2026-03-11 10:04:34.409091 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-11 10:04:34.409897 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.576044 | 2.63s 2026-03-11 10:04:34.713039 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-11 10:04:34.713672 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.879822 | 2.94s 2026-03-11 10:04:35.023940 | fa163e84-66e8-9a19-d5b3-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-11 10:04:35.024963 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:12.191112 | 3.25s 2026-03-11 10:04:35.029669 | fa163e84-66e8-9a19-d5b3-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:12.195802 | 3.25s 2026-03-11 10:04:35.054376 | fa163e84-66e8-9a19-d5b3-00000000476d | TASK | Check Keystone user assignment to roles status 2026-03-11 10:04:35.332281 | fa163e84-66e8-9a19-d5b3-00000000476d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 10:04:40.559190 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-11 10:04:40.561146 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.727282 | 5.50s 2026-03-11 10:04:40.775133 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 10:04:40.777059 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.943196 | 5.72s 2026-03-11 10:04:41.013286 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 10:04:41.014091 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.180237 | 5.96s 2026-03-11 10:04:41.285385 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 10:04:41.286433 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.452573 | 6.23s 2026-03-11 10:04:41.539017 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-11 10:04:41.540967 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.707107 | 6.48s 2026-03-11 10:04:41.793102 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-11 10:04:41.793990 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.960136 | 6.74s 2026-03-11 10:04:42.038880 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-11 10:04:42.041297 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:19.207438 | 6.98s 2026-03-11 10:04:42.310980 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-11 10:04:42.312667 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:19.478813 | 7.26s 2026-03-11 10:04:42.577924 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-11 10:04:42.579292 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:19.745437 | 7.52s 2026-03-11 10:04:42.789096 | fa163e84-66e8-9a19-d5b3-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-11 10:04:42.790921 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:19.957061 | 7.73s 2026-03-11 10:04:42.802341 | fa163e84-66e8-9a19-d5b3-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:19.968485 | 7.75s 2026-03-11 10:04:42.820606 | fa163e84-66e8-9a19-d5b3-000000004772 | TASK | Async assignment of Keystone user to roles 2026-03-11 10:04:43.182111 | fa163e84-66e8-9a19-d5b3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-11 10:04:43.184321 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.350455 | 0.36s 2026-03-11 10:04:43.524401 | fa163e84-66e8-9a19-d5b3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-11 10:04:43.526183 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.692323 | 0.70s 2026-03-11 10:04:43.874111 | fa163e84-66e8-9a19-d5b3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 10:04:43.875779 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.041919 | 1.05s 2026-03-11 10:04:44.207306 | fa163e84-66e8-9a19-d5b3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-11 10:04:44.207883 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.374032 | 1.39s 2026-03-11 10:04:44.564524 | fa163e84-66e8-9a19-d5b3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-11 10:04:44.565104 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.731252 | 1.74s 2026-03-11 10:04:45.067235 | fa163e84-66e8-9a19-d5b3-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-11 10:04:45.068300 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:22.234441 | 2.25s 2026-03-11 10:04:45.074082 | fa163e84-66e8-9a19-d5b3-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:22.240226 | 2.25s 2026-03-11 10:04:45.088800 | fa163e84-66e8-9a19-d5b3-000000004774 | TASK | Check Keystone user assignment to roles status 2026-03-11 10:04:45.377221 | fa163e84-66e8-9a19-d5b3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-11 10:04:45.379509 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.545641 | 0.29s 2026-03-11 10:04:45.615500 | fa163e84-66e8-9a19-d5b3-000000004774 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 10:04:50.842702 | fa163e84-66e8-9a19-d5b3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-11 10:04:50.844813 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:28.010952 | 5.76s 2026-03-11 10:04:51.093170 | fa163e84-66e8-9a19-d5b3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 10:04:51.095125 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:28.261266 | 6.01s 2026-03-11 10:04:51.406188 | fa163e84-66e8-9a19-d5b3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-11 10:04:51.408086 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:28.574226 | 6.32s 2026-03-11 10:04:51.710229 | fa163e84-66e8-9a19-d5b3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-11 10:04:51.711211 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:28.877359 | 6.62s 2026-03-11 10:04:51.960609 | fa163e84-66e8-9a19-d5b3-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-11 10:04:51.961835 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.127974 | 6.87s 2026-03-11 10:04:51.970268 | fa163e84-66e8-9a19-d5b3-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.136403 | 6.88s 2026-03-11 10:04:51.991943 | fa163e84-66e8-9a19-d5b3-0000000045a7 | TASK | Async assignment of Keystone user per role 2026-03-11 10:04:52.087542 | fa163e84-66e8-9a19-d5b3-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.253672 | 0.09s 2026-03-11 10:04:52.099920 | fa163e84-66e8-9a19-d5b3-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.266054 | 0.11s 2026-03-11 10:04:52.114507 | 2a6e2e96-d22a-460e-b95c-79d441fada5a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 10:04:52.140401 | fa163e84-66e8-9a19-d5b3-0000000047d8 | TASK | Async assignment of Keystone user to roles 2026-03-11 10:04:52.516297 | fa163e84-66e8-9a19-d5b3-0000000047d8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 10:04:52.518696 | fa163e84-66e8-9a19-d5b3-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.684831 | 0.38s 2026-03-11 10:04:52.528873 | fa163e84-66e8-9a19-d5b3-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.695016 | 0.39s 2026-03-11 10:04:52.547962 | fa163e84-66e8-9a19-d5b3-0000000047da | TASK | Check Keystone user assignment to roles status 2026-03-11 10:04:52.820526 | fa163e84-66e8-9a19-d5b3-0000000047da | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 10:04:58.055189 | fa163e84-66e8-9a19-d5b3-0000000047da | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 10:04:58.057278 | fa163e84-66e8-9a19-d5b3-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:35.223412 | 5.51s 2026-03-11 10:04:58.067620 | fa163e84-66e8-9a19-d5b3-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:35.233749 | 5.52s 2026-03-11 10:04:58.089932 | fa163e84-66e8-9a19-d5b3-0000000045ac | TASK | Async assignment of Keystone user per role 2026-03-11 10:04:58.170503 | fa163e84-66e8-9a19-d5b3-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:35.336629 | 0.08s 2026-03-11 10:04:58.177127 | fa163e84-66e8-9a19-d5b3-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:35.343267 | 0.09s 2026-03-11 10:04:58.187275 | 10615867-b4e3-44f6-a6e9-b632a0984981 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 10:04:58.206097 | fa163e84-66e8-9a19-d5b3-0000000047fc | TASK | Async assignment of Keystone user to roles 2026-03-11 10:04:58.544475 | fa163e84-66e8-9a19-d5b3-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 10:04:58.546391 | fa163e84-66e8-9a19-d5b3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:35.712534 | 0.34s 2026-03-11 10:04:58.891108 | fa163e84-66e8-9a19-d5b3-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 10:04:58.891974 | fa163e84-66e8-9a19-d5b3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:36.058120 | 0.68s 2026-03-11 10:04:59.213627 | fa163e84-66e8-9a19-d5b3-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 10:04:59.214722 | fa163e84-66e8-9a19-d5b3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:36.380867 | 1.01s 2026-03-11 10:04:59.225076 | fa163e84-66e8-9a19-d5b3-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:36.391214 | 1.02s 2026-03-11 10:04:59.242045 | fa163e84-66e8-9a19-d5b3-0000000047fe | TASK | Check Keystone user assignment to roles status 2026-03-11 10:04:59.544588 | fa163e84-66e8-9a19-d5b3-0000000047fe | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 10:05:04.782018 | fa163e84-66e8-9a19-d5b3-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 10:05:04.783435 | fa163e84-66e8-9a19-d5b3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:41.949570 | 5.54s 2026-03-11 10:05:05.023802 | fa163e84-66e8-9a19-d5b3-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 10:05:05.025405 | fa163e84-66e8-9a19-d5b3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:42.191553 | 5.78s 2026-03-11 10:05:05.252187 | fa163e84-66e8-9a19-d5b3-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 10:05:05.252838 | fa163e84-66e8-9a19-d5b3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:42.418986 | 6.01s 2026-03-11 10:05:05.258389 | fa163e84-66e8-9a19-d5b3-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:42.424521 | 6.02s 2026-03-11 10:05:05.294765 | fa163e84-66e8-9a19-d5b3-00000000397b | TASK | is Keystone LDAP enabled 2026-03-11 10:05:05.356537 | fa163e84-66e8-9a19-d5b3-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-03-11 10:05:05.357958 | fa163e84-66e8-9a19-d5b3-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:42.524096 | 0.06s 2026-03-11 10:05:05.375614 | fa163e84-66e8-9a19-d5b3-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-11 10:05:05.431537 | fa163e84-66e8-9a19-d5b3-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-11 10:05:05.432922 | fa163e84-66e8-9a19-d5b3-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:42.599058 | 0.06s 2026-03-11 10:05:05.451273 | fa163e84-66e8-9a19-d5b3-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-03-11 10:05:05.493133 | fa163e84-66e8-9a19-d5b3-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-11 10:05:05.494637 | fa163e84-66e8-9a19-d5b3-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:42.660770 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-11 10:05:05.638352 | fa163e84-66e8-9a19-d5b3-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-11 10:05:05.670052 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000e2') missing from stats 2026-03-11 10:05:05.693765 | fa163e84-66e8-9a19-d5b3-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-11 10:05:06.199661 | fa163e84-66e8-9a19-d5b3-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-11 10:05:06.201101 | fa163e84-66e8-9a19-d5b3-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:43.367239 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 10:05:06.270234 | fa163e84-66e8-9a19-d5b3-0000000000e4 | TIMING | include_tasks | standalone | 0:24:43.436359 | 0.04s 2026-03-11 10:05:06.318870 | 5e8cfee4-e4d8-4642-98ea-a1646623d403 | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-11 10:05:06.346924 | fa163e84-66e8-9a19-d5b3-000000004840 | TASK | Create virtqemud recovery script 2026-03-11 10:05:06.821021 | fa163e84-66e8-9a19-d5b3-000000004840 | CHANGED | Create virtqemud recovery script | standalone 2026-03-11 10:05:06.823827 | fa163e84-66e8-9a19-d5b3-000000004840 | TIMING | Create virtqemud recovery script | standalone | 0:24:43.989945 | 0.47s 2026-03-11 10:05:06.852947 | fa163e84-66e8-9a19-d5b3-000000004841 | TASK | Create virtqemud recovery trigger service 2026-03-11 10:05:07.389431 | fa163e84-66e8-9a19-d5b3-000000004841 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-11 10:05:07.390919 | fa163e84-66e8-9a19-d5b3-000000004841 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:44.557066 | 0.54s 2026-03-11 10:05:07.410899 | fa163e84-66e8-9a19-d5b3-000000004842 | TASK | Create virtqemud recovery trigger timer 2026-03-11 10:05:07.877793 | fa163e84-66e8-9a19-d5b3-000000004842 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-11 10:05:07.880755 | fa163e84-66e8-9a19-d5b3-000000004842 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:45.046884 | 0.47s 2026-03-11 10:05:07.914011 | fa163e84-66e8-9a19-d5b3-000000004843 | TASK | Enable virtqemud recovery trigger service 2026-03-11 10:05:08.992707 | fa163e84-66e8-9a19-d5b3-000000004843 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-11 10:05:08.996608 | fa163e84-66e8-9a19-d5b3-000000004843 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:46.162707 | 1.08s 2026-03-11 10:05:09.029211 | fa163e84-66e8-9a19-d5b3-000000004844 | TASK | Enable virtqemud recovery trigger timer 2026-03-11 10:05:10.152970 | fa163e84-66e8-9a19-d5b3-000000004844 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-11 10:05:10.154778 | fa163e84-66e8-9a19-d5b3-000000004844 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:47.320915 | 1.12s 2026-03-11 10:05:10.183673 | fa163e84-66e8-9a19-d5b3-000000004845 | TASK | Really enable virtqemud recovery trigger timer 2026-03-11 10:05:10.725014 | fa163e84-66e8-9a19-d5b3-000000004845 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-11 10:05:10.726375 | fa163e84-66e8-9a19-d5b3-000000004845 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:47.892513 | 0.54s 2026-03-11 10:05:10.759603 | fa163e84-66e8-9a19-d5b3-000000004847 | TASK | Create systemd file 2026-03-11 10:05:11.238721 | fa163e84-66e8-9a19-d5b3-000000004847 | CHANGED | Create systemd file | standalone 2026-03-11 10:05:11.239462 | fa163e84-66e8-9a19-d5b3-000000004847 | TIMING | Create systemd file | standalone | 0:24:48.405610 | 0.48s 2026-03-11 10:05:11.258081 | fa163e84-66e8-9a19-d5b3-000000004848 | TASK | Reload systemd 2026-03-11 10:05:11.983265 | fa163e84-66e8-9a19-d5b3-000000004848 | CHANGED | Reload systemd | standalone 2026-03-11 10:05:11.984935 | fa163e84-66e8-9a19-d5b3-000000004848 | TIMING | Reload systemd | standalone | 0:24:49.151072 | 0.73s 2026-03-11 10:05:12.014328 | fa163e84-66e8-9a19-d5b3-00000000484b | TASK | Start OVN container 2026-03-11 10:05:12.077008 | fa163e84-66e8-9a19-d5b3-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-11 10:05:12.096421 | fa163e84-66e8-9a19-d5b3-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-11 10:05:12.114717 | fa163e84-66e8-9a19-d5b3-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-11 10:05:12.126982 | fa163e84-66e8-9a19-d5b3-00000000484b | TIMING | Start OVN container | standalone | 0:24:49.293113 | 0.11s 2026-03-11 10:05:12.157050 | fa163e84-66e8-9a19-d5b3-00000000484d | TASK | Set NB connection 2026-03-11 10:05:12.210934 | fa163e84-66e8-9a19-d5b3-00000000484d | SKIPPED | Set NB connection | standalone 2026-03-11 10:05:12.212602 | fa163e84-66e8-9a19-d5b3-00000000484d | TIMING | Set NB connection | standalone | 0:24:49.378712 | 0.05s 2026-03-11 10:05:12.245935 | fa163e84-66e8-9a19-d5b3-00000000484e | TASK | Set SB connection 2026-03-11 10:05:12.298186 | fa163e84-66e8-9a19-d5b3-00000000484e | SKIPPED | Set SB connection | standalone 2026-03-11 10:05:12.299594 | fa163e84-66e8-9a19-d5b3-00000000484e | TIMING | Set SB connection | standalone | 0:24:49.465689 | 0.05s 2026-03-11 10:05:12.330481 | fa163e84-66e8-9a19-d5b3-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-11 10:05:12.583688 | fa163e84-66e8-9a19-d5b3-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-11 10:05:12.585301 | fa163e84-66e8-9a19-d5b3-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:49.751432 | 0.25s 2026-03-11 10:05:12.702725 | fa163e84-66e8-9a19-d5b3-0000000000e7 | TIMING | include_tasks | standalone | 0:24:49.868840 | 0.09s 2026-03-11 10:05:12.728513 | bd499923-915f-4cb5-ac1e-49a432a97d41 | INCLUDED | /root/standalone-ansible-lvka6war/common_deploy_steps_tasks.yaml | standalone 2026-03-11 10:05:12.754536 | fa163e84-66e8-9a19-d5b3-00000000487d | TASK | Write the config_step hieradata 2026-03-11 10:05:13.210497 | fa163e84-66e8-9a19-d5b3-00000000487d | OK | Write the config_step hieradata | standalone 2026-03-11 10:05:13.212317 | fa163e84-66e8-9a19-d5b3-00000000487d | TIMING | Write the config_step hieradata | standalone | 0:24:50.378452 | 0.46s 2026-03-11 10:05:13.233726 | fa163e84-66e8-9a19-d5b3-00000000487e | TASK | Run puppet host configuration for step 4 2026-03-11 10:05:13.527968 | fa163e84-66e8-9a19-d5b3-00000000487e | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-11 10:05:13.528886 | fa163e84-66e8-9a19-d5b3-00000000487e | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:50.695032 | 0.29s 2026-03-11 10:05:13.549010 | fa163e84-66e8-9a19-d5b3-00000000487f | TASK | Wait for puppet host configuration to finish 2026-03-11 10:05:13.796184 | fa163e84-66e8-9a19-d5b3-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 10:05:24.023265 | fa163e84-66e8-9a19-d5b3-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 10:05:34.270533 | fa163e84-66e8-9a19-d5b3-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 10:05:44.501796 | fa163e84-66e8-9a19-d5b3-00000000487f | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 10:05:44.503299 | fa163e84-66e8-9a19-d5b3-00000000487f | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:21.669437 | 30.95s 2026-03-11 10:05:44.534691 | fa163e84-66e8-9a19-d5b3-000000004880 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-11 10:05:44.621715 | fa163e84-66e8-9a19-d5b3-000000004880 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 10:05:13 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 10:05:20 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 10:05:20 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 10:05:20 puppet-user: (file & line not available)", "<13>Mar 11 10:05: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>Mar 11 10:05: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>Mar 11 10:05:21 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:05:21 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 10:05:21 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 10:05:21 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:05:21 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:05:21 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:05:21 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:05:21 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:05:21 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 10:05:21 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.52 seconds", "<13>Mar 11 10:05:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 10:05:27 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 10:05:33 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 11 10:05:33 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}cd449bf4ea1c540201770ec1d7fb9d5b1585513cc2b50e98d48094bc19264f13'", "<13>Mar 11 10:05:33 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 11 10:05:33 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 11 10:05:33 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 11 10:05:34 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 11 10:05:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 10:05:40 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Mar 11 10:05:41 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 10:05:41 puppet-user: Notice: Applied catalog in 20.55 seconds", "<13>Mar 11 10:05:41 puppet-user: Application:", "<13>Mar 11 10:05:41 puppet-user: Initial environment: production", "<13>Mar 11 10:05:41 puppet-user: Converged environment: production", "<13>Mar 11 10:05:41 puppet-user: Run mode: user", "<13>Mar 11 10:05:41 puppet-user: Changes:", "<13>Mar 11 10:05:41 puppet-user: Total: 10", "<13>Mar 11 10:05:41 puppet-user: Events:", "<13>Mar 11 10:05:41 puppet-user: Success: 10", "<13>Mar 11 10:05:41 puppet-user: Resources:", "<13>Mar 11 10:05:41 puppet-user: Restarted: 1", "<13>Mar 11 10:05:41 puppet-user: Changed: 10", "<13>Mar 11 10:05:41 puppet-user: Out of sync: 10", "<13>Mar 11 10:05:41 puppet-user: Total: 37", "<13>Mar 11 10:05:41 puppet-user: Time:", "<13>Mar 11 10:05:41 puppet-user: Filebucket: 0.00", "<13>Mar 11 10:05:41 puppet-user: Schedule: 0.00", "<13>Mar 11 10:05:41 puppet-user: File line: 0.00", "<13>Mar 11 10:05:41 puppet-user: Augeas: 0.01", "<13>Mar 11 10:05:41 puppet-user: User: 0.01", "<13>Mar 11 10:05:41 puppet-user: File: 0.09", "<13>Mar 11 10:05:41 puppet-user: Config retrieval: 0.60", "<13>Mar 11 10:05:41 puppet-user: Service: 1.36", "<13>Mar 11 10:05:41 puppet-user: Pcmk property: 1.48", "<13>Mar 11 10:05:41 puppet-user: Last run: 1773223541", "<13>Mar 11 10:05:41 puppet-user: Pcmk resource default: 2.09", "<13>Mar 11 10:05:41 puppet-user: Pcmk resource op default: 2.14", "<13>Mar 11 10:05:41 puppet-user: Transaction evaluation: 20.53", "<13>Mar 11 10:05:41 puppet-user: Catalog application: 20.55", "<13>Mar 11 10:05:41 puppet-user: Package: 6.11", "<13>Mar 11 10:05:41 puppet-user: Exec: 7.04", "<13>Mar 11 10:05:41 puppet-user: Total: 20.56", "<13>Mar 11 10:05:41 puppet-user: Version:", "<13>Mar 11 10:05:41 puppet-user: Config: 1773223520", "<13>Mar 11 10:05:41 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 10:05:44.623227 | fa163e84-66e8-9a19-d5b3-000000004880 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:21.789364 | 0.09s 2026-03-11 10:05:44.656303 | fa163e84-66e8-9a19-d5b3-000000004881 | TASK | Pre-cache facts for puppet containers 2026-03-11 10:05:44.686184 | fa163e84-66e8-9a19-d5b3-000000004881 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:21.852313 | 0.03s 2026-03-11 10:05:44.753193 | fa163e84-66e8-9a19-d5b3-0000000048c2 | TASK | Gather variables for each operating system 2026-03-11 10:05:44.880285 | fa163e84-66e8-9a19-d5b3-0000000048c2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:22.046410 | 0.13s 2026-03-11 10:05:44.912611 | fa163e84-66e8-9a19-d5b3-0000000048c3 | TASK | Create puppet caching structures 2026-03-11 10:05:45.140991 | fa163e84-66e8-9a19-d5b3-0000000048c3 | CHANGED | Create puppet caching structures | standalone 2026-03-11 10:05:45.143846 | fa163e84-66e8-9a19-d5b3-0000000048c3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:22.309984 | 0.23s 2026-03-11 10:05:45.163394 | fa163e84-66e8-9a19-d5b3-0000000048c4 | TASK | Check for facter.conf 2026-03-11 10:05:45.591689 | fa163e84-66e8-9a19-d5b3-0000000048c4 | OK | Check for facter.conf | standalone 2026-03-11 10:05:45.592941 | fa163e84-66e8-9a19-d5b3-0000000048c4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:22.759085 | 0.43s 2026-03-11 10:05:45.621918 | fa163e84-66e8-9a19-d5b3-0000000048c5 | TASK | Remove facter.conf if directory 2026-03-11 10:05:45.674426 | fa163e84-66e8-9a19-d5b3-0000000048c5 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 10:05:45.675806 | fa163e84-66e8-9a19-d5b3-0000000048c5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:22.841943 | 0.05s 2026-03-11 10:05:45.706639 | fa163e84-66e8-9a19-d5b3-0000000048c6 | TASK | Write facter cache config 2026-03-11 10:05:46.187856 | fa163e84-66e8-9a19-d5b3-0000000048c6 | CHANGED | Write facter cache config | standalone 2026-03-11 10:05:46.190661 | fa163e84-66e8-9a19-d5b3-0000000048c6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:23.356790 | 0.48s 2026-03-11 10:05:46.220181 | fa163e84-66e8-9a19-d5b3-0000000048c7 | TASK | Cleanup facter cache if exists 2026-03-11 10:05:46.478033 | fa163e84-66e8-9a19-d5b3-0000000048c7 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 10:05:46.479884 | fa163e84-66e8-9a19-d5b3-0000000048c7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:23.646020 | 0.26s 2026-03-11 10:05:46.511804 | fa163e84-66e8-9a19-d5b3-0000000048c8 | TASK | Pre-cache facts 2026-03-11 10:05:47.144071 | fa163e84-66e8-9a19-d5b3-0000000048c8 | CHANGED | Pre-cache facts | standalone 2026-03-11 10:05:47.145527 | fa163e84-66e8-9a19-d5b3-0000000048c8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:24.311658 | 0.63s 2026-03-11 10:05:47.177397 | fa163e84-66e8-9a19-d5b3-0000000048c9 | TASK | Failed deployment if facter fails 2026-03-11 10:05:47.211083 | fa163e84-66e8-9a19-d5b3-0000000048c9 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 10:05:47.212364 | fa163e84-66e8-9a19-d5b3-0000000048c9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:24.378496 | 0.03s 2026-03-11 10:05:47.262080 | fa163e84-66e8-9a19-d5b3-0000000048ca | TASK | Sync cached facts 2026-03-11 10:05:47.593393 | fa163e84-66e8-9a19-d5b3-0000000048ca | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-0000000048ca') missing from stats 2026-03-11 10:05:47.650299 | fa163e84-66e8-9a19-d5b3-000000004882 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 10:05:47.691243 | fa163e84-66e8-9a19-d5b3-000000004882 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 10:05:47.692536 | fa163e84-66e8-9a19-d5b3-000000004882 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:24.858672 | 0.04s 2026-03-11 10:05:47.723912 | fa163e84-66e8-9a19-d5b3-000000004884 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-11 10:05:47.754280 | fa163e84-66e8-9a19-d5b3-000000004884 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:24.920409 | 0.03s 2026-03-11 10:05:47.823836 | fa163e84-66e8-9a19-d5b3-000000004921 | TASK | Gather variables for each operating system 2026-03-11 10:05:47.946447 | fa163e84-66e8-9a19-d5b3-000000004921 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:25.112568 | 0.12s 2026-03-11 10:05:47.979848 | fa163e84-66e8-9a19-d5b3-000000004922 | TASK | Create container logs path 2026-03-11 10:05:48.240130 | fa163e84-66e8-9a19-d5b3-000000004922 | OK | Create container logs path | standalone 2026-03-11 10:05:48.241665 | fa163e84-66e8-9a19-d5b3-000000004922 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:25.407795 | 0.26s 2026-03-11 10:05:48.273294 | fa163e84-66e8-9a19-d5b3-000000004924 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 10:05:48.585511 | fa163e84-66e8-9a19-d5b3-000000004924 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 10:05:48.586265 | fa163e84-66e8-9a19-d5b3-000000004924 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:25.752413 | 0.31s 2026-03-11 10:05:48.607278 | fa163e84-66e8-9a19-d5b3-000000004925 | TASK | Finalise hashes for all containers 2026-03-11 10:05:48.680315 | fa163e84-66e8-9a19-d5b3-000000004925 | OK | Finalise hashes for all containers | standalone 2026-03-11 10:05:48.681089 | fa163e84-66e8-9a19-d5b3-000000004925 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:25.847237 | 0.07s 2026-03-11 10:05:48.701519 | fa163e84-66e8-9a19-d5b3-000000004927 | TASK | Manage systemd shutdown files 2026-03-11 10:05:48.727824 | fa163e84-66e8-9a19-d5b3-000000004927 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:25.893969 | 0.03s 2026-03-11 10:05:48.743726 | 530f168a-bb0e-4ca2-b917-bd3a702ff447 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 10:05:48.766003 | fa163e84-66e8-9a19-d5b3-00000000495a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 10:05:49.049950 | fa163e84-66e8-9a19-d5b3-00000000495a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 10:05:49.051374 | fa163e84-66e8-9a19-d5b3-00000000495a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:26.217510 | 0.28s 2026-03-11 10:05:49.080913 | fa163e84-66e8-9a19-d5b3-00000000495b | TASK | Set podman_drop_in fact 2026-03-11 10:05:49.117334 | fa163e84-66e8-9a19-d5b3-00000000495b | OK | Set podman_drop_in fact | standalone 2026-03-11 10:05:49.118621 | fa163e84-66e8-9a19-d5b3-00000000495b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:26.284760 | 0.04s 2026-03-11 10:05:49.148259 | fa163e84-66e8-9a19-d5b3-00000000495d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 10:05:49.630725 | fa163e84-66e8-9a19-d5b3-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 10:05:49.633040 | fa163e84-66e8-9a19-d5b3-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:26.799166 | 0.48s 2026-03-11 10:05:50.135147 | fa163e84-66e8-9a19-d5b3-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 10:05:50.135836 | fa163e84-66e8-9a19-d5b3-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:27.301982 | 0.99s 2026-03-11 10:05:50.144164 | fa163e84-66e8-9a19-d5b3-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:27.310296 | 0.99s 2026-03-11 10:05:50.170893 | fa163e84-66e8-9a19-d5b3-00000000495e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 10:05:50.701330 | fa163e84-66e8-9a19-d5b3-00000000495e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 10:05:50.703161 | fa163e84-66e8-9a19-d5b3-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:27.869288 | 0.53s 2026-03-11 10:05:50.738383 | fa163e84-66e8-9a19-d5b3-00000000495f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 10:05:51.248114 | fa163e84-66e8-9a19-d5b3-00000000495f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 10:05:51.249842 | fa163e84-66e8-9a19-d5b3-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:28.415978 | 0.51s 2026-03-11 10:05:51.280636 | fa163e84-66e8-9a19-d5b3-000000004960 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 10:05:52.072498 | fa163e84-66e8-9a19-d5b3-000000004960 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 10:05:52.074462 | fa163e84-66e8-9a19-d5b3-000000004960 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:29.240596 | 0.79s 2026-03-11 10:05:52.106103 | fa163e84-66e8-9a19-d5b3-000000004961 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 10:05:52.589211 | fa163e84-66e8-9a19-d5b3-000000004961 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 10:05:52.590324 | fa163e84-66e8-9a19-d5b3-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:29.756468 | 0.48s 2026-03-11 10:05:52.614615 | fa163e84-66e8-9a19-d5b3-000000004962 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 10:05:53.042701 | fa163e84-66e8-9a19-d5b3-000000004962 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 10:05:53.044058 | fa163e84-66e8-9a19-d5b3-000000004962 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:30.210196 | 0.43s 2026-03-11 10:05:53.071637 | fa163e84-66e8-9a19-d5b3-000000004963 | TASK | Enable and start netns-placeholder 2026-03-11 10:05:53.796341 | fa163e84-66e8-9a19-d5b3-000000004963 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 10:05:53.798464 | fa163e84-66e8-9a19-d5b3-000000004963 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:30.964602 | 0.73s 2026-03-11 10:05:53.819723 | fa163e84-66e8-9a19-d5b3-000000004929 | TASK | Update container configs with new config hashes 2026-03-11 10:05:53.877675 | fa163e84-66e8-9a19-d5b3-000000004929 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:31.043813 | 0.06s 2026-03-11 10:05:53.889328 | 6c578e05-8512-46e9-bf0f-8d1a88192e72 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 10:05:53.912952 | fa163e84-66e8-9a19-d5b3-00000000498b | TASK | Update config hashes for container startup configs 2026-03-11 10:05:54.181811 | fa163e84-66e8-9a19-d5b3-00000000498b | OK | Update config hashes for container startup configs | standalone 2026-03-11 10:05:54.183482 | fa163e84-66e8-9a19-d5b3-00000000498b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:31.349617 | 0.27s 2026-03-11 10:05:54.216051 | fa163e84-66e8-9a19-d5b3-00000000492a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 10:05:54.256293 | fa163e84-66e8-9a19-d5b3-00000000492a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:31.422431 | 0.04s 2026-03-11 10:05:54.269002 | 7f7562f4-6514-43ff-b2a2-9e0f2adedb65 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 10:05:54.292141 | fa163e84-66e8-9a19-d5b3-0000000049aa | TASK | Gather podman infos 2026-03-11 10:05:55.728783 | fa163e84-66e8-9a19-d5b3-0000000049aa | OK | Gather podman infos | standalone 2026-03-11 10:05:55.729785 | fa163e84-66e8-9a19-d5b3-0000000049aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:32.895933 | 1.44s 2026-03-11 10:05:55.830708 | fa163e84-66e8-9a19-d5b3-0000000049ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 10:05:55.915234 | fa163e84-66e8-9a19-d5b3-0000000049ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:33.081368 | 0.08s 2026-03-11 10:05:56.067172 | fa163e84-66e8-9a19-d5b3-0000000049f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:33.233300 | 0.11s 2026-03-11 10:05:56.132357 | fa163e84-66e8-9a19-d5b3-00000000492b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 10:05:56.176478 | fa163e84-66e8-9a19-d5b3-00000000492b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:33.342615 | 0.04s 2026-03-11 10:05:56.188581 | 7f1042e0-a935-489e-adcd-4b91df09b788 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 10:05:56.222695 | fa163e84-66e8-9a19-d5b3-000000004a1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 10:06:17.584404 | fa163e84-66e8-9a19-d5b3-000000004a1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 10:06:17.585517 | fa163e84-66e8-9a19-d5b3-000000004a1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:54.751664 | 21.36s 2026-03-11 10:06:17.605821 | fa163e84-66e8-9a19-d5b3-000000004a1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 10:08:27.251642 | fa163e84-66e8-9a19-d5b3-000000004a1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 10:08:27.253297 | fa163e84-66e8-9a19-d5b3-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:28:04.419436 | 129.65s 2026-03-11 10:08:27.328336 | fa163e84-66e8-9a19-d5b3-000000004886 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-11 10:08:27.582345 | fa163e84-66e8-9a19-d5b3-000000004886 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-11 10:08:27.583224 | fa163e84-66e8-9a19-d5b3-000000004886 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:04.749369 | 0.25s 2026-03-11 10:08:27.630054 | fa163e84-66e8-9a19-d5b3-000000004887 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-11 10:08:27.663381 | fa163e84-66e8-9a19-d5b3-000000004887 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:04.829517 | 0.03s 2026-03-11 10:08:27.687441 | fa163e84-66e8-9a19-d5b3-000000004888 | TASK | Include container-puppet tasks for step 4 2026-03-11 10:08:27.717583 | fa163e84-66e8-9a19-d5b3-000000004888 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:04.883696 | 0.03s 2026-03-11 10:08:27.734649 | d5810d81-6c2b-4e54-820b-ebb488e22c08 | INCLUDED | /root/standalone-ansible-lvka6war/host-container-puppet-tasks.yaml | standalone 2026-03-11 10:08:27.770808 | fa163e84-66e8-9a19-d5b3-000000004a66 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-11 10:08:28.344584 | fa163e84-66e8-9a19-d5b3-000000004a66 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-11 10:08:28.345879 | fa163e84-66e8-9a19-d5b3-000000004a66 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:05.512014 | 0.57s 2026-03-11 10:08:28.377512 | fa163e84-66e8-9a19-d5b3-000000004a68 | TASK | Generate container puppet configs for step 4 2026-03-11 10:08:28.666592 | fa163e84-66e8-9a19-d5b3-000000004a68 | OK | Generate container puppet configs for step 4 | standalone 2026-03-11 10:08:28.668122 | fa163e84-66e8-9a19-d5b3-000000004a68 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:05.834260 | 0.29s 2026-03-11 10:08:28.701072 | fa163e84-66e8-9a19-d5b3-000000004a69 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-11 10:08:28.720537 | fa163e84-66e8-9a19-d5b3-000000004a69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:05.886656 | 0.02s 2026-03-11 10:08:28.789765 | fa163e84-66e8-9a19-d5b3-000000004a98 | TASK | Gather variables for each operating system 2026-03-11 10:08:28.913836 | fa163e84-66e8-9a19-d5b3-000000004a98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:06.079953 | 0.12s 2026-03-11 10:08:28.945932 | fa163e84-66e8-9a19-d5b3-000000004a99 | TASK | Create container logs path 2026-03-11 10:08:29.192643 | fa163e84-66e8-9a19-d5b3-000000004a99 | OK | Create container logs path | standalone 2026-03-11 10:08:29.194185 | fa163e84-66e8-9a19-d5b3-000000004a99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:06.360322 | 0.25s 2026-03-11 10:08:29.226405 | fa163e84-66e8-9a19-d5b3-000000004a9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 10:08:29.496931 | fa163e84-66e8-9a19-d5b3-000000004a9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 10:08:29.498186 | fa163e84-66e8-9a19-d5b3-000000004a9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:06.664324 | 0.27s 2026-03-11 10:08:29.529282 | fa163e84-66e8-9a19-d5b3-000000004a9c | TASK | Finalise hashes for all containers 2026-03-11 10:08:29.582239 | fa163e84-66e8-9a19-d5b3-000000004a9c | OK | Finalise hashes for all containers | standalone 2026-03-11 10:08:29.583488 | fa163e84-66e8-9a19-d5b3-000000004a9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:06.749624 | 0.05s 2026-03-11 10:08:29.617167 | fa163e84-66e8-9a19-d5b3-000000004a9e | TASK | Manage systemd shutdown files 2026-03-11 10:08:29.659940 | fa163e84-66e8-9a19-d5b3-000000004a9e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 10:08:29.661295 | fa163e84-66e8-9a19-d5b3-000000004a9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:06.827430 | 0.04s 2026-03-11 10:08:29.694738 | fa163e84-66e8-9a19-d5b3-000000004aa0 | TASK | Update container configs with new config hashes 2026-03-11 10:08:29.750637 | fa163e84-66e8-9a19-d5b3-000000004aa0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 10:08:29.752247 | fa163e84-66e8-9a19-d5b3-000000004aa0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:06.918383 | 0.06s 2026-03-11 10:08:29.786990 | fa163e84-66e8-9a19-d5b3-000000004aa1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 10:08:29.849855 | fa163e84-66e8-9a19-d5b3-000000004aa1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 10:08:29.850754 | fa163e84-66e8-9a19-d5b3-000000004aa1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:07.016898 | 0.06s 2026-03-11 10:08:29.878950 | fa163e84-66e8-9a19-d5b3-000000004aa2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 10:08:29.939462 | fa163e84-66e8-9a19-d5b3-000000004aa2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 10:08:29.940896 | fa163e84-66e8-9a19-d5b3-000000004aa2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:07.107033 | 0.06s PLAY [External deployment step 5] ********************************************** 2026-03-11 10:08:30.127136 | fa163e84-66e8-9a19-d5b3-0000000000ea | TASK | External deployment step 5 2026-03-11 10:08:30.155931 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000ea') missing from stats 2026-03-11 10:08:30.218328 | fa163e84-66e8-9a19-d5b3-0000000000eb | TIMING | include_tasks | undercloud | 0:28:07.384436 | 0.04s 2026-03-11 10:08:30.231286 | 205fd6ce-822d-4953-a1da-b4cf807c6d20 | INCLUDED | /root/standalone-ansible-lvka6war/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-11 10:08:30.250827 | fa163e84-66e8-9a19-d5b3-000000004af1 | TASK | Manage Cinder's default volume type 2026-03-11 10:08:40.795192 | fa163e84-66e8-9a19-d5b3-000000004af1 | OK | Manage Cinder's default volume type | undercloud 2026-03-11 10:08:40.797035 | fa163e84-66e8-9a19-d5b3-000000004af1 | TIMING | Manage Cinder's default volume type | undercloud | 0:28:17.963167 | 10.54s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-11 10:08:40.939131 | fa163e84-66e8-9a19-d5b3-0000000000ee | TASK | Deploy step tasks for 5 2026-03-11 10:08:40.969430 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000ee') missing from stats 2026-03-11 10:08:40.992194 | fa163e84-66e8-9a19-d5b3-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-11 10:08:41.531213 | fa163e84-66e8-9a19-d5b3-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-11 10:08:41.532533 | fa163e84-66e8-9a19-d5b3-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:18.698674 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 10:08:41.587398 | fa163e84-66e8-9a19-d5b3-0000000000f0 | TIMING | include_tasks | standalone | 0:28:18.753542 | 0.04s 2026-03-11 10:08:41.647541 | 0df2914e-9d9b-488b-8f54-7aee151a0a52 | INCLUDED | /root/standalone-ansible-lvka6war/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-11 10:08:41.696398 | fa163e84-66e8-9a19-d5b3-000000004b14 | TASK | Gather variables for each operating system 2026-03-11 10:08:41.832899 | fa163e84-66e8-9a19-d5b3-000000004b14 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:18.999025 | 0.13s 2026-03-11 10:08:41.863242 | fa163e84-66e8-9a19-d5b3-000000004b15 | TASK | Detect if resource is being created or already exists 2026-03-11 10:08:42.662971 | fa163e84-66e8-9a19-d5b3-000000004b15 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 10:08:42.666186 | fa163e84-66e8-9a19-d5b3-000000004b15 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:19.832317 | 0.80s 2026-03-11 10:08:42.700801 | fa163e84-66e8-9a19-d5b3-000000004b16 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-11 10:09:08.332770 | fa163e84-66e8-9a19-d5b3-000000004b16 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-11 10:09:08.333901 | fa163e84-66e8-9a19-d5b3-000000004b16 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:45.500048 | 25.63s 2026-03-11 10:09:08.357048 | fa163e84-66e8-9a19-d5b3-000000004b17 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 10:09:08.640215 | fa163e84-66e8-9a19-d5b3-000000004b17 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 10:09:08.641872 | fa163e84-66e8-9a19-d5b3-000000004b17 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:45.808010 | 0.28s 2026-03-11 10:09:08.671495 | fa163e84-66e8-9a19-d5b3-000000004b18 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 10:09:09.079641 | fa163e84-66e8-9a19-d5b3-000000004b18 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 10:09:09.080902 | fa163e84-66e8-9a19-d5b3-000000004b18 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:46.247039 | 0.41s 2026-03-11 10:09:09.107554 | fa163e84-66e8-9a19-d5b3-000000004b19 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-11 10:09:09.317391 | fa163e84-66e8-9a19-d5b3-000000004b19 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-11 10:09:09.318474 | fa163e84-66e8-9a19-d5b3-000000004b19 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:46.484620 | 0.21s 2026-03-11 10:09:09.339874 | fa163e84-66e8-9a19-d5b3-000000004b1b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-11 10:09:09.380919 | fa163e84-66e8-9a19-d5b3-000000004b1b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-11 10:09:09.382523 | fa163e84-66e8-9a19-d5b3-000000004b1b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:46.548664 | 0.04s 2026-03-11 10:09:09.407644 | fa163e84-66e8-9a19-d5b3-000000004b1c | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-11 10:09:09.456595 | fa163e84-66e8-9a19-d5b3-000000004b1c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-11 10:09:09.457657 | fa163e84-66e8-9a19-d5b3-000000004b1c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:46.623799 | 0.05s 2026-03-11 10:09:09.484114 | fa163e84-66e8-9a19-d5b3-000000004b1d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-11 10:09:09.544999 | fa163e84-66e8-9a19-d5b3-000000004b1d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-11 10:09:09.546201 | fa163e84-66e8-9a19-d5b3-000000004b1d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:46.712339 | 0.06s 2026-03-11 10:09:09.579545 | fa163e84-66e8-9a19-d5b3-000000004b1e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 10:09:09.620065 | fa163e84-66e8-9a19-d5b3-000000004b1e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 10:09:09.621439 | fa163e84-66e8-9a19-d5b3-000000004b1e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:46.787576 | 0.04s 2026-03-11 10:09:09.654367 | fa163e84-66e8-9a19-d5b3-000000004b1f | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-11 10:09:09.710545 | fa163e84-66e8-9a19-d5b3-000000004b1f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-11 10:09:09.711877 | fa163e84-66e8-9a19-d5b3-000000004b1f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:46.878014 | 0.06s 2026-03-11 10:09:09.769398 | fa163e84-66e8-9a19-d5b3-000000004b40 | TASK | Gather variables for each operating system 2026-03-11 10:09:09.892432 | fa163e84-66e8-9a19-d5b3-000000004b40 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:47.058562 | 0.12s 2026-03-11 10:09:09.923402 | fa163e84-66e8-9a19-d5b3-000000004b41 | TASK | Detect if resource is being created or already exists 2026-03-11 10:09:10.704913 | fa163e84-66e8-9a19-d5b3-000000004b41 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 10:09:10.706334 | fa163e84-66e8-9a19-d5b3-000000004b41 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:47.872470 | 0.78s 2026-03-11 10:09:10.739536 | fa163e84-66e8-9a19-d5b3-000000004b42 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-11 10:09:35.843862 | fa163e84-66e8-9a19-d5b3-000000004b42 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-11 10:09:35.844892 | fa163e84-66e8-9a19-d5b3-000000004b42 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:13.011039 | 25.10s 2026-03-11 10:09:35.866214 | fa163e84-66e8-9a19-d5b3-000000004b43 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 10:09:36.083611 | fa163e84-66e8-9a19-d5b3-000000004b43 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 10:09:36.084364 | fa163e84-66e8-9a19-d5b3-000000004b43 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:13.250511 | 0.22s 2026-03-11 10:09:36.104694 | fa163e84-66e8-9a19-d5b3-000000004b44 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 10:09:36.472162 | fa163e84-66e8-9a19-d5b3-000000004b44 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 10:09:36.473135 | fa163e84-66e8-9a19-d5b3-000000004b44 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:13.639279 | 0.37s 2026-03-11 10:09:36.493482 | fa163e84-66e8-9a19-d5b3-000000004b45 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-11 10:09:36.714845 | fa163e84-66e8-9a19-d5b3-000000004b45 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-11 10:09:36.716337 | fa163e84-66e8-9a19-d5b3-000000004b45 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:13.882474 | 0.22s 2026-03-11 10:09:36.762249 | fa163e84-66e8-9a19-d5b3-000000004b47 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-11 10:09:36.817534 | fa163e84-66e8-9a19-d5b3-000000004b47 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-11 10:09:36.818656 | fa163e84-66e8-9a19-d5b3-000000004b47 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:13.984796 | 0.05s 2026-03-11 10:09:36.846770 | fa163e84-66e8-9a19-d5b3-000000004b48 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-11 10:09:36.879954 | fa163e84-66e8-9a19-d5b3-000000004b48 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-11 10:09:36.880916 | fa163e84-66e8-9a19-d5b3-000000004b48 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:14.047059 | 0.03s 2026-03-11 10:09:36.908949 | fa163e84-66e8-9a19-d5b3-000000004b49 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-11 10:09:36.958644 | fa163e84-66e8-9a19-d5b3-000000004b49 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-11 10:09:36.959536 | fa163e84-66e8-9a19-d5b3-000000004b49 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:14.125679 | 0.05s 2026-03-11 10:09:36.982967 | fa163e84-66e8-9a19-d5b3-000000004b4a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 10:09:37.029800 | fa163e84-66e8-9a19-d5b3-000000004b4a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 10:09:37.030527 | fa163e84-66e8-9a19-d5b3-000000004b4a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:14.196674 | 0.05s 2026-03-11 10:09:37.051847 | fa163e84-66e8-9a19-d5b3-000000004b4b | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-11 10:09:37.079843 | fa163e84-66e8-9a19-d5b3-000000004b4b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-11 10:09:37.080787 | fa163e84-66e8-9a19-d5b3-000000004b4b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:14.246931 | 0.03s 2026-03-11 10:09:37.201649 | fa163e84-66e8-9a19-d5b3-000000004b6c | TASK | Gather variables for each operating system 2026-03-11 10:09:37.302035 | fa163e84-66e8-9a19-d5b3-000000004b6c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:14.468174 | 0.10s 2026-03-11 10:09:37.321585 | fa163e84-66e8-9a19-d5b3-000000004b6d | TASK | Detect if resource is being created or already exists 2026-03-11 10:09:38.080435 | fa163e84-66e8-9a19-d5b3-000000004b6d | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 10:09:38.081814 | fa163e84-66e8-9a19-d5b3-000000004b6d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:15.247957 | 0.76s 2026-03-11 10:09:38.106854 | fa163e84-66e8-9a19-d5b3-000000004b6e | TASK | Run init bundle puppet on the host for manila_share 2026-03-11 10:10:02.543769 | fa163e84-66e8-9a19-d5b3-000000004b6e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-11 10:10:02.545736 | fa163e84-66e8-9a19-d5b3-000000004b6e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:39.711874 | 24.44s 2026-03-11 10:10:02.579748 | fa163e84-66e8-9a19-d5b3-000000004b6f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-11 10:10:02.828004 | fa163e84-66e8-9a19-d5b3-000000004b6f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-11 10:10:02.829670 | fa163e84-66e8-9a19-d5b3-000000004b6f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:39.995803 | 0.25s 2026-03-11 10:10:02.860077 | fa163e84-66e8-9a19-d5b3-000000004b70 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 10:10:03.335897 | fa163e84-66e8-9a19-d5b3-000000004b70 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 10:10:03.336674 | fa163e84-66e8-9a19-d5b3-000000004b70 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:40.502821 | 0.47s 2026-03-11 10:10:03.357195 | fa163e84-66e8-9a19-d5b3-000000004b71 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-11 10:10:03.576400 | fa163e84-66e8-9a19-d5b3-000000004b71 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-11 10:10:03.577832 | fa163e84-66e8-9a19-d5b3-000000004b71 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:40.743969 | 0.22s 2026-03-11 10:10:03.608967 | fa163e84-66e8-9a19-d5b3-000000004b73 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-11 10:10:03.640991 | fa163e84-66e8-9a19-d5b3-000000004b73 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-11 10:10:03.641901 | fa163e84-66e8-9a19-d5b3-000000004b73 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:40.808045 | 0.03s 2026-03-11 10:10:03.668855 | fa163e84-66e8-9a19-d5b3-000000004b74 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-11 10:10:03.709832 | fa163e84-66e8-9a19-d5b3-000000004b74 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-11 10:10:03.711264 | fa163e84-66e8-9a19-d5b3-000000004b74 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:40.877401 | 0.04s 2026-03-11 10:10:03.745383 | fa163e84-66e8-9a19-d5b3-000000004b75 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-11 10:10:03.804712 | fa163e84-66e8-9a19-d5b3-000000004b75 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-11 10:10:03.805662 | fa163e84-66e8-9a19-d5b3-000000004b75 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:40.971807 | 0.06s 2026-03-11 10:10:03.830295 | fa163e84-66e8-9a19-d5b3-000000004b76 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 10:10:03.868456 | fa163e84-66e8-9a19-d5b3-000000004b76 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 10:10:03.869211 | fa163e84-66e8-9a19-d5b3-000000004b76 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:41.035355 | 0.04s 2026-03-11 10:10:03.893117 | fa163e84-66e8-9a19-d5b3-000000004b77 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-11 10:10:03.953598 | fa163e84-66e8-9a19-d5b3-000000004b77 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-11 10:10:03.954930 | fa163e84-66e8-9a19-d5b3-000000004b77 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:41.121060 | 0.06s 2026-03-11 10:10:04.010692 | fa163e84-66e8-9a19-d5b3-000000004b98 | TASK | Run kolla_set_configs to copy ring files 2026-03-11 10:10:04.666747 | fa163e84-66e8-9a19-d5b3-000000004b98 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-11 10:10:04.668463 | fa163e84-66e8-9a19-d5b3-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.834606 | 0.66s 2026-03-11 10:10:04.679024 | fa163e84-66e8-9a19-d5b3-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.845157 | 0.67s 2026-03-11 10:10:04.708472 | fa163e84-66e8-9a19-d5b3-000000004b99 | TASK | Run kolla_set_configs to copy ring files 2026-03-11 10:10:05.071589 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-11 10:10:05.072988 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.239134 | 0.36s 2026-03-11 10:10:05.532164 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-11 10:10:05.535365 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.701499 | 0.83s 2026-03-11 10:10:05.889724 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-11 10:10:05.891523 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.057663 | 1.18s 2026-03-11 10:10:06.531400 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-11 10:10:06.532671 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.698813 | 1.82s 2026-03-11 10:10:06.788942 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-11 10:10:06.790748 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.956890 | 2.08s 2026-03-11 10:10:07.116147 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-11 10:10:07.117231 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.283372 | 2.41s 2026-03-11 10:10:07.599275 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-11 10:10:07.600687 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:44.766828 | 2.89s 2026-03-11 10:10:08.017700 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-11 10:10:08.018858 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.184999 | 3.31s 2026-03-11 10:10:08.310658 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-11 10:10:08.312297 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.478436 | 3.60s 2026-03-11 10:10:08.772073 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-11 10:10:08.774860 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:45.940999 | 4.06s 2026-03-11 10:10:09.063181 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-11 10:10:09.064920 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:46.231060 | 4.35s 2026-03-11 10:10:09.621887 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-11 10:10:09.623204 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:46.789345 | 4.91s 2026-03-11 10:10:10.069998 | fa163e84-66e8-9a19-d5b3-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-11 10:10:10.071181 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:47.237327 | 5.36s 2026-03-11 10:10:10.082366 | fa163e84-66e8-9a19-d5b3-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:47.248499 | 5.37s 2026-03-11 10:10:10.123161 | fa163e84-66e8-9a19-d5b3-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-11 10:10:10.334152 | fa163e84-66e8-9a19-d5b3-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-11 10:10:10.336008 | fa163e84-66e8-9a19-d5b3-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:47.502149 | 0.21s 2026-03-11 10:10:10.434384 | fa163e84-66e8-9a19-d5b3-0000000000f3 | TIMING | include_tasks | standalone | 0:29:47.600518 | 0.07s 2026-03-11 10:10:10.459967 | 0886c8e8-0c1b-4f08-9616-1587784d8951 | INCLUDED | /root/standalone-ansible-lvka6war/common_deploy_steps_tasks.yaml | standalone 2026-03-11 10:10:10.483306 | fa163e84-66e8-9a19-d5b3-000000004c16 | TASK | Write the config_step hieradata 2026-03-11 10:10:10.953855 | fa163e84-66e8-9a19-d5b3-000000004c16 | OK | Write the config_step hieradata | standalone 2026-03-11 10:10:10.954802 | fa163e84-66e8-9a19-d5b3-000000004c16 | TIMING | Write the config_step hieradata | standalone | 0:29:48.120947 | 0.47s 2026-03-11 10:10:10.974875 | fa163e84-66e8-9a19-d5b3-000000004c17 | TASK | Run puppet host configuration for step 5 2026-03-11 10:10:11.233714 | fa163e84-66e8-9a19-d5b3-000000004c17 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-11 10:10:11.234417 | fa163e84-66e8-9a19-d5b3-000000004c17 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:48.400565 | 0.26s 2026-03-11 10:10:11.253521 | fa163e84-66e8-9a19-d5b3-000000004c18 | TASK | Wait for puppet host configuration to finish 2026-03-11 10:10:11.510597 | fa163e84-66e8-9a19-d5b3-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 10:10:21.738807 | fa163e84-66e8-9a19-d5b3-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 10:10:32.038402 | fa163e84-66e8-9a19-d5b3-000000004c18 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 10:10:32.040093 | fa163e84-66e8-9a19-d5b3-000000004c18 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:09.206231 | 20.79s 2026-03-11 10:10:32.071938 | fa163e84-66e8-9a19-d5b3-000000004c19 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-11 10:10:32.159089 | fa163e84-66e8-9a19-d5b3-000000004c19 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 10:10:11 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 11 10:10:18 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 10:10:18 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 10:10:18 puppet-user: (file & line not available)", "<13>Mar 11 10:10:18 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 11 10:10:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 10:10:18 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:10:18 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 10:10:18 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 10:10:18 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:10:18 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:10:18 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:10:18 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:10:18 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 10:10:18 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 10:10:18 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.63 seconds", "<13>Mar 11 10:10:23 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 10:10:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 10:10:27 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 10:10:27 puppet-user: Notice: Applied catalog in 8.35 seconds", "<13>Mar 11 10:10:27 puppet-user: Application:", "<13>Mar 11 10:10:27 puppet-user: Initial environment: production", "<13>Mar 11 10:10:27 puppet-user: Converged environment: production", "<13>Mar 11 10:10:27 puppet-user: Run mode: user", "<13>Mar 11 10:10:27 puppet-user: Changes:", "<13>Mar 11 10:10:27 puppet-user: Total: 2", "<13>Mar 11 10:10:27 puppet-user: Events:", "<13>Mar 11 10:10:27 puppet-user: Success: 2", "<13>Mar 11 10:10:27 puppet-user: Resources:", "<13>Mar 11 10:10:27 puppet-user: Changed: 2", "<13>Mar 11 10:10:27 puppet-user: Out of sync: 2", "<13>Mar 11 10:10:27 puppet-user: Total: 37", "<13>Mar 11 10:10:27 puppet-user: Time:", "<13>Mar 11 10:10:27 puppet-user: Filebucket: 0.00", "<13>Mar 11 10:10:27 puppet-user: Schedule: 0.00", "<13>Mar 11 10:10:27 puppet-user: File line: 0.00", "<13>Mar 11 10:10:27 puppet-user: Package: 0.00", "<13>Mar 11 10:10:27 puppet-user: Augeas: 0.01", "<13>Mar 11 10:10:27 puppet-user: User: 0.01", "<13>Mar 11 10:10:27 puppet-user: File: 0.07", "<13>Mar 11 10:10:27 puppet-user: Service: 0.14", "<13>Mar 11 10:10:27 puppet-user: Config retrieval: 0.75", "<13>Mar 11 10:10:27 puppet-user: Pcmk property: 1.53", "<13>Mar 11 10:10:27 puppet-user: Last run: 1773223827", "<13>Mar 11 10:10:27 puppet-user: Exec: 2.08", "<13>Mar 11 10:10:27 puppet-user: Pcmk resource op default: 2.09", "<13>Mar 11 10:10:27 puppet-user: Pcmk resource default: 2.21", "<13>Mar 11 10:10:27 puppet-user: Transaction evaluation: 8.33", "<13>Mar 11 10:10:27 puppet-user: Catalog application: 8.35", "<13>Mar 11 10:10:27 puppet-user: Total: 8.36", "<13>Mar 11 10:10:27 puppet-user: Version:", "<13>Mar 11 10:10:27 puppet-user: Config: 1773223818", "<13>Mar 11 10:10:27 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 10:10:32.160897 | fa163e84-66e8-9a19-d5b3-000000004c19 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:09.327032 | 0.09s 2026-03-11 10:10:32.191200 | fa163e84-66e8-9a19-d5b3-000000004c1a | TASK | Pre-cache facts for puppet containers 2026-03-11 10:10:32.221935 | fa163e84-66e8-9a19-d5b3-000000004c1a | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:09.388065 | 0.03s 2026-03-11 10:10:32.293424 | fa163e84-66e8-9a19-d5b3-000000004c59 | TASK | Gather variables for each operating system 2026-03-11 10:10:32.394829 | fa163e84-66e8-9a19-d5b3-000000004c59 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:09.560961 | 0.10s 2026-03-11 10:10:32.418702 | fa163e84-66e8-9a19-d5b3-000000004c5a | TASK | Create puppet caching structures 2026-03-11 10:10:32.673450 | fa163e84-66e8-9a19-d5b3-000000004c5a | CHANGED | Create puppet caching structures | standalone 2026-03-11 10:10:32.674871 | fa163e84-66e8-9a19-d5b3-000000004c5a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:09.841009 | 0.26s 2026-03-11 10:10:32.705855 | fa163e84-66e8-9a19-d5b3-000000004c5b | TASK | Check for facter.conf 2026-03-11 10:10:32.935854 | fa163e84-66e8-9a19-d5b3-000000004c5b | OK | Check for facter.conf | standalone 2026-03-11 10:10:32.936873 | fa163e84-66e8-9a19-d5b3-000000004c5b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:10.103021 | 0.23s 2026-03-11 10:10:32.956240 | fa163e84-66e8-9a19-d5b3-000000004c5c | TASK | Remove facter.conf if directory 2026-03-11 10:10:33.003948 | fa163e84-66e8-9a19-d5b3-000000004c5c | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 10:10:33.004956 | fa163e84-66e8-9a19-d5b3-000000004c5c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:10.171101 | 0.05s 2026-03-11 10:10:33.027423 | fa163e84-66e8-9a19-d5b3-000000004c5d | TASK | Write facter cache config 2026-03-11 10:10:33.563387 | fa163e84-66e8-9a19-d5b3-000000004c5d | CHANGED | Write facter cache config | standalone 2026-03-11 10:10:33.564956 | fa163e84-66e8-9a19-d5b3-000000004c5d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:10.731094 | 0.54s 2026-03-11 10:10:33.594922 | fa163e84-66e8-9a19-d5b3-000000004c5e | TASK | Cleanup facter cache if exists 2026-03-11 10:10:33.828692 | fa163e84-66e8-9a19-d5b3-000000004c5e | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 10:10:33.830481 | fa163e84-66e8-9a19-d5b3-000000004c5e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:10.996592 | 0.23s 2026-03-11 10:10:33.858488 | fa163e84-66e8-9a19-d5b3-000000004c5f | TASK | Pre-cache facts 2026-03-11 10:10:34.495772 | fa163e84-66e8-9a19-d5b3-000000004c5f | CHANGED | Pre-cache facts | standalone 2026-03-11 10:10:34.497035 | fa163e84-66e8-9a19-d5b3-000000004c5f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:11.663166 | 0.64s 2026-03-11 10:10:34.533343 | fa163e84-66e8-9a19-d5b3-000000004c60 | TASK | Failed deployment if facter fails 2026-03-11 10:10:34.574034 | fa163e84-66e8-9a19-d5b3-000000004c60 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 10:10:34.574926 | fa163e84-66e8-9a19-d5b3-000000004c60 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:11.741071 | 0.04s 2026-03-11 10:10:34.602859 | fa163e84-66e8-9a19-d5b3-000000004c61 | TASK | Sync cached facts 2026-03-11 10:10:34.939721 | fa163e84-66e8-9a19-d5b3-000000004c61 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-000000004c61') missing from stats 2026-03-11 10:10:35.000505 | fa163e84-66e8-9a19-d5b3-000000004c1b | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 10:10:35.029869 | fa163e84-66e8-9a19-d5b3-000000004c1b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 10:10:35.030897 | fa163e84-66e8-9a19-d5b3-000000004c1b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:12.197029 | 0.03s 2026-03-11 10:10:35.054904 | fa163e84-66e8-9a19-d5b3-000000004c1d | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-11 10:10:35.081894 | fa163e84-66e8-9a19-d5b3-000000004c1d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:12.248033 | 0.03s 2026-03-11 10:10:35.142704 | fa163e84-66e8-9a19-d5b3-000000004cb8 | TASK | Gather variables for each operating system 2026-03-11 10:10:35.254878 | fa163e84-66e8-9a19-d5b3-000000004cb8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:12.421008 | 0.11s 2026-03-11 10:10:35.285794 | fa163e84-66e8-9a19-d5b3-000000004cb9 | TASK | Create container logs path 2026-03-11 10:10:35.528943 | fa163e84-66e8-9a19-d5b3-000000004cb9 | OK | Create container logs path | standalone 2026-03-11 10:10:35.530446 | fa163e84-66e8-9a19-d5b3-000000004cb9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:12.696575 | 0.24s 2026-03-11 10:10:35.563087 | fa163e84-66e8-9a19-d5b3-000000004cbb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 10:10:35.851217 | fa163e84-66e8-9a19-d5b3-000000004cbb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 10:10:35.852467 | fa163e84-66e8-9a19-d5b3-000000004cbb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:13.018605 | 0.29s 2026-03-11 10:10:35.884699 | fa163e84-66e8-9a19-d5b3-000000004cbc | TASK | Finalise hashes for all containers 2026-03-11 10:10:35.956694 | fa163e84-66e8-9a19-d5b3-000000004cbc | OK | Finalise hashes for all containers | standalone 2026-03-11 10:10:35.957529 | fa163e84-66e8-9a19-d5b3-000000004cbc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:13.123675 | 0.07s 2026-03-11 10:10:35.980110 | fa163e84-66e8-9a19-d5b3-000000004cbe | TASK | Manage systemd shutdown files 2026-03-11 10:10:36.017716 | fa163e84-66e8-9a19-d5b3-000000004cbe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:13.183856 | 0.04s 2026-03-11 10:10:36.039830 | d092acb4-f620-49bb-92dc-7cb317234a1a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 10:10:36.069218 | fa163e84-66e8-9a19-d5b3-000000004cf1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 10:10:36.334612 | fa163e84-66e8-9a19-d5b3-000000004cf1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 10:10:36.336140 | fa163e84-66e8-9a19-d5b3-000000004cf1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:13.502272 | 0.27s 2026-03-11 10:10:36.367316 | fa163e84-66e8-9a19-d5b3-000000004cf2 | TASK | Set podman_drop_in fact 2026-03-11 10:10:36.401649 | fa163e84-66e8-9a19-d5b3-000000004cf2 | OK | Set podman_drop_in fact | standalone 2026-03-11 10:10:36.403734 | fa163e84-66e8-9a19-d5b3-000000004cf2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:13.569870 | 0.03s 2026-03-11 10:10:36.435264 | fa163e84-66e8-9a19-d5b3-000000004cf4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 10:10:36.982371 | fa163e84-66e8-9a19-d5b3-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 10:10:36.983381 | fa163e84-66e8-9a19-d5b3-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:14.149521 | 0.55s 2026-03-11 10:10:37.369609 | fa163e84-66e8-9a19-d5b3-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 10:10:37.370376 | fa163e84-66e8-9a19-d5b3-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:14.536524 | 0.93s 2026-03-11 10:10:37.377703 | fa163e84-66e8-9a19-d5b3-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:14.543838 | 0.94s 2026-03-11 10:10:37.412383 | fa163e84-66e8-9a19-d5b3-000000004cf5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 10:10:37.865337 | fa163e84-66e8-9a19-d5b3-000000004cf5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 10:10:37.867272 | fa163e84-66e8-9a19-d5b3-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:15.033414 | 0.45s 2026-03-11 10:10:37.892457 | fa163e84-66e8-9a19-d5b3-000000004cf6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 10:10:38.387946 | fa163e84-66e8-9a19-d5b3-000000004cf6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 10:10:38.389734 | fa163e84-66e8-9a19-d5b3-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:15.555871 | 0.50s 2026-03-11 10:10:38.419844 | fa163e84-66e8-9a19-d5b3-000000004cf7 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 10:10:39.343535 | fa163e84-66e8-9a19-d5b3-000000004cf7 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 10:10:39.345928 | fa163e84-66e8-9a19-d5b3-000000004cf7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:16.512063 | 0.92s 2026-03-11 10:10:39.379957 | fa163e84-66e8-9a19-d5b3-000000004cf8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 10:10:39.942354 | fa163e84-66e8-9a19-d5b3-000000004cf8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 10:10:39.944033 | fa163e84-66e8-9a19-d5b3-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:17.110166 | 0.56s 2026-03-11 10:10:39.974463 | fa163e84-66e8-9a19-d5b3-000000004cf9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 10:10:40.438357 | fa163e84-66e8-9a19-d5b3-000000004cf9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 10:10:40.439303 | fa163e84-66e8-9a19-d5b3-000000004cf9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:17.605447 | 0.46s 2026-03-11 10:10:40.462291 | fa163e84-66e8-9a19-d5b3-000000004cfa | TASK | Enable and start netns-placeholder 2026-03-11 10:10:41.505465 | fa163e84-66e8-9a19-d5b3-000000004cfa | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 10:10:41.508391 | fa163e84-66e8-9a19-d5b3-000000004cfa | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:18.674517 | 1.05s 2026-03-11 10:10:41.532109 | fa163e84-66e8-9a19-d5b3-000000004cc0 | TASK | Update container configs with new config hashes 2026-03-11 10:10:41.583191 | fa163e84-66e8-9a19-d5b3-000000004cc0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:18.749320 | 0.05s 2026-03-11 10:10:41.598186 | c67f768c-36d6-423b-9ad3-628c38a999f8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 10:10:41.626130 | fa163e84-66e8-9a19-d5b3-000000004d22 | TASK | Update config hashes for container startup configs 2026-03-11 10:10:41.890027 | fa163e84-66e8-9a19-d5b3-000000004d22 | OK | Update config hashes for container startup configs | standalone 2026-03-11 10:10:41.891315 | fa163e84-66e8-9a19-d5b3-000000004d22 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:19.057452 | 0.26s 2026-03-11 10:10:41.924627 | fa163e84-66e8-9a19-d5b3-000000004cc1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 10:10:41.997935 | fa163e84-66e8-9a19-d5b3-000000004cc1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:19.164075 | 0.04s 2026-03-11 10:10:42.019698 | 12b9632b-8dfc-4940-a7bb-fcdca0823863 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 10:10:42.061320 | fa163e84-66e8-9a19-d5b3-000000004d41 | TASK | Gather podman infos 2026-03-11 10:10:44.134340 | fa163e84-66e8-9a19-d5b3-000000004d41 | OK | Gather podman infos | standalone 2026-03-11 10:10:44.135862 | fa163e84-66e8-9a19-d5b3-000000004d41 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:21.301998 | 2.07s 2026-03-11 10:10:44.402913 | fa163e84-66e8-9a19-d5b3-000000004d42 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 10:10:44.493479 | fa163e84-66e8-9a19-d5b3-000000004d42 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:21.659615 | 0.08s 2026-03-11 10:10:44.672640 | fa163e84-66e8-9a19-d5b3-000000004d8b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:21.838763 | 0.13s 2026-03-11 10:10:44.742285 | fa163e84-66e8-9a19-d5b3-000000004cc2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 10:10:44.776657 | fa163e84-66e8-9a19-d5b3-000000004cc2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:21.942794 | 0.03s 2026-03-11 10:10:44.792525 | 10a9fe7e-5c08-4d7a-b6b6-79c3e6852184 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 10:10:44.824376 | fa163e84-66e8-9a19-d5b3-000000004db1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 10:11:10.767934 | fa163e84-66e8-9a19-d5b3-000000004db1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 10:11:10.770613 | fa163e84-66e8-9a19-d5b3-000000004db1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:47.936750 | 25.94s 2026-03-11 10:11:10.796463 | fa163e84-66e8-9a19-d5b3-000000004db2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 10:11:36.883110 | fa163e84-66e8-9a19-d5b3-000000004db2 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 10:11:36.884534 | fa163e84-66e8-9a19-d5b3-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:31:14.050675 | 26.09s 2026-03-11 10:11:36.940482 | fa163e84-66e8-9a19-d5b3-000000004c1f | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-11 10:11:37.148301 | fa163e84-66e8-9a19-d5b3-000000004c1f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-11 10:11:37.149470 | fa163e84-66e8-9a19-d5b3-000000004c1f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:14.315614 | 0.21s 2026-03-11 10:11:37.177474 | fa163e84-66e8-9a19-d5b3-000000004c20 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-11 10:11:37.219311 | fa163e84-66e8-9a19-d5b3-000000004c20 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:14.385445 | 0.04s 2026-03-11 10:11:37.240352 | fa163e84-66e8-9a19-d5b3-000000004c21 | TASK | Include container-puppet tasks for step 5 2026-03-11 10:11:37.281341 | fa163e84-66e8-9a19-d5b3-000000004c21 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:14.447477 | 0.04s 2026-03-11 10:11:37.295326 | 87732538-899f-4745-9f72-416b4c682ca8 | INCLUDED | /root/standalone-ansible-lvka6war/host-container-puppet-tasks.yaml | standalone 2026-03-11 10:11:37.324605 | fa163e84-66e8-9a19-d5b3-000000004dfd | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-11 10:11:37.817611 | fa163e84-66e8-9a19-d5b3-000000004dfd | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-11 10:11:37.818440 | fa163e84-66e8-9a19-d5b3-000000004dfd | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:14.984583 | 0.49s 2026-03-11 10:11:37.839503 | fa163e84-66e8-9a19-d5b3-000000004dff | TASK | Generate container puppet configs for step 5 2026-03-11 10:11:38.092417 | fa163e84-66e8-9a19-d5b3-000000004dff | OK | Generate container puppet configs for step 5 | standalone 2026-03-11 10:11:38.093991 | fa163e84-66e8-9a19-d5b3-000000004dff | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:15.260123 | 0.25s 2026-03-11 10:11:38.126940 | fa163e84-66e8-9a19-d5b3-000000004e00 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-11 10:11:38.158529 | fa163e84-66e8-9a19-d5b3-000000004e00 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:15.324654 | 0.03s 2026-03-11 10:11:38.225939 | fa163e84-66e8-9a19-d5b3-000000004e2f | TASK | Gather variables for each operating system 2026-03-11 10:11:38.329677 | fa163e84-66e8-9a19-d5b3-000000004e2f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:15.495808 | 0.10s 2026-03-11 10:11:38.350079 | fa163e84-66e8-9a19-d5b3-000000004e30 | TASK | Create container logs path 2026-03-11 10:11:38.546026 | fa163e84-66e8-9a19-d5b3-000000004e30 | OK | Create container logs path | standalone 2026-03-11 10:11:38.546869 | fa163e84-66e8-9a19-d5b3-000000004e30 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:15.713015 | 0.20s 2026-03-11 10:11:38.567670 | fa163e84-66e8-9a19-d5b3-000000004e32 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 10:11:38.772682 | fa163e84-66e8-9a19-d5b3-000000004e32 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 10:11:38.773599 | fa163e84-66e8-9a19-d5b3-000000004e32 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:15.939742 | 0.20s 2026-03-11 10:11:38.797607 | fa163e84-66e8-9a19-d5b3-000000004e33 | TASK | Finalise hashes for all containers 2026-03-11 10:11:38.829118 | fa163e84-66e8-9a19-d5b3-000000004e33 | OK | Finalise hashes for all containers | standalone 2026-03-11 10:11:38.830284 | fa163e84-66e8-9a19-d5b3-000000004e33 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:15.996424 | 0.03s 2026-03-11 10:11:38.852186 | fa163e84-66e8-9a19-d5b3-000000004e35 | TASK | Manage systemd shutdown files 2026-03-11 10:11:38.882229 | fa163e84-66e8-9a19-d5b3-000000004e35 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 10:11:38.883539 | fa163e84-66e8-9a19-d5b3-000000004e35 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:16.049677 | 0.03s 2026-03-11 10:11:38.905188 | fa163e84-66e8-9a19-d5b3-000000004e37 | TASK | Update container configs with new config hashes 2026-03-11 10:11:38.937877 | fa163e84-66e8-9a19-d5b3-000000004e37 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 10:11:38.938974 | fa163e84-66e8-9a19-d5b3-000000004e37 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:16.105116 | 0.03s 2026-03-11 10:11:38.967869 | fa163e84-66e8-9a19-d5b3-000000004e38 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 10:11:39.009460 | fa163e84-66e8-9a19-d5b3-000000004e38 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 10:11:39.011125 | fa163e84-66e8-9a19-d5b3-000000004e38 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:16.177267 | 0.04s 2026-03-11 10:11:39.035000 | fa163e84-66e8-9a19-d5b3-000000004e39 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 10:11:39.072151 | fa163e84-66e8-9a19-d5b3-000000004e39 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 10:11:39.074066 | fa163e84-66e8-9a19-d5b3-000000004e39 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:16.240204 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-03-11 10:11:39.219201 | fa163e84-66e8-9a19-d5b3-0000000000f7 | TASK | Server Post Deployments 2026-03-11 10:11:39.254045 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000f7') missing from stats 2026-03-11 10:11:39.341485 | fa163e84-66e8-9a19-d5b3-0000000000f8 | TIMING | include_tasks | standalone | 0:31:16.507611 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-11 10:11:39.464036 | fa163e84-66e8-9a19-d5b3-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-11 10:11:39.494786 | fa163e84-66e8-9a19-d5b3-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', 'fa163e84-66e8-9a19-d5b3-0000000000fc') missing from stats 2026-03-11 10:11:39.510223 | fa163e84-66e8-9a19-d5b3-000000000100 | TASK | is additonal Cell? 2026-03-11 10:11:39.540552 | fa163e84-66e8-9a19-d5b3-000000000100 | OK | is additonal Cell? | undercloud 2026-03-11 10:11:39.542400 | fa163e84-66e8-9a19-d5b3-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:16.708537 | 0.03s 2026-03-11 10:11:39.557256 | fa163e84-66e8-9a19-d5b3-000000000102 | TASK | discover via nova_manager? 2026-03-11 10:11:39.629272 | fa163e84-66e8-9a19-d5b3-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-11 10:11:39.630381 | fa163e84-66e8-9a19-d5b3-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:16.796519 | 0.07s 2026-03-11 10:11:39.644682 | fa163e84-66e8-9a19-d5b3-000000000103 | TASK | discover via nova_api? 2026-03-11 10:11:39.714835 | fa163e84-66e8-9a19-d5b3-000000000103 | OK | discover via nova_api? | undercloud 2026-03-11 10:11:39.724238 | fa163e84-66e8-9a19-d5b3-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:16.890271 | 0.08s 2026-03-11 10:11:39.744017 | fa163e84-66e8-9a19-d5b3-000000000104 | TASK | Warn if no discovery host available 2026-03-11 10:11:39.802781 | fa163e84-66e8-9a19-d5b3-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-11 10:11:39.805433 | fa163e84-66e8-9a19-d5b3-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:16.971462 | 0.06s 2026-03-11 10:11:39.841960 | fa163e84-66e8-9a19-d5b3-000000000105 | TASK | Discovering nova hosts 2026-03-11 10:11:42.610408 | fa163e84-66e8-9a19-d5b3-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-000000000105') missing from stats 2026-03-11 10:11:42.694026 | fa163e84-66e8-9a19-d5b3-000000000106 | OK | set_fact | undercloud 2026-03-11 10:11:42.695849 | fa163e84-66e8-9a19-d5b3-000000000106 | TIMING | set_fact | undercloud | 0:31:19.861974 | 0.06s 2026-03-11 10:11:42.714184 | fa163e84-66e8-9a19-d5b3-000000000108 | TASK | Set up group_vars 2026-03-11 10:11:42.762073 | fa163e84-66e8-9a19-d5b3-000000000108 | OK | Set up group_vars | undercloud 2026-03-11 10:11:42.763023 | fa163e84-66e8-9a19-d5b3-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:19.929164 | 0.05s 2026-03-11 10:11:42.777880 | fa163e84-66e8-9a19-d5b3-000000000109 | TASK | Make needed directories on the undercloud 2026-03-11 10:11:42.989446 | fa163e84-66e8-9a19-d5b3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lvka6war/octavia-ansible 2026-03-11 10:11:42.994242 | fa163e84-66e8-9a19-d5b3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.160380 | 0.22s 2026-03-11 10:11:43.170999 | fa163e84-66e8-9a19-d5b3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lvka6war/octavia-ansible/local_dir 2026-03-11 10:11:43.171936 | fa163e84-66e8-9a19-d5b3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.338081 | 0.39s 2026-03-11 10:11:43.359021 | fa163e84-66e8-9a19-d5b3-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-lvka6war/octavia-ansible/group_vars 2026-03-11 10:11:43.360188 | fa163e84-66e8-9a19-d5b3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.526303 | 0.58s 2026-03-11 10:11:43.366261 | fa163e84-66e8-9a19-d5b3-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:20.532399 | 0.59s 2026-03-11 10:11:43.381007 | fa163e84-66e8-9a19-d5b3-00000000010a | TASK | Write group_vars file 2026-03-11 10:11:43.860079 | fa163e84-66e8-9a19-d5b3-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-11 10:11:43.862116 | fa163e84-66e8-9a19-d5b3-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:21.028246 | 0.48s 2026-03-11 10:11:43.900517 | fa163e84-66e8-9a19-d5b3-00000000010b | TASK | Gather missing facts 2026-03-11 10:11:44.208774 | fa163e84-66e8-9a19-d5b3-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e84-66e8-9a19-d5b3-00000000010b') missing from stats 2026-03-11 10:11:44.227910 | fa163e84-66e8-9a19-d5b3-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:21.394040 | 0.33s 2026-03-11 10:11:44.246862 | fa163e84-66e8-9a19-d5b3-00000000010c | TASK | Write octavia inventory 2026-03-11 10:11:44.807004 | fa163e84-66e8-9a19-d5b3-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-11 10:11:44.808006 | fa163e84-66e8-9a19-d5b3-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:21.974147 | 0.56s 2026-03-11 10:11:44.823492 | fa163e84-66e8-9a19-d5b3-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-11 10:11:45.041223 | fa163e84-66e8-9a19-d5b3-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-11 10:11:45.042410 | fa163e84-66e8-9a19-d5b3-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:22.208552 | 0.22s 2026-03-11 10:11:45.057762 | fa163e84-66e8-9a19-d5b3-00000000010e | TASK | Set private key location 2026-03-11 10:11:45.113525 | fa163e84-66e8-9a19-d5b3-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-11 10:11:45.114533 | fa163e84-66e8-9a19-d5b3-00000000010e | TIMING | Set private key location | undercloud | 0:31:22.280677 | 0.06s 2026-03-11 10:11:45.128316 | fa163e84-66e8-9a19-d5b3-00000000010f | TASK | Configure octavia command 2026-03-11 10:11:45.179651 | fa163e84-66e8-9a19-d5b3-00000000010f | OK | Configure octavia command | undercloud 2026-03-11 10:11:45.181132 | fa163e84-66e8-9a19-d5b3-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:22.347261 | 0.05s 2026-03-11 10:11:45.246680 | fa163e84-66e8-9a19-d5b3-000000000110 | OK | set_fact | undercloud 2026-03-11 10:11:45.248160 | fa163e84-66e8-9a19-d5b3-000000000110 | TIMING | set_fact | undercloud | 0:31:22.414291 | 0.04s 2026-03-11 10:11:45.306369 | fa163e84-66e8-9a19-d5b3-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-lvka6war/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-lvka6war/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-lvka6war/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-11 10:11:45.307667 | fa163e84-66e8-9a19-d5b3-000000000111 | TIMING | debug | undercloud | 0:31:22.473801 | 0.04s 2026-03-11 10:11:45.325545 | fa163e84-66e8-9a19-d5b3-000000000112 | TASK | Configure octavia on overcloud 2026-03-11 10:14:58.035200 | fa163e84-66e8-9a19-d5b3-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-11 10:14:58.037356 | fa163e84-66e8-9a19-d5b3-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:35.203494 | 192.71s 2026-03-11 10:14:58.053570 | fa163e84-66e8-9a19-d5b3-000000000113 | TASK | Purge temp dirs 2026-03-11 10:14:58.295895 | fa163e84-66e8-9a19-d5b3-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-lvka6war/octavia-ansible/local_dir 2026-03-11 10:14:58.296797 | fa163e84-66e8-9a19-d5b3-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:35.462939 | 0.24s 2026-03-11 10:14:58.300087 | fa163e84-66e8-9a19-d5b3-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:35.466218 | 0.25s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2026-03-11 10:14:58.373806 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 10:14:58.374199 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 10:14:58.374599 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:35.540748 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 10:14:58.374968 | UUID | Info | Host | Task Name | Run Time 2026-03-11 10:14:58.375321 | fa163e84-66e8-9a19-d5b3-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 254.65s 2026-03-11 10:14:58.375730 | fa163e84-66e8-9a19-d5b3-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 192.71s 2026-03-11 10:14:58.376086 | fa163e84-66e8-9a19-d5b3-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 | 129.65s 2026-03-11 10:14:58.376434 | fa163e84-66e8-9a19-d5b3-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 106.86s 2026-03-11 10:14:58.376814 | fa163e84-66e8-9a19-d5b3-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.59s 2026-03-11 10:14:58.377158 | fa163e84-66e8-9a19-d5b3-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.02s 2026-03-11 10:14:58.377523 | fa163e84-66e8-9a19-d5b3-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.03s 2026-03-11 10:14:58.377933 | fa163e84-66e8-9a19-d5b3-00000000487f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.95s 2026-03-11 10:14:58.378278 | fa163e84-66e8-9a19-d5b3-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.88s 2026-03-11 10:14:58.378656 | fa163e84-66e8-9a19-d5b3-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 28.39s 2026-03-11 10:14:58.378995 | fa163e84-66e8-9a19-d5b3-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.18s 2026-03-11 10:14:58.379363 | fa163e84-66e8-9a19-d5b3-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 | 26.09s 2026-03-11 10:14:58.379883 | fa163e84-66e8-9a19-d5b3-000000004db1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.94s 2026-03-11 10:14:58.380280 | fa163e84-66e8-9a19-d5b3-000000004b16 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.63s 2026-03-11 10:14:58.380645 | fa163e84-66e8-9a19-d5b3-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 | 25.42s 2026-03-11 10:14:58.381007 | fa163e84-66e8-9a19-d5b3-000000004b42 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.10s 2026-03-11 10:14:58.381347 | fa163e84-66e8-9a19-d5b3-000000004b6e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.44s 2026-03-11 10:14:58.381735 | fa163e84-66e8-9a19-d5b3-00000000333c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 21.84s 2026-03-11 10:14:58.382086 | fa163e84-66e8-9a19-d5b3-000000004a1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.36s 2026-03-11 10:14:58.382429 | fa163e84-66e8-9a19-d5b3-000000004c18 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.79s 2026-03-11 10:14:58.382800 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-lvka6war Install artifact is located at /root/standalone-install-20260311101459.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.CoYx7QVLFu + exit 0 ~/ci-framework-data/artifacts