~/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.CI8y9CPuPr + 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.CI8y9CPuPr/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.CI8y9CPuPr/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.CI8y9CPuPr + J2_VARS_FILE=/tmp/tmp.CI8y9CPuPr/tmp.6CK7b5ZDux.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.CI8y9CPuPr/tmp.6CK7b5ZDux.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/tmp.6CK7b5ZDux.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.CI8y9CPuPr/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.CI8y9CPuPr/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.CI8y9CPuPr/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.CI8y9CPuPr/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.CI8y9CPuPr/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 9.0 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-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-eus-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): libunwind-1.6.2-1.el9cp.x86_64.rpm 708 kB/s | 68 kB 00:00 (2/399): ansible-collection-ansible-posix-1.2.0 988 kB/s | 124 kB 00:00 (3/399): ansible-collection-community-general-4 7.9 MB/s | 1.3 MB 00:00 (4/399): cephadm-18.2.1-381.el9cp.noarch.rpm 4.2 MB/s | 335 kB 00:00 (5/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 3.8 MB/s | 223 kB 00:00 (6/399): boost-system-1.75.0-8.el9.x86_64.rpm 372 kB/s | 15 kB 00:00 (7/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 1.6 MB/s | 64 kB 00:00 (8/399): perl-Storable-3.21-460.el9.x86_64.rpm 2.3 MB/s | 98 kB 00:00 (9/399): python3-urllib-gssapi-1.0.2-4.el9.noar 620 kB/s | 24 kB 00:00 (10/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.3 MB/s | 216 kB 00:00 (11/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 345 kB/s | 17 kB 00:00 (12/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.5 MB/s | 57 kB 00:00 (13/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.5 MB/s | 59 kB 00:00 (14/399): perl-Exporter-5.74-461.el9.noarch.rpm 781 kB/s | 34 kB 00:00 (15/399): perl-File-Temp-0.231.100-4.el9.noarch 1.5 MB/s | 63 kB 00:00 (16/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 657 kB/s | 25 kB 00:00 (17/399): perl-parent-0.238-460.el9.noarch.rpm 371 kB/s | 16 kB 00:00 (18/399): python3-pyasn1-modules-0.4.8-6.el9.no 6.5 MB/s | 283 kB 00:00 (19/399): xorriso-1.5.4-4.el9.x86_64.rpm 6.7 MB/s | 321 kB 00:00 (20/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.6 MB/s | 224 kB 00:00 (21/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 917 kB/s | 45 kB 00:00 (22/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 8.3 MB/s | 392 kB 00:00 (23/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.4 MB/s | 92 kB 00:00 (24/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.1 MB/s | 51 kB 00:00 (25/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.6 MB/s | 229 kB 00:00 (26/399): perl-URI-5.09-3.el9.noarch.rpm 2.9 MB/s | 125 kB 00:00 (27/399): perl-Text-ParseWords-3.30-460.el9.noa 311 kB/s | 18 kB 00:00 (28/399): perl-libnet-3.13-4.el9.noarch.rpm 2.4 MB/s | 134 kB 00:00 (29/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 20 MB/s | 1.2 MB 00:00 (30/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 515 kB/s | 26 kB 00:00 (31/399): iptables-nft-services-1.8.8-6.el9_1.n 563 kB/s | 28 kB 00:00 (32/399): perl-Pod-Escapes-1.07-460.el9.noarch. 458 kB/s | 22 kB 00:00 (33/399): perl-Carp-1.50-460.el9.noarch.rpm 539 kB/s | 31 kB 00:00 (34/399): perl-Encode-3.08-462.el9.x86_64.rpm 24 MB/s | 1.7 MB 00:00 (35/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.9 MB/s | 218 kB 00:00 (36/399): libburn-1.5.4-4.el9.x86_64.rpm 3.7 MB/s | 175 kB 00:00 (37/399): perl-Mozilla-CA-20200520-6.el9.noarch 387 kB/s | 14 kB 00:00 (38/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 611 kB/s | 24 kB 00:00 (39/399): perl-Time-Local-1.300-7.el9.noarch.rp 931 kB/s | 37 kB 00:00 (40/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.9 MB/s | 76 kB 00:00 (41/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.8 MB/s | 73 kB 00:00 (42/399): sshpass-1.09-4.el9.x86_64.rpm 816 kB/s | 30 kB 00:00 (43/399): boost-filesystem-1.75.0-8.el9.x86_64. 774 kB/s | 59 kB 00:00 (44/399): boost-program-options-1.75.0-8.el9.x8 1.8 MB/s | 108 kB 00:00 (45/399): boost-log-1.75.0-8.el9.x86_64.rpm 5.9 MB/s | 410 kB 00:00 (46/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.0 MB/s | 39 kB 00:00 (47/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 742 kB/s | 34 kB 00:00 (48/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 435 kB/s | 19 kB 00:00 (49/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.3 MB/s | 419 kB 00:00 (50/399): perl-Digest-1.19-4.el9.noarch.rpm 673 kB/s | 29 kB 00:00 (51/399): perl-File-Path-2.18-4.el9.noarch.rpm 896 kB/s | 38 kB 00:00 (52/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.3 MB/s | 92 kB 00:00 (53/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (54/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.9 MB/s | 77 kB 00:00 (55/399): perl-constant-1.33-461.el9.noarch.rpm 589 kB/s | 25 kB 00:00 (56/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.1 MB/s | 58 kB 00:00 (57/399): perl-podlators-4.14-460.el9.noarch.rp 2.4 MB/s | 118 kB 00:00 (58/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.7 MB/s | 112 kB 00:00 (59/399): python3-appdirs-1.4.4-4.el9.noarch.rp 672 kB/s | 27 kB 00:00 (60/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.3 MB/s | 163 kB 00:00 (61/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (62/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.2 MB/s | 48 kB 00:00 (63/399): boost-regex-1.75.0-8.el9.x86_64.rpm 7.0 MB/s | 279 kB 00:00 (64/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.8 MB/s | 221 kB 00:00 (65/399): python3-alembic-1.7.5-3.el9.noarch.rp 18 MB/s | 900 kB 00:00 (66/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 676 kB/s | 96 kB 00:00 (67/399): python3-augeas-0.5.0-25.el9.noarch.rp 683 kB/s | 31 kB 00:00 (68/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 10 MB/s | 489 kB 00:00 (69/399): perl-AutoLoader-5.74-480.el9.noarch.r 580 kB/s | 23 kB 00:00 (70/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 931 kB/s | 42 kB 00:00 (71/399): perl-B-1.80-480.el9.x86_64.rpm 4.5 MB/s | 185 kB 00:00 (72/399): perl-Class-Struct-0.66-480.el9.noarch 578 kB/s | 24 kB 00:00 (73/399): perl-Errno-1.30-480.el9.x86_64.rpm 403 kB/s | 17 kB 00:00 (74/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 561 kB/s | 23 kB 00:00 (75/399): perl-File-Basename-2.85-480.el9.noarc 474 kB/s | 19 kB 00:00 (76/399): perl-File-stat-1.09-480.el9.noarch.rp 477 kB/s | 19 kB 00:00 (77/399): perl-FileHandle-2.03-480.el9.noarch.r 440 kB/s | 17 kB 00:00 (78/399): perl-Getopt-Std-1.12-480.el9.noarch.r 454 kB/s | 17 kB 00:00 (79/399): perl-IO-1.43-480.el9.x86_64.rpm 2.3 MB/s | 94 kB 00:00 (80/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 588 kB/s | 25 kB 00:00 (81/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 566 kB/s | 25 kB 00:00 (82/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.2 MB/s | 99 kB 00:00 (83/399): perl-SelectSaver-1.02-480.el9.noarch. 310 kB/s | 13 kB 00:00 (84/399): perl-Symbol-1.08-480.el9.noarch.rpm 366 kB/s | 16 kB 00:00 (85/399): perl-base-2.27-480.el9.noarch.rpm 431 kB/s | 18 kB 00:00 (86/399): perl-if-0.60.800-480.el9.noarch.rpm 397 kB/s | 16 kB 00:00 (87/399): perl-interpreter-5.32.1-480.el9.x86_6 1.6 MB/s | 75 kB 00:00 (88/399): perl-libs-5.32.1-480.el9.x86_64.rpm 31 MB/s | 2.2 MB 00:00 (89/399): perl-mro-1.23-480.el9.x86_64.rpm 769 kB/s | 31 kB 00:00 (90/399): perl-overload-1.31-480.el9.noarch.rpm 1.2 MB/s | 47 kB 00:00 (91/399): perl-overloading-0.02-480.el9.noarch. 403 kB/s | 15 kB 00:00 (92/399): perl-subs-1.03-480.el9.noarch.rpm 361 kB/s | 13 kB 00:00 (93/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.3 MB/s | 176 kB 00:00 (94/399): perl-vars-1.05-480.el9.noarch.rpm 202 kB/s | 15 kB 00:00 (95/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.7 MB/s | 259 kB 00:00 (96/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.5 MB/s | 459 kB 00:00 (97/399): jq-1.6-14.el9.x86_64.rpm 4.2 MB/s | 190 kB 00:00 (98/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 740 kB/s | 40 kB 00:00 (99/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.2 MB/s | 59 kB 00:00 (100/399): ansible-freeipa-1.9.2-3.el9_2.noarch 7.7 MB/s | 452 kB 00:00 (101/399): rhel-system-roles-1.21.2-1.el9_2.noa 29 MB/s | 2.4 MB 00:00 (102/399): ipa-client-common-4.10.1-12.el9_2.2. 827 kB/s | 44 kB 00:00 (103/399): ipa-common-4.10.1-12.el9_2.2.noarch. 12 MB/s | 656 kB 00:00 (104/399): python3-ipaclient-4.10.1-12.el9_2.2. 13 MB/s | 648 kB 00:00 (105/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 859 kB/s | 57 kB 00:00 (106/399): python3-ipalib-4.10.1-12.el9_2.2.noa 12 MB/s | 663 kB 00:00 (107/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 705 kB/s | 41 kB 00:00 (108/399): ruby-default-gems-3.0.4-161.el9_2.2. 935 kB/s | 46 kB 00:00 (109/399): buildah-1.29.5-1.el9_2.x86_64.rpm 63 MB/s | 8.6 MB 00:00 (110/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 807 kB/s | 55 kB 00:00 (111/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 27 MB/s | 3.3 MB 00:00 (112/399): rubygem-io-console-0.5.7-161.el9_2.2 503 kB/s | 26 kB 00:00 (113/399): rubygem-bundler-2.2.33-161.el9_2.2.n 6.7 MB/s | 456 kB 00:00 (114/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (115/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.4 MB/s | 441 kB 00:00 (116/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.0 MB/s | 60 kB 00:00 (117/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.7 MB/s | 110 kB 00:00 (118/399): rubygems-3.2.33-161.el9_2.2.noarch.r 4.7 MB/s | 306 kB 00:00 (119/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.9 MB/s | 245 kB 00:00 (120/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 52 MB/s | 7.9 MB 00:00 (121/399): bash-completion-2.11-4.el9.noarch.rp 6.2 MB/s | 459 kB 00:00 (122/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 17 MB/s | 2.2 MB 00:00 (123/399): device-mapper-persistent-data-0.9.0- 14 MB/s | 786 kB 00:00 (124/399): libaio-0.3.111-13.el9.x86_64.rpm 578 kB/s | 26 kB 00:00 (125/399): glibc-langpack-en-2.34-60.el9.x86_64 12 MB/s | 675 kB 00:00 (126/399): krb5-workstation-1.20.1-8.el9.x86_64 11 MB/s | 542 kB 00:00 (127/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 681 kB/s | 37 kB 00:00 (128/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 535 kB/s | 62 kB 00:00 (129/399): libkadm5-1.20.1-8.el9.x86_64.rpm 609 kB/s | 81 kB 00:00 (130/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 254 kB/s | 16 kB 00:00 (131/399): pkgconf-1.7.3-10.el9.x86_64.rpm 585 kB/s | 45 kB 00:00 (132/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 285 kB/s | 12 kB 00:00 (133/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 885 kB/s | 36 kB 00:00 (134/399): python3-dns-2.2.1-2.el9.noarch.rpm 6.1 MB/s | 418 kB 00:00 (135/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 631 kB/s | 30 kB 00:00 (136/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 425 kB/s | 19 kB 00:00 (137/399): device-mapper-event-1.02.187-7.el9_2 641 kB/s | 32 kB 00:00 (138/399): device-mapper-event-libs-1.02.187-7. 693 kB/s | 31 kB 00:00 (139/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 24 MB/s | 1.5 MB 00:00 (140/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 18 MB/s | 1.0 MB 00:00 (141/399): ansible-collection-ansible-netcommon 3.9 MB/s | 181 kB 00:00 (142/399): ansible-collection-ansible-utils-2.3 2.1 MB/s | 91 kB 00:00 (143/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.9 MB/s | 77 kB 00:00 (144/399): golang-github-vbatts-tar-split-0.11. 18 MB/s | 1.0 MB 00:00 (145/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.1 MB/s | 162 kB 00:00 (146/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.5 MB/s | 178 kB 00:00 (147/399): puppet-fdio-18.2-1.20220727113954.6f 642 kB/s | 25 kB 00:00 (148/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 2.2 MB/s | 122 kB 00:00 (150/399): python3-beautifulsoup4-4.9.3-2.el9os 4.3 MB/s | 204 kB 00:00 (151/399): python3-croniter-0.3.35-2.el9ost.noa 1.2 MB/s | 49 kB 00:00 (152/399): python3-daemon-2.3.0-1.el9ost.noarch 940 kB/s | 39 kB 00:00 (153/399): python3-docutils-0.16-6.el9ost.noarc 28 MB/s | 1.5 MB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 888 kB/s | 44 kB 00:00 (155/399): python3-gevent-21.1.2-2.el9ost.x86_6 23 MB/s | 1.6 MB 00:00 (156/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.3 MB/s | 107 kB 00:00 (157/399): python3-jeepney-0.6.0-2.el9ost.noarc 5.8 MB/s | 284 kB 00:00 (158/399): python3-jmespath-0.10.0-1.el9ost.noa 996 kB/s | 46 kB 00:00 (159/399): python3-lockfile-0.12.2-2.el9ost.noa 676 kB/s | 31 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 1.2 MB/s | 47 kB 00:00 (161/399): python3-memcached-1.59-3.el9ost.noar 890 kB/s | 40 kB 00:00 (162/399): python3-migrate-0.13.0-1.el9ost.noar 4.6 MB/s | 224 kB 00:00 (163/399): python3-mimeparse-1.6.0-16.el9ost.no 329 kB/s | 16 kB 00:00 (164/399): python3-natsort-7.1.1-2.el9ost.noarc 1.5 MB/s | 59 kB 00:00 (165/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.0 MB/s | 273 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 7.1 MB/s | 712 kB 00:00 (167/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.4 MB/s | 111 kB 00:00 (168/399): python3-pyperclip-1.8.0-3.el9ost.noa 637 kB/s | 25 kB 00:00 (169/399): python3-setproctitle-1.2.2-1.el9ost. 610 kB/s | 23 kB 00:00 (170/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.2 MB/s | 47 kB 00:00 (171/399): python3-soupsieve-2.2-1.el9ost.noarc 1.6 MB/s | 67 kB 00:00 (172/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 575 kB/s | 90 kB 00:00 (173/399): python3-tenacity-6.3.1-1.el9ost.noar 1.3 MB/s | 51 kB 00:00 (174/399): python3-webtest-2.0.35-6.el9ost.noar 2.1 MB/s | 82 kB 00:00 (175/399): python3-sqlalchemy13-1.3.24-3.el9ost 23 MB/s | 1.7 MB 00:00 (176/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 8.9 MB/s | 396 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 4.7 MB/s | 205 kB 00:00 (178/399): python3-zope-interface-5.4.0-1.el9os 4.0 MB/s | 202 kB 00:00 (179/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.5 MB/s | 243 kB 00:00 (180/399): rubygem-deep_merge-1.2.1-7.el9ost.no 355 kB/s | 14 kB 00:00 (181/399): rubygem-fast_gettext-1.2.0-9.el9ost. 916 kB/s | 34 kB 00:00 (182/399): rubygem-multi_json-1.15.0-2.el9ost.n 597 kB/s | 22 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.1 MB/s | 90 kB 00:00 (184/399): rubygem-puppet-resource_api-1.8.13-1 921 kB/s | 34 kB 00:00 (185/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 452 kB/s | 16 kB 00:00 (186/399): rubygem-semantic_puppet-1.0.4-2.el9o 526 kB/s | 21 kB 00:00 (187/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 10 MB/s | 433 kB 00:00 (188/399): ansible-config_template-2.0.1-17.1.2 761 kB/s | 29 kB 00:00 (189/399): ansible-role-atos-hsm-1.0.1-17.1.202 458 kB/s | 17 kB 00:00 (190/399): ansible-role-chrony-1.3.1-17.1.20230 621 kB/s | 22 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 1.3 MB/s | 53 kB 00:00 (192/399): ansible-role-container-registry-1.4. 651 kB/s | 24 kB 00:00 (193/399): ansible-role-openstack-operations-0. 847 kB/s | 30 kB 00:00 (194/399): ansible-role-qdr-config-0.0.2-17.1.2 436 kB/s | 21 kB 00:00 (195/399): ansible-role-redhat-subscription-1.3 628 kB/s | 28 kB 00:00 (196/399): ansible-role-thales-hsm-3.0.1-17.1.2 563 kB/s | 21 kB 00:00 (197/399): ansible-role-tripleo-modify-image-1. 753 kB/s | 27 kB 00:00 (198/399): ansible-tripleo-ipa-0.3.1-17.1.20230 873 kB/s | 36 kB 00:00 (199/399): ansible-tripleo-ipsec-11.0.1-17.1.20 898 kB/s | 38 kB 00:00 (200/399): dib-utils-0.0.11-17.1.20230620173328 297 kB/s | 12 kB 00:00 (201/399): openstack-heat-agents-2.2.1-17.1.202 263 kB/s | 9.6 kB 00:00 (202/399): os-apply-config-13.1.1-17.1.20231020 1.4 MB/s | 54 kB 00:00 (203/399): os-collect-config-13.1.1-17.1.202310 1.4 MB/s | 50 kB 00:00 (204/399): puppet-aodh-18.4.2-17.1.202306201512 1.3 MB/s | 62 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 313 kB/s | 21 kB 00:00 (206/399): puppet-archive-4.6.1-17.1.2023062018 1.1 MB/s | 44 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 777 kB/s | 28 kB 00:00 (208/399): puppet-ceilometer-18.4.3-17.1.202309 1.6 MB/s | 70 kB 00:00 (209/399): puppet-certmonger-2.7.1-17.1.2023062 639 kB/s | 26 kB 00:00 (210/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 2.1 MB/s | 120 kB 00:00 (212/399): puppet-corosync-8.0.1-17.1.202306211 1.4 MB/s | 68 kB 00:00 (213/399): puppet-designate-18.6.1-17.1.2023062 1.8 MB/s | 69 kB 00:00 (214/399): puppet-etcd-1.12.3-17.1.202306201932 685 kB/s | 25 kB 00:00 (215/399): puppet-dns-8.2.1-17.1.20230621002045 811 kB/s | 36 kB 00:00 (216/399): puppet-gnocchi-18.4.3-17.1.202306210 1.5 MB/s | 58 kB 00:00 (217/399): puppet-heat-18.4.1-17.1.202306211116 1.7 MB/s | 70 kB 00:00 (218/399): puppet-kmod-2.5.0-17.1.2023062019064 512 kB/s | 21 kB 00:00 (219/399): puppet-manila-18.5.2-17.1.2023110219 2.0 MB/s | 81 kB 00:00 (220/399): puppet-mysql-10.6.1-17.1.20230621022 2.4 MB/s | 99 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 487 kB/s | 23 kB 00:00 (222/399): puppet-nova-18.6.1-17.1.202306210904 4.6 MB/s | 200 kB 00:00 (223/399): puppet-nssdb-1.0.2-17.1.202306201856 330 kB/s | 12 kB 00:00 (224/399): puppet-octavia-18.5.1-17.1.202306210 1.5 MB/s | 76 kB 00:00 (225/399): puppet-openstacklib-18.5.2-17.1.2023 1.6 MB/s | 62 kB 00:00 (226/399): puppet-openstack_extras-18.5.1-17.1. 850 kB/s | 48 kB 00:00 (227/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (228/399): puppet-qdr-7.4.1-17.1.20230620195605 791 kB/s | 31 kB 00:00 (229/399): puppet-oslo-18.5.1-17.1.202306210523 613 kB/s | 48 kB 00:00 (230/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.7 MB/s | 266 kB 00:00 (231/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (232/399): puppet-redis-6.1.1-17.1.202306201917 899 kB/s | 51 kB 00:00 (233/399): puppet-ssh-6.2.1-17.1.20230620190251 794 kB/s | 29 kB 00:00 (234/399): puppet-stdlib-6.3.1-17.1.20230621000 3.6 MB/s | 160 kB 00:00 (235/399): puppet-swift-18.6.1-17.1.20230621052 2.6 MB/s | 115 kB 00:00 (236/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (237/399): puppet-xinetd-3.3.1-17.1.20230620185 698 kB/s | 26 kB 00:00 (238/399): puppet-systemd-2.12.1-17.1.202306201 580 kB/s | 42 kB 00:00 (239/399): python-oslo-log-lang-4.4.0-17.1.2023 373 kB/s | 14 kB 00:00 (240/399): python-oslo-cache-lang-2.7.1-17.1.20 408 kB/s | 19 kB 00:00 (241/399): python-oslo-middleware-lang-4.2.1-17 369 kB/s | 13 kB 00:00 (242/399): python-oslo-policy-lang-3.7.1-17.1.2 384 kB/s | 14 kB 00:00 (243/399): python-oslo-versionedobjects-lang-2. 341 kB/s | 14 kB 00:00 (244/399): python-pycadf-common-3.1.1-17.1.2023 351 kB/s | 15 kB 00:00 (245/399): python3-GitPython-3.1.14-2.el9ost.no 5.8 MB/s | 238 kB 00:00 (246/399): python3-barbicanclient-5.3.0-17.1.20 2.8 MB/s | 127 kB 00:00 (247/399): python3-aodhclient-2.2.0-17.1.202306 975 kB/s | 56 kB 00:00 (248/399): python3-cinderclient-7.4.1-17.1.2023 3.6 MB/s | 218 kB 00:00 (249/399): python3-cliff-3.7.0-17.1.20230620172 2.1 MB/s | 95 kB 00:00 (250/399): python3-designateclient-4.2.1-17.1.2 2.1 MB/s | 92 kB 00:00 (251/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (252/399): python3-heat-agent-2.2.1-17.1.202306 492 kB/s | 19 kB 00:00 (253/399): python3-heat-agent-ansible-2.2.1-17. 285 kB/s | 11 kB 00:00 (254/399): python3-heat-agent-apply-config-2.2. 270 kB/s | 9.9 kB 00:00 (255/399): python3-heat-agent-docker-cmd-2.2.1- 312 kB/s | 12 kB 00:00 (256/399): python3-heat-agent-hiera-2.2.1-17.1. 251 kB/s | 10 kB 00:00 (257/399): python3-heat-agent-json-file-2.2.1-1 221 kB/s | 9.8 kB 00:00 (258/399): python3-heat-agent-puppet-2.2.1-17.1 285 kB/s | 11 kB 00:00 (259/399): python3-heatclient-2.3.1-17.1.202306 3.6 MB/s | 158 kB 00:00 (260/399): python3-ironic-inspector-client-4.5. 1.6 MB/s | 67 kB 00:00 (261/399): python3-ironicclient-4.6.4-17.1.2023 7.0 MB/s | 342 kB 00:00 (262/399): python3-keystoneclient-4.3.0-17.1.20 4.4 MB/s | 239 kB 00:00 (263/399): python3-magnumclient-3.4.1-17.1.2023 3.1 MB/s | 121 kB 00:00 (264/399): python3-mistralclient-4.2.0-17.1.202 3.7 MB/s | 166 kB 00:00 (265/399): python3-keystonemiddleware-9.2.0-17. 1.2 MB/s | 92 kB 00:00 (266/399): python3-neutronclient-7.3.1-17.1.202 6.5 MB/s | 298 kB 00:00 (267/399): python3-os-client-config-2.1.0-17.1. 1.4 MB/s | 55 kB 00:00 (268/399): python3-novaclient-17.4.1-17.1.20230 4.0 MB/s | 201 kB 00:00 (269/399): python3-os-service-types-1.7.0-17.1. 1.0 MB/s | 38 kB 00:00 (270/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 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.4 MB/s | 56 kB 00:00 (273/399): python3-oslo-context-3.2.1-17.1.2023 728 kB/s | 27 kB 00:00 (274/399): python3-oslo-log-4.4.0-17.1.20230620 1.7 MB/s | 64 kB 00:00 (275/399): python3-oslo-middleware-4.2.1-17.1.2 1.3 MB/s | 55 kB 00:00 (276/399): python3-oslo-policy-3.7.1-17.1.20230 1.9 MB/s | 76 kB 00:00 (277/399): python3-oslo-reports-2.2.0-17.1.2023 1.5 MB/s | 59 kB 00:00 (278/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (279/399): python3-oslo-serialization-4.1.1-17. 894 kB/s | 34 kB 00:00 (280/399): python3-oslo-upgradecheck-1.3.1-17.1 639 kB/s | 29 kB 00:00 (281/399): python3-oslo-versionedobjects-2.4.1- 1.9 MB/s | 79 kB 00:00 (282/399): python3-osprofiler-3.4.0-17.1.202306 2.8 MB/s | 130 kB 00:00 (283/399): python3-pycadf-3.1.1-17.1.2023062021 1.3 MB/s | 53 kB 00:00 (284/399): python3-requestsexceptions-1.4.0-17. 453 kB/s | 17 kB 00:00 (285/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (286/399): python3-statsd-3.2.1-20.1.el9ost.noa 944 kB/s | 35 kB 00:00 (287/399): python3-swiftclient-3.11.1-17.1.2023 3.3 MB/s | 136 kB 00:00 (288/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 991 kB/s | 50 kB 00:00 (289/399): python3-saharaclient-3.3.0-17.1.2023 1.6 MB/s | 188 kB 00:00 (290/399): python3-troveclient-7.0.0-17.1.20230 8.3 MB/s | 344 kB 00:00 (291/399): python3-validations-libs-1.9.1-17.1. 2.5 MB/s | 137 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 2.7 MB/s | 111 kB 00:00 (293/399): python3-zaqarclient-2.4.0-17.1.20230 1.7 MB/s | 129 kB 00:00 (294/399): python3-paramiko-2.11.0-2.el9ost.noa 6.2 MB/s | 299 kB 00:00 (295/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.2 MB/s | 427 kB 00:00 (296/399): ansible-pacemaker-1.0.4-17.1.2023121 523 kB/s | 21 kB 00:00 (297/399): python3-manilaclient-2.6.4-17.1.2024 12 MB/s | 528 kB 00:00 (298/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.2 MB/s | 83 kB 00:00 (299/399): python3-webob-1.8.7-2.1.el9ost.noarc 4.7 MB/s | 230 kB 00:00 (300/399): ansible-role-metalsmith-deployment-1 573 kB/s | 21 kB 00:00 (301/399): openstack-selinux-0.8.37-17.1.202311 4.6 MB/s | 221 kB 00:00 (302/399): puppet-ironic-18.7.1-17.1.2024030521 3.1 MB/s | 121 kB 00:00 (303/399): python-oslo-db-lang-8.5.2-17.1.20240 344 kB/s | 14 kB 00:00 (304/399): python3-glanceclient-3.3.0-17.1.2024 3.2 MB/s | 143 kB 00:00 (305/399): python3-keystoneauth1-4.4.0-17.1.202 8.8 MB/s | 409 kB 00:00 (306/399): python3-metalsmith-1.4.4-17.1.202405 1.5 MB/s | 65 kB 00:00 (307/399): python3-neutron-lib-2.10.3-17.1.2023 8.7 MB/s | 375 kB 00:00 (308/399): python3-octaviaclient-2.3.1-17.1.202 2.2 MB/s | 91 kB 00:00 (309/399): python3-oslo-db-8.5.2-17.1.202408201 3.4 MB/s | 144 kB 00:00 (310/399): python3-oslo-messaging-12.7.3-17.1.2 5.2 MB/s | 216 kB 00:00 (311/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (312/399): python3-rhosp-openvswitch-3.3-1.el9o 203 kB/s | 8.3 kB 00:00 (313/399): python3-waitress-2.0.0-4.el9ost.noar 2.8 MB/s | 109 kB 00:00 (314/399): openstack-tripleo-validations-14.3.2 4.7 MB/s | 204 kB 00:00 (315/399): openstack-ansible-core-2.14.2-4.7.el 31 MB/s | 2.3 MB 00:00 (316/399): puppet-glance-18.6.1-17.1.2025022015 1.6 MB/s | 87 kB 00:00 (317/399): puppet-ovn-18.6.1-17.1.2024092509490 753 kB/s | 29 kB 00:00 (318/399): puppet-pacemaker-1.5.1-17.1.20250214 3.8 MB/s | 158 kB 00:00 (319/399): python3-os-ken-1.4.1-17.1.2024120509 32 MB/s | 2.1 MB 00:00 (320/399): puppet-tripleo-14.2.3-17.1.202503201 4.0 MB/s | 239 kB 00:00 (321/399): ansible-collection-containers-podman 5.2 MB/s | 243 kB 00:00 (322/399): ansible-collections-openstack-1.9.1- 3.2 MB/s | 146 kB 00:00 (323/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 6.8 MB/s | 351 kB 00:00 (324/399): facter-3.14.19-3.el9ost.x86_64.rpm 10 MB/s | 518 kB 00:00 (325/399): hiera-3.6.0-6.el9ost.noarch.rpm 884 kB/s | 33 kB 00:00 (326/399): leatherman-1.12.6-5.el9ost.x86_64.rp 8.6 MB/s | 405 kB 00:00 (327/399): puppet-7.10.0-4.el9ost.noarch.rpm 213 kB/s | 11 kB 00:00 (328/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.3 MB/s | 92 kB 00:00 (329/399): puppet-headless-7.10.0-4.el9ost.noar 19 MB/s | 1.4 MB 00:00 (330/399): python3-boto-2.45.0-8.1.el9ost.noarc 21 MB/s | 1.3 MB 00:00 (331/399): python3-cachetools-4.2.2-3.el9ost.no 632 kB/s | 33 kB 00:00 (332/399): python3-colorama-0.4.4-4.el9ost.noar 929 kB/s | 35 kB 00:00 (333/399): python3-dogpile-cache-1.1.5-5.el9ost 2.2 MB/s | 89 kB 00:00 (334/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.2 MB/s | 284 kB 00:00 (335/399): python3-extras-1.0.0-17.el9ost.noarc 543 kB/s | 21 kB 00:00 (336/399): python3-fixtures-3.0.0-24.el9ost.noa 2.1 MB/s | 93 kB 00:00 (337/399): python3-keyring-21.8.0-4.el9ost.noar 1.8 MB/s | 77 kB 00:00 (338/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.7 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. 667 kB/s | 25 kB 00:00 (341/399): python3-openstacksdk-0.55.1-17.1.202 14 MB/s | 735 kB 00:00 (342/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (343/399): python3-paste-3.5.0-5.el9ost.noarch. 15 MB/s | 776 kB 00:00 (344/399): python3-repoze-lru-0.7-12.el9ost.noa 855 kB/s | 32 kB 00:00 (345/399): python3-pystache-0.5.4-15.el9ost.noa 2.8 MB/s | 132 kB 00:00 (346/399): python3-routes-2.4.1-14.el9ost.noarc 4.8 MB/s | 188 kB 00:00 (347/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.5 MB/s | 57 kB 00:00 (348/399): python3-secretstorage-3.3.1-3.el9ost 924 kB/s | 36 kB 00:00 (349/399): python3-simplejson-3.17.5-3.el9ost.x 6.4 MB/s | 266 kB 00:00 (350/399): python3-vine-5.0.0-5.el9ost.noarch.r 712 kB/s | 26 kB 00:00 (351/399): python3-tempita-0.5.1-27.el9ost.noar 645 kB/s | 36 kB 00:00 (352/399): python3-testtools-2.4.0-10.el9ost.no 5.8 MB/s | 333 kB 00:00 (353/399): python3-warlock-1.3.3-7.el9ost.noarc 599 kB/s | 21 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.3 MB/s | 180 kB 00:00 (356/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 720 kB/s | 29 kB 00:00 (357/399): ruby-facter-3.14.19-3.el9ost.x86_64. 231 kB/s | 9.5 kB 00:00 (358/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.0 MB/s | 123 kB 00:00 (359/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 479 kB/s | 19 kB 00:00 (360/399): puppet-barbican-18.4.2-17.1.20250625 1.5 MB/s | 57 kB 00:00 (361/399): python-openstackclient-lang-5.5.2-17 1.5 MB/s | 58 kB 00:00 (362/399): puppet-apache-6.5.2-17.1.20250811150 6.0 MB/s | 253 kB 00:00 (363/399): puppet-concat-6.2.1-17.1.20250725131 1.1 MB/s | 44 kB 00:00 (364/399): python3-openstackclient-5.5.2-17.1.2 16 MB/s | 1.1 MB 00:00 (365/399): puppet-firewall-3.4.1-17.1.202508041 1.9 MB/s | 73 kB 00:00 (366/399): puppet-git-0.5.0-17.1.20250725114148 640 kB/s | 26 kB 00:00 (367/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (368/399): puppet-inifile-4.2.1-17.1.2025080415 1.1 MB/s | 46 kB 00:00 (369/399): puppet-ipaclient-2.5.2-17.1.20250725 554 kB/s | 21 kB 00:00 (370/399): puppet-keepalived-0.0.2-17.1.2025072 297 kB/s | 17 kB 00:00 (371/399): puppet-module-data-0.5.1-17.1.202507 303 kB/s | 16 kB 00:00 (372/399): puppet-remote-10.0.0-17.1.2025072511 409 kB/s | 19 kB 00:00 (373/399): puppet-rsync-1.1.4-17.1.202508041515 748 kB/s | 28 kB 00:00 (374/399): puppet-snmp-3.9.1-17.1.2025072511575 1.0 MB/s | 38 kB 00:00 (375/399): puppet-sysctl-0.0.13-17.1.2025072511 524 kB/s | 19 kB 00:00 (376/399): puppet-vcsrepo-3.1.1-17.1.2025072511 973 kB/s | 53 kB 00:00 (377/399): puppet-horizon-18.6.1-17.1.202510081 1.2 MB/s | 59 kB 00:00 (378/399): python3-tripleoclient-16.5.1-17.1.20 9.1 MB/s | 552 kB 00:00 (379/399): puppet-keystone-18.6.1-17.1.20251008 2.6 MB/s | 126 kB 00:00 (380/399): openstack-heat-api-16.1.1-17.1.20251 406 kB/s | 15 kB 00:00 (381/399): openstack-heat-common-16.1.1-17.1.20 27 MB/s | 1.6 MB 00:00 (382/399): openstack-heat-engine-16.1.1-17.1.20 368 kB/s | 14 kB 00:00 (383/399): openstack-heat-monolith-16.1.1-17.1. 341 kB/s | 14 kB 00:00 (384/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 48 kB 00:00 (385/399): openstack-tripleo-common-containers- 1.8 MB/s | 74 kB 00:00 (386/399): openstack-tripleo-heat-templates-14. 11 MB/s | 603 kB 00:00 (387/399): puppet-neutron-18.6.1-17.1.202512171 4.7 MB/s | 190 kB 00:00 (388/399): python3-tripleo-common-15.4.1-17.1.2 4.7 MB/s | 197 kB 00:00 (389/399): tripleo-ansible-3.3.1-17.1.202512171 11 MB/s | 564 kB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.6 MB/s | 109 kB 00:00 (391/399): python3-openvswitch3.3-3.3.7-11.el9f 6.9 MB/s | 399 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.2 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.8 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 945 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 720 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 33 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.7 MB/s | 464 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 3.3 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 1.1 MB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 15 MB/s | 97 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-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-openvswitch3.3-3.3.7-11.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.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 : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 168/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 169/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 170/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 171/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 172/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 173/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 174/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 175/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 176/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 177/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 178/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 226/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 227/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 228/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 229/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 230/408 Installing : pkgconf-1.7.3-10.el9.x86_64 231/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 232/408 Installing : bash-completion-1:2.11-4.el9.noarch 233/408 Installing : libkadm5-1.20.1-8.el9.x86_64 234/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 235/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 236/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 237/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 238/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 239/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 240/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 241/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 242/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 243/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 244/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 244/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 244/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 245/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 246/408 Installing : jq-1.6-14.el9.x86_64 247/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 248/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 249/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 250/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 251/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 252/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 253/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 254/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 254/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 255/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 256/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 257/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 258/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 259/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 259/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 260/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 261/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 262/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 263/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 264/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 265/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 266/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 267/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 268/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 269/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 270/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 271/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 272/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 273/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 274/408 Installing : boost-log-1.75.0-8.el9.x86_64 275/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 276/408 Installing : sshpass-1.09-4.el9.x86_64 277/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 278/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 279/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 280/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 281/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 282/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 283/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 284/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 285/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 286/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 287/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 288/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 289/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 290/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 291/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 292/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 293/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 294/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 295/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 296/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 297/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 298/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 299/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 300/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 301/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 302/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 303/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 304/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 305/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 306/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 307/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 308/408 Installing : libburn-1.5.4-4.el9.x86_64 309/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 310/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 310/408 Installing : libisofs-1.5.4-4.el9.x86_64 311/408 Installing : libisoburn-1.5.4-4.el9.x86_64 312/408 Installing : xorriso-1.5.4-4.el9.x86_64 313/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 313/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 314/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 315/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 316/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 317/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 318/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 319/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 320/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 321/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 322/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 323/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 324/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 325/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 326/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 326/408 Installing : puppet-7.10.0-4.el9ost.noarch 327/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 327/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 328/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 329/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 330/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 331/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 332/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 333/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 334/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 335/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 336/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 337/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 338/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 339/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 340/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 341/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 342/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 343/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 344/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 345/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 346/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 347/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 348/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 349/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 350/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 351/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 352/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 353/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 354/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 355/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 356/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 357/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 358/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 359/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 360/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 361/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 362/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 363/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 364/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 365/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 366/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 367/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 368/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 369/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 370/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 371/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 372/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 373/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 374/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 375/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 376/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 377/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 378/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 379/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 380/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 381/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 382/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 383/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 384/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 385/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 386/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 387/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 388/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 389/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 390/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 391/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 392/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 393/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 394/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 394/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 395/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 395/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 396/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 396/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 397/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 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 : ansible-collection-community-general-4.0.0-1.1.e 1/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 2/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 3/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 4/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 5/408 Verifying : boost-system-1.75.0-8.el9.x86_64 6/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 7/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 8/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 9/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 10/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 11/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 12/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 13/408 Verifying : perl-Exporter-5.74-461.el9.noarch 14/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 15/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 16/408 Verifying : perl-parent-1:0.238-460.el9.noarch 17/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 18/408 Verifying : xorriso-1.5.4-4.el9.x86_64 19/408 Verifying : libisofs-1.5.4-4.el9.x86_64 20/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 21/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 22/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 23/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 24/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 25/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 26/408 Verifying : perl-URI-5.09-3.el9.noarch 27/408 Verifying : perl-libnet-3.13-4.el9.noarch 28/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 29/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 30/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 31/408 Verifying : perl-Carp-1.50-460.el9.noarch 32/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 33/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 34/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 35/408 Verifying : libburn-1.5.4-4.el9.x86_64 36/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 37/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 38/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 39/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 40/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 41/408 Verifying : sshpass-1.09-4.el9.x86_64 42/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 43/408 Verifying : boost-log-1.75.0-8.el9.x86_64 44/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 45/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 46/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 47/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 48/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 49/408 Verifying : perl-Digest-1.19-4.el9.noarch 50/408 Verifying : perl-File-Path-2.18-4.el9.noarch 51/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 52/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 53/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 54/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 55/408 Verifying : perl-constant-1.33-461.el9.noarch 56/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 57/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 58/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 59/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 60/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 61/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 62/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 63/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 64/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 65/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 66/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 67/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 68/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 69/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 70/408 Verifying : perl-B-1.80-480.el9.x86_64 71/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 72/408 Verifying : perl-Errno-1.30-480.el9.x86_64 73/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 74/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 75/408 Verifying : perl-File-stat-1.09-480.el9.noarch 76/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 77/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 78/408 Verifying : perl-IO-1.43-480.el9.x86_64 79/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 80/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 81/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 82/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 83/408 Verifying : perl-Symbol-1.08-480.el9.noarch 84/408 Verifying : perl-base-2.27-480.el9.noarch 85/408 Verifying : perl-if-0.60.800-480.el9.noarch 86/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 88/408 Verifying : perl-mro-1.23-480.el9.x86_64 89/408 Verifying : perl-overload-1.31-480.el9.noarch 90/408 Verifying : perl-overloading-0.02-480.el9.noarch 91/408 Verifying : perl-subs-1.03-480.el9.noarch 92/408 Verifying : perl-vars-1.05-480.el9.noarch 93/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 96/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 97/408 Verifying : jq-1.6-14.el9.x86_64 98/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 99/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 100/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 101/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 102/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 103/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 104/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 105/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 106/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 107/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 108/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 109/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 110/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 111/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 112/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 113/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 114/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 115/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 116/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 117/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 118/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 119/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 120/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 121/408 Verifying : bash-completion-1:2.11-4.el9.noarch 122/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 123/408 Verifying : libaio-0.3.111-13.el9.x86_64 124/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 125/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 126/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 127/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 128/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 129/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 130/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 131/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 132/408 Verifying : python3-dns-2.2.1-2.el9.noarch 133/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 134/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 137/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 138/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 139/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 141/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 142/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 143/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 144/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 145/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 146/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 147/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 148/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 149/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 150/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 151/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 152/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 153/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 154/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 155/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 156/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 157/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 158/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 159/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 160/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 161/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 162/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 163/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 164/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 165/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 166/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 167/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 168/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 169/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 170/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 171/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 172/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 173/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 174/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 175/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 176/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 177/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 178/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 179/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 180/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 181/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 182/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 183/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 184/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 185/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 186/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 187/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 188/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 189/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 190/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 191/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 192/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 193/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 194/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 195/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 196/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 197/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 198/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 199/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 200/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 201/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 202/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 203/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 204/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 205/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 206/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 207/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 208/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 209/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 210/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 211/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 212/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 213/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 214/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 215/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 216/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 217/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 218/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 219/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 220/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 221/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 222/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 223/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 224/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 225/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 226/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 227/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 228/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 229/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 230/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 231/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 232/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 233/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 235/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 236/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 237/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 239/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 240/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 241/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 242/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 243/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 244/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 245/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 246/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 247/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 248/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 249/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 250/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 251/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 253/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 254/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 255/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 256/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 257/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 258/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 259/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 260/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 261/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 262/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 263/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 264/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 265/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 266/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 267/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 268/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 269/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 270/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 271/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 272/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 273/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 274/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 275/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 276/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 277/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 278/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 279/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 280/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 281/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 282/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 283/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 284/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 285/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 286/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 287/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 288/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 289/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 290/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 291/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 292/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 293/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 294/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 295/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 296/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 297/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 298/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 299/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 300/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 301/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 302/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 303/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 304/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 305/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 306/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 307/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 308/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 309/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 310/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 311/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 312/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 313/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 314/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 315/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 316/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 317/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 318/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 319/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 320/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 321/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 322/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 323/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 324/408 Verifying : hiera-3.6.0-6.el9ost.noarch 325/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 326/408 Verifying : puppet-7.10.0-4.el9ost.noarch 327/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 328/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 329/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 330/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 331/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 332/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 333/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 334/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 335/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 336/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 337/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 338/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 339/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 340/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 341/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 342/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 343/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 344/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 345/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 346/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 347/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 348/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 349/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 350/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 351/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 352/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 353/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 354/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 355/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 356/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 357/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 358/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 359/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 360/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 361/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 362/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 363/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 364/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 365/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 366/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 367/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 368/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 369/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 370/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 371/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 372/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 373/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 374/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 375/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 376/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 377/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 378/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 379/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 380/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 381/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 382/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 383/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 384/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 385/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 386/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 387/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 388/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 389/408 Verifying : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-03-11T09:10:02.237562 # # 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 ++ awk '{print toupper($0)}' ++ echo ooo.test + 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:dd8fc4c53c465ab2f229bc978bd8910ffac7d77b21bebade791b2a739461ad6b Copying blob sha256:5e73f38df47086e28c6e8dc912980049237d196dea0aa62999b6762d6d7ddede Copying blob sha256:502f9726ec1c76b7998f9f6c74a32c36e037ecfadfdd167b94e626af7788d4c3 Copying blob sha256:876717a5d8b7492d6a92870212592660bc3237db3b5559abc83cc51084526137 Copying blob sha256:801237de6ccd6519643daff9a8a9e36494310b3f130557bfed4e70415dc22be2 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 80ac21e269f9752dae38cf61642012dbd1cb32276835731d150f1b4cb2a28073 + 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:16:55.999 44663 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-11 09:16:56.023 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.023 44663 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-11 09:16:56.024 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.024 44663 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-11 09:16:56.026 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.026 44663 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-11 09:16:56.028 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.028 44663 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-11 09:16:56.029 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.030 44663 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-11 09:16:56.031 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.031 44663 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-11 09:16:56.055 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.055 44663 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-11 09:16:56.072 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.073 44663 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-11 09:16:56.074 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.074 44663 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-11 09:16:56.076 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.076 44663 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-11 09:16:56.078 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.078 44663 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-11 09:16:56.080 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.080 44663 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-11 09:16:56.081 44663 INFO migrate.versioning.api [-] done 2026-03-11 09:16:56.081 44663 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-11 09:16:56.103 44663 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:17:04Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:04Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:04Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:04Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:04Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-11 09:17:05Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:05Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:05Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:05Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:05Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:17:05Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-11 09:17:05Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:06Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:06Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:17:06Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:06Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:06Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:06Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-11 09:17:06Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-11 09:17:06Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:06Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:17:06Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:07Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:07Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:07Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-11 09:17:07Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:07Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:07Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:08Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:08Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:08Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-11 09:17:08Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:08Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-11 09:17:09Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:09Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:09Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:09Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-11 09:17:09Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 09:17:09Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:09Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:09Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-11 09:17:09Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-11 09:17:10Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:10Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:17:10Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:10Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-11 09:17:10Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:10Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:10Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-11 09:17:10Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:10Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-11 09:17:11Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:11Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 09:17:12Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:12Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-11 09:17:13Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:13Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-11 09:17:13Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:14Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-11 09:17:14Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:14Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:14Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:14Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 09:17:15Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:17:15Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:17:15Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:17:15Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 09:17:16Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:16Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:16Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:16Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:16Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:17Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-11 09:17:17Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:17Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-11 09:17:17Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:18Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-11 09:17:18Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:18Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-11 09:17:18Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:19Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:19Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:20Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:21Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:21Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:22Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:23Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:23Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:23Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:24Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:25Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:25Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:25Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:25Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:17:25Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:17:25Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:26Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:27Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:17:27Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:27Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-11 09:17:28Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:28Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:28Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:29Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:29Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:17:30Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:30Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:30Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:17:31Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:32Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:32Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:33Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-11 09:17:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:34Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:34Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:34Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:35Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:36Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:36Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:37Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:37Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:17:38Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:17:38Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:39Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-11 09:17:39Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:39Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:39Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:41Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:41Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:17:42Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:42Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:43Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:43Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:43Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:17:43Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:43Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-11 09:17:44Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:44Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:44Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:44Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:44Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:45Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-11 09:17:45Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:46Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-11 09:17:47Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:47Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:47Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:47Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:48Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:49Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:49Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:50Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:17:50Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:51Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-11 09:17:51Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:51Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:51Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:51Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:17:52Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:53Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:53Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:54Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:17:54Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:55Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:17:56Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:17:57Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:57Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:58Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:58Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:17:59Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:17:59Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:00Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:00Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:00Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:00Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:01Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:01Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:01Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:01Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:02Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:02Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:03Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:03Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-11 09:18:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:05Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:05Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:06Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:06Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:07Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:07Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:08Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:08Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:08Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:08Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:09Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:10Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:11Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:13Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:13Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:14Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-11 09:18:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:15Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:15Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:15Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:16Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:17Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:17Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:18Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:19Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:19Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:20Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:20Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:20Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:21Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-11 09:18:22Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:22Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:22Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:23Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:23Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:24Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:24Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:24Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:25Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:25Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:26Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:26Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:27Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:27Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:27Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:27Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:28Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:29Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-11 09:18:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:34Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:34Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:35Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:35Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:35Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:36Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:37Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:37Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:37Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:38Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:39Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:39Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:40Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:40Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-11 09:18:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:42Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:42Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:43Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:43Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:44Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:44Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:44Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:44Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:45Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-11 09:18:45Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:46Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-11 09:18:46Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:47Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:47Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:48Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:48Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:48Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:48Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:49Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-11 09:18:49Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:50Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-11 09:18:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:50Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:51Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:51Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:52Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:53Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:53Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:53Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:18:53Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:53Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:53Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:54Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:54Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 09:18:55Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:55Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:18:56Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:56Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:56Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:18:56Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:56Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:18:56Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:58Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:18:59Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:18:59Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:18:59Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 09:19:00Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:01Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:01Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:19:01Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:01Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:02Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:19:03Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:04Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:05Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 09:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-11 09:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-11 09:19:10Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:10Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:10Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:11Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:19:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:19:11Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:12Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:12Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:13Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:13Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:13Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:14Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:15Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:15Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:16Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-11 09:19:17Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:17Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:17Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:18Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:18Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:19Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:19Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:19:20Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:20Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:20Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:20Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:21Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-11 09:19:21Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:21Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:21Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:21Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:22Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:23Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:24Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:24Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:25Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:26Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:19:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-11 09:19:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:27Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:28Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:29Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 09:19:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:19:30Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 09:19:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:31Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:32Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:32Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:32Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:33Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 09:19:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-11 09:19:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 09:19:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:37Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:38Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:19:39Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:40Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:41Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:41Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:42Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:42Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:43Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:43Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:43Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-11 09:19:43Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:44Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-11 09:19:45Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:45Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:45Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:46Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:46Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:47Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-11 09:19:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:19:47Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:48Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:48Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:49Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:49Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:49Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:49Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:50Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-11 09:19:50Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:50Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:50Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:51Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:52Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:53Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:53Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:53Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:19:53Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:53Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:53Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:54Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:54Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-11 09:19:55Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:55Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:56Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 09:19:56Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:56Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-11 09:19:57Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:57Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:19:57Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:58Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:19:58Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:19:58Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:19:58Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:19:59Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-11 09:19:59Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:01Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-11 09:20:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:01Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:01Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:02Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:03Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:03Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:04Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-11 09:20:04Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:05Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:06Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-11 09:20:06Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:06Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:06Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:07Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:20:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:20:07Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:08Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:08Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:08Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:09Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:10Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:10Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:10Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:10Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:10Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:10Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:11Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-11 09:20:11Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:12Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-11 09:20:13Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:13Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:13Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:13Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:14Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:15Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:15Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:20:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:20:16Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:17Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:18Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:18Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:19Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-11 09:20:19Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:20Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-11 09:20:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:21Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:21Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:22Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:22Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:23Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:23Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:20:24Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:24Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:24Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:24Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:25Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-11 09:20:25Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:26Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:26Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:27Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:28Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:28Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:29Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:29Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:29Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:20:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:30Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:20:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:31Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:32Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:33Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:36Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-11 09:20:37Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:38Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:39Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:40Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:40Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:41Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-11 09:20:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:41Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:41Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:42Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:42Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:44Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-11 09:20:45Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:46Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-11 09:20:46Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:46Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:46Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:47Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:47Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:20:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:48Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:49Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:49Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:20:50Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:50Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:50Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:20:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:20:51Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:52Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:52Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:53Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-11 09:20:54Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:54Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:54Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:54Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:20:55Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:20:56Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:56Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:57Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-11 09:20:57Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:58Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:20:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:20:59Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-11 09:20:59Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:00Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:00Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:01Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:01Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:01Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:02Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:03Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:05Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-11 09:21:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:05Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:05Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:06Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:06Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:07Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:07Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:08Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:08Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:08Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:08Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:09Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-11 09:21:10Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:10Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:10Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:11Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:11Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:11Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:12Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:13Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:21:14Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:15Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:16Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:16Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:17Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:17Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:18Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:18Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-11 09:21:20Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:20Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:20Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:21Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:21Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:22Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:21:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:23Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:24Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:24Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:24Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:25Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:26Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:26Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:27Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-11 09:21:28Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:28Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:28Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:28Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:29Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:30Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:31Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:21:31Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:32Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:32Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:33Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:33Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:33Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:33Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:33Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:33Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:34Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:34Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:35Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:35Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:36Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:36Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:38Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:39Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:40Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:40Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:40Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:41Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:42Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:42Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:43Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:43Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:44Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:21:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:45Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-11 09:21:45Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:45Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:46Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:46Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:46Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:46Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:46Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:46Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:21:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:47Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:48Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:48Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:48Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:49Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:50Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:51Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 09:21:51Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:52Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-11 09:21:52Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:52Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:53Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:53Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:54Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:55Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:55Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-11 09:21:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-11 09:21:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:21:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:58Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:21:58Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:21:58Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-11 09:21:59Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-11 09:21:59Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:21:59Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:00Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:00Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:01Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:01Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:01Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:01Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:02Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-11 09:22:03Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:03Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:03Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:04Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:05Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 09:22:05Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:06Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:06Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 09:22:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:07Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:08Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:08Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:09Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-11 09:22:09Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:09Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:09Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:09Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:11Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:11Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:11Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:13Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:13Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:13Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-11 09:22:14Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:14Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:15Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:16Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:16Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:17Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-11 09:22:17Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:17Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:17Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:19Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:19Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:20Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:20Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:20Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:20Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 09:22:21Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:21Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-11 09:22:22Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:22Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:22Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:23Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:23Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:23Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:24Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:25Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:26Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:27Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:28Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-11 09:22:28Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:29Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:29Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:31Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:31Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:31Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-11 09:22:31Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-11 09:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-11 09:22:33Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-11 09:22:34Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:34Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:34Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:35Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:35Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:36Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:37Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:38Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:39Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:39Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:39Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-11 09:22:40Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:40Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:40Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:41Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:41Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:42Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:42Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:43Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:44Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-11 09:22:45Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:45Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:45Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:46Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:47Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:48Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:48Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:22:49Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 09:22:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:50Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-11 09:22:50Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:51Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-11 09:22:52Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:52Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:52Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:53Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:53Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:22:54Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-11 09:22:54Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:54Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:54Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:54Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:55Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:55Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:56Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:56Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:57Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:57Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:22:58Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:22:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:22:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:22:59Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:00Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:00Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:01Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-11 09:23:02Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:03Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-11 09:23:03Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:03Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:23:04Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:05Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:05Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:05Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:05Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:05Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:05Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:06Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:06Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:06Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-11 09:23:07Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:08Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:08Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:23:09Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 09:23:09Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:09Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-11 09:23:10Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:11Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-11 09:23:12Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:12Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:12Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:12Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:13Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:14Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:23:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:14Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:15Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:16Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:16Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:23:17Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:17Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:18Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:18Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:19Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-11 09:23:19Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:20Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-11 09:23:21Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:22Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-11 09:23:22Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:23Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-11 09:23:24Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:24Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:24Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:25Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:25Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:25Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:25Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:25Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 09:23:25Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:26Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:26Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:27Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:27Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:27Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:23:27Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-11 09:23:28Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:28Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:29Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:29Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:29Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:30Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-11 09:23:30Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:30Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:30Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:31Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:32Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:32Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 09:23:33Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 09:23:33Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:34Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-11 09:23:34Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:36Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-11 09:23:36Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:37Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-11 09:23:37Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:38Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-11 09:23:39Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:39Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:39Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:39Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:39Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:40Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-11 09:23:40Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:40Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:40Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:40Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:41Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:42Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-11 09:23:42Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:43Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-11 09:23:44Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:44Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:44Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:44Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 09:23:44Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:45Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-11 09:23:45Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:45Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-11 09:23:47Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:47Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:47Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:48Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:48Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:48Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:48Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:48Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-11 09:23:48Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:49Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:49Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:49Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:49Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:50Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:50Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-11 09:23:50Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:23:50Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:50Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-11 09:23:50Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:51Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 09:23:51Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:51Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:51Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:52Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:52Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:52Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 09:23:52Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:52Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-11 09:23:53Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:53Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:53Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:53Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:53Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:53Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:54Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:54Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:54Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:54Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:54Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:55Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:55Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:55Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:55Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:56Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:56Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-11 09:23:56Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:56Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:56Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-11 09:23:56Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:57Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-03-11 09:23:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:23:59Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-11 09:23:59Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:00Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-11 09:24:01Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:01Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-11 09:24:01Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:01Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:01Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-11 09:24:01Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:01Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-11 09:24:01Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 09:24:02Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:02Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:02Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-11 09:24:02Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:02Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 09:24:02Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:02Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-11 09:24:03Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-11 09:24:03Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:04Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:04Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:04Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-11 09:24:05Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:05Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:05Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:05Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-11 09:24:06Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:07Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-11 09:24:07Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:08Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:08Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:08Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:08Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:08Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:08Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:09Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:09Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:09Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:09Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:10Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:10Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:24:10Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:11Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 09:24:11Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-11 09:24:11Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:12Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-11 09:24:12Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-11 09:24:12Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:13Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 09:24:13Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:14Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:14Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 09:24:14Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:14Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 09:24:14Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:14Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 09:24:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:15Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-11 09:24:15Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 09:24:16Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-11 09:24:16Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:16Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 09:24:17Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:17Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:24:18Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:19Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:19Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-11 09:24:19Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-11 09:24:19Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:19Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-11 09:24:20Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:20Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 09:24:21Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 09:24:21Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 09:24:21Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 09:24:22Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-11 09:24:22Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/abf82062-51a0-4328-9fc4-32acc02985d4 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:24:43.923947 | fa163ebd-9f3e-ebd2-ee1c-000000000006 | TASK | External deployment step 0 2026-03-11 09:24:43.948693 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-000000000006') missing from stats 2026-03-11 09:24:43.997162 | fa163ebd-9f3e-ebd2-ee1c-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.121601 | 0.03s 2026-03-11 09:24:44.003794 | f2ba93b7-46b3-463f-ad83-2b6710cfe5d2 | INCLUDED | /root/standalone-ansible-oi4kq9f5/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-11 09:24:44.018700 | fa163ebd-9f3e-ebd2-ee1c-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-11 09:24:44.864588 | fa163ebd-9f3e-ebd2-ee1c-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-11 09:24:44.866129 | fa163ebd-9f3e-ebd2-ee1c-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:00.990560 | 0.85s 2026-03-11 09:24:44.886152 | fa163ebd-9f3e-ebd2-ee1c-000000000129 | TASK | create redis virtual ip 2026-03-11 09:24:45.813265 | fa163ebd-9f3e-ebd2-ee1c-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-11 09:24:45.814577 | fa163ebd-9f3e-ebd2-ee1c-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.939013 | 0.93s PLAY [Check if required variables are defined] ********************************* 2026-03-11 09:24:45.890990 | fa163ebd-9f3e-ebd2-ee1c-000000000138 | TASK | Gathering Facts 2026-03-11 09:24:46.509895 | fa163ebd-9f3e-ebd2-ee1c-000000000138 | OK | Gathering Facts | localhost 2026-03-11 09:24:46.511606 | fa163ebd-9f3e-ebd2-ee1c-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.636035 | 0.62s 2026-03-11 09:24:46.577842 | fa163ebd-9f3e-ebd2-ee1c-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 09:24:46.579215 | fa163ebd-9f3e-ebd2-ee1c-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.703642 | 0.05s 2026-03-11 09:24:46.632473 | fa163ebd-9f3e-ebd2-ee1c-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 09:24:46.633986 | fa163ebd-9f3e-ebd2-ee1c-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.758417 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-11 09:24:46.753468 | fa163ebd-9f3e-ebd2-ee1c-000000000160 | TASK | Gathering Facts 2026-03-11 09:24:46.763865 | fa163ebd-9f3e-ebd2-ee1c-000000000160 | TASK | Gathering Facts 2026-03-11 09:24:47.104968 | fa163ebd-9f3e-ebd2-ee1c-000000000160 | OK | Gathering Facts | standalone 2026-03-11 09:24:47.106603 | fa163ebd-9f3e-ebd2-ee1c-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.231030 | 0.34s 2026-03-11 09:24:47.143648 | fa163ebd-9f3e-ebd2-ee1c-000000000160 | OK | Gathering Facts | undercloud 2026-03-11 09:24:47.144972 | fa163ebd-9f3e-ebd2-ee1c-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.269411 | 0.39s 2026-03-11 09:24:47.184944 | fa163ebd-9f3e-ebd2-ee1c-000000000012 | TASK | Set legacy facts 2026-03-11 09:24:47.206651 | fa163ebd-9f3e-ebd2-ee1c-000000000012 | TASK | Set legacy facts 2026-03-11 09:24:47.223422 | fa163ebd-9f3e-ebd2-ee1c-000000000012 | OK | Set legacy facts | standalone 2026-03-11 09:24:47.224976 | fa163ebd-9f3e-ebd2-ee1c-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.349398 | 0.04s 2026-03-11 09:24:47.266743 | fa163ebd-9f3e-ebd2-ee1c-000000000012 | OK | Set legacy facts | undercloud 2026-03-11 09:24:47.267539 | fa163ebd-9f3e-ebd2-ee1c-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.391978 | 0.06s PLAY [Load global variables] *************************************************** 2026-03-11 09:24:47.448759 | fa163ebd-9f3e-ebd2-ee1c-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-11 09:24:47.456321 | fa163ebd-9f3e-ebd2-ee1c-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.580758 | 0.06s 2026-03-11 09:24:47.456789 | fa163ebd-9f3e-ebd2-ee1c-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-11 09:24:47.457223 | fa163ebd-9f3e-ebd2-ee1c-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.581669 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-11 09:24:47.539126 | fa163ebd-9f3e-ebd2-ee1c-000000000018 | TASK | Include Service VIP vars 2026-03-11 09:24:47.576858 | fa163ebd-9f3e-ebd2-ee1c-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-11 09:24:47.577864 | fa163ebd-9f3e-ebd2-ee1c-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.702302 | 0.04s 2026-03-11 09:24:47.578312 | fa163ebd-9f3e-ebd2-ee1c-000000000018 | OK | Include Service VIP vars | standalone 2026-03-11 09:24:47.578746 | fa163ebd-9f3e-ebd2-ee1c-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.703194 | 0.03s 2026-03-11 09:24:47.583215 | fa163ebd-9f3e-ebd2-ee1c-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-11 09:24:47.704966 | fa163ebd-9f3e-ebd2-ee1c-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-11 09:24:47.706480 | fa163ebd-9f3e-ebd2-ee1c-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.830913 | 0.12s 2026-03-11 09:24:47.707317 | fa163ebd-9f3e-ebd2-ee1c-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-11 09:24:47.708051 | fa163ebd-9f3e-ebd2-ee1c-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.832492 | 0.11s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-11 09:24:47.831322 | fa163ebd-9f3e-ebd2-ee1c-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-11 09:24:48.630238 | fa163ebd-9f3e-ebd2-ee1c-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-11 09:24:48.718029 | fa163ebd-9f3e-ebd2-ee1c-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-11 09:24:48.753292 | fa163ebd-9f3e-ebd2-ee1c-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-11 09:24:48.753849 | fa163ebd-9f3e-ebd2-ee1c-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.878292 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-11 09:24:48.811922 | fa163ebd-9f3e-ebd2-ee1c-000000000023 | TASK | Set selinux state 2026-03-11 09:24:49.366913 | fa163ebd-9f3e-ebd2-ee1c-000000000023 | OK | Set selinux state | standalone 2026-03-11 09:24:49.368394 | fa163ebd-9f3e-ebd2-ee1c-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.492821 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-11 09:24:49.514782 | fa163ebd-9f3e-ebd2-ee1c-000000000026 | TASK | Configure Hosts Entries 2026-03-11 09:24:49.554450 | fa163ebd-9f3e-ebd2-ee1c-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.678868 | 0.04s 2026-03-11 09:24:49.560845 | fa163ebd-9f3e-ebd2-ee1c-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.685291 | 0.03s 2026-03-11 09:24:49.603887 | fa163ebd-9f3e-ebd2-ee1c-0000000001f1 | TASK | Create temporary file for hosts 2026-03-11 09:24:49.979474 | fa163ebd-9f3e-ebd2-ee1c-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-11 09:24:49.983291 | fa163ebd-9f3e-ebd2-ee1c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.107720 | 0.38s 2026-03-11 09:24:49.984098 | fa163ebd-9f3e-ebd2-ee1c-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-11 09:24:49.984655 | fa163ebd-9f3e-ebd2-ee1c-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.109099 | 0.37s 2026-03-11 09:24:50.002295 | fa163ebd-9f3e-ebd2-ee1c-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-11 09:24:50.398523 | fa163ebd-9f3e-ebd2-ee1c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-11 09:24:50.400473 | fa163ebd-9f3e-ebd2-ee1c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.524900 | 0.40s 2026-03-11 09:24:50.421899 | fa163ebd-9f3e-ebd2-ee1c-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-11 09:24:50.422715 | fa163ebd-9f3e-ebd2-ee1c-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.547157 | 0.40s 2026-03-11 09:24:50.440702 | fa163ebd-9f3e-ebd2-ee1c-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-11 09:24:50.811359 | fa163ebd-9f3e-ebd2-ee1c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-11 09:24:50.813279 | fa163ebd-9f3e-ebd2-ee1c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.937701 | 0.37s 2026-03-11 09:24:50.875826 | fa163ebd-9f3e-ebd2-ee1c-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-11 09:24:50.876800 | fa163ebd-9f3e-ebd2-ee1c-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:07.001241 | 0.41s 2026-03-11 09:24:50.892262 | fa163ebd-9f3e-ebd2-ee1c-0000000001f4 | TASK | Render out the hosts entries 2026-03-11 09:24:50.989985 | fa163ebd-9f3e-ebd2-ee1c-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-11 09:24:50.991400 | fa163ebd-9f3e-ebd2-ee1c-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.115831 | 0.10s 2026-03-11 09:24:51.010168 | fa163ebd-9f3e-ebd2-ee1c-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-11 09:24:51.273777 | fa163ebd-9f3e-ebd2-ee1c-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-11 09:24:51.275509 | fa163ebd-9f3e-ebd2-ee1c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.399905 | 0.26s 2026-03-11 09:24:51.308153 | fa163ebd-9f3e-ebd2-ee1c-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-11 09:24:51.309359 | fa163ebd-9f3e-ebd2-ee1c-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.433792 | 0.28s 2026-03-11 09:24:51.328506 | fa163ebd-9f3e-ebd2-ee1c-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-11 09:24:51.703561 | fa163ebd-9f3e-ebd2-ee1c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-11 09:24:51.705092 | fa163ebd-9f3e-ebd2-ee1c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.829523 | 0.37s 2026-03-11 09:24:51.706020 | fa163ebd-9f3e-ebd2-ee1c-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-11 09:24:51.706755 | fa163ebd-9f3e-ebd2-ee1c-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.831196 | 0.36s 2026-03-11 09:24:51.724862 | fa163ebd-9f3e-ebd2-ee1c-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-11 09:24:52.108502 | fa163ebd-9f3e-ebd2-ee1c-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-11 09:24:52.114447 | fa163ebd-9f3e-ebd2-ee1c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.238873 | 0.37s 2026-03-11 09:24:52.115442 | fa163ebd-9f3e-ebd2-ee1c-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-11 09:24:52.116173 | fa163ebd-9f3e-ebd2-ee1c-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.240615 | 0.39s PLAY [Common roles for TripleO servers] **************************************** 2026-03-11 09:24:52.227920 | fa163ebd-9f3e-ebd2-ee1c-00000000002a | TASK | Common roles for TripleO servers 2026-03-11 09:24:52.257568 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-00000000002a') missing from stats 2026-03-11 09:24:52.321513 | fa163ebd-9f3e-ebd2-ee1c-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.445944 | 0.02s 2026-03-11 09:24:52.385973 | fa163ebd-9f3e-ebd2-ee1c-000000000254 | TASK | Gather variables for each operating system 2026-03-11 09:24:52.500932 | fa163ebd-9f3e-ebd2-ee1c-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 09:24:52.502254 | fa163ebd-9f3e-ebd2-ee1c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.626684 | 0.12s 2026-03-11 09:24:52.508021 | fa163ebd-9f3e-ebd2-ee1c-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.632447 | 0.12s 2026-03-11 09:24:52.533367 | fa163ebd-9f3e-ebd2-ee1c-000000000256 | TASK | Check release version package is installed 2026-03-11 09:24:52.851622 | fa163ebd-9f3e-ebd2-ee1c-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-11 09:24:52.853190 | fa163ebd-9f3e-ebd2-ee1c-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.977619 | 0.32s 2026-03-11 09:24:52.881618 | fa163ebd-9f3e-ebd2-ee1c-000000000257 | TASK | Deploy release version package 2026-03-11 09:24:57.757454 | fa163ebd-9f3e-ebd2-ee1c-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-11 09:24:57.758799 | fa163ebd-9f3e-ebd2-ee1c-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.883228 | 4.88s 2026-03-11 09:24:57.783567 | fa163ebd-9f3e-ebd2-ee1c-000000000259 | TASK | Include packages tasks 2026-03-11 09:24:57.804920 | fa163ebd-9f3e-ebd2-ee1c-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.929302 | 0.02s 2026-03-11 09:24:57.830478 | 6eec1cd3-0ed2-4a3a-a88b-9898c8cf626b | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-11 09:24:57.860698 | fa163ebd-9f3e-ebd2-ee1c-0000000002ad | TASK | Gather facts if they don't exist 2026-03-11 09:24:57.907985 | fa163ebd-9f3e-ebd2-ee1c-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 09:24:57.909291 | fa163ebd-9f3e-ebd2-ee1c-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:14.033721 | 0.05s 2026-03-11 09:24:57.933351 | fa163ebd-9f3e-ebd2-ee1c-0000000002ae | TASK | Gather variables for each operating system 2026-03-11 09:24:58.057639 | fa163ebd-9f3e-ebd2-ee1c-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 09:24:58.064669 | fa163ebd-9f3e-ebd2-ee1c-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.189087 | 0.13s 2026-03-11 09:24:58.090405 | fa163ebd-9f3e-ebd2-ee1c-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 09:24:58.365165 | fa163ebd-9f3e-ebd2-ee1c-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 09:24:58.366011 | fa163ebd-9f3e-ebd2-ee1c-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.490453 | 0.27s 2026-03-11 09:24:58.390132 | fa163ebd-9f3e-ebd2-ee1c-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 09:25:04.403043 | fa163ebd-9f3e-ebd2-ee1c-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 09:25:04.404750 | fa163ebd-9f3e-ebd2-ee1c-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.529181 | 6.01s 2026-03-11 09:25:04.435830 | fa163ebd-9f3e-ebd2-ee1c-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-11 09:25:05.447052 | fa163ebd-9f3e-ebd2-ee1c-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 09:25:05.448083 | fa163ebd-9f3e-ebd2-ee1c-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.572522 | 1.01s 2026-03-11 09:25:05.468584 | fa163ebd-9f3e-ebd2-ee1c-00000000025a | TASK | Enable openvswitch service if installed 2026-03-11 09:25:06.344556 | fa163ebd-9f3e-ebd2-ee1c-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-11 09:25:06.346188 | fa163ebd-9f3e-ebd2-ee1c-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.470623 | 0.88s 2026-03-11 09:25:06.365617 | fa163ebd-9f3e-ebd2-ee1c-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-11 09:25:06.610550 | fa163ebd-9f3e-ebd2-ee1c-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-11 09:25:06.612741 | fa163ebd-9f3e-ebd2-ee1c-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.737167 | 0.25s 2026-03-11 09:25:06.639618 | fa163ebd-9f3e-ebd2-ee1c-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-11 09:25:06.947992 | fa163ebd-9f3e-ebd2-ee1c-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-11 09:25:06.950348 | fa163ebd-9f3e-ebd2-ee1c-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.074766 | 0.31s 2026-03-11 09:25:06.976324 | fa163ebd-9f3e-ebd2-ee1c-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-11 09:25:07.043747 | fa163ebd-9f3e-ebd2-ee1c-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-11 09:25:07.044624 | fa163ebd-9f3e-ebd2-ee1c-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.169066 | 0.07s 2026-03-11 09:25:07.062117 | fa163ebd-9f3e-ebd2-ee1c-00000000025f | TASK | Ensure network service is enabled 2026-03-11 09:25:07.435852 | fa163ebd-9f3e-ebd2-ee1c-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-11 09:25:07.437790 | fa163ebd-9f3e-ebd2-ee1c-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.562221 | 0.37s 2026-03-11 09:25:07.463333 | fa163ebd-9f3e-ebd2-ee1c-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 09:25:07.827994 | fa163ebd-9f3e-ebd2-ee1c-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 09:25:07.828897 | fa163ebd-9f3e-ebd2-ee1c-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.953317 | 0.36s 2026-03-11 09:25:07.846123 | fa163ebd-9f3e-ebd2-ee1c-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 09:25:08.077469 | fa163ebd-9f3e-ebd2-ee1c-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 09:25:08.078284 | fa163ebd-9f3e-ebd2-ee1c-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.202726 | 0.23s 2026-03-11 09:25:08.094906 | fa163ebd-9f3e-ebd2-ee1c-000000000263 | TASK | Reload NetworkManager 2026-03-11 09:25:08.631842 | fa163ebd-9f3e-ebd2-ee1c-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-11 09:25:08.633811 | fa163ebd-9f3e-ebd2-ee1c-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.758243 | 0.54s 2026-03-11 09:25:08.660051 | fa163ebd-9f3e-ebd2-ee1c-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-11 09:25:08.898864 | fa163ebd-9f3e-ebd2-ee1c-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-11 09:25:08.900794 | fa163ebd-9f3e-ebd2-ee1c-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.025218 | 0.24s 2026-03-11 09:25:08.925637 | fa163ebd-9f3e-ebd2-ee1c-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-11 09:25:09.255000 | fa163ebd-9f3e-ebd2-ee1c-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-11 09:25:09.256620 | fa163ebd-9f3e-ebd2-ee1c-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.381052 | 0.33s 2026-03-11 09:25:09.279192 | fa163ebd-9f3e-ebd2-ee1c-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-11 09:25:09.482002 | fa163ebd-9f3e-ebd2-ee1c-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-11 09:25:09.483726 | fa163ebd-9f3e-ebd2-ee1c-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.608150 | 0.20s 2026-03-11 09:25:09.510180 | fa163ebd-9f3e-ebd2-ee1c-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-11 09:25:09.752368 | fa163ebd-9f3e-ebd2-ee1c-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-11 09:25:09.753956 | fa163ebd-9f3e-ebd2-ee1c-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.878382 | 0.24s 2026-03-11 09:25:09.829998 | fa163ebd-9f3e-ebd2-ee1c-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.954416 | 0.03s 2026-03-11 09:25:09.912362 | fa163ebd-9f3e-ebd2-ee1c-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-11 09:25:10.132999 | fa163ebd-9f3e-ebd2-ee1c-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-11 09:25:10.133759 | fa163ebd-9f3e-ebd2-ee1c-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.258200 | 0.22s 2026-03-11 09:25:10.154087 | fa163ebd-9f3e-ebd2-ee1c-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-11 09:25:10.323354 | fa163ebd-9f3e-ebd2-ee1c-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-11 09:25:10.324120 | fa163ebd-9f3e-ebd2-ee1c-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.448563 | 0.17s 2026-03-11 09:25:10.341064 | fa163ebd-9f3e-ebd2-ee1c-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-11 09:25:10.358636 | fa163ebd-9f3e-ebd2-ee1c-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-11 09:25:10.359782 | fa163ebd-9f3e-ebd2-ee1c-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.484215 | 0.02s 2026-03-11 09:25:10.378953 | fa163ebd-9f3e-ebd2-ee1c-000000000364 | TASK | Write temporary file 2026-03-11 09:25:10.403425 | fa163ebd-9f3e-ebd2-ee1c-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-11 09:25:10.404128 | fa163ebd-9f3e-ebd2-ee1c-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.528571 | 0.02s 2026-03-11 09:25:10.421048 | fa163ebd-9f3e-ebd2-ee1c-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-11 09:25:10.486376 | fa163ebd-9f3e-ebd2-ee1c-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-11 09:25:10.487632 | fa163ebd-9f3e-ebd2-ee1c-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.612066 | 0.07s 2026-03-11 09:25:10.511921 | fa163ebd-9f3e-ebd2-ee1c-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-11 09:25:10.723750 | fa163ebd-9f3e-ebd2-ee1c-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-11 09:25:10.725033 | fa163ebd-9f3e-ebd2-ee1c-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.849468 | 0.21s 2026-03-11 09:25:10.745496 | fa163ebd-9f3e-ebd2-ee1c-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-11 09:25:10.976142 | fa163ebd-9f3e-ebd2-ee1c-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-11 09:25:10.977458 | fa163ebd-9f3e-ebd2-ee1c-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.101884 | 0.23s 2026-03-11 09:25:10.996049 | fa163ebd-9f3e-ebd2-ee1c-000000000368 | TASK | Remove temp file 2026-03-11 09:25:11.197988 | fa163ebd-9f3e-ebd2-ee1c-000000000368 | CHANGED | Remove temp file | standalone 2026-03-11 09:25:11.199324 | fa163ebd-9f3e-ebd2-ee1c-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.323757 | 0.20s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-11 09:25:11.385981 | fa163ebd-9f3e-ebd2-ee1c-000000000034 | TASK | Deploy step tasks for step 0 2026-03-11 09:25:11.424557 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-000000000034') missing from stats 2026-03-11 09:25:11.451439 | fa163ebd-9f3e-ebd2-ee1c-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-11 09:25:11.695958 | fa163ebd-9f3e-ebd2-ee1c-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-11 09:25:11.697210 | fa163ebd-9f3e-ebd2-ee1c-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.821644 | 0.24s 2026-03-11 09:25:11.721459 | fa163ebd-9f3e-ebd2-ee1c-000000000036 | TASK | Check cloud-init status 2026-03-11 09:25:11.939245 | fa163ebd-9f3e-ebd2-ee1c-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-11 09:25:11.940506 | fa163ebd-9f3e-ebd2-ee1c-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.064941 | 0.22s 2026-03-11 09:25:11.965176 | fa163ebd-9f3e-ebd2-ee1c-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-11 09:25:12.195974 | fa163ebd-9f3e-ebd2-ee1c-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-11 09:25:12.197375 | fa163ebd-9f3e-ebd2-ee1c-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.321809 | 0.23s 2026-03-11 09:25:12.223993 | fa163ebd-9f3e-ebd2-ee1c-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-11 09:25:12.625481 | fa163ebd-9f3e-ebd2-ee1c-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-11 09:25:12.626900 | fa163ebd-9f3e-ebd2-ee1c-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.751303 | 0.40s 2026-03-11 09:25:12.653907 | fa163ebd-9f3e-ebd2-ee1c-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-11 09:25:12.882633 | fa163ebd-9f3e-ebd2-ee1c-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-11 09:25:12.883482 | fa163ebd-9f3e-ebd2-ee1c-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.007923 | 0.23s 2026-03-11 09:25:12.903370 | fa163ebd-9f3e-ebd2-ee1c-00000000003a | TASK | Write container-puppet.sh 2026-03-11 09:25:13.319587 | fa163ebd-9f3e-ebd2-ee1c-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-11 09:25:13.320409 | fa163ebd-9f3e-ebd2-ee1c-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.444851 | 0.42s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:25:13.374397 | fa163ebd-9f3e-ebd2-ee1c-00000000003b | TIMING | include_tasks | standalone | 0:00:29.498827 | 0.04s 2026-03-11 09:25:13.396105 | 44099983-8172-4dd4-8688-1f19776065b1 | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-11 09:25:13.429568 | fa163ebd-9f3e-ebd2-ee1c-000000000416 | TASK | Configure tuned before reboot 2026-03-11 09:25:13.478465 | fa163ebd-9f3e-ebd2-ee1c-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.602892 | 0.05s 2026-03-11 09:25:13.537332 | fa163ebd-9f3e-ebd2-ee1c-000000000455 | TASK | Gather variables for each operating system 2026-03-11 09:25:13.659303 | fa163ebd-9f3e-ebd2-ee1c-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 09:25:13.661496 | fa163ebd-9f3e-ebd2-ee1c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.785926 | 0.12s 2026-03-11 09:25:13.672301 | fa163ebd-9f3e-ebd2-ee1c-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.796740 | 0.13s 2026-03-11 09:25:13.757609 | fa163ebd-9f3e-ebd2-ee1c-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.882037 | 0.06s 2026-03-11 09:25:13.779011 | 56666d44-79aa-4e3b-8189-969bc9462c7c | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 09:25:13.814624 | fa163ebd-9f3e-ebd2-ee1c-00000000047f | TASK | Check tuned package is installed 2026-03-11 09:25:14.098220 | fa163ebd-9f3e-ebd2-ee1c-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-11 09:25:14.099473 | fa163ebd-9f3e-ebd2-ee1c-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.223907 | 0.28s 2026-03-11 09:25:14.125688 | fa163ebd-9f3e-ebd2-ee1c-000000000480 | TASK | Install tuned 2026-03-11 09:25:21.048368 | fa163ebd-9f3e-ebd2-ee1c-000000000480 | CHANGED | Install tuned | standalone 2026-03-11 09:25:21.049302 | fa163ebd-9f3e-ebd2-ee1c-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.173747 | 6.92s 2026-03-11 09:25:21.067363 | fa163ebd-9f3e-ebd2-ee1c-000000000481 | TASK | Restart tuned 2026-03-11 09:25:22.925423 | fa163ebd-9f3e-ebd2-ee1c-000000000481 | CHANGED | Restart tuned | standalone 2026-03-11 09:25:22.927255 | fa163ebd-9f3e-ebd2-ee1c-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.051688 | 1.86s 2026-03-11 09:25:22.954095 | fa163ebd-9f3e-ebd2-ee1c-000000000457 | TASK | Check for tuned-adm 2026-03-11 09:25:23.204502 | fa163ebd-9f3e-ebd2-ee1c-000000000457 | OK | Check for tuned-adm | standalone 2026-03-11 09:25:23.205478 | fa163ebd-9f3e-ebd2-ee1c-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.329921 | 0.25s 2026-03-11 09:25:23.259759 | fa163ebd-9f3e-ebd2-ee1c-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.384190 | 0.04s 2026-03-11 09:25:23.273731 | 26b5ba62-f3d2-4128-b608-204365622e35 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 09:25:23.300644 | fa163ebd-9f3e-ebd2-ee1c-0000000004b6 | TASK | Ensure profile directory exists 2026-03-11 09:25:23.367167 | fa163ebd-9f3e-ebd2-ee1c-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 09:25:23.368318 | fa163ebd-9f3e-ebd2-ee1c-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.492751 | 0.07s 2026-03-11 09:25:23.394245 | fa163ebd-9f3e-ebd2-ee1c-0000000004b7 | TASK | Create custom tuned profile 2026-03-11 09:25:23.469346 | fa163ebd-9f3e-ebd2-ee1c-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-11 09:25:23.470280 | fa163ebd-9f3e-ebd2-ee1c-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.594720 | 0.07s 2026-03-11 09:25:23.490105 | fa163ebd-9f3e-ebd2-ee1c-0000000004b8 | TASK | Check tuned active profile 2026-03-11 09:25:23.866984 | fa163ebd-9f3e-ebd2-ee1c-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-11 09:25:23.868639 | fa163ebd-9f3e-ebd2-ee1c-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.993066 | 0.38s 2026-03-11 09:25:23.895715 | fa163ebd-9f3e-ebd2-ee1c-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-11 09:25:24.128904 | fa163ebd-9f3e-ebd2-ee1c-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-11 09:25:24.130139 | fa163ebd-9f3e-ebd2-ee1c-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.254574 | 0.23s 2026-03-11 09:25:24.156268 | fa163ebd-9f3e-ebd2-ee1c-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 09:25:24.220510 | fa163ebd-9f3e-ebd2-ee1c-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 09:25:24.221698 | fa163ebd-9f3e-ebd2-ee1c-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.346124 | 0.06s 2026-03-11 09:25:24.249054 | fa163ebd-9f3e-ebd2-ee1c-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 09:25:24.312133 | fa163ebd-9f3e-ebd2-ee1c-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 09:25:24.313490 | fa163ebd-9f3e-ebd2-ee1c-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.437922 | 0.06s 2026-03-11 09:25:24.340606 | fa163ebd-9f3e-ebd2-ee1c-0000000004bc | TASK | Enable tuned profile 2026-03-11 09:25:25.737956 | fa163ebd-9f3e-ebd2-ee1c-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-11 09:25:25.739359 | fa163ebd-9f3e-ebd2-ee1c-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.863796 | 1.40s 2026-03-11 09:25:25.788181 | fa163ebd-9f3e-ebd2-ee1c-000000000417 | TASK | Configure kernel args and reboot 2026-03-11 09:25:25.839864 | fa163ebd-9f3e-ebd2-ee1c-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.964294 | 0.05s 2026-03-11 09:25:25.983405 | fa163ebd-9f3e-ebd2-ee1c-000000000569 | TASK | Get the command line args of the node 2026-03-11 09:25:26.194415 | fa163ebd-9f3e-ebd2-ee1c-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-11 09:25:26.195738 | fa163ebd-9f3e-ebd2-ee1c-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.320172 | 0.21s 2026-03-11 09:25:26.221445 | fa163ebd-9f3e-ebd2-ee1c-00000000056b | TASK | Check if node has a nova.conf 2026-03-11 09:25:26.420216 | fa163ebd-9f3e-ebd2-ee1c-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-11 09:25:26.421507 | fa163ebd-9f3e-ebd2-ee1c-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.545942 | 0.20s 2026-03-11 09:25:26.447144 | fa163ebd-9f3e-ebd2-ee1c-00000000056d | TASK | Warn operator about workload protection 2026-03-11 09:25:26.485990 | fa163ebd-9f3e-ebd2-ee1c-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-11 09:25:26.487050 | fa163ebd-9f3e-ebd2-ee1c-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.611485 | 0.04s 2026-03-11 09:25:26.512123 | fa163ebd-9f3e-ebd2-ee1c-00000000056e | TASK | Setting defer reboot fact 2026-03-11 09:25:26.550851 | fa163ebd-9f3e-ebd2-ee1c-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-11 09:25:26.552016 | fa163ebd-9f3e-ebd2-ee1c-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.676450 | 0.04s 2026-03-11 09:25:26.579078 | fa163ebd-9f3e-ebd2-ee1c-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-11 09:25:26.607133 | fa163ebd-9f3e-ebd2-ee1c-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.731563 | 0.03s 2026-03-11 09:25:26.633497 | fa163ebd-9f3e-ebd2-ee1c-000000000575 | TASK | Find hugepages in cmdline 2026-03-11 09:25:26.675802 | fa163ebd-9f3e-ebd2-ee1c-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-11 09:25:26.677022 | fa163ebd-9f3e-ebd2-ee1c-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.801456 | 0.04s 2026-03-11 09:25:26.702583 | fa163ebd-9f3e-ebd2-ee1c-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-11 09:25:26.745323 | fa163ebd-9f3e-ebd2-ee1c-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-11 09:25:26.746520 | fa163ebd-9f3e-ebd2-ee1c-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.870955 | 0.04s 2026-03-11 09:25:26.772847 | fa163ebd-9f3e-ebd2-ee1c-00000000057a | TASK | Find desired default hugepage size 2026-03-11 09:25:26.821659 | fa163ebd-9f3e-ebd2-ee1c-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-11 09:25:26.822794 | fa163ebd-9f3e-ebd2-ee1c-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.947227 | 0.05s 2026-03-11 09:25:26.852189 | fa163ebd-9f3e-ebd2-ee1c-00000000057c | TASK | Storing non-configured hugepages 2026-03-11 09:25:26.881680 | fa163ebd-9f3e-ebd2-ee1c-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.006104 | 0.03s 2026-03-11 09:25:26.909474 | fa163ebd-9f3e-ebd2-ee1c-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-11 09:25:26.937218 | fa163ebd-9f3e-ebd2-ee1c-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-11 09:25:26.938404 | fa163ebd-9f3e-ebd2-ee1c-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.062834 | 0.03s 2026-03-11 09:25:26.966741 | fa163ebd-9f3e-ebd2-ee1c-00000000057f | TASK | Determining the default hugepagesz 2026-03-11 09:25:26.998342 | fa163ebd-9f3e-ebd2-ee1c-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-11 09:25:26.999626 | fa163ebd-9f3e-ebd2-ee1c-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.124059 | 0.03s 2026-03-11 09:25:27.027431 | fa163ebd-9f3e-ebd2-ee1c-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-11 09:25:27.069671 | fa163ebd-9f3e-ebd2-ee1c-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-11 09:25:27.070741 | fa163ebd-9f3e-ebd2-ee1c-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.195176 | 0.04s 2026-03-11 09:25:27.097826 | fa163ebd-9f3e-ebd2-ee1c-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-11 09:25:27.148951 | fa163ebd-9f3e-ebd2-ee1c-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-11 09:25:27.150181 | fa163ebd-9f3e-ebd2-ee1c-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.274608 | 0.05s 2026-03-11 09:25:27.177806 | fa163ebd-9f3e-ebd2-ee1c-000000000583 | TASK | Warn about possible modifications 2026-03-11 09:25:27.218737 | fa163ebd-9f3e-ebd2-ee1c-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-11 09:25:27.219919 | fa163ebd-9f3e-ebd2-ee1c-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.344354 | 0.04s 2026-03-11 09:25:27.246578 | fa163ebd-9f3e-ebd2-ee1c-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-11 09:25:27.295611 | fa163ebd-9f3e-ebd2-ee1c-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-11 09:25:27.296797 | fa163ebd-9f3e-ebd2-ee1c-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.421231 | 0.05s 2026-03-11 09:25:27.324839 | fa163ebd-9f3e-ebd2-ee1c-000000000585 | TASK | Cleaning up whitespaces 2026-03-11 09:25:27.366526 | fa163ebd-9f3e-ebd2-ee1c-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-11 09:25:27.367534 | fa163ebd-9f3e-ebd2-ee1c-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.491969 | 0.04s 2026-03-11 09:25:27.393211 | fa163ebd-9f3e-ebd2-ee1c-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-11 09:25:27.754037 | fa163ebd-9f3e-ebd2-ee1c-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-11 09:25:27.755316 | fa163ebd-9f3e-ebd2-ee1c-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.879751 | 0.36s 2026-03-11 09:25:27.780839 | fa163ebd-9f3e-ebd2-ee1c-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-11 09:25:27.842314 | fa163ebd-9f3e-ebd2-ee1c-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-11 09:25:27.843518 | fa163ebd-9f3e-ebd2-ee1c-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.967952 | 0.06s 2026-03-11 09:25:27.871120 | fa163ebd-9f3e-ebd2-ee1c-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-11 09:25:27.935220 | fa163ebd-9f3e-ebd2-ee1c-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-11 09:25:27.936411 | fa163ebd-9f3e-ebd2-ee1c-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.060846 | 0.06s 2026-03-11 09:25:27.961657 | fa163ebd-9f3e-ebd2-ee1c-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-11 09:25:28.016679 | fa163ebd-9f3e-ebd2-ee1c-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-11 09:25:28.017893 | fa163ebd-9f3e-ebd2-ee1c-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.142307 | 0.05s 2026-03-11 09:25:28.044762 | fa163ebd-9f3e-ebd2-ee1c-00000000058c | TASK | Generate grub config 2026-03-11 09:25:28.105616 | fa163ebd-9f3e-ebd2-ee1c-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-11 09:25:28.106800 | fa163ebd-9f3e-ebd2-ee1c-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.231234 | 0.06s 2026-03-11 09:25:28.132265 | fa163ebd-9f3e-ebd2-ee1c-000000000590 | TASK | Get the block device that /boot is on 2026-03-11 09:25:28.192304 | fa163ebd-9f3e-ebd2-ee1c-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-11 09:25:28.193792 | fa163ebd-9f3e-ebd2-ee1c-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.318221 | 0.06s 2026-03-11 09:25:28.222851 | fa163ebd-9f3e-ebd2-ee1c-000000000591 | TASK | Get the mount point that /boot is in 2026-03-11 09:25:28.284172 | fa163ebd-9f3e-ebd2-ee1c-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-11 09:25:28.285367 | fa163ebd-9f3e-ebd2-ee1c-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.409801 | 0.06s 2026-03-11 09:25:28.310688 | fa163ebd-9f3e-ebd2-ee1c-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-11 09:25:28.371005 | fa163ebd-9f3e-ebd2-ee1c-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-11 09:25:28.372132 | fa163ebd-9f3e-ebd2-ee1c-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.496566 | 0.06s 2026-03-11 09:25:28.397990 | fa163ebd-9f3e-ebd2-ee1c-000000000593 | TASK | Executed script to fix grub-menu 2026-03-11 09:25:28.458676 | fa163ebd-9f3e-ebd2-ee1c-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-11 09:25:28.459672 | fa163ebd-9f3e-ebd2-ee1c-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.584106 | 0.06s 2026-03-11 09:25:28.486113 | fa163ebd-9f3e-ebd2-ee1c-000000000594 | TASK | Check grub config paths 2026-03-11 09:25:28.556018 | fa163ebd-9f3e-ebd2-ee1c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-11 09:25:28.574433 | fa163ebd-9f3e-ebd2-ee1c-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-11 09:25:28.581031 | fa163ebd-9f3e-ebd2-ee1c-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.705457 | 0.09s 2026-03-11 09:25:28.608766 | fa163ebd-9f3e-ebd2-ee1c-000000000595 | TASK | Write EFI grub.cfg 2026-03-11 09:25:28.674433 | fa163ebd-9f3e-ebd2-ee1c-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:25:28.690583 | fa163ebd-9f3e-ebd2-ee1c-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:25:28.696741 | fa163ebd-9f3e-ebd2-ee1c-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.821170 | 0.09s 2026-03-11 09:25:28.722713 | fa163ebd-9f3e-ebd2-ee1c-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-11 09:25:28.765951 | fa163ebd-9f3e-ebd2-ee1c-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-11 09:25:28.767041 | fa163ebd-9f3e-ebd2-ee1c-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.891476 | 0.04s 2026-03-11 09:25:28.792766 | fa163ebd-9f3e-ebd2-ee1c-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-11 09:25:28.841979 | fa163ebd-9f3e-ebd2-ee1c-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-11 09:25:28.843186 | fa163ebd-9f3e-ebd2-ee1c-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.967617 | 0.05s 2026-03-11 09:25:28.871552 | fa163ebd-9f3e-ebd2-ee1c-000000000598 | TASK | Execute grub2-mkconfig 2026-03-11 09:25:28.933501 | fa163ebd-9f3e-ebd2-ee1c-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-11 09:25:28.934724 | fa163ebd-9f3e-ebd2-ee1c-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.059157 | 0.06s 2026-03-11 09:25:28.961654 | fa163ebd-9f3e-ebd2-ee1c-000000000599 | TASK | Check for active tuned profile 2026-03-11 09:25:29.022192 | fa163ebd-9f3e-ebd2-ee1c-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-11 09:25:29.023507 | fa163ebd-9f3e-ebd2-ee1c-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.147940 | 0.06s 2026-03-11 09:25:29.049862 | fa163ebd-9f3e-ebd2-ee1c-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-11 09:25:29.111140 | fa163ebd-9f3e-ebd2-ee1c-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-11 09:25:29.112387 | fa163ebd-9f3e-ebd2-ee1c-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.236823 | 0.06s 2026-03-11 09:25:29.137173 | fa163ebd-9f3e-ebd2-ee1c-00000000059b | TASK | Set reboot required fact 2026-03-11 09:25:29.197387 | fa163ebd-9f3e-ebd2-ee1c-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-11 09:25:29.198758 | fa163ebd-9f3e-ebd2-ee1c-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.323191 | 0.06s 2026-03-11 09:25:29.224151 | fa163ebd-9f3e-ebd2-ee1c-00000000059d | TASK | Apply DPDK workarounds 2026-03-11 09:25:29.262937 | fa163ebd-9f3e-ebd2-ee1c-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-11 09:25:29.264112 | fa163ebd-9f3e-ebd2-ee1c-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.388546 | 0.04s 2026-03-11 09:25:29.290661 | fa163ebd-9f3e-ebd2-ee1c-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-11 09:25:29.328954 | fa163ebd-9f3e-ebd2-ee1c-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-11 09:25:29.330237 | fa163ebd-9f3e-ebd2-ee1c-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.454671 | 0.04s 2026-03-11 09:25:29.355416 | fa163ebd-9f3e-ebd2-ee1c-0000000005a0 | TASK | Load modules 2026-03-11 09:25:29.386077 | fa163ebd-9f3e-ebd2-ee1c-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-11 09:25:29.394013 | fa163ebd-9f3e-ebd2-ee1c-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.518445 | 0.04s 2026-03-11 09:25:29.419006 | fa163ebd-9f3e-ebd2-ee1c-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-11 09:25:29.464656 | fa163ebd-9f3e-ebd2-ee1c-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-11 09:25:29.470999 | fa163ebd-9f3e-ebd2-ee1c-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.595424 | 0.05s 2026-03-11 09:25:29.497972 | fa163ebd-9f3e-ebd2-ee1c-0000000005a4 | TASK | Drop module persistence 2026-03-11 09:25:29.546149 | fa163ebd-9f3e-ebd2-ee1c-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-11 09:25:29.558501 | fa163ebd-9f3e-ebd2-ee1c-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.682929 | 0.06s 2026-03-11 09:25:29.586471 | fa163ebd-9f3e-ebd2-ee1c-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-11 09:25:29.633165 | fa163ebd-9f3e-ebd2-ee1c-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-11 09:25:29.639459 | fa163ebd-9f3e-ebd2-ee1c-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.763887 | 0.05s 2026-03-11 09:25:29.666676 | fa163ebd-9f3e-ebd2-ee1c-0000000005a8 | TASK | Modules reload 2026-03-11 09:25:29.707858 | fa163ebd-9f3e-ebd2-ee1c-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-11 09:25:29.709117 | fa163ebd-9f3e-ebd2-ee1c-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.833551 | 0.04s 2026-03-11 09:25:29.735183 | fa163ebd-9f3e-ebd2-ee1c-0000000005aa | TASK | Reboot tasks 2026-03-11 09:25:29.785594 | fa163ebd-9f3e-ebd2-ee1c-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-11 09:25:29.786623 | fa163ebd-9f3e-ebd2-ee1c-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.911060 | 0.05s 2026-03-11 09:25:29.811373 | fa163ebd-9f3e-ebd2-ee1c-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-11 09:25:29.862835 | fa163ebd-9f3e-ebd2-ee1c-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-11 09:25:29.864594 | fa163ebd-9f3e-ebd2-ee1c-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.989030 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-11 09:25:30.042343 | fa163ebd-9f3e-ebd2-ee1c-00000000003f | TASK | Server pre-network deployments 2026-03-11 09:25:30.071363 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-00000000003f') missing from stats 2026-03-11 09:25:30.091177 | fa163ebd-9f3e-ebd2-ee1c-000000000043 | TASK | Hiera config 2026-03-11 09:25:30.116383 | fa163ebd-9f3e-ebd2-ee1c-000000000043 | TIMING | Hiera config | standalone | 0:00:46.240819 | 0.02s 2026-03-11 09:25:30.155654 | fa163ebd-9f3e-ebd2-ee1c-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-11 09:25:30.394135 | fa163ebd-9f3e-ebd2-ee1c-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-11 09:25:30.395519 | fa163ebd-9f3e-ebd2-ee1c-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.519952 | 0.24s 2026-03-11 09:25:30.421785 | fa163ebd-9f3e-ebd2-ee1c-000000000722 | TASK | Write hiera config 2026-03-11 09:25:30.936272 | fa163ebd-9f3e-ebd2-ee1c-000000000722 | CHANGED | Write hiera config | standalone 2026-03-11 09:25:30.937125 | fa163ebd-9f3e-ebd2-ee1c-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.061570 | 0.51s 2026-03-11 09:25:30.985515 | fa163ebd-9f3e-ebd2-ee1c-000000000044 | TASK | Hiera symlink 2026-03-11 09:25:31.208171 | fa163ebd-9f3e-ebd2-ee1c-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-11 09:25:31.209925 | fa163ebd-9f3e-ebd2-ee1c-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.334357 | 0.22s 2026-03-11 09:25:31.236577 | fa163ebd-9f3e-ebd2-ee1c-000000000045 | TASK | Hieradata from vars 2026-03-11 09:25:31.257288 | fa163ebd-9f3e-ebd2-ee1c-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.381709 | 0.02s 2026-03-11 09:25:31.317856 | fa163ebd-9f3e-ebd2-ee1c-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 09:25:31.810568 | fa163ebd-9f3e-ebd2-ee1c-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 09:25:31.812305 | fa163ebd-9f3e-ebd2-ee1c-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.936734 | 0.49s 2026-03-11 09:25:31.840143 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TASK | Render hieradata from template 2026-03-11 09:25:32.371806 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 09:25:32.374108 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.498535 | 0.53s 2026-03-11 09:25:32.929129 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-11 09:25:32.930241 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.054685 | 1.09s 2026-03-11 09:25:33.549979 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 09:25:33.551939 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.676383 | 1.71s 2026-03-11 09:25:34.035635 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 09:25:34.037919 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.162321 | 2.20s 2026-03-11 09:25:34.520967 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-11 09:25:34.522377 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.646821 | 2.68s 2026-03-11 09:25:34.985414 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-11 09:25:34.987371 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.111808 | 3.15s 2026-03-11 09:25:35.466922 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-11 09:25:35.467740 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.592180 | 3.63s 2026-03-11 09:25:35.967234 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-11 09:25:35.969804 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.094236 | 4.13s 2026-03-11 09:25:36.460253 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 09:25:36.462643 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.587073 | 4.62s 2026-03-11 09:25:36.955073 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 09:25:36.956216 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.080651 | 5.11s 2026-03-11 09:25:36.970271 | fa163ebd-9f3e-ebd2-ee1c-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.094705 | 5.13s 2026-03-11 09:25:37.020922 | fa163ebd-9f3e-ebd2-ee1c-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 09:25:37.049970 | fa163ebd-9f3e-ebd2-ee1c-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.174396 | 0.03s 2026-03-11 09:25:37.123606 | fa163ebd-9f3e-ebd2-ee1c-000000000821 | TASK | Check for hieradata file 2026-03-11 09:25:37.353152 | fa163ebd-9f3e-ebd2-ee1c-000000000821 | OK | Check for hieradata file | standalone 2026-03-11 09:25:37.354259 | fa163ebd-9f3e-ebd2-ee1c-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.478697 | 0.23s 2026-03-11 09:25:37.374481 | fa163ebd-9f3e-ebd2-ee1c-000000000823 | TASK | Get existing data 2026-03-11 09:25:37.422846 | fa163ebd-9f3e-ebd2-ee1c-000000000823 | SKIPPED | Get existing data | standalone 2026-03-11 09:25:37.424107 | fa163ebd-9f3e-ebd2-ee1c-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.548540 | 0.05s 2026-03-11 09:25:37.451925 | fa163ebd-9f3e-ebd2-ee1c-000000000824 | TASK | Set data fact 2026-03-11 09:25:37.503218 | fa163ebd-9f3e-ebd2-ee1c-000000000824 | SKIPPED | Set data fact | standalone 2026-03-11 09:25:37.504661 | fa163ebd-9f3e-ebd2-ee1c-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.629087 | 0.05s 2026-03-11 09:25:37.530512 | fa163ebd-9f3e-ebd2-ee1c-000000000826 | TASK | Write ansible hieradata file 2026-03-11 09:25:38.039851 | fa163ebd-9f3e-ebd2-ee1c-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-11 09:25:38.041404 | fa163ebd-9f3e-ebd2-ee1c-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.165836 | 0.51s 2026-03-11 09:25:38.152754 | fa163ebd-9f3e-ebd2-ee1c-000000000047 | TIMING | include_tasks | standalone | 0:00:54.277176 | 0.06s PLAY [Server network deployments] ********************************************** 2026-03-11 09:25:38.310312 | fa163ebd-9f3e-ebd2-ee1c-00000000004b | TASK | Network Configuration 2026-03-11 09:25:38.335745 | fa163ebd-9f3e-ebd2-ee1c-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-00000000004b') missing from stats 2026-03-11 09:25:38.358126 | fa163ebd-9f3e-ebd2-ee1c-00000000004c | TASK | Check NetworkConfig script existence 2026-03-11 09:25:38.383976 | fa163ebd-9f3e-ebd2-ee1c-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-11 09:25:38.385031 | fa163ebd-9f3e-ebd2-ee1c-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.509463 | 0.03s 2026-03-11 09:25:38.411426 | fa163ebd-9f3e-ebd2-ee1c-000000000052 | TASK | Gather SELinux fact if needed 2026-03-11 09:25:38.460256 | fa163ebd-9f3e-ebd2-ee1c-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-11 09:25:38.461374 | fa163ebd-9f3e-ebd2-ee1c-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.585810 | 0.05s 2026-03-11 09:25:38.486353 | fa163ebd-9f3e-ebd2-ee1c-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-11 09:25:39.144221 | fa163ebd-9f3e-ebd2-ee1c-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-11 09:25:39.145707 | fa163ebd-9f3e-ebd2-ee1c-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.270142 | 0.66s 2026-03-11 09:25:39.171260 | fa163ebd-9f3e-ebd2-ee1c-000000000054 | TASK | Ensure requirements are satisfied 2026-03-11 09:25:39.202644 | fa163ebd-9f3e-ebd2-ee1c-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.327073 | 0.03s 2026-03-11 09:25:39.262051 | fa163ebd-9f3e-ebd2-ee1c-0000000008bf | TASK | Gather facts if they don't exist 2026-03-11 09:25:39.312335 | fa163ebd-9f3e-ebd2-ee1c-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 09:25:39.313535 | fa163ebd-9f3e-ebd2-ee1c-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.437967 | 0.05s 2026-03-11 09:25:39.339023 | fa163ebd-9f3e-ebd2-ee1c-0000000008c0 | TASK | Gather variables for each operating system 2026-03-11 09:25:39.461142 | fa163ebd-9f3e-ebd2-ee1c-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 09:25:39.474658 | fa163ebd-9f3e-ebd2-ee1c-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.599086 | 0.13s 2026-03-11 09:25:39.499582 | fa163ebd-9f3e-ebd2-ee1c-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 09:25:39.741537 | fa163ebd-9f3e-ebd2-ee1c-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 09:25:39.742943 | fa163ebd-9f3e-ebd2-ee1c-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.867377 | 0.24s 2026-03-11 09:25:39.768693 | fa163ebd-9f3e-ebd2-ee1c-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 09:25:39.807375 | fa163ebd-9f3e-ebd2-ee1c-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 09:25:39.808694 | fa163ebd-9f3e-ebd2-ee1c-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.933128 | 0.04s 2026-03-11 09:25:39.833820 | fa163ebd-9f3e-ebd2-ee1c-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-11 09:25:40.835930 | fa163ebd-9f3e-ebd2-ee1c-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 09:25:40.837765 | fa163ebd-9f3e-ebd2-ee1c-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.962194 | 1.00s 2026-03-11 09:25:40.889265 | fa163ebd-9f3e-ebd2-ee1c-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 09:25:41.165409 | fa163ebd-9f3e-ebd2-ee1c-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 09:25:41.167057 | fa163ebd-9f3e-ebd2-ee1c-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.291489 | 0.28s 2026-03-11 09:25:41.192988 | fa163ebd-9f3e-ebd2-ee1c-000000000057 | TASK | Reload NetworkManager 2026-03-11 09:25:41.640387 | fa163ebd-9f3e-ebd2-ee1c-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-11 09:25:41.642358 | fa163ebd-9f3e-ebd2-ee1c-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.766791 | 0.45s 2026-03-11 09:25:41.671731 | fa163ebd-9f3e-ebd2-ee1c-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-11 09:25:41.925448 | fa163ebd-9f3e-ebd2-ee1c-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-11 09:25:41.927265 | fa163ebd-9f3e-ebd2-ee1c-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.051692 | 0.25s 2026-03-11 09:25:41.958150 | fa163ebd-9f3e-ebd2-ee1c-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-11 09:25:42.175514 | fa163ebd-9f3e-ebd2-ee1c-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-11 09:25:42.176350 | fa163ebd-9f3e-ebd2-ee1c-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.300793 | 0.22s 2026-03-11 09:25:42.193498 | fa163ebd-9f3e-ebd2-ee1c-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-11 09:25:42.228755 | fa163ebd-9f3e-ebd2-ee1c-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-11 09:25:42.229398 | fa163ebd-9f3e-ebd2-ee1c-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.353842 | 0.04s 2026-03-11 09:25:42.246435 | fa163ebd-9f3e-ebd2-ee1c-00000000005c | TASK | Ensure we get cloud-init 2026-03-11 09:25:42.508271 | fa163ebd-9f3e-ebd2-ee1c-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-11 09:25:42.510269 | fa163ebd-9f3e-ebd2-ee1c-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.634697 | 0.26s 2026-03-11 09:25:42.541360 | fa163ebd-9f3e-ebd2-ee1c-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-11 09:25:42.833000 | fa163ebd-9f3e-ebd2-ee1c-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-11 09:25:42.834401 | fa163ebd-9f3e-ebd2-ee1c-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.958836 | 0.29s 2026-03-11 09:25:42.860489 | fa163ebd-9f3e-ebd2-ee1c-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-11 09:25:43.231680 | fa163ebd-9f3e-ebd2-ee1c-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-11 09:25:43.233156 | fa163ebd-9f3e-ebd2-ee1c-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.357589 | 0.37s 2026-03-11 09:25:43.259465 | fa163ebd-9f3e-ebd2-ee1c-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-11 09:25:43.333420 | fa163ebd-9f3e-ebd2-ee1c-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-11 09:25:43.334782 | fa163ebd-9f3e-ebd2-ee1c-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.459216 | 0.07s 2026-03-11 09:25:43.360471 | fa163ebd-9f3e-ebd2-ee1c-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-11 09:25:43.626406 | fa163ebd-9f3e-ebd2-ee1c-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-11 09:25:43.627993 | fa163ebd-9f3e-ebd2-ee1c-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.752421 | 0.27s 2026-03-11 09:25:43.659468 | fa163ebd-9f3e-ebd2-ee1c-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-11 09:25:43.712277 | fa163ebd-9f3e-ebd2-ee1c-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.836711 | 0.05s 2026-03-11 09:25:43.732662 | ce7694f5-6096-489a-a009-66b513ed8a67 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-11 09:25:43.757474 | fa163ebd-9f3e-ebd2-ee1c-000000000909 | TASK | Set nic_config_file fact 2026-03-11 09:25:43.837563 | fa163ebd-9f3e-ebd2-ee1c-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-11 09:25:43.839169 | fa163ebd-9f3e-ebd2-ee1c-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.963595 | 0.08s 2026-03-11 09:25:43.866362 | fa163ebd-9f3e-ebd2-ee1c-00000000090a | TASK | Render overidden network config 2026-03-11 09:25:43.942928 | fa163ebd-9f3e-ebd2-ee1c-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-11 09:25:43.944706 | fa163ebd-9f3e-ebd2-ee1c-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.069131 | 0.08s 2026-03-11 09:25:43.972157 | fa163ebd-9f3e-ebd2-ee1c-00000000090b | TASK | Render network_config 2026-03-11 09:25:44.036025 | fa163ebd-9f3e-ebd2-ee1c-00000000090b | SKIPPED | Render network_config | standalone 2026-03-11 09:25:44.037455 | fa163ebd-9f3e-ebd2-ee1c-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.161882 | 0.06s 2026-03-11 09:25:44.059421 | fa163ebd-9f3e-ebd2-ee1c-00000000090c | TASK | Render network_config from template 2026-03-11 09:25:45.640803 | fa163ebd-9f3e-ebd2-ee1c-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-11 09:25:45.642399 | fa163ebd-9f3e-ebd2-ee1c-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.766831 | 1.58s 2026-03-11 09:25:45.669958 | fa163ebd-9f3e-ebd2-ee1c-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=640534517819.47346 2026-03-11 09:25:49.709633 | fa163ebd-9f3e-ebd2-ee1c-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-11 09:25:49.711758 | fa163ebd-9f3e-ebd2-ee1c-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.836193 | 4.04s 2026-03-11 09:25:49.739302 | fa163ebd-9f3e-ebd2-ee1c-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-11 09:25:50.270492 | fa163ebd-9f3e-ebd2-ee1c-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-11 09:25:50.271980 | fa163ebd-9f3e-ebd2-ee1c-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:06.396410 | 0.53s 2026-03-11 09:25:50.297779 | fa163ebd-9f3e-ebd2-ee1c-000000000065 | TASK | Disable cloud-init network config 2026-03-11 09:25:50.804459 | fa163ebd-9f3e-ebd2-ee1c-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-11 09:25:50.805835 | fa163ebd-9f3e-ebd2-ee1c-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.930269 | 0.51s 2026-03-11 09:25:50.832417 | fa163ebd-9f3e-ebd2-ee1c-000000000066 | TASK | Ensure network service is enabled 2026-03-11 09:25:51.255117 | fa163ebd-9f3e-ebd2-ee1c-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-11 09:25:51.256118 | fa163ebd-9f3e-ebd2-ee1c-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.380563 | 0.42s PLAY [Server network validation] *********************************************** 2026-03-11 09:25:51.371341 | fa163ebd-9f3e-ebd2-ee1c-000000000096 | TASK | Basic Network Validation 2026-03-11 09:25:51.389058 | fa163ebd-9f3e-ebd2-ee1c-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:07.513494 | 0.02s 2026-03-11 09:25:51.431933 | fa163ebd-9f3e-ebd2-ee1c-000000000945 | TASK | Collect default network fact 2026-03-11 09:25:52.055719 | fa163ebd-9f3e-ebd2-ee1c-000000000945 | OK | Collect default network fact | standalone 2026-03-11 09:25:52.057060 | fa163ebd-9f3e-ebd2-ee1c-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:08.181490 | 0.62s 2026-03-11 09:25:52.082573 | fa163ebd-9f3e-ebd2-ee1c-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-11 09:25:52.112721 | fa163ebd-9f3e-ebd2-ee1c-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-11 09:25:52.114261 | fa163ebd-9f3e-ebd2-ee1c-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:08.238684 | 0.03s 2026-03-11 09:25:52.139343 | fa163ebd-9f3e-ebd2-ee1c-000000000947 | TASK | Check all networks Gateway availability 2026-03-11 09:25:52.167552 | fa163ebd-9f3e-ebd2-ee1c-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.291979 | 0.03s 2026-03-11 09:25:52.194504 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | TASK | Check Controllers availability 2026-03-11 09:25:52.243812 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-11 09:25:52.250940 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-11 09:25:52.257069 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-11 09:25:52.265662 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-11 09:25:52.273226 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-11 09:25:52.276500 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-11 09:25:52.287975 | fa163ebd-9f3e-ebd2-ee1c-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:08.412415 | 0.09s 2026-03-11 09:25:52.307003 | fa163ebd-9f3e-ebd2-ee1c-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-11 09:25:52.343831 | fa163ebd-9f3e-ebd2-ee1c-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-11 09:25:52.345105 | fa163ebd-9f3e-ebd2-ee1c-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:08.469539 | 0.04s PLAY [Server pre deployment steps] ********************************************* 2026-03-11 09:25:52.508979 | fa163ebd-9f3e-ebd2-ee1c-00000000009a | TASK | Server pre deployments 2026-03-11 09:25:52.536025 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-00000000009a') missing from stats 2026-03-11 09:25:52.556716 | fa163ebd-9f3e-ebd2-ee1c-00000000009e | TASK | Hiera config 2026-03-11 09:25:52.583001 | fa163ebd-9f3e-ebd2-ee1c-00000000009e | TIMING | Hiera config | standalone | 0:01:08.707436 | 0.03s 2026-03-11 09:25:52.623041 | fa163ebd-9f3e-ebd2-ee1c-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-11 09:25:52.874339 | fa163ebd-9f3e-ebd2-ee1c-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-11 09:25:52.875708 | fa163ebd-9f3e-ebd2-ee1c-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:09.000140 | 0.25s 2026-03-11 09:25:52.904248 | fa163ebd-9f3e-ebd2-ee1c-00000000099f | TASK | Write hiera config 2026-03-11 09:25:53.414606 | fa163ebd-9f3e-ebd2-ee1c-00000000099f | OK | Write hiera config | standalone 2026-03-11 09:25:53.416252 | fa163ebd-9f3e-ebd2-ee1c-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:09.540686 | 0.51s 2026-03-11 09:25:53.470343 | fa163ebd-9f3e-ebd2-ee1c-00000000009f | TASK | Hiera symlink 2026-03-11 09:25:53.702942 | fa163ebd-9f3e-ebd2-ee1c-00000000009f | OK | Hiera symlink | standalone 2026-03-11 09:25:53.704300 | fa163ebd-9f3e-ebd2-ee1c-00000000009f | TIMING | Hiera symlink | standalone | 0:01:09.828735 | 0.23s 2026-03-11 09:25:53.729903 | fa163ebd-9f3e-ebd2-ee1c-0000000000a0 | TASK | Hieradata from vars 2026-03-11 09:25:53.758043 | fa163ebd-9f3e-ebd2-ee1c-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:09.882470 | 0.03s 2026-03-11 09:25:53.820804 | fa163ebd-9f3e-ebd2-ee1c-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 09:25:54.298421 | fa163ebd-9f3e-ebd2-ee1c-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 09:25:54.299773 | fa163ebd-9f3e-ebd2-ee1c-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:10.424206 | 0.48s 2026-03-11 09:25:54.325592 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TASK | Render hieradata from template 2026-03-11 09:25:54.839853 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 09:25:54.840850 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.965291 | 0.51s 2026-03-11 09:25:55.377404 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-11 09:25:55.379748 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.504183 | 1.05s 2026-03-11 09:25:55.932485 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 09:25:55.933294 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.057736 | 1.61s 2026-03-11 09:25:56.383805 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 09:25:56.384700 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.509143 | 2.06s 2026-03-11 09:25:56.901488 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-11 09:25:56.902313 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.026755 | 2.58s 2026-03-11 09:25:57.444741 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-11 09:25:57.446940 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.571372 | 3.12s 2026-03-11 09:25:57.901726 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-11 09:25:57.903984 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.028428 | 3.58s 2026-03-11 09:25:58.419375 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-11 09:25:58.421635 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.546067 | 4.09s 2026-03-11 09:25:58.851043 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 09:25:58.852219 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.976653 | 4.53s 2026-03-11 09:25:59.273530 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 09:25:59.275901 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.400310 | 4.95s 2026-03-11 09:25:59.288953 | fa163ebd-9f3e-ebd2-ee1c-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.413376 | 4.96s 2026-03-11 09:25:59.341959 | fa163ebd-9f3e-ebd2-ee1c-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 09:25:59.375694 | fa163ebd-9f3e-ebd2-ee1c-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:15.500120 | 0.03s 2026-03-11 09:25:59.444676 | fa163ebd-9f3e-ebd2-ee1c-000000000a9e | TASK | Check for hieradata file 2026-03-11 09:25:59.673096 | fa163ebd-9f3e-ebd2-ee1c-000000000a9e | OK | Check for hieradata file | standalone 2026-03-11 09:25:59.674446 | fa163ebd-9f3e-ebd2-ee1c-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:15.798878 | 0.23s 2026-03-11 09:25:59.699972 | fa163ebd-9f3e-ebd2-ee1c-000000000aa0 | TASK | Get existing data 2026-03-11 09:25:59.749065 | fa163ebd-9f3e-ebd2-ee1c-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-11 09:25:59.750066 | fa163ebd-9f3e-ebd2-ee1c-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:15.874502 | 0.05s 2026-03-11 09:25:59.773181 | fa163ebd-9f3e-ebd2-ee1c-000000000aa1 | TASK | Set data fact 2026-03-11 09:25:59.822708 | fa163ebd-9f3e-ebd2-ee1c-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-11 09:25:59.823647 | fa163ebd-9f3e-ebd2-ee1c-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:15.948088 | 0.05s 2026-03-11 09:25:59.843451 | fa163ebd-9f3e-ebd2-ee1c-000000000aa3 | TASK | Write ansible hieradata file 2026-03-11 09:26:00.350521 | fa163ebd-9f3e-ebd2-ee1c-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-11 09:26:00.352282 | fa163ebd-9f3e-ebd2-ee1c-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:16.476715 | 0.51s 2026-03-11 09:26:00.453369 | fa163ebd-9f3e-ebd2-ee1c-0000000000a2 | TIMING | include_tasks | standalone | 0:01:16.577790 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-03-11 09:26:00.613141 | fa163ebd-9f3e-ebd2-ee1c-0000000000a6 | TASK | Host prep steps 2026-03-11 09:26:00.639793 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000a6') missing from stats 2026-03-11 09:26:00.711441 | fa163ebd-9f3e-ebd2-ee1c-0000000000a7 | TASK | Deploy Artifacts 2026-03-11 09:26:00.833549 | fa163ebd-9f3e-ebd2-ee1c-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-11 09:26:00.835022 | fa163ebd-9f3e-ebd2-ee1c-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:16.959452 | 0.12s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:26:00.893752 | fa163ebd-9f3e-ebd2-ee1c-0000000000a8 | TIMING | include_tasks | standalone | 0:01:17.018176 | 0.04s 2026-03-11 09:26:01.090181 | 2bd48af2-41d5-4732-ac1e-729db24f6612 | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/host_prep_tasks.yaml | standalone 2026-03-11 09:26:01.144255 | fa163ebd-9f3e-ebd2-ee1c-000000000b1e | TASK | Run firewall role 2026-03-11 09:26:01.174162 | fa163ebd-9f3e-ebd2-ee1c-000000000b1e | TIMING | Run firewall role | standalone | 0:01:17.298599 | 0.03s 2026-03-11 09:26:01.228990 | fa163ebd-9f3e-ebd2-ee1c-000000000c1d | TASK | Gather variables for each operating system 2026-03-11 09:26:01.344070 | fa163ebd-9f3e-ebd2-ee1c-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-11 09:26:01.345304 | fa163ebd-9f3e-ebd2-ee1c-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.469733 | 0.12s 2026-03-11 09:26:01.351496 | fa163ebd-9f3e-ebd2-ee1c-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:17.475926 | 0.12s 2026-03-11 09:26:01.378512 | fa163ebd-9f3e-ebd2-ee1c-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-11 09:26:04.501546 | fa163ebd-9f3e-ebd2-ee1c-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-11 09:26:04.503054 | fa163ebd-9f3e-ebd2-ee1c-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:20.627488 | 3.12s 2026-03-11 09:26:04.529586 | fa163ebd-9f3e-ebd2-ee1c-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-11 09:26:04.569172 | fa163ebd-9f3e-ebd2-ee1c-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-11 09:26:04.570459 | fa163ebd-9f3e-ebd2-ee1c-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:20.694894 | 0.04s 2026-03-11 09:26:04.595736 | fa163ebd-9f3e-ebd2-ee1c-000000000c23 | TASK | Enable masquerade 2026-03-11 09:26:04.646602 | fa163ebd-9f3e-ebd2-ee1c-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-11 09:26:04.647676 | fa163ebd-9f3e-ebd2-ee1c-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:20.772112 | 0.05s 2026-03-11 09:26:04.671564 | fa163ebd-9f3e-ebd2-ee1c-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-11 09:26:04.710093 | fa163ebd-9f3e-ebd2-ee1c-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-11 09:26:04.711139 | fa163ebd-9f3e-ebd2-ee1c-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:20.835572 | 0.04s 2026-03-11 09:26:04.735587 | fa163ebd-9f3e-ebd2-ee1c-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 09:26:04.784504 | fa163ebd-9f3e-ebd2-ee1c-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 09:26:04.785814 | fa163ebd-9f3e-ebd2-ee1c-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:20.910250 | 0.05s 2026-03-11 09:26:04.812441 | fa163ebd-9f3e-ebd2-ee1c-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-11 09:26:04.866691 | fa163ebd-9f3e-ebd2-ee1c-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-11 09:26:04.868680 | fa163ebd-9f3e-ebd2-ee1c-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:20.993115 | 0.05s 2026-03-11 09:26:04.895492 | fa163ebd-9f3e-ebd2-ee1c-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 09:26:04.934502 | fa163ebd-9f3e-ebd2-ee1c-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 09:26:04.936017 | fa163ebd-9f3e-ebd2-ee1c-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:21.060450 | 0.04s 2026-03-11 09:26:04.962216 | fa163ebd-9f3e-ebd2-ee1c-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-11 09:26:04.995041 | fa163ebd-9f3e-ebd2-ee1c-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-11 09:26:04.996549 | fa163ebd-9f3e-ebd2-ee1c-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.120974 | 0.03s 2026-03-11 09:26:05.022729 | fa163ebd-9f3e-ebd2-ee1c-000000000c2d | TASK | Enable LOG rules 2026-03-11 09:26:05.050834 | fa163ebd-9f3e-ebd2-ee1c-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-11 09:26:05.051936 | fa163ebd-9f3e-ebd2-ee1c-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:21.176367 | 0.03s 2026-03-11 09:26:05.076700 | fa163ebd-9f3e-ebd2-ee1c-000000000c2e | TASK | Set rule fact 2026-03-11 09:26:05.181349 | fa163ebd-9f3e-ebd2-ee1c-000000000c2e | OK | Set rule fact | standalone 2026-03-11 09:26:05.184619 | fa163ebd-9f3e-ebd2-ee1c-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:21.309053 | 0.11s 2026-03-11 09:26:05.213117 | fa163ebd-9f3e-ebd2-ee1c-000000000c2f | TASK | Manage rules via nftables 2026-03-11 09:26:05.241351 | fa163ebd-9f3e-ebd2-ee1c-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:21.365784 | 0.03s 2026-03-11 09:26:05.328497 | fa163ebd-9f3e-ebd2-ee1c-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.452918 | 0.03s 2026-03-11 09:26:05.344928 | df16caab-067e-4266-a755-1d6a17361ff7 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-11 09:26:05.372204 | fa163ebd-9f3e-ebd2-ee1c-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-11 09:26:05.762538 | fa163ebd-9f3e-ebd2-ee1c-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-11 09:26:05.765346 | fa163ebd-9f3e-ebd2-ee1c-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.889767 | 0.39s 2026-03-11 09:26:06.098190 | fa163ebd-9f3e-ebd2-ee1c-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-11 09:26:06.101194 | fa163ebd-9f3e-ebd2-ee1c-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.225629 | 0.73s 2026-03-11 09:26:06.112975 | fa163ebd-9f3e-ebd2-ee1c-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:22.237412 | 0.74s 2026-03-11 09:26:06.143695 | fa163ebd-9f3e-ebd2-ee1c-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-11 09:26:06.860684 | fa163ebd-9f3e-ebd2-ee1c-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-11 09:26:06.862562 | fa163ebd-9f3e-ebd2-ee1c-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.986995 | 0.72s 2026-03-11 09:26:06.889863 | fa163ebd-9f3e-ebd2-ee1c-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-11 09:26:06.930166 | fa163ebd-9f3e-ebd2-ee1c-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-11 09:26:06.931235 | fa163ebd-9f3e-ebd2-ee1c-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:23.055669 | 0.04s 2026-03-11 09:26:06.987307 | fa163ebd-9f3e-ebd2-ee1c-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.111733 | 0.03s 2026-03-11 09:26:07.030690 | 80fb1e52-1f20-4283-a6cd-763d44b46f21 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-11 09:26:07.070161 | fa163ebd-9f3e-ebd2-ee1c-000000000d23 | TASK | Push empty ruleset 2026-03-11 09:26:07.569844 | fa163ebd-9f3e-ebd2-ee1c-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-11 09:26:07.571209 | fa163ebd-9f3e-ebd2-ee1c-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.695640 | 0.50s 2026-03-11 09:26:07.597678 | fa163ebd-9f3e-ebd2-ee1c-000000000d24 | TASK | Load empty ruleset 2026-03-11 09:26:07.831015 | fa163ebd-9f3e-ebd2-ee1c-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-11 09:26:07.832045 | fa163ebd-9f3e-ebd2-ee1c-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.956486 | 0.23s 2026-03-11 09:26:07.850106 | fa163ebd-9f3e-ebd2-ee1c-000000000d26 | TASK | Use default rules 2026-03-11 09:26:07.919547 | fa163ebd-9f3e-ebd2-ee1c-000000000d26 | OK | Use default rules | standalone 2026-03-11 09:26:07.921813 | fa163ebd-9f3e-ebd2-ee1c-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:24.046253 | 0.07s 2026-03-11 09:26:07.949404 | fa163ebd-9f3e-ebd2-ee1c-000000000d27 | TASK | Enable LOG rules 2026-03-11 09:26:08.023255 | fa163ebd-9f3e-ebd2-ee1c-000000000d27 | OK | Enable LOG rules | standalone 2026-03-11 09:26:08.026850 | fa163ebd-9f3e-ebd2-ee1c-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:24.151277 | 0.08s 2026-03-11 09:26:08.058304 | fa163ebd-9f3e-ebd2-ee1c-000000000d29 | TASK | Get current nftables content 2026-03-11 09:26:08.286731 | fa163ebd-9f3e-ebd2-ee1c-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-11 09:26:08.288650 | fa163ebd-9f3e-ebd2-ee1c-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:24.413055 | 0.23s 2026-03-11 09:26:08.314451 | fa163ebd-9f3e-ebd2-ee1c-000000000d2b | TASK | Generate chain jumps 2026-03-11 09:26:08.875196 | fa163ebd-9f3e-ebd2-ee1c-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-11 09:26:08.875960 | fa163ebd-9f3e-ebd2-ee1c-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.000404 | 0.56s 2026-03-11 09:26:08.901366 | fa163ebd-9f3e-ebd2-ee1c-000000000d2c | TASK | Generate chain jumps 2026-03-11 09:26:09.533920 | fa163ebd-9f3e-ebd2-ee1c-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-11 09:26:09.535701 | fa163ebd-9f3e-ebd2-ee1c-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.660130 | 0.63s 2026-03-11 09:26:09.562847 | fa163ebd-9f3e-ebd2-ee1c-000000000d2d | TASK | Generate nft flushes 2026-03-11 09:26:10.064898 | fa163ebd-9f3e-ebd2-ee1c-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-11 09:26:10.066308 | fa163ebd-9f3e-ebd2-ee1c-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:26.190742 | 0.50s 2026-03-11 09:26:10.092922 | fa163ebd-9f3e-ebd2-ee1c-000000000d2e | TASK | Generate nft tripleo chains 2026-03-11 09:26:10.615932 | fa163ebd-9f3e-ebd2-ee1c-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-11 09:26:10.617534 | fa163ebd-9f3e-ebd2-ee1c-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.741965 | 0.52s 2026-03-11 09:26:10.643993 | fa163ebd-9f3e-ebd2-ee1c-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-11 09:26:12.429003 | fa163ebd-9f3e-ebd2-ee1c-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-11 09:26:12.429813 | fa163ebd-9f3e-ebd2-ee1c-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:28.554256 | 1.78s 2026-03-11 09:26:12.449650 | fa163ebd-9f3e-ebd2-ee1c-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-11 09:26:12.984024 | fa163ebd-9f3e-ebd2-ee1c-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-11 09:26:12.985438 | fa163ebd-9f3e-ebd2-ee1c-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:29.109873 | 0.53s 2026-03-11 09:26:13.003757 | fa163ebd-9f3e-ebd2-ee1c-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-11 09:26:13.261195 | fa163ebd-9f3e-ebd2-ee1c-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-11 09:26:13.262668 | fa163ebd-9f3e-ebd2-ee1c-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:29.387101 | 0.26s 2026-03-11 09:26:13.318216 | fa163ebd-9f3e-ebd2-ee1c-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:29.442641 | 0.03s 2026-03-11 09:26:13.340415 | 4f5dbecf-e0ec-4016-9283-1939015d39b8 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-11 09:26:13.396676 | fa163ebd-9f3e-ebd2-ee1c-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-11 09:26:13.638424 | fa163ebd-9f3e-ebd2-ee1c-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-11 09:26:13.640051 | fa163ebd-9f3e-ebd2-ee1c-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.764481 | 0.24s 2026-03-11 09:26:13.666120 | fa163ebd-9f3e-ebd2-ee1c-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-11 09:26:13.961927 | fa163ebd-9f3e-ebd2-ee1c-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-11 09:26:13.963443 | fa163ebd-9f3e-ebd2-ee1c-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:30.087875 | 0.30s 2026-03-11 09:26:14.036136 | fa163ebd-9f3e-ebd2-ee1c-000000000b1f | TASK | create persistent logs directory 2026-03-11 09:26:14.308377 | fa163ebd-9f3e-ebd2-ee1c-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 09:26:14.311891 | fa163ebd-9f3e-ebd2-ee1c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.436295 | 0.27s 2026-03-11 09:26:14.526531 | fa163ebd-9f3e-ebd2-ee1c-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:26:14.527600 | fa163ebd-9f3e-ebd2-ee1c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.652039 | 0.49s 2026-03-11 09:26:14.534764 | fa163ebd-9f3e-ebd2-ee1c-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.659194 | 0.50s 2026-03-11 09:26:14.553540 | fa163ebd-9f3e-ebd2-ee1c-000000000b20 | TASK | create persistent directories 2026-03-11 09:26:14.806771 | fa163ebd-9f3e-ebd2-ee1c-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 09:26:14.809721 | fa163ebd-9f3e-ebd2-ee1c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.934152 | 0.26s 2026-03-11 09:26:14.819395 | fa163ebd-9f3e-ebd2-ee1c-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.943828 | 0.26s 2026-03-11 09:26:14.845764 | fa163ebd-9f3e-ebd2-ee1c-000000000b21 | TASK | create persistent directories 2026-03-11 09:26:15.129165 | fa163ebd-9f3e-ebd2-ee1c-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 09:26:15.131826 | fa163ebd-9f3e-ebd2-ee1c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.256249 | 0.28s 2026-03-11 09:26:15.366932 | fa163ebd-9f3e-ebd2-ee1c-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-11 09:26:15.368960 | fa163ebd-9f3e-ebd2-ee1c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.493395 | 0.52s 2026-03-11 09:26:15.379462 | fa163ebd-9f3e-ebd2-ee1c-000000000b21 | TIMING | create persistent directories | standalone | 0:01:31.503901 | 0.53s 2026-03-11 09:26:15.406021 | fa163ebd-9f3e-ebd2-ee1c-000000000b22 | TASK | create persistent directories 2026-03-11 09:26:15.652580 | fa163ebd-9f3e-ebd2-ee1c-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-11 09:26:15.654801 | fa163ebd-9f3e-ebd2-ee1c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.779232 | 0.25s 2026-03-11 09:26:15.664315 | fa163ebd-9f3e-ebd2-ee1c-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.788756 | 0.26s 2026-03-11 09:26:15.686297 | fa163ebd-9f3e-ebd2-ee1c-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-11 09:26:16.918780 | fa163ebd-9f3e-ebd2-ee1c-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-11 09:26:16.920340 | fa163ebd-9f3e-ebd2-ee1c-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:33.044774 | 1.23s 2026-03-11 09:26:16.945737 | fa163ebd-9f3e-ebd2-ee1c-000000000b24 | TASK | create persistent directories 2026-03-11 09:26:17.245924 | fa163ebd-9f3e-ebd2-ee1c-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 09:26:17.247740 | fa163ebd-9f3e-ebd2-ee1c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.372169 | 0.30s 2026-03-11 09:26:17.487957 | fa163ebd-9f3e-ebd2-ee1c-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-11 09:26:17.489167 | fa163ebd-9f3e-ebd2-ee1c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.613604 | 0.54s 2026-03-11 09:26:17.495583 | fa163ebd-9f3e-ebd2-ee1c-000000000b24 | TIMING | create persistent directories | standalone | 0:01:33.620022 | 0.55s 2026-03-11 09:26:17.521899 | fa163ebd-9f3e-ebd2-ee1c-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-11 09:26:18.921798 | fa163ebd-9f3e-ebd2-ee1c-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-11 09:26:18.923033 | fa163ebd-9f3e-ebd2-ee1c-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:35.047473 | 1.40s 2026-03-11 09:26:18.942843 | fa163ebd-9f3e-ebd2-ee1c-000000000b26 | TASK | create persistent directories 2026-03-11 09:26:19.207300 | fa163ebd-9f3e-ebd2-ee1c-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 09:26:19.208176 | fa163ebd-9f3e-ebd2-ee1c-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.332617 | 0.26s 2026-03-11 09:26:19.451900 | fa163ebd-9f3e-ebd2-ee1c-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-11 09:26:19.453508 | fa163ebd-9f3e-ebd2-ee1c-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.577950 | 0.51s 2026-03-11 09:26:19.464390 | fa163ebd-9f3e-ebd2-ee1c-000000000b26 | TIMING | create persistent directories | standalone | 0:01:35.588820 | 0.52s 2026-03-11 09:26:19.530971 | fa163ebd-9f3e-ebd2-ee1c-000000000b27 | TASK | ensure ceph configurations exist 2026-03-11 09:26:19.779154 | fa163ebd-9f3e-ebd2-ee1c-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-11 09:26:19.780925 | fa163ebd-9f3e-ebd2-ee1c-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:35.905315 | 0.25s 2026-03-11 09:26:19.807146 | fa163ebd-9f3e-ebd2-ee1c-000000000b28 | TASK | create persistent directories 2026-03-11 09:26:20.066430 | fa163ebd-9f3e-ebd2-ee1c-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 09:26:20.067625 | fa163ebd-9f3e-ebd2-ee1c-000000000b28 | TIMING | create persistent directories | standalone | 0:01:36.192060 | 0.26s 2026-03-11 09:26:20.073110 | fa163ebd-9f3e-ebd2-ee1c-000000000b28 | TIMING | create persistent directories | standalone | 0:01:36.197548 | 0.26s 2026-03-11 09:26:20.091522 | fa163ebd-9f3e-ebd2-ee1c-000000000b2a | TASK | Create cinder image conversion directory 2026-03-11 09:26:20.120162 | fa163ebd-9f3e-ebd2-ee1c-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-11 09:26:20.120970 | fa163ebd-9f3e-ebd2-ee1c-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:36.245413 | 0.03s 2026-03-11 09:26:20.139009 | fa163ebd-9f3e-ebd2-ee1c-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-11 09:26:20.166778 | fa163ebd-9f3e-ebd2-ee1c-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-11 09:26:20.167692 | fa163ebd-9f3e-ebd2-ee1c-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:36.292135 | 0.03s 2026-03-11 09:26:20.192361 | fa163ebd-9f3e-ebd2-ee1c-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-11 09:26:20.222690 | fa163ebd-9f3e-ebd2-ee1c-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-11 09:26:20.224293 | fa163ebd-9f3e-ebd2-ee1c-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:36.348722 | 0.03s 2026-03-11 09:26:20.249430 | fa163ebd-9f3e-ebd2-ee1c-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-11 09:26:23.304348 | fa163ebd-9f3e-ebd2-ee1c-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-11 09:26:23.305725 | fa163ebd-9f3e-ebd2-ee1c-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:39.430159 | 3.05s 2026-03-11 09:26:23.331010 | fa163ebd-9f3e-ebd2-ee1c-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-11 09:26:23.566414 | fa163ebd-9f3e-ebd2-ee1c-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-11 09:26:23.567980 | fa163ebd-9f3e-ebd2-ee1c-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:39.692408 | 0.24s 2026-03-11 09:26:23.594580 | fa163ebd-9f3e-ebd2-ee1c-000000000b31 | TASK | Get or create LVM loopback device 2026-03-11 09:26:23.829761 | fa163ebd-9f3e-ebd2-ee1c-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-11 09:26:23.831157 | fa163ebd-9f3e-ebd2-ee1c-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:39.955590 | 0.23s 2026-03-11 09:26:23.857519 | fa163ebd-9f3e-ebd2-ee1c-000000000b32 | TASK | Create LVM volume group 2026-03-11 09:26:24.419087 | fa163ebd-9f3e-ebd2-ee1c-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-11 09:26:24.420355 | fa163ebd-9f3e-ebd2-ee1c-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:40.544790 | 0.56s 2026-03-11 09:26:24.444907 | fa163ebd-9f3e-ebd2-ee1c-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-11 09:26:24.917993 | fa163ebd-9f3e-ebd2-ee1c-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-11 09:26:24.919313 | fa163ebd-9f3e-ebd2-ee1c-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:41.043747 | 0.47s 2026-03-11 09:26:24.944001 | fa163ebd-9f3e-ebd2-ee1c-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-11 09:26:25.817832 | fa163ebd-9f3e-ebd2-ee1c-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-11 09:26:25.820233 | fa163ebd-9f3e-ebd2-ee1c-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:41.944666 | 0.87s 2026-03-11 09:26:25.847468 | fa163ebd-9f3e-ebd2-ee1c-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-11 09:26:26.845175 | fa163ebd-9f3e-ebd2-ee1c-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-11 09:26:26.846792 | fa163ebd-9f3e-ebd2-ee1c-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:42.971222 | 1.00s 2026-03-11 09:26:26.872187 | fa163ebd-9f3e-ebd2-ee1c-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-11 09:26:29.075054 | fa163ebd-9f3e-ebd2-ee1c-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-11 09:26:29.077022 | fa163ebd-9f3e-ebd2-ee1c-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:45.201457 | 2.20s 2026-03-11 09:26:29.134603 | fa163ebd-9f3e-ebd2-ee1c-000000000b39 | OK | set_fact | standalone 2026-03-11 09:26:29.136072 | fa163ebd-9f3e-ebd2-ee1c-000000000b39 | TIMING | set_fact | standalone | 0:01:45.260499 | 0.03s 2026-03-11 09:26:29.190581 | fa163ebd-9f3e-ebd2-ee1c-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:45.314991 | 0.03s 2026-03-11 09:26:29.252283 | fa163ebd-9f3e-ebd2-ee1c-000000000ee1 | TASK | ensure apache is installed 2026-03-11 09:26:36.432805 | fa163ebd-9f3e-ebd2-ee1c-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-11 09:26:36.435004 | fa163ebd-9f3e-ebd2-ee1c-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:52.559435 | 7.18s 2026-03-11 09:26:36.461538 | fa163ebd-9f3e-ebd2-ee1c-000000000ee2 | TASK | create image data directory 2026-03-11 09:26:36.663032 | fa163ebd-9f3e-ebd2-ee1c-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-11 09:26:36.664805 | fa163ebd-9f3e-ebd2-ee1c-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:52.789222 | 0.20s 2026-03-11 09:26:36.690593 | fa163ebd-9f3e-ebd2-ee1c-000000000ee3 | TASK | create /v2/ response file 2026-03-11 09:26:37.189051 | fa163ebd-9f3e-ebd2-ee1c-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-11 09:26:37.190566 | fa163ebd-9f3e-ebd2-ee1c-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:53.314999 | 0.50s 2026-03-11 09:26:37.217653 | fa163ebd-9f3e-ebd2-ee1c-000000000ee4 | TASK | Add listen line 2026-03-11 09:26:37.596446 | fa163ebd-9f3e-ebd2-ee1c-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-11 09:26:37.597788 | fa163ebd-9f3e-ebd2-ee1c-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:53.722223 | 0.38s 2026-03-11 09:26:37.624455 | fa163ebd-9f3e-ebd2-ee1c-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-11 09:26:38.144583 | fa163ebd-9f3e-ebd2-ee1c-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-11 09:26:38.146222 | fa163ebd-9f3e-ebd2-ee1c-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:54.270656 | 0.52s 2026-03-11 09:26:38.174569 | fa163ebd-9f3e-ebd2-ee1c-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-11 09:26:39.194190 | fa163ebd-9f3e-ebd2-ee1c-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-11 09:26:39.196608 | fa163ebd-9f3e-ebd2-ee1c-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:55.321043 | 1.02s 2026-03-11 09:26:39.246037 | fa163ebd-9f3e-ebd2-ee1c-000000000b3c | TASK | create persistent logs directory 2026-03-11 09:26:39.459908 | fa163ebd-9f3e-ebd2-ee1c-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-11 09:26:39.461464 | fa163ebd-9f3e-ebd2-ee1c-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.585891 | 0.21s 2026-03-11 09:26:39.678793 | fa163ebd-9f3e-ebd2-ee1c-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-11 09:26:39.679996 | fa163ebd-9f3e-ebd2-ee1c-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.804432 | 0.43s 2026-03-11 09:26:39.686427 | fa163ebd-9f3e-ebd2-ee1c-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.810866 | 0.44s 2026-03-11 09:26:39.711326 | fa163ebd-9f3e-ebd2-ee1c-000000000b3d | TASK | Mount NFS on host 2026-03-11 09:26:39.742427 | fa163ebd-9f3e-ebd2-ee1c-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-11 09:26:39.743795 | fa163ebd-9f3e-ebd2-ee1c-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:55.868228 | 0.03s 2026-03-11 09:26:39.769231 | fa163ebd-9f3e-ebd2-ee1c-000000000b3e | TASK | Mount Node Staging Location 2026-03-11 09:26:39.797831 | fa163ebd-9f3e-ebd2-ee1c-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-11 09:26:39.799057 | fa163ebd-9f3e-ebd2-ee1c-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:55.923492 | 0.03s 2026-03-11 09:26:39.823250 | fa163ebd-9f3e-ebd2-ee1c-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-11 09:26:40.063990 | fa163ebd-9f3e-ebd2-ee1c-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-11 09:26:40.065509 | fa163ebd-9f3e-ebd2-ee1c-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:56.189943 | 0.24s 2026-03-11 09:26:40.092564 | fa163ebd-9f3e-ebd2-ee1c-000000000b40 | TASK | create logs directory 2026-03-11 09:26:40.339026 | fa163ebd-9f3e-ebd2-ee1c-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 09:26:40.342152 | fa163ebd-9f3e-ebd2-ee1c-000000000b40 | TIMING | create logs directory | standalone | 0:01:56.466571 | 0.25s 2026-03-11 09:26:40.555857 | fa163ebd-9f3e-ebd2-ee1c-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-11 09:26:40.557416 | fa163ebd-9f3e-ebd2-ee1c-000000000b40 | TIMING | create logs directory | standalone | 0:01:56.681860 | 0.46s 2026-03-11 09:26:40.568629 | fa163ebd-9f3e-ebd2-ee1c-000000000b40 | TIMING | create logs directory | standalone | 0:01:56.693047 | 0.47s 2026-03-11 09:26:40.596757 | fa163ebd-9f3e-ebd2-ee1c-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-11 09:26:40.629564 | fa163ebd-9f3e-ebd2-ee1c-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-11 09:26:40.630956 | fa163ebd-9f3e-ebd2-ee1c-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:56.755388 | 0.03s 2026-03-11 09:26:40.656322 | fa163ebd-9f3e-ebd2-ee1c-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-11 09:26:40.892904 | fa163ebd-9f3e-ebd2-ee1c-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-11 09:26:40.895253 | fa163ebd-9f3e-ebd2-ee1c-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:57.019680 | 0.24s 2026-03-11 09:26:40.913939 | fa163ebd-9f3e-ebd2-ee1c-000000000b43 | TASK | create persistent directories 2026-03-11 09:26:41.097313 | fa163ebd-9f3e-ebd2-ee1c-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 09:26:41.099253 | fa163ebd-9f3e-ebd2-ee1c-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.223692 | 0.18s 2026-03-11 09:26:41.109347 | fa163ebd-9f3e-ebd2-ee1c-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.233795 | 0.19s 2026-03-11 09:26:41.126384 | fa163ebd-9f3e-ebd2-ee1c-000000000b44 | TASK | create persistent data directory 2026-03-11 09:26:41.332797 | fa163ebd-9f3e-ebd2-ee1c-000000000b44 | OK | create persistent data directory | standalone 2026-03-11 09:26:41.334192 | fa163ebd-9f3e-ebd2-ee1c-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:57.458625 | 0.21s 2026-03-11 09:26:41.358540 | fa163ebd-9f3e-ebd2-ee1c-000000000b45 | TASK | create persistent directories 2026-03-11 09:26:41.606692 | fa163ebd-9f3e-ebd2-ee1c-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-11 09:26:41.607607 | fa163ebd-9f3e-ebd2-ee1c-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.732049 | 0.25s 2026-03-11 09:26:41.836379 | fa163ebd-9f3e-ebd2-ee1c-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-11 09:26:41.837072 | fa163ebd-9f3e-ebd2-ee1c-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.961517 | 0.48s 2026-03-11 09:26:41.843412 | fa163ebd-9f3e-ebd2-ee1c-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.967824 | 0.48s 2026-03-11 09:26:41.864051 | fa163ebd-9f3e-ebd2-ee1c-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-11 09:26:48.916831 | fa163ebd-9f3e-ebd2-ee1c-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-11 09:26:48.918134 | fa163ebd-9f3e-ebd2-ee1c-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:05.042568 | 7.05s 2026-03-11 09:26:48.942548 | fa163ebd-9f3e-ebd2-ee1c-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-11 09:26:49.042275 | fa163ebd-9f3e-ebd2-ee1c-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.69 seconds", "Notice: Applied catalog in 0.27 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.27", " Config retrieval: 0.77", " Last run: 1773221208", " Total: 0.27", "Version:", " Config: 1773221207", " 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:26:49.043195 | fa163ebd-9f3e-ebd2-ee1c-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:05.167639 | 0.10s 2026-03-11 09:26:49.060238 | fa163ebd-9f3e-ebd2-ee1c-000000000b48 | TASK | create persistent directories 2026-03-11 09:26:49.326005 | fa163ebd-9f3e-ebd2-ee1c-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 09:26:49.327698 | fa163ebd-9f3e-ebd2-ee1c-000000000b48 | TIMING | create persistent directories | standalone | 0:02:05.452126 | 0.27s 2026-03-11 09:26:49.504071 | fa163ebd-9f3e-ebd2-ee1c-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-11 09:26:49.505183 | fa163ebd-9f3e-ebd2-ee1c-000000000b48 | TIMING | create persistent directories | standalone | 0:02:05.629621 | 0.44s 2026-03-11 09:26:49.512525 | fa163ebd-9f3e-ebd2-ee1c-000000000b48 | TIMING | create persistent directories | standalone | 0:02:05.636952 | 0.45s 2026-03-11 09:26:49.540622 | fa163ebd-9f3e-ebd2-ee1c-000000000b49 | TASK | create persistent directories 2026-03-11 09:26:49.800406 | fa163ebd-9f3e-ebd2-ee1c-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 09:26:49.802035 | fa163ebd-9f3e-ebd2-ee1c-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.926463 | 0.26s 2026-03-11 09:26:49.979654 | fa163ebd-9f3e-ebd2-ee1c-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:26:49.980786 | fa163ebd-9f3e-ebd2-ee1c-000000000b49 | TIMING | create persistent directories | standalone | 0:02:06.105223 | 0.44s 2026-03-11 09:26:49.988104 | fa163ebd-9f3e-ebd2-ee1c-000000000b49 | TIMING | create persistent directories | standalone | 0:02:06.112535 | 0.45s 2026-03-11 09:26:50.015688 | fa163ebd-9f3e-ebd2-ee1c-000000000b4a | TASK | create persistent directories 2026-03-11 09:26:50.250094 | fa163ebd-9f3e-ebd2-ee1c-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 09:26:50.251545 | fa163ebd-9f3e-ebd2-ee1c-000000000b4a | TIMING | create persistent directories | standalone | 0:02:06.375977 | 0.23s 2026-03-11 09:26:50.258121 | fa163ebd-9f3e-ebd2-ee1c-000000000b4a | TIMING | create persistent directories | standalone | 0:02:06.382555 | 0.24s 2026-03-11 09:26:50.282690 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | TASK | create persistent directories 2026-03-11 09:26:50.543235 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-11 09:26:50.544223 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.668636 | 0.26s 2026-03-11 09:26:50.768974 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-11 09:26:50.770439 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.894881 | 0.49s 2026-03-11 09:26:51.008001 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-11 09:26:51.009807 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:07.134244 | 0.73s 2026-03-11 09:26:51.245527 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-11 09:26:51.247268 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:07.371705 | 0.96s 2026-03-11 09:26:51.258763 | fa163ebd-9f3e-ebd2-ee1c-000000000b4b | TIMING | create persistent directories | standalone | 0:02:07.383193 | 0.97s 2026-03-11 09:26:51.285278 | fa163ebd-9f3e-ebd2-ee1c-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-11 09:26:51.718997 | fa163ebd-9f3e-ebd2-ee1c-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-11 09:26:51.720443 | fa163ebd-9f3e-ebd2-ee1c-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:07.844877 | 0.43s 2026-03-11 09:26:51.745297 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-11 09:26:53.094504 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:26:53.096319 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.220748 | 1.35s 2026-03-11 09:26:54.395285 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 09:26:54.397752 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.522182 | 2.65s 2026-03-11 09:26:55.587108 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:26:55.590201 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:11.714637 | 3.84s 2026-03-11 09:26:55.598673 | fa163ebd-9f3e-ebd2-ee1c-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:11.723118 | 3.85s 2026-03-11 09:26:55.618849 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | TASK | create persistent directories 2026-03-11 09:26:55.874779 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:26:55.876977 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.001405 | 0.26s 2026-03-11 09:26:56.063708 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 09:26:56.065530 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.189961 | 0.45s 2026-03-11 09:26:56.279769 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 09:26:56.280860 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.405299 | 0.66s 2026-03-11 09:26:56.288887 | fa163ebd-9f3e-ebd2-ee1c-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.413298 | 0.67s 2026-03-11 09:26:56.315885 | fa163ebd-9f3e-ebd2-ee1c-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-11 09:26:56.527845 | fa163ebd-9f3e-ebd2-ee1c-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-11 09:26:56.529185 | fa163ebd-9f3e-ebd2-ee1c-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:12.653619 | 0.21s 2026-03-11 09:26:56.554587 | fa163ebd-9f3e-ebd2-ee1c-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-11 09:26:56.582429 | fa163ebd-9f3e-ebd2-ee1c-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-11 09:26:56.583756 | fa163ebd-9f3e-ebd2-ee1c-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:12.708190 | 0.03s 2026-03-11 09:26:56.609221 | fa163ebd-9f3e-ebd2-ee1c-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-11 09:26:56.860674 | fa163ebd-9f3e-ebd2-ee1c-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-11 09:26:56.862182 | fa163ebd-9f3e-ebd2-ee1c-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:12.986615 | 0.25s 2026-03-11 09:26:56.887692 | fa163ebd-9f3e-ebd2-ee1c-000000000b52 | TASK | Stop iscsi.service 2026-03-11 09:26:56.930169 | fa163ebd-9f3e-ebd2-ee1c-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-11 09:26:56.931462 | fa163ebd-9f3e-ebd2-ee1c-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:13.055896 | 0.04s 2026-03-11 09:26:56.984320 | fa163ebd-9f3e-ebd2-ee1c-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:13.108744 | 0.03s 2026-03-11 09:26:57.087648 | fa163ebd-9f3e-ebd2-ee1c-00000000104c | TASK | Install additional packages 2026-03-11 09:26:57.112867 | fa163ebd-9f3e-ebd2-ee1c-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:13.237296 | 0.02s 2026-03-11 09:26:57.132769 | fa163ebd-9f3e-ebd2-ee1c-00000000104d | TASK | Remove dracut-config-generic 2026-03-11 09:27:01.190513 | fa163ebd-9f3e-ebd2-ee1c-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-11 09:27:01.191529 | fa163ebd-9f3e-ebd2-ee1c-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:17.315970 | 4.06s 2026-03-11 09:27:01.216360 | fa163ebd-9f3e-ebd2-ee1c-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-11 09:27:01.421674 | fa163ebd-9f3e-ebd2-ee1c-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-11 09:27:01.423190 | fa163ebd-9f3e-ebd2-ee1c-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:17.547625 | 0.21s 2026-03-11 09:27:01.443599 | fa163ebd-9f3e-ebd2-ee1c-00000000104f | TASK | Write list of modules to load at boot 2026-03-11 09:27:01.890049 | fa163ebd-9f3e-ebd2-ee1c-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-11 09:27:01.891645 | fa163ebd-9f3e-ebd2-ee1c-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:18.016073 | 0.45s 2026-03-11 09:27:01.918547 | fa163ebd-9f3e-ebd2-ee1c-000000001050 | TASK | Modules reload 2026-03-11 09:27:02.323356 | fa163ebd-9f3e-ebd2-ee1c-000000001050 | CHANGED | Modules reload | standalone 2026-03-11 09:27:02.324755 | fa163ebd-9f3e-ebd2-ee1c-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:18.449195 | 0.40s 2026-03-11 09:27:02.346361 | fa163ebd-9f3e-ebd2-ee1c-000000001051 | TASK | Set default sysctl options 2026-03-11 09:27:02.807550 | fa163ebd-9f3e-ebd2-ee1c-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-11 09:27:02.809021 | fa163ebd-9f3e-ebd2-ee1c-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:18.933455 | 0.46s 2026-03-11 09:27:02.835069 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TASK | Set extra sysctl options 2026-03-11 09:27:03.199363 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-11 09:27:03.200275 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.324716 | 0.36s 2026-03-11 09:27:03.383567 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-11 09:27:03.384625 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.509063 | 0.55s 2026-03-11 09:27:03.628395 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-11 09:27:03.629416 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.753854 | 0.79s 2026-03-11 09:27:03.868987 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-11 09:27:03.871072 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.995510 | 1.03s 2026-03-11 09:27:04.111854 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-11 09:27:04.113048 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.237482 | 1.28s 2026-03-11 09:27:04.287023 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-11 09:27:04.288566 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.413004 | 1.45s 2026-03-11 09:27:04.492374 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-11 09:27:04.493165 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.617608 | 1.66s 2026-03-11 09:27:04.721043 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-11 09:27:04.722921 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.847316 | 1.89s 2026-03-11 09:27:04.943535 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-11 09:27:04.945045 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.069476 | 2.11s 2026-03-11 09:27:05.191656 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-11 09:27:05.193943 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.318321 | 2.36s 2026-03-11 09:27:05.410948 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-11 09:27:05.412536 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.536973 | 2.58s 2026-03-11 09:27:05.630230 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-11 09:27:05.631310 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.755748 | 2.79s 2026-03-11 09:27:05.851475 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-11 09:27:05.852617 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.977051 | 3.02s 2026-03-11 09:27:06.072377 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-11 09:27:06.073059 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.197506 | 3.24s 2026-03-11 09:27:06.294287 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-11 09:27:06.295426 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.419863 | 3.46s 2026-03-11 09:27:06.512432 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-11 09:27:06.514074 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.638512 | 3.68s 2026-03-11 09:27:06.737368 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-11 09:27:06.738922 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.863360 | 3.90s 2026-03-11 09:27:06.751359 | fa163ebd-9f3e-ebd2-ee1c-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.875798 | 3.91s 2026-03-11 09:27:06.779712 | fa163ebd-9f3e-ebd2-ee1c-000000001054 | TASK | Sysctl reload 2026-03-11 09:27:08.210117 | fa163ebd-9f3e-ebd2-ee1c-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-11 09:27:08.212168 | fa163ebd-9f3e-ebd2-ee1c-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:24.336603 | 1.43s 2026-03-11 09:27:08.261268 | fa163ebd-9f3e-ebd2-ee1c-000000000b54 | TASK | create persistent directories 2026-03-11 09:27:08.520838 | fa163ebd-9f3e-ebd2-ee1c-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-11 09:27:08.522762 | fa163ebd-9f3e-ebd2-ee1c-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.647189 | 0.26s 2026-03-11 09:27:08.746457 | fa163ebd-9f3e-ebd2-ee1c-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-11 09:27:08.747587 | fa163ebd-9f3e-ebd2-ee1c-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.872025 | 0.48s 2026-03-11 09:27:08.754972 | fa163ebd-9f3e-ebd2-ee1c-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.879391 | 0.49s 2026-03-11 09:27:08.785564 | fa163ebd-9f3e-ebd2-ee1c-000000000b55 | TASK | Check if file certs_valid exist 2026-03-11 09:27:08.960007 | fa163ebd-9f3e-ebd2-ee1c-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-11 09:27:08.963538 | fa163ebd-9f3e-ebd2-ee1c-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:25.087952 | 0.17s 2026-03-11 09:27:08.991458 | fa163ebd-9f3e-ebd2-ee1c-000000000b56 | TASK | Check if file cert9.db exist 2026-03-11 09:27:09.238189 | fa163ebd-9f3e-ebd2-ee1c-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-11 09:27:09.239759 | fa163ebd-9f3e-ebd2-ee1c-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:25.364191 | 0.25s 2026-03-11 09:27:09.269515 | fa163ebd-9f3e-ebd2-ee1c-000000000b57 | TASK | Check if file key4.db exist 2026-03-11 09:27:09.505822 | fa163ebd-9f3e-ebd2-ee1c-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-11 09:27:09.507354 | fa163ebd-9f3e-ebd2-ee1c-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:25.631788 | 0.24s 2026-03-11 09:27:09.566935 | fa163ebd-9f3e-ebd2-ee1c-000000000b58 | SKIPPED | fail | standalone 2026-03-11 09:27:09.568370 | fa163ebd-9f3e-ebd2-ee1c-000000000b58 | TIMING | fail | standalone | 0:02:25.692802 | 0.03s 2026-03-11 09:27:09.598477 | fa163ebd-9f3e-ebd2-ee1c-000000000b59 | TASK | Create persistent directories 2026-03-11 09:27:09.876447 | fa163ebd-9f3e-ebd2-ee1c-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 09:27:09.878932 | fa163ebd-9f3e-ebd2-ee1c-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:26.003324 | 0.28s 2026-03-11 09:27:10.064198 | fa163ebd-9f3e-ebd2-ee1c-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-11 09:27:10.066019 | fa163ebd-9f3e-ebd2-ee1c-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:26.190454 | 0.47s 2026-03-11 09:27:10.076670 | fa163ebd-9f3e-ebd2-ee1c-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:26.201107 | 0.48s 2026-03-11 09:27:10.103199 | fa163ebd-9f3e-ebd2-ee1c-000000000b5a | TASK | create persistent directories 2026-03-11 09:27:10.356386 | fa163ebd-9f3e-ebd2-ee1c-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 09:27:10.357937 | fa163ebd-9f3e-ebd2-ee1c-000000000b5a | TIMING | create persistent directories | standalone | 0:02:26.482364 | 0.25s 2026-03-11 09:27:10.364362 | fa163ebd-9f3e-ebd2-ee1c-000000000b5a | TIMING | create persistent directories | standalone | 0:02:26.488791 | 0.26s 2026-03-11 09:27:10.389516 | fa163ebd-9f3e-ebd2-ee1c-000000000b5b | TASK | create persistent directories 2026-03-11 09:27:10.622567 | fa163ebd-9f3e-ebd2-ee1c-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 09:27:10.624805 | fa163ebd-9f3e-ebd2-ee1c-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.749234 | 0.23s 2026-03-11 09:27:10.843772 | fa163ebd-9f3e-ebd2-ee1c-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-11 09:27:10.844753 | fa163ebd-9f3e-ebd2-ee1c-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.969194 | 0.45s 2026-03-11 09:27:10.849777 | fa163ebd-9f3e-ebd2-ee1c-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.974208 | 0.46s 2026-03-11 09:27:10.875466 | fa163ebd-9f3e-ebd2-ee1c-000000000b5c | TASK | create persistent directories 2026-03-11 09:27:11.067659 | fa163ebd-9f3e-ebd2-ee1c-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-11 09:27:11.068700 | fa163ebd-9f3e-ebd2-ee1c-000000000b5c | TIMING | create persistent directories | standalone | 0:02:27.193142 | 0.19s 2026-03-11 09:27:11.075969 | fa163ebd-9f3e-ebd2-ee1c-000000000b5c | TIMING | create persistent directories | standalone | 0:02:27.200391 | 0.20s 2026-03-11 09:27:11.106430 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | TASK | create persistent directories 2026-03-11 09:27:11.348132 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-11 09:27:11.349389 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.473827 | 0.24s 2026-03-11 09:27:11.541414 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-11 09:27:11.542459 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.666900 | 0.43s 2026-03-11 09:27:11.749381 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-11 09:27:11.750911 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.875349 | 0.64s 2026-03-11 09:27:11.762409 | fa163ebd-9f3e-ebd2-ee1c-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.886835 | 0.65s 2026-03-11 09:27:11.789829 | fa163ebd-9f3e-ebd2-ee1c-000000000b5e | TASK | create persistent directories 2026-03-11 09:27:12.045540 | fa163ebd-9f3e-ebd2-ee1c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 09:27:12.048134 | fa163ebd-9f3e-ebd2-ee1c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:28.172551 | 0.26s 2026-03-11 09:27:12.217240 | fa163ebd-9f3e-ebd2-ee1c-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-11 09:27:12.219025 | fa163ebd-9f3e-ebd2-ee1c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:28.343461 | 0.43s 2026-03-11 09:27:12.229703 | fa163ebd-9f3e-ebd2-ee1c-000000000b5e | TIMING | create persistent directories | standalone | 0:02:28.354134 | 0.44s 2026-03-11 09:27:12.255760 | fa163ebd-9f3e-ebd2-ee1c-000000000b5f | TASK | create persistent directories 2026-03-11 09:27:12.495973 | fa163ebd-9f3e-ebd2-ee1c-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 09:27:12.498069 | fa163ebd-9f3e-ebd2-ee1c-000000000b5f | TIMING | create persistent directories | standalone | 0:02:28.622501 | 0.24s 2026-03-11 09:27:12.508317 | fa163ebd-9f3e-ebd2-ee1c-000000000b5f | TIMING | create persistent directories | standalone | 0:02:28.632748 | 0.25s 2026-03-11 09:27:12.533841 | fa163ebd-9f3e-ebd2-ee1c-000000000b60 | TASK | creating directory 2026-03-11 09:27:12.777070 | fa163ebd-9f3e-ebd2-ee1c-000000000b60 | CHANGED | creating directory | standalone 2026-03-11 09:27:12.778966 | fa163ebd-9f3e-ebd2-ee1c-000000000b60 | TIMING | creating directory | standalone | 0:02:28.903393 | 0.24s 2026-03-11 09:27:12.804681 | fa163ebd-9f3e-ebd2-ee1c-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-11 09:27:13.287603 | fa163ebd-9f3e-ebd2-ee1c-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-11 09:27:13.289018 | fa163ebd-9f3e-ebd2-ee1c-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:29.413453 | 0.48s 2026-03-11 09:27:13.313302 | fa163ebd-9f3e-ebd2-ee1c-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-11 09:27:14.173062 | fa163ebd-9f3e-ebd2-ee1c-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-11 09:27:14.174243 | fa163ebd-9f3e-ebd2-ee1c-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:30.298686 | 0.86s 2026-03-11 09:27:14.191535 | fa163ebd-9f3e-ebd2-ee1c-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-11 09:27:14.383649 | fa163ebd-9f3e-ebd2-ee1c-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-11 09:27:14.385512 | fa163ebd-9f3e-ebd2-ee1c-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:30.509946 | 0.19s 2026-03-11 09:27:14.408547 | fa163ebd-9f3e-ebd2-ee1c-000000000b64 | TASK | remove temp namespace 2026-03-11 09:27:14.637803 | fa163ebd-9f3e-ebd2-ee1c-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-11 09:27:14.638835 | fa163ebd-9f3e-ebd2-ee1c-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:30.763275 | 0.23s 2026-03-11 09:27:14.658451 | fa163ebd-9f3e-ebd2-ee1c-000000000b65 | TASK | create /var/lib/neutron 2026-03-11 09:27:14.889295 | fa163ebd-9f3e-ebd2-ee1c-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-11 09:27:14.890773 | fa163ebd-9f3e-ebd2-ee1c-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:31.015208 | 0.23s 2026-03-11 09:27:14.915201 | fa163ebd-9f3e-ebd2-ee1c-000000000b66 | TASK | set conditions 2026-03-11 09:27:14.943312 | fa163ebd-9f3e-ebd2-ee1c-000000000b66 | OK | set conditions | standalone 2026-03-11 09:27:14.944385 | fa163ebd-9f3e-ebd2-ee1c-000000000b66 | TIMING | set conditions | standalone | 0:02:31.068820 | 0.03s 2026-03-11 09:27:14.969259 | fa163ebd-9f3e-ebd2-ee1c-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-11 09:27:15.203392 | fa163ebd-9f3e-ebd2-ee1c-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-11 09:27:15.205321 | fa163ebd-9f3e-ebd2-ee1c-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:31.329749 | 0.23s 2026-03-11 09:27:15.228909 | fa163ebd-9f3e-ebd2-ee1c-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-11 09:27:15.691165 | fa163ebd-9f3e-ebd2-ee1c-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-11 09:27:15.692604 | fa163ebd-9f3e-ebd2-ee1c-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:31.817032 | 0.46s 2026-03-11 09:27:15.718417 | fa163ebd-9f3e-ebd2-ee1c-000000000b69 | TASK | create haproxy kill script 2026-03-11 09:27:16.190808 | fa163ebd-9f3e-ebd2-ee1c-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-11 09:27:16.191672 | fa163ebd-9f3e-ebd2-ee1c-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:32.316115 | 0.47s 2026-03-11 09:27:16.209246 | fa163ebd-9f3e-ebd2-ee1c-000000000b6a | TASK | create persistent directories 2026-03-11 09:27:16.472991 | fa163ebd-9f3e-ebd2-ee1c-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 09:27:16.475390 | fa163ebd-9f3e-ebd2-ee1c-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.599818 | 0.27s 2026-03-11 09:27:16.684411 | fa163ebd-9f3e-ebd2-ee1c-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-11 09:27:16.686185 | fa163ebd-9f3e-ebd2-ee1c-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.810621 | 0.48s 2026-03-11 09:27:16.697608 | fa163ebd-9f3e-ebd2-ee1c-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.822037 | 0.49s 2026-03-11 09:27:16.725363 | fa163ebd-9f3e-ebd2-ee1c-000000000b6b | TASK | create persistent directories 2026-03-11 09:27:16.949891 | fa163ebd-9f3e-ebd2-ee1c-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 09:27:16.950986 | fa163ebd-9f3e-ebd2-ee1c-000000000b6b | TIMING | create persistent directories | standalone | 0:02:33.075425 | 0.22s 2026-03-11 09:27:16.955340 | fa163ebd-9f3e-ebd2-ee1c-000000000b6b | TIMING | create persistent directories | standalone | 0:02:33.079777 | 0.23s 2026-03-11 09:27:16.983350 | fa163ebd-9f3e-ebd2-ee1c-000000000b6c | TASK | create persistent directories 2026-03-11 09:27:17.251281 | fa163ebd-9f3e-ebd2-ee1c-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 09:27:17.254509 | fa163ebd-9f3e-ebd2-ee1c-000000000b6c | TIMING | create persistent directories | standalone | 0:02:33.378933 | 0.27s 2026-03-11 09:27:17.463367 | fa163ebd-9f3e-ebd2-ee1c-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-11 09:27:17.464509 | fa163ebd-9f3e-ebd2-ee1c-000000000b6c | TIMING | create persistent directories | standalone | 0:02:33.588947 | 0.48s 2026-03-11 09:27:17.470994 | fa163ebd-9f3e-ebd2-ee1c-000000000b6c | TIMING | create persistent directories | standalone | 0:02:33.595423 | 0.49s 2026-03-11 09:27:17.491767 | fa163ebd-9f3e-ebd2-ee1c-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-11 09:27:17.688829 | fa163ebd-9f3e-ebd2-ee1c-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-11 09:27:17.690228 | fa163ebd-9f3e-ebd2-ee1c-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:33.814662 | 0.20s 2026-03-11 09:27:17.715140 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TASK | create persistent directories 2026-03-11 09:27:17.988276 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 09:27:17.990974 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.115390 | 0.27s 2026-03-11 09:27:18.216672 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-11 09:27:18.218165 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.342596 | 0.50s 2026-03-11 09:27:18.444354 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-11 09:27:18.446033 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.570470 | 0.73s 2026-03-11 09:27:18.648123 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:27:18.650040 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.774477 | 0.93s 2026-03-11 09:27:18.837025 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-11 09:27:18.838175 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.962612 | 1.12s 2026-03-11 09:27:18.846399 | fa163ebd-9f3e-ebd2-ee1c-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.970827 | 1.13s 2026-03-11 09:27:18.872786 | fa163ebd-9f3e-ebd2-ee1c-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-11 09:27:19.341009 | fa163ebd-9f3e-ebd2-ee1c-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-11 09:27:19.342461 | fa163ebd-9f3e-ebd2-ee1c-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:35.466894 | 0.47s 2026-03-11 09:27:19.367403 | fa163ebd-9f3e-ebd2-ee1c-000000000b70 | TASK | create tempfiles 2026-03-11 09:27:19.676299 | fa163ebd-9f3e-ebd2-ee1c-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-11 09:27:19.677798 | fa163ebd-9f3e-ebd2-ee1c-000000000b70 | TIMING | create tempfiles | standalone | 0:02:35.802224 | 0.31s 2026-03-11 09:27:19.703446 | fa163ebd-9f3e-ebd2-ee1c-000000000b71 | TASK | Mount Nova NFS Share 2026-03-11 09:27:19.734025 | fa163ebd-9f3e-ebd2-ee1c-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-11 09:27:19.735465 | fa163ebd-9f3e-ebd2-ee1c-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:35.859890 | 0.03s 2026-03-11 09:27:19.760286 | fa163ebd-9f3e-ebd2-ee1c-000000000b73 | TASK | check systemd-container package installed or not 2026-03-11 09:27:19.788821 | fa163ebd-9f3e-ebd2-ee1c-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-11 09:27:19.790168 | fa163ebd-9f3e-ebd2-ee1c-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:35.914594 | 0.03s 2026-03-11 09:27:19.815817 | fa163ebd-9f3e-ebd2-ee1c-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-11 09:27:19.844066 | fa163ebd-9f3e-ebd2-ee1c-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-11 09:27:19.845267 | fa163ebd-9f3e-ebd2-ee1c-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:35.969694 | 0.03s 2026-03-11 09:27:19.870082 | fa163ebd-9f3e-ebd2-ee1c-000000000b75 | TASK | Install systemd-container package on boot 2026-03-11 09:27:19.899166 | fa163ebd-9f3e-ebd2-ee1c-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-11 09:27:19.900056 | fa163ebd-9f3e-ebd2-ee1c-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:36.024497 | 0.03s 2026-03-11 09:27:19.919285 | fa163ebd-9f3e-ebd2-ee1c-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-11 09:27:19.946258 | fa163ebd-9f3e-ebd2-ee1c-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-11 09:27:19.947082 | fa163ebd-9f3e-ebd2-ee1c-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:36.071524 | 0.03s 2026-03-11 09:27:19.966922 | fa163ebd-9f3e-ebd2-ee1c-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-11 09:27:19.993624 | fa163ebd-9f3e-ebd2-ee1c-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-11 09:27:19.994478 | fa163ebd-9f3e-ebd2-ee1c-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:36.118919 | 0.03s 2026-03-11 09:27:20.013348 | fa163ebd-9f3e-ebd2-ee1c-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-11 09:27:20.033388 | fa163ebd-9f3e-ebd2-ee1c-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-11 09:27:20.034234 | fa163ebd-9f3e-ebd2-ee1c-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:36.158674 | 0.02s 2026-03-11 09:27:20.053226 | fa163ebd-9f3e-ebd2-ee1c-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-11 09:27:20.079520 | fa163ebd-9f3e-ebd2-ee1c-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-11 09:27:20.080952 | fa163ebd-9f3e-ebd2-ee1c-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:36.205379 | 0.03s 2026-03-11 09:27:20.106248 | fa163ebd-9f3e-ebd2-ee1c-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-11 09:27:20.134268 | fa163ebd-9f3e-ebd2-ee1c-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-11 09:27:20.135509 | fa163ebd-9f3e-ebd2-ee1c-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:36.259940 | 0.03s 2026-03-11 09:27:20.161166 | fa163ebd-9f3e-ebd2-ee1c-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 09:27:20.188702 | fa163ebd-9f3e-ebd2-ee1c-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 09:27:20.189958 | fa163ebd-9f3e-ebd2-ee1c-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:36.314384 | 0.03s 2026-03-11 09:27:20.214765 | fa163ebd-9f3e-ebd2-ee1c-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-11 09:27:20.243285 | fa163ebd-9f3e-ebd2-ee1c-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 09:27:20.244457 | fa163ebd-9f3e-ebd2-ee1c-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:36.368890 | 0.03s 2026-03-11 09:27:20.269262 | fa163ebd-9f3e-ebd2-ee1c-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-11 09:27:20.298121 | fa163ebd-9f3e-ebd2-ee1c-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-11 09:27:20.299321 | fa163ebd-9f3e-ebd2-ee1c-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:36.423755 | 0.03s 2026-03-11 09:27:20.323686 | fa163ebd-9f3e-ebd2-ee1c-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-11 09:27:20.353916 | fa163ebd-9f3e-ebd2-ee1c-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-11 09:27:20.355183 | fa163ebd-9f3e-ebd2-ee1c-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:36.479615 | 0.03s 2026-03-11 09:27:20.378974 | fa163ebd-9f3e-ebd2-ee1c-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 09:27:20.405665 | fa163ebd-9f3e-ebd2-ee1c-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 09:27:20.406731 | fa163ebd-9f3e-ebd2-ee1c-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:36.531166 | 0.03s 2026-03-11 09:27:20.430994 | fa163ebd-9f3e-ebd2-ee1c-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-11 09:27:20.461659 | fa163ebd-9f3e-ebd2-ee1c-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 09:27:20.462924 | fa163ebd-9f3e-ebd2-ee1c-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:36.587319 | 0.03s 2026-03-11 09:27:20.487508 | fa163ebd-9f3e-ebd2-ee1c-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-11 09:27:20.519800 | fa163ebd-9f3e-ebd2-ee1c-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-11 09:27:20.521251 | fa163ebd-9f3e-ebd2-ee1c-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:36.645686 | 0.03s 2026-03-11 09:27:20.546503 | fa163ebd-9f3e-ebd2-ee1c-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-11 09:27:20.596682 | fa163ebd-9f3e-ebd2-ee1c-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-11 09:27:20.597807 | fa163ebd-9f3e-ebd2-ee1c-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:36.722245 | 0.05s 2026-03-11 09:27:20.622712 | fa163ebd-9f3e-ebd2-ee1c-000000000b87 | TASK | Is irqbalance enabled 2026-03-11 09:27:20.653974 | fa163ebd-9f3e-ebd2-ee1c-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-11 09:27:20.655182 | fa163ebd-9f3e-ebd2-ee1c-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:36.779619 | 0.03s 2026-03-11 09:27:20.679900 | fa163ebd-9f3e-ebd2-ee1c-000000000b88 | TASK | disable irqbalance service on compute 2026-03-11 09:27:20.708450 | fa163ebd-9f3e-ebd2-ee1c-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-11 09:27:20.709908 | fa163ebd-9f3e-ebd2-ee1c-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:36.834314 | 0.03s 2026-03-11 09:27:20.736229 | fa163ebd-9f3e-ebd2-ee1c-000000000b89 | TASK | create persistent directories 2026-03-11 09:27:21.012407 | fa163ebd-9f3e-ebd2-ee1c-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:27:21.014541 | fa163ebd-9f3e-ebd2-ee1c-000000000b89 | TIMING | create persistent directories | standalone | 0:02:37.138973 | 0.28s 2026-03-11 09:27:21.024811 | fa163ebd-9f3e-ebd2-ee1c-000000000b89 | TIMING | create persistent directories | standalone | 0:02:37.149241 | 0.29s 2026-03-11 09:27:21.050655 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TASK | create libvirt persistent data directories 2026-03-11 09:27:21.329256 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:27:21.331980 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.456407 | 0.28s 2026-03-11 09:27:21.581606 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-11 09:27:21.582744 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.707181 | 0.53s 2026-03-11 09:27:21.836981 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-11 09:27:21.838599 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.963036 | 0.79s 2026-03-11 09:27:22.068542 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 09:27:22.070359 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.194796 | 1.02s 2026-03-11 09:27:22.257572 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-11 09:27:22.258456 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.382899 | 1.21s 2026-03-11 09:27:22.510187 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 09:27:22.511497 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.635933 | 1.46s 2026-03-11 09:27:22.756462 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-11 09:27:22.757569 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:38.882007 | 1.71s 2026-03-11 09:27:23.028180 | fa163ebd-9f3e-ebd2-ee1c-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:27:23.029447 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:39.153877 | 1.98s 2026-03-11 09:27:23.038322 | fa163ebd-9f3e-ebd2-ee1c-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:39.162745 | 1.99s 2026-03-11 09:27:23.066657 | fa163ebd-9f3e-ebd2-ee1c-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-11 09:27:23.721600 | fa163ebd-9f3e-ebd2-ee1c-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-11 09:27:23.722993 | fa163ebd-9f3e-ebd2-ee1c-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:39.847427 | 0.65s 2026-03-11 09:27:23.748580 | fa163ebd-9f3e-ebd2-ee1c-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-11 09:27:24.456458 | fa163ebd-9f3e-ebd2-ee1c-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-11 09:27:24.457321 | fa163ebd-9f3e-ebd2-ee1c-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:40.581764 | 0.71s 2026-03-11 09:27:24.476965 | fa163ebd-9f3e-ebd2-ee1c-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-11 09:27:24.724172 | fa163ebd-9f3e-ebd2-ee1c-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-11 09:27:24.725767 | fa163ebd-9f3e-ebd2-ee1c-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:40.850203 | 0.25s 2026-03-11 09:27:24.750607 | fa163ebd-9f3e-ebd2-ee1c-000000000b8e | TASK | check if libvirt is installed 2026-03-11 09:27:24.985700 | fa163ebd-9f3e-ebd2-ee1c-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-11 09:27:24.987201 | fa163ebd-9f3e-ebd2-ee1c-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:41.111633 | 0.24s 2026-03-11 09:27:25.014362 | fa163ebd-9f3e-ebd2-ee1c-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-11 09:27:25.055456 | fa163ebd-9f3e-ebd2-ee1c-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-11 09:27:25.062106 | fa163ebd-9f3e-ebd2-ee1c-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-11 09:27:25.068033 | fa163ebd-9f3e-ebd2-ee1c-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:41.192457 | 0.05s 2026-03-11 09:27:25.094546 | fa163ebd-9f3e-ebd2-ee1c-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-11 09:27:25.571310 | fa163ebd-9f3e-ebd2-ee1c-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-11 09:27:25.572736 | fa163ebd-9f3e-ebd2-ee1c-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:41.697171 | 0.48s 2026-03-11 09:27:25.597372 | fa163ebd-9f3e-ebd2-ee1c-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-11 09:27:26.559629 | fa163ebd-9f3e-ebd2-ee1c-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-11 09:27:26.561654 | fa163ebd-9f3e-ebd2-ee1c-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:42.686085 | 0.96s 2026-03-11 09:27:26.587057 | fa163ebd-9f3e-ebd2-ee1c-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-11 09:27:26.822854 | fa163ebd-9f3e-ebd2-ee1c-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-11 09:27:26.824566 | fa163ebd-9f3e-ebd2-ee1c-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:42.948998 | 0.24s 2026-03-11 09:27:26.850555 | fa163ebd-9f3e-ebd2-ee1c-000000000b93 | TASK | update crypto policies 2026-03-11 09:27:26.883828 | fa163ebd-9f3e-ebd2-ee1c-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-11 09:27:26.885095 | fa163ebd-9f3e-ebd2-ee1c-000000000b93 | TIMING | update crypto policies | standalone | 0:02:43.009526 | 0.03s 2026-03-11 09:27:26.910455 | fa163ebd-9f3e-ebd2-ee1c-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-11 09:27:27.167404 | fa163ebd-9f3e-ebd2-ee1c-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-11 09:27:27.169097 | fa163ebd-9f3e-ebd2-ee1c-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:43.293526 | 0.26s 2026-03-11 09:27:27.180769 | fa163ebd-9f3e-ebd2-ee1c-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:43.305193 | 0.27s 2026-03-11 09:27:27.205627 | fa163ebd-9f3e-ebd2-ee1c-000000000b95 | TASK | create persistent directories 2026-03-11 09:27:27.451276 | fa163ebd-9f3e-ebd2-ee1c-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 09:27:27.453845 | fa163ebd-9f3e-ebd2-ee1c-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.578265 | 0.25s 2026-03-11 09:27:27.677218 | fa163ebd-9f3e-ebd2-ee1c-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 09:27:27.679048 | fa163ebd-9f3e-ebd2-ee1c-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.803483 | 0.47s 2026-03-11 09:27:27.689851 | fa163ebd-9f3e-ebd2-ee1c-000000000b95 | TIMING | create persistent directories | standalone | 0:02:43.814276 | 0.48s 2026-03-11 09:27:27.715242 | fa163ebd-9f3e-ebd2-ee1c-000000000b96 | TASK | Copy in cleanup script 2026-03-11 09:27:28.219600 | fa163ebd-9f3e-ebd2-ee1c-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-11 09:27:28.221387 | fa163ebd-9f3e-ebd2-ee1c-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:44.345816 | 0.50s 2026-03-11 09:27:28.248321 | fa163ebd-9f3e-ebd2-ee1c-000000000b97 | TASK | Copy in cleanup service 2026-03-11 09:27:28.660060 | fa163ebd-9f3e-ebd2-ee1c-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-11 09:27:28.661616 | fa163ebd-9f3e-ebd2-ee1c-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:44.786052 | 0.41s 2026-03-11 09:27:28.686988 | fa163ebd-9f3e-ebd2-ee1c-000000000b98 | TASK | Enabling the cleanup service 2026-03-11 09:27:29.355280 | fa163ebd-9f3e-ebd2-ee1c-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-11 09:27:29.357666 | fa163ebd-9f3e-ebd2-ee1c-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:45.482093 | 0.67s 2026-03-11 09:27:29.385570 | fa163ebd-9f3e-ebd2-ee1c-000000000b99 | TASK | create persistent directories 2026-03-11 09:27:29.639842 | fa163ebd-9f3e-ebd2-ee1c-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 09:27:29.641518 | fa163ebd-9f3e-ebd2-ee1c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.765945 | 0.25s 2026-03-11 09:27:29.815578 | fa163ebd-9f3e-ebd2-ee1c-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 09:27:29.816507 | fa163ebd-9f3e-ebd2-ee1c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.940948 | 0.43s 2026-03-11 09:27:29.829655 | fa163ebd-9f3e-ebd2-ee1c-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.954075 | 0.44s 2026-03-11 09:27:29.857031 | fa163ebd-9f3e-ebd2-ee1c-000000000b9a | TASK | set conditions 2026-03-11 09:27:29.877674 | fa163ebd-9f3e-ebd2-ee1c-000000000b9a | OK | set conditions | standalone 2026-03-11 09:27:29.879364 | fa163ebd-9f3e-ebd2-ee1c-000000000b9a | TIMING | set conditions | standalone | 0:02:46.003793 | 0.02s 2026-03-11 09:27:29.905744 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | TASK | create persistent directories 2026-03-11 09:27:30.140210 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 09:27:30.142735 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.267162 | 0.24s 2026-03-11 09:27:30.362405 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-11 09:27:30.363776 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.488211 | 0.46s 2026-03-11 09:27:30.590694 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-11 09:27:30.593743 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.718174 | 0.69s 2026-03-11 09:27:30.605169 | fa163ebd-9f3e-ebd2-ee1c-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.729586 | 0.70s 2026-03-11 09:27:30.630024 | fa163ebd-9f3e-ebd2-ee1c-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-11 09:27:31.100911 | fa163ebd-9f3e-ebd2-ee1c-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-11 09:27:31.102244 | fa163ebd-9f3e-ebd2-ee1c-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:47.226676 | 0.47s 2026-03-11 09:27:31.126904 | fa163ebd-9f3e-ebd2-ee1c-000000000b9d | TASK | create persistent directories 2026-03-11 09:27:31.377376 | fa163ebd-9f3e-ebd2-ee1c-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 09:27:31.379509 | fa163ebd-9f3e-ebd2-ee1c-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.503939 | 0.25s 2026-03-11 09:27:31.589521 | fa163ebd-9f3e-ebd2-ee1c-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-11 09:27:31.590647 | fa163ebd-9f3e-ebd2-ee1c-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.715085 | 0.46s 2026-03-11 09:27:31.602942 | fa163ebd-9f3e-ebd2-ee1c-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.727379 | 0.47s 2026-03-11 09:27:31.629431 | fa163ebd-9f3e-ebd2-ee1c-000000000b9e | TASK | create empty log files 2026-03-11 09:27:31.868041 | fa163ebd-9f3e-ebd2-ee1c-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:27:31.868925 | fa163ebd-9f3e-ebd2-ee1c-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.993365 | 0.24s 2026-03-11 09:27:32.046467 | fa163ebd-9f3e-ebd2-ee1c-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:27:32.047589 | fa163ebd-9f3e-ebd2-ee1c-000000000b9e | TIMING | create empty log files | standalone | 0:02:48.172026 | 0.42s 2026-03-11 09:27:32.054710 | fa163ebd-9f3e-ebd2-ee1c-000000000b9e | TIMING | create empty log files | standalone | 0:02:48.179149 | 0.42s 2026-03-11 09:27:32.079547 | fa163ebd-9f3e-ebd2-ee1c-000000000b9f | TASK | create persistent directories 2026-03-11 09:27:32.334025 | fa163ebd-9f3e-ebd2-ee1c-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 09:27:32.336420 | fa163ebd-9f3e-ebd2-ee1c-000000000b9f | TIMING | create persistent directories | standalone | 0:02:48.460847 | 0.26s 2026-03-11 09:27:32.346669 | fa163ebd-9f3e-ebd2-ee1c-000000000b9f | TIMING | create persistent directories | standalone | 0:02:48.471099 | 0.27s 2026-03-11 09:27:32.371636 | fa163ebd-9f3e-ebd2-ee1c-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-11 09:27:35.491435 | fa163ebd-9f3e-ebd2-ee1c-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-11 09:27:35.493012 | fa163ebd-9f3e-ebd2-ee1c-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:51.617446 | 3.12s 2026-03-11 09:27:35.537958 | fa163ebd-9f3e-ebd2-ee1c-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:51.662310 | 0.02s 2026-03-11 09:27:35.601251 | fa163ebd-9f3e-ebd2-ee1c-00000000129e | TASK | Gather variables for each operating system 2026-03-11 09:27:35.713651 | fa163ebd-9f3e-ebd2-ee1c-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:51.838071 | 0.11s 2026-03-11 09:27:35.739853 | fa163ebd-9f3e-ebd2-ee1c-00000000129f | TASK | Set packages facts 2026-03-11 09:27:35.779407 | fa163ebd-9f3e-ebd2-ee1c-00000000129f | OK | Set packages facts | standalone 2026-03-11 09:27:35.780303 | fa163ebd-9f3e-ebd2-ee1c-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:51.904746 | 0.04s 2026-03-11 09:27:35.797249 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | TASK | Manage package 2026-03-11 09:27:35.844814 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-11 09:27:35.862257 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-11 09:27:35.878125 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-11 09:27:40.504426 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:56.628849 | 4.71s 2026-03-11 09:27:40.526625 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-11 09:27:40.539722 | fa163ebd-9f3e-ebd2-ee1c-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:56.664152 | 4.74s 2026-03-11 09:27:40.581472 | fa163ebd-9f3e-ebd2-ee1c-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-11 09:27:41.955552 | fa163ebd-9f3e-ebd2-ee1c-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-11 09:27:41.959088 | fa163ebd-9f3e-ebd2-ee1c-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:58.083520 | 1.38s 2026-03-11 09:27:41.985335 | fa163ebd-9f3e-ebd2-ee1c-000000000ba5 | TASK | create persistent directories 2026-03-11 09:27:42.257725 | fa163ebd-9f3e-ebd2-ee1c-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 09:27:42.260417 | fa163ebd-9f3e-ebd2-ee1c-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:58.384842 | 0.27s 2026-03-11 09:27:42.493100 | fa163ebd-9f3e-ebd2-ee1c-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 09:27:42.494285 | fa163ebd-9f3e-ebd2-ee1c-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:58.618721 | 0.51s 2026-03-11 09:27:42.501166 | fa163ebd-9f3e-ebd2-ee1c-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:58.625597 | 0.51s 2026-03-11 09:27:42.528763 | fa163ebd-9f3e-ebd2-ee1c-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:27:42.808684 | fa163ebd-9f3e-ebd2-ee1c-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:27:42.811274 | fa163ebd-9f3e-ebd2-ee1c-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:58.935692 | 0.28s 2026-03-11 09:27:42.837367 | fa163ebd-9f3e-ebd2-ee1c-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-11 09:27:42.865829 | fa163ebd-9f3e-ebd2-ee1c-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-11 09:27:42.867117 | fa163ebd-9f3e-ebd2-ee1c-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:58.991551 | 0.03s 2026-03-11 09:27:42.892334 | fa163ebd-9f3e-ebd2-ee1c-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-11 09:27:43.125614 | fa163ebd-9f3e-ebd2-ee1c-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-11 09:27:43.126996 | fa163ebd-9f3e-ebd2-ee1c-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:59.251432 | 0.23s 2026-03-11 09:27:43.151693 | fa163ebd-9f3e-ebd2-ee1c-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-11 09:27:43.374947 | fa163ebd-9f3e-ebd2-ee1c-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-11 09:27:43.376405 | fa163ebd-9f3e-ebd2-ee1c-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:59.500840 | 0.22s 2026-03-11 09:27:43.401096 | fa163ebd-9f3e-ebd2-ee1c-000000000baa | TASK | Restart systemd-logind 2026-03-11 09:27:43.891251 | fa163ebd-9f3e-ebd2-ee1c-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-11 09:27:43.893176 | fa163ebd-9f3e-ebd2-ee1c-000000000baa | TIMING | Restart systemd-logind | standalone | 0:03:00.017611 | 0.49s 2026-03-11 09:27:43.919408 | fa163ebd-9f3e-ebd2-ee1c-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:27:43.990258 | fa163ebd-9f3e-ebd2-ee1c-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-11 09:27:43.991251 | fa163ebd-9f3e-ebd2-ee1c-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:03:00.115685 | 0.07s 2026-03-11 09:27:44.015424 | fa163ebd-9f3e-ebd2-ee1c-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:27:44.057753 | fa163ebd-9f3e-ebd2-ee1c-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-11 09:27:44.058686 | fa163ebd-9f3e-ebd2-ee1c-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:03:00.183121 | 0.04s 2026-03-11 09:27:44.082834 | fa163ebd-9f3e-ebd2-ee1c-000000000bad | TASK | create persistent logs directory 2026-03-11 09:27:44.331445 | fa163ebd-9f3e-ebd2-ee1c-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-11 09:27:44.333030 | fa163ebd-9f3e-ebd2-ee1c-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:00.457461 | 0.25s 2026-03-11 09:27:44.518146 | fa163ebd-9f3e-ebd2-ee1c-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-11 09:27:44.520380 | fa163ebd-9f3e-ebd2-ee1c-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:00.644818 | 0.44s 2026-03-11 09:27:44.531069 | fa163ebd-9f3e-ebd2-ee1c-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:00.655497 | 0.45s 2026-03-11 09:27:44.557476 | fa163ebd-9f3e-ebd2-ee1c-000000000baf | TASK | Set login facts 2026-03-11 09:27:44.590159 | fa163ebd-9f3e-ebd2-ee1c-000000000baf | OK | Set login facts | standalone 2026-03-11 09:27:44.591336 | fa163ebd-9f3e-ebd2-ee1c-000000000baf | TIMING | Set login facts | standalone | 0:03:00.715771 | 0.03s 2026-03-11 09:27:44.616396 | fa163ebd-9f3e-ebd2-ee1c-000000000bb0 | TASK | Convert logins json to dict 2026-03-11 09:27:44.649743 | fa163ebd-9f3e-ebd2-ee1c-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-11 09:27:44.651289 | fa163ebd-9f3e-ebd2-ee1c-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:03:00.775716 | 0.03s 2026-03-11 09:27:44.682372 | fa163ebd-9f3e-ebd2-ee1c-000000000bb1 | TASK | Set registry logins 2026-03-11 09:27:44.731580 | fa163ebd-9f3e-ebd2-ee1c-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-11 09:27:44.733206 | fa163ebd-9f3e-ebd2-ee1c-000000000bb1 | TIMING | Set registry logins | standalone | 0:03:00.857631 | 0.05s 2026-03-11 09:27:44.765812 | fa163ebd-9f3e-ebd2-ee1c-000000000bb2 | TASK | Run podman install 2026-03-11 09:27:44.798941 | fa163ebd-9f3e-ebd2-ee1c-000000000bb2 | TIMING | Run podman install | standalone | 0:03:00.923313 | 0.03s 2026-03-11 09:27:44.881853 | fa163ebd-9f3e-ebd2-ee1c-000000001330 | TASK | Gather variables for each operating system 2026-03-11 09:27:45.038724 | fa163ebd-9f3e-ebd2-ee1c-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-11 09:27:45.040932 | fa163ebd-9f3e-ebd2-ee1c-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:01.165360 | 0.16s 2026-03-11 09:27:45.051302 | fa163ebd-9f3e-ebd2-ee1c-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:01.175729 | 0.17s 2026-03-11 09:27:45.077936 | fa163ebd-9f3e-ebd2-ee1c-000000001332 | TASK | ensure podman and deps are installed 2026-03-11 09:27:48.353188 | fa163ebd-9f3e-ebd2-ee1c-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-11 09:27:48.354982 | fa163ebd-9f3e-ebd2-ee1c-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:04.479414 | 3.28s 2026-03-11 09:27:48.382114 | fa163ebd-9f3e-ebd2-ee1c-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-11 09:27:49.910162 | fa163ebd-9f3e-ebd2-ee1c-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-11 09:27:49.911476 | fa163ebd-9f3e-ebd2-ee1c-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:06.035905 | 1.53s 2026-03-11 09:27:49.936953 | fa163ebd-9f3e-ebd2-ee1c-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-11 09:27:49.968629 | fa163ebd-9f3e-ebd2-ee1c-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-11 09:27:49.969743 | fa163ebd-9f3e-ebd2-ee1c-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:06.094177 | 0.03s 2026-03-11 09:27:49.995631 | fa163ebd-9f3e-ebd2-ee1c-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-11 09:27:50.027239 | fa163ebd-9f3e-ebd2-ee1c-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-11 09:27:50.028550 | fa163ebd-9f3e-ebd2-ee1c-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:06.152982 | 0.03s 2026-03-11 09:27:50.054103 | fa163ebd-9f3e-ebd2-ee1c-000000001337 | TASK | Update default network configuration if possible 2026-03-11 09:27:50.084420 | fa163ebd-9f3e-ebd2-ee1c-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-11 09:27:50.085689 | fa163ebd-9f3e-ebd2-ee1c-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:06.210122 | 0.03s 2026-03-11 09:27:50.111374 | fa163ebd-9f3e-ebd2-ee1c-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-11 09:27:50.344129 | fa163ebd-9f3e-ebd2-ee1c-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-11 09:27:50.345959 | fa163ebd-9f3e-ebd2-ee1c-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:06.470387 | 0.23s 2026-03-11 09:27:50.371630 | fa163ebd-9f3e-ebd2-ee1c-00000000133a | TASK | Get current podman network 2026-03-11 09:27:50.649687 | fa163ebd-9f3e-ebd2-ee1c-00000000133a | CHANGED | Get current podman network | standalone 2026-03-11 09:27:50.651015 | fa163ebd-9f3e-ebd2-ee1c-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:06.775450 | 0.28s 2026-03-11 09:27:50.671299 | fa163ebd-9f3e-ebd2-ee1c-00000000133b | TASK | Update the default network configuration 2026-03-11 09:27:51.258700 | fa163ebd-9f3e-ebd2-ee1c-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-11 09:27:51.259569 | fa163ebd-9f3e-ebd2-ee1c-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:07.384014 | 0.59s 2026-03-11 09:27:51.276943 | fa163ebd-9f3e-ebd2-ee1c-00000000133c | TASK | Write containers registries.conf 2026-03-11 09:27:51.832346 | fa163ebd-9f3e-ebd2-ee1c-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-11 09:27:51.834300 | fa163ebd-9f3e-ebd2-ee1c-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:07.958729 | 0.56s 2026-03-11 09:27:51.863265 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | TASK | Write containers.conf 2026-03-11 09:27:52.127317 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-11 09:27:52.129221 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:08.253645 | 0.26s 2026-03-11 09:27:52.329803 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-11 09:27:52.330956 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:08.455393 | 0.47s 2026-03-11 09:27:52.519159 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-11 09:27:52.521341 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:08.645777 | 0.66s 2026-03-11 09:27:52.691609 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-11 09:27:52.693427 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:08.817863 | 0.83s 2026-03-11 09:27:52.704834 | fa163ebd-9f3e-ebd2-ee1c-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:08.829263 | 0.84s 2026-03-11 09:27:52.732668 | fa163ebd-9f3e-ebd2-ee1c-00000000133e | TASK | Enable podman.socket service 2026-03-11 09:27:52.764335 | fa163ebd-9f3e-ebd2-ee1c-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-11 09:27:52.765632 | fa163ebd-9f3e-ebd2-ee1c-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:08.890065 | 0.03s 2026-03-11 09:27:52.816635 | fa163ebd-9f3e-ebd2-ee1c-000000000bb3 | TASK | Run podman login 2026-03-11 09:27:52.847658 | fa163ebd-9f3e-ebd2-ee1c-000000000bb3 | TIMING | Run podman login | standalone | 0:03:08.972080 | 0.03s 2026-03-11 09:27:52.916255 | fa163ebd-9f3e-ebd2-ee1c-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-11 09:27:52.934528 | fa163ebd-9f3e-ebd2-ee1c-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:09.058958 | 0.02s 2026-03-11 09:27:52.973907 | fa163ebd-9f3e-ebd2-ee1c-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-11 09:27:53.437568 | fa163ebd-9f3e-ebd2-ee1c-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-11 09:27:53.439272 | fa163ebd-9f3e-ebd2-ee1c-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:09.563702 | 0.46s 2026-03-11 09:27:53.464286 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | TASK | create persistent directories 2026-03-11 09:27:53.746835 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-11 09:27:53.749335 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:09.873763 | 0.28s 2026-03-11 09:27:53.948088 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-11 09:27:53.950159 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:10.074597 | 0.48s 2026-03-11 09:27:54.170977 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-11 09:27:54.171635 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:10.296082 | 0.71s 2026-03-11 09:27:54.176297 | fa163ebd-9f3e-ebd2-ee1c-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:10.300735 | 0.71s 2026-03-11 09:27:54.201669 | fa163ebd-9f3e-ebd2-ee1c-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-11 09:27:54.659643 | fa163ebd-9f3e-ebd2-ee1c-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-11 09:27:54.660449 | fa163ebd-9f3e-ebd2-ee1c-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:10.784893 | 0.46s 2026-03-11 09:27:54.677659 | fa163ebd-9f3e-ebd2-ee1c-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-11 09:27:57.689903 | fa163ebd-9f3e-ebd2-ee1c-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-11 09:27:57.690761 | fa163ebd-9f3e-ebd2-ee1c-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:13.815205 | 3.01s 2026-03-11 09:27:57.708105 | fa163ebd-9f3e-ebd2-ee1c-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-11 09:27:58.074847 | fa163ebd-9f3e-ebd2-ee1c-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-11 09:27:58.076806 | fa163ebd-9f3e-ebd2-ee1c-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:14.201241 | 0.37s 2026-03-11 09:27:58.132302 | fa163ebd-9f3e-ebd2-ee1c-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:14.256732 | 0.03s 2026-03-11 09:27:58.219635 | fa163ebd-9f3e-ebd2-ee1c-000000001559 | TASK | Gather variables for each operating system 2026-03-11 09:27:58.337005 | fa163ebd-9f3e-ebd2-ee1c-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-11 09:27:58.338318 | fa163ebd-9f3e-ebd2-ee1c-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:14.462750 | 0.12s 2026-03-11 09:27:58.344077 | fa163ebd-9f3e-ebd2-ee1c-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:14.468508 | 0.12s 2026-03-11 09:27:58.369906 | fa163ebd-9f3e-ebd2-ee1c-00000000155b | TASK | Install the OpenSSH server 2026-03-11 09:28:01.479859 | fa163ebd-9f3e-ebd2-ee1c-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-11 09:28:01.481933 | fa163ebd-9f3e-ebd2-ee1c-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:17.606360 | 3.11s 2026-03-11 09:28:01.510670 | fa163ebd-9f3e-ebd2-ee1c-00000000155c | TASK | Start sshd 2026-03-11 09:28:01.542273 | fa163ebd-9f3e-ebd2-ee1c-00000000155c | SKIPPED | Start sshd | standalone 2026-03-11 09:28:01.543835 | fa163ebd-9f3e-ebd2-ee1c-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:17.668263 | 0.03s 2026-03-11 09:28:01.569556 | fa163ebd-9f3e-ebd2-ee1c-00000000155d | TASK | PasswordAuthentication notice 2026-03-11 09:28:01.602241 | fa163ebd-9f3e-ebd2-ee1c-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:28:01.603172 | fa163ebd-9f3e-ebd2-ee1c-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:17.727614 | 0.03s 2026-03-11 09:28:01.621724 | fa163ebd-9f3e-ebd2-ee1c-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-11 09:28:01.654117 | fa163ebd-9f3e-ebd2-ee1c-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-11 09:28:01.655808 | fa163ebd-9f3e-ebd2-ee1c-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:17.780237 | 0.03s 2026-03-11 09:28:01.682776 | fa163ebd-9f3e-ebd2-ee1c-00000000155f | TASK | Motd duplication notice 2026-03-11 09:28:01.725297 | fa163ebd-9f3e-ebd2-ee1c-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:28:01.726752 | fa163ebd-9f3e-ebd2-ee1c-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:17.851187 | 0.04s 2026-03-11 09:28:01.753208 | fa163ebd-9f3e-ebd2-ee1c-000000001560 | TASK | Configure the banner text 2026-03-11 09:28:01.784039 | fa163ebd-9f3e-ebd2-ee1c-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-11 09:28:01.785382 | fa163ebd-9f3e-ebd2-ee1c-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:17.909816 | 0.03s 2026-03-11 09:28:01.812024 | fa163ebd-9f3e-ebd2-ee1c-000000001561 | TASK | Configure the motd banner 2026-03-11 09:28:01.840986 | fa163ebd-9f3e-ebd2-ee1c-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-11 09:28:01.842386 | fa163ebd-9f3e-ebd2-ee1c-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:17.966816 | 0.03s 2026-03-11 09:28:01.868521 | fa163ebd-9f3e-ebd2-ee1c-000000001562 | TASK | Update sshd configuration options from vars 2026-03-11 09:28:01.908368 | fa163ebd-9f3e-ebd2-ee1c-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-11 09:28:01.909679 | fa163ebd-9f3e-ebd2-ee1c-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:18.034114 | 0.04s 2026-03-11 09:28:01.934810 | fa163ebd-9f3e-ebd2-ee1c-000000001563 | TASK | Adjust ssh server configuration 2026-03-11 09:28:02.490645 | fa163ebd-9f3e-ebd2-ee1c-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-11 09:28:02.491992 | fa163ebd-9f3e-ebd2-ee1c-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:18.616425 | 0.56s 2026-03-11 09:28:02.518742 | fa163ebd-9f3e-ebd2-ee1c-000000001564 | TASK | Restart sshd 2026-03-11 09:28:02.924429 | fa163ebd-9f3e-ebd2-ee1c-000000001564 | CHANGED | Restart sshd | standalone 2026-03-11 09:28:02.926776 | fa163ebd-9f3e-ebd2-ee1c-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:19.051205 | 0.41s 2026-03-11 09:28:02.967236 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | TASK | create persistent directories 2026-03-11 09:28:03.245412 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 09:28:03.248417 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.372838 | 0.28s 2026-03-11 09:28:03.474599 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-11 09:28:03.476316 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.600743 | 0.51s 2026-03-11 09:28:03.668354 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 09:28:03.669419 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.793859 | 0.70s 2026-03-11 09:28:03.682304 | fa163ebd-9f3e-ebd2-ee1c-000000000bbb | TIMING | create persistent directories | standalone | 0:03:19.806723 | 0.71s 2026-03-11 09:28:03.709914 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | TASK | create persistent directories 2026-03-11 09:28:03.977103 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 09:28:03.979959 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | TIMING | create persistent directories | standalone | 0:03:20.104389 | 0.27s 2026-03-11 09:28:04.215864 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-11 09:28:04.217023 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | TIMING | create persistent directories | standalone | 0:03:20.341461 | 0.51s 2026-03-11 09:28:04.455105 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 09:28:04.456164 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | TIMING | create persistent directories | standalone | 0:03:20.580603 | 0.74s 2026-03-11 09:28:04.464018 | fa163ebd-9f3e-ebd2-ee1c-000000000bbc | TIMING | create persistent directories | standalone | 0:03:20.588435 | 0.75s 2026-03-11 09:28:04.491314 | fa163ebd-9f3e-ebd2-ee1c-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-11 09:28:04.531100 | fa163ebd-9f3e-ebd2-ee1c-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-11 09:28:04.532672 | fa163ebd-9f3e-ebd2-ee1c-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:20.657103 | 0.04s 2026-03-11 09:28:04.557862 | fa163ebd-9f3e-ebd2-ee1c-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-11 09:28:04.589627 | fa163ebd-9f3e-ebd2-ee1c-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-11 09:28:04.590823 | fa163ebd-9f3e-ebd2-ee1c-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:20.715259 | 0.03s 2026-03-11 09:28:04.616303 | fa163ebd-9f3e-ebd2-ee1c-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-11 09:28:04.849944 | fa163ebd-9f3e-ebd2-ee1c-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-11 09:28:04.851411 | fa163ebd-9f3e-ebd2-ee1c-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:20.975846 | 0.23s 2026-03-11 09:28:04.876234 | fa163ebd-9f3e-ebd2-ee1c-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-11 09:28:04.904182 | fa163ebd-9f3e-ebd2-ee1c-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-11 09:28:04.905308 | fa163ebd-9f3e-ebd2-ee1c-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:21.029743 | 0.03s 2026-03-11 09:28:04.929398 | fa163ebd-9f3e-ebd2-ee1c-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-11 09:28:04.959285 | fa163ebd-9f3e-ebd2-ee1c-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-11 09:28:04.960450 | fa163ebd-9f3e-ebd2-ee1c-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:21.084884 | 0.03s 2026-03-11 09:28:04.984660 | fa163ebd-9f3e-ebd2-ee1c-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-11 09:28:05.023843 | fa163ebd-9f3e-ebd2-ee1c-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-11 09:28:05.025294 | fa163ebd-9f3e-ebd2-ee1c-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:21.149726 | 0.04s 2026-03-11 09:28:05.053357 | fa163ebd-9f3e-ebd2-ee1c-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-11 09:28:05.086237 | fa163ebd-9f3e-ebd2-ee1c-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:21.210660 | 0.03s 2026-03-11 09:28:05.113187 | fa163ebd-9f3e-ebd2-ee1c-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-11 09:28:05.163633 | fa163ebd-9f3e-ebd2-ee1c-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-11 09:28:05.165036 | fa163ebd-9f3e-ebd2-ee1c-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:21.289468 | 0.05s 2026-03-11 09:28:05.191064 | fa163ebd-9f3e-ebd2-ee1c-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-11 09:28:05.220316 | fa163ebd-9f3e-ebd2-ee1c-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:21.344740 | 0.03s 2026-03-11 09:28:05.247295 | fa163ebd-9f3e-ebd2-ee1c-000000000bc6 | TASK | Check for NTP service 2026-03-11 09:28:05.508498 | fa163ebd-9f3e-ebd2-ee1c-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-11 09:28:05.509503 | fa163ebd-9f3e-ebd2-ee1c-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:21.633940 | 0.26s 2026-03-11 09:28:05.529686 | fa163ebd-9f3e-ebd2-ee1c-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-11 09:28:05.576237 | fa163ebd-9f3e-ebd2-ee1c-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 09:28:05.577608 | fa163ebd-9f3e-ebd2-ee1c-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:21.702041 | 0.05s 2026-03-11 09:28:05.602423 | fa163ebd-9f3e-ebd2-ee1c-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-11 09:28:05.618602 | fa163ebd-9f3e-ebd2-ee1c-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:21.743031 | 0.01s 2026-03-11 09:28:05.716606 | fa163ebd-9f3e-ebd2-ee1c-0000000016f5 | TASK | Load distro-specific variables 2026-03-11 09:28:05.733151 | fa163ebd-9f3e-ebd2-ee1c-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.857586 | 0.02s 2026-03-11 09:28:05.741541 | 2e31893c-cc29-4726-927d-da55c3f41a86 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:28:05.762630 | fa163ebd-9f3e-ebd2-ee1c-0000000017da | TASK | Load distro-specific variables 2026-03-11 09:28:05.798009 | fa163ebd-9f3e-ebd2-ee1c-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:28:05.799199 | fa163ebd-9f3e-ebd2-ee1c-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.923643 | 0.04s 2026-03-11 09:28:05.809504 | fa163ebd-9f3e-ebd2-ee1c-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.933944 | 0.05s 2026-03-11 09:28:05.836073 | fa163ebd-9f3e-ebd2-ee1c-0000000016f6 | TASK | Install chronyd 2026-03-11 09:28:05.863433 | fa163ebd-9f3e-ebd2-ee1c-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:21.987865 | 0.03s 2026-03-11 09:28:05.886666 | 70af922f-f05f-4b1d-b4c0-47f1de1ca776 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-11 09:28:05.918997 | fa163ebd-9f3e-ebd2-ee1c-000000001813 | TASK | Load distro-specific variables 2026-03-11 09:28:05.945052 | fa163ebd-9f3e-ebd2-ee1c-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.069486 | 0.03s 2026-03-11 09:28:05.955742 | 8f925324-05e9-438c-9cd3-c96d6ef37565 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:28:05.980854 | fa163ebd-9f3e-ebd2-ee1c-00000000185a | TASK | Load distro-specific variables 2026-03-11 09:28:06.040169 | fa163ebd-9f3e-ebd2-ee1c-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:28:06.042125 | fa163ebd-9f3e-ebd2-ee1c-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.166557 | 0.06s 2026-03-11 09:28:06.052506 | fa163ebd-9f3e-ebd2-ee1c-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.176940 | 0.07s 2026-03-11 09:28:06.078663 | fa163ebd-9f3e-ebd2-ee1c-000000001814 | TASK | Check for NTP service 2026-03-11 09:28:06.337347 | fa163ebd-9f3e-ebd2-ee1c-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-11 09:28:06.339132 | fa163ebd-9f3e-ebd2-ee1c-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:22.463561 | 0.26s 2026-03-11 09:28:06.365457 | fa163ebd-9f3e-ebd2-ee1c-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-11 09:28:06.415069 | fa163ebd-9f3e-ebd2-ee1c-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 09:28:06.416396 | fa163ebd-9f3e-ebd2-ee1c-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:22.540829 | 0.05s 2026-03-11 09:28:06.442122 | fa163ebd-9f3e-ebd2-ee1c-000000001816 | TASK | Install chronyd package 2026-03-11 09:28:09.538134 | fa163ebd-9f3e-ebd2-ee1c-000000001816 | OK | Install chronyd package | standalone 2026-03-11 09:28:09.539685 | fa163ebd-9f3e-ebd2-ee1c-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:25.664116 | 3.10s 2026-03-11 09:28:09.566771 | fa163ebd-9f3e-ebd2-ee1c-0000000016f7 | TASK | Upgrade chronyd 2026-03-11 09:28:09.598852 | fa163ebd-9f3e-ebd2-ee1c-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-11 09:28:09.600482 | fa163ebd-9f3e-ebd2-ee1c-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:25.724907 | 0.03s 2026-03-11 09:28:09.626202 | fa163ebd-9f3e-ebd2-ee1c-0000000016f8 | TASK | Configure chronyd 2026-03-11 09:28:09.656291 | fa163ebd-9f3e-ebd2-ee1c-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:25.780716 | 0.03s 2026-03-11 09:28:09.676941 | 71830aa8-d259-4816-9c01-cd23fefaf897 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-11 09:28:09.715706 | fa163ebd-9f3e-ebd2-ee1c-000000001893 | TASK | Load distro-specific variables 2026-03-11 09:28:09.743212 | fa163ebd-9f3e-ebd2-ee1c-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.867638 | 0.03s 2026-03-11 09:28:09.754839 | c2ce7743-5745-4ce5-bdda-e6eb9bbb0f73 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:28:09.778110 | fa163ebd-9f3e-ebd2-ee1c-0000000018ff | TASK | Load distro-specific variables 2026-03-11 09:28:09.835684 | fa163ebd-9f3e-ebd2-ee1c-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:28:09.837211 | fa163ebd-9f3e-ebd2-ee1c-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.961642 | 0.06s 2026-03-11 09:28:09.849476 | fa163ebd-9f3e-ebd2-ee1c-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:25.973907 | 0.07s 2026-03-11 09:28:09.876499 | fa163ebd-9f3e-ebd2-ee1c-000000001894 | TASK | Install chrony configuration file 2026-03-11 09:28:10.508358 | fa163ebd-9f3e-ebd2-ee1c-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-11 09:28:10.509805 | fa163ebd-9f3e-ebd2-ee1c-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:26.634239 | 0.63s 2026-03-11 09:28:10.535757 | fa163ebd-9f3e-ebd2-ee1c-0000000016f9 | TASK | Run chronyd 2026-03-11 09:28:10.564682 | fa163ebd-9f3e-ebd2-ee1c-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:26.689110 | 0.03s 2026-03-11 09:28:10.591188 | 37177500-0638-42fc-8b01-f3da00632852 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-11 09:28:10.641938 | fa163ebd-9f3e-ebd2-ee1c-000000001922 | TASK | Load distro-specific variables 2026-03-11 09:28:10.674274 | fa163ebd-9f3e-ebd2-ee1c-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.798696 | 0.03s 2026-03-11 09:28:10.692205 | b8bca94f-2025-4a4e-9a7c-bf777d4a7eb9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 09:28:10.723577 | fa163ebd-9f3e-ebd2-ee1c-0000000019a6 | TASK | Load distro-specific variables 2026-03-11 09:28:10.779108 | fa163ebd-9f3e-ebd2-ee1c-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 09:28:10.780596 | fa163ebd-9f3e-ebd2-ee1c-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.905024 | 0.06s 2026-03-11 09:28:10.787061 | fa163ebd-9f3e-ebd2-ee1c-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.911492 | 0.06s 2026-03-11 09:28:10.813646 | fa163ebd-9f3e-ebd2-ee1c-000000001923 | TASK | Ensure chronyd is running 2026-03-11 09:28:11.241039 | fa163ebd-9f3e-ebd2-ee1c-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-11 09:28:11.243321 | fa163ebd-9f3e-ebd2-ee1c-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:27.367753 | 0.43s 2026-03-11 09:28:11.271378 | fa163ebd-9f3e-ebd2-ee1c-000000001924 | TASK | Force chronyd restart 2026-03-11 09:28:11.762919 | fa163ebd-9f3e-ebd2-ee1c-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-11 09:28:11.764896 | fa163ebd-9f3e-ebd2-ee1c-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:27.889307 | 0.49s 2026-03-11 09:28:11.792367 | fa163ebd-9f3e-ebd2-ee1c-0000000016fa | TASK | Enable online service 2026-03-11 09:28:11.821716 | fa163ebd-9f3e-ebd2-ee1c-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:27.946147 | 0.03s 2026-03-11 09:28:11.841256 | 6c59b67a-772b-4dcd-8fc1-df831c5df91c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-11 09:28:11.887726 | fa163ebd-9f3e-ebd2-ee1c-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-11 09:28:12.344596 | fa163ebd-9f3e-ebd2-ee1c-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-11 09:28:12.345991 | fa163ebd-9f3e-ebd2-ee1c-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:28.470423 | 0.46s 2026-03-11 09:28:12.373408 | fa163ebd-9f3e-ebd2-ee1c-0000000019d4 | TASK | Enable chrony-online.service 2026-03-11 09:28:13.194086 | fa163ebd-9f3e-ebd2-ee1c-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-11 09:28:13.196297 | fa163ebd-9f3e-ebd2-ee1c-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:29.320729 | 0.82s 2026-03-11 09:28:13.224893 | fa163ebd-9f3e-ebd2-ee1c-0000000016fb | TASK | Sync chronyc 2026-03-11 09:28:13.245049 | fa163ebd-9f3e-ebd2-ee1c-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:29.369471 | 0.02s 2026-03-11 09:28:13.267049 | 30c4707d-c687-442a-b686-61ab03ff55af | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-11 09:28:13.314316 | fa163ebd-9f3e-ebd2-ee1c-000000001a79 | TASK | Force NTP sync 2026-03-11 09:28:13.556786 | fa163ebd-9f3e-ebd2-ee1c-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-11 09:28:13.558228 | fa163ebd-9f3e-ebd2-ee1c-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:29.682662 | 0.24s 2026-03-11 09:28:13.583749 | fa163ebd-9f3e-ebd2-ee1c-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-11 09:28:23.843533 | fa163ebd-9f3e-ebd2-ee1c-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 09:28:23.845070 | fa163ebd-9f3e-ebd2-ee1c-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:39.969500 | 10.26s 2026-03-11 09:28:23.907060 | fa163ebd-9f3e-ebd2-ee1c-000000000bc9 | TASK | Force NTP sync 2026-03-11 09:28:24.107613 | fa163ebd-9f3e-ebd2-ee1c-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-11 09:28:24.109000 | fa163ebd-9f3e-ebd2-ee1c-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:40.233434 | 0.20s 2026-03-11 09:28:24.132943 | fa163ebd-9f3e-ebd2-ee1c-000000000bca | TASK | Ensure system is NTP time synced 2026-03-11 09:28:24.362772 | fa163ebd-9f3e-ebd2-ee1c-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 09:28:24.364377 | fa163ebd-9f3e-ebd2-ee1c-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:40.488812 | 0.23s 2026-03-11 09:28:24.389346 | fa163ebd-9f3e-ebd2-ee1c-000000000bcb | TASK | Run timezone role 2026-03-11 09:28:24.417393 | fa163ebd-9f3e-ebd2-ee1c-000000000bcb | TIMING | Run timezone role | standalone | 0:03:40.541818 | 0.03s 2026-03-11 09:28:24.521775 | fa163ebd-9f3e-ebd2-ee1c-000000001c3a | TASK | Set timezone 2026-03-11 09:28:25.052578 | fa163ebd-9f3e-ebd2-ee1c-000000001c3a | OK | Set timezone | standalone 2026-03-11 09:28:25.054030 | fa163ebd-9f3e-ebd2-ee1c-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:41.178461 | 0.53s 2026-03-11 09:28:25.081152 | fa163ebd-9f3e-ebd2-ee1c-000000001c3b | TASK | Restart time services 2026-03-11 09:28:25.120943 | fa163ebd-9f3e-ebd2-ee1c-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-11 09:28:25.126439 | fa163ebd-9f3e-ebd2-ee1c-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-11 09:28:25.133962 | fa163ebd-9f3e-ebd2-ee1c-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:41.258396 | 0.05s 2026-03-11 09:28:25.182973 | fa163ebd-9f3e-ebd2-ee1c-000000000bcc | TASK | install tmpwatch on the host 2026-03-11 09:28:28.356258 | fa163ebd-9f3e-ebd2-ee1c-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-11 09:28:28.357632 | fa163ebd-9f3e-ebd2-ee1c-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:44.482066 | 3.17s 2026-03-11 09:28:28.381846 | fa163ebd-9f3e-ebd2-ee1c-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-11 09:28:28.412161 | fa163ebd-9f3e-ebd2-ee1c-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-11 09:28:28.413157 | fa163ebd-9f3e-ebd2-ee1c-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:44.537594 | 0.03s 2026-03-11 09:28:28.459561 | fa163ebd-9f3e-ebd2-ee1c-000000000bce | TIMING | include_role : tuned | standalone | 0:03:44.583992 | 0.02s 2026-03-11 09:28:28.562080 | fa163ebd-9f3e-ebd2-ee1c-000000001e6e | TASK | Gather variables for each operating system 2026-03-11 09:28:28.679989 | fa163ebd-9f3e-ebd2-ee1c-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 09:28:28.681288 | fa163ebd-9f3e-ebd2-ee1c-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:44.805718 | 0.12s 2026-03-11 09:28:28.688134 | fa163ebd-9f3e-ebd2-ee1c-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:44.812572 | 0.13s 2026-03-11 09:28:28.753914 | fa163ebd-9f3e-ebd2-ee1c-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:44.878310 | 0.04s 2026-03-11 09:28:28.773118 | ee2d2f8d-cee8-4319-ad97-6b5542bf1066 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 09:28:28.806168 | fa163ebd-9f3e-ebd2-ee1c-000000001f9f | TASK | Check tuned package is installed 2026-03-11 09:28:29.080100 | fa163ebd-9f3e-ebd2-ee1c-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-11 09:28:29.080925 | fa163ebd-9f3e-ebd2-ee1c-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:45.205369 | 0.27s 2026-03-11 09:28:29.099910 | fa163ebd-9f3e-ebd2-ee1c-000000001fa0 | TASK | Install tuned 2026-03-11 09:28:29.130040 | fa163ebd-9f3e-ebd2-ee1c-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-11 09:28:29.130769 | fa163ebd-9f3e-ebd2-ee1c-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:45.255211 | 0.03s 2026-03-11 09:28:29.150431 | fa163ebd-9f3e-ebd2-ee1c-000000001fa1 | TASK | Restart tuned 2026-03-11 09:28:29.176586 | fa163ebd-9f3e-ebd2-ee1c-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-11 09:28:29.177407 | fa163ebd-9f3e-ebd2-ee1c-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:45.301843 | 0.03s 2026-03-11 09:28:29.201686 | fa163ebd-9f3e-ebd2-ee1c-000000001e70 | TASK | Check for tuned-adm 2026-03-11 09:28:29.427402 | fa163ebd-9f3e-ebd2-ee1c-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-11 09:28:29.428697 | fa163ebd-9f3e-ebd2-ee1c-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:45.553133 | 0.23s 2026-03-11 09:28:29.476577 | fa163ebd-9f3e-ebd2-ee1c-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:45.601007 | 0.03s 2026-03-11 09:28:29.495236 | 4b8abe6a-8efa-477a-9ff1-ac20d0d376e0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 09:28:29.523223 | fa163ebd-9f3e-ebd2-ee1c-000000001fcc | TASK | Ensure profile directory exists 2026-03-11 09:28:29.580510 | fa163ebd-9f3e-ebd2-ee1c-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 09:28:29.581594 | fa163ebd-9f3e-ebd2-ee1c-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:45.706026 | 0.06s 2026-03-11 09:28:29.606342 | fa163ebd-9f3e-ebd2-ee1c-000000001fcd | TASK | Create custom tuned profile 2026-03-11 09:28:29.679054 | fa163ebd-9f3e-ebd2-ee1c-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-11 09:28:29.680806 | fa163ebd-9f3e-ebd2-ee1c-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:45.805231 | 0.07s 2026-03-11 09:28:29.713579 | fa163ebd-9f3e-ebd2-ee1c-000000001fce | TASK | Check tuned active profile 2026-03-11 09:28:29.939075 | fa163ebd-9f3e-ebd2-ee1c-000000001fce | OK | Check tuned active profile | standalone 2026-03-11 09:28:29.940429 | fa163ebd-9f3e-ebd2-ee1c-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:46.064862 | 0.23s 2026-03-11 09:28:29.966842 | fa163ebd-9f3e-ebd2-ee1c-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-11 09:28:30.210269 | fa163ebd-9f3e-ebd2-ee1c-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-11 09:28:30.211453 | fa163ebd-9f3e-ebd2-ee1c-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:46.335889 | 0.24s 2026-03-11 09:28:30.236255 | fa163ebd-9f3e-ebd2-ee1c-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 09:28:30.278275 | fa163ebd-9f3e-ebd2-ee1c-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 09:28:30.279432 | fa163ebd-9f3e-ebd2-ee1c-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:46.403865 | 0.04s 2026-03-11 09:28:30.307079 | fa163ebd-9f3e-ebd2-ee1c-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 09:28:30.370070 | fa163ebd-9f3e-ebd2-ee1c-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 09:28:30.371156 | fa163ebd-9f3e-ebd2-ee1c-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:46.495590 | 0.06s 2026-03-11 09:28:30.395797 | fa163ebd-9f3e-ebd2-ee1c-000000001fd2 | TASK | Enable tuned profile 2026-03-11 09:28:30.434800 | fa163ebd-9f3e-ebd2-ee1c-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-11 09:28:30.435912 | fa163ebd-9f3e-ebd2-ee1c-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:46.560303 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-11 09:28:30.611720 | fa163ebd-9f3e-ebd2-ee1c-0000000000ac | TASK | Overcloud container setup tasks 2026-03-11 09:28:30.640530 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000ac') missing from stats 2026-03-11 09:28:30.661110 | fa163ebd-9f3e-ebd2-ee1c-0000000000ad | TASK | Write config data 2026-03-11 09:28:30.729724 | fa163ebd-9f3e-ebd2-ee1c-0000000000ad | TIMING | Write config data | standalone | 0:03:46.854151 | 0.07s 2026-03-11 09:28:30.772935 | 54688db8-4c66-43b5-a04c-48b5dad7ebfd | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_container_setup_tasks.yaml | standalone 2026-03-11 09:28:30.796486 | fa163ebd-9f3e-ebd2-ee1c-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-11 09:28:31.014815 | fa163ebd-9f3e-ebd2-ee1c-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-11 09:28:31.015671 | fa163ebd-9f3e-ebd2-ee1c-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:47.140113 | 0.22s 2026-03-11 09:28:31.032637 | fa163ebd-9f3e-ebd2-ee1c-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-11 09:28:31.259681 | fa163ebd-9f3e-ebd2-ee1c-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-11 09:28:31.260514 | fa163ebd-9f3e-ebd2-ee1c-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:47.384958 | 0.23s 2026-03-11 09:28:31.277453 | fa163ebd-9f3e-ebd2-ee1c-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-11 09:28:31.503644 | fa163ebd-9f3e-ebd2-ee1c-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-11 09:28:31.505050 | fa163ebd-9f3e-ebd2-ee1c-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:47.629485 | 0.23s 2026-03-11 09:28:31.531503 | fa163ebd-9f3e-ebd2-ee1c-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-11 09:28:31.740116 | fa163ebd-9f3e-ebd2-ee1c-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-11 09:28:31.740980 | fa163ebd-9f3e-ebd2-ee1c-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:47.865423 | 0.21s 2026-03-11 09:28:31.758158 | fa163ebd-9f3e-ebd2-ee1c-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-11 09:28:31.954573 | fa163ebd-9f3e-ebd2-ee1c-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-11 09:28:31.955351 | fa163ebd-9f3e-ebd2-ee1c-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:48.079795 | 0.20s 2026-03-11 09:28:31.972811 | fa163ebd-9f3e-ebd2-ee1c-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-11 09:28:33.211490 | fa163ebd-9f3e-ebd2-ee1c-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-11 09:28:33.213134 | fa163ebd-9f3e-ebd2-ee1c-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:49.337572 | 1.24s 2026-03-11 09:28:33.234491 | fa163ebd-9f3e-ebd2-ee1c-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-11 09:28:33.489163 | fa163ebd-9f3e-ebd2-ee1c-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-11 09:28:33.490156 | fa163ebd-9f3e-ebd2-ee1c-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:49.614597 | 0.25s 2026-03-11 09:28:33.507696 | fa163ebd-9f3e-ebd2-ee1c-00000000203a | TASK | Write container config scripts 2026-03-11 09:28:33.873571 | fa163ebd-9f3e-ebd2-ee1c-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-11 09:28:33.874340 | fa163ebd-9f3e-ebd2-ee1c-00000000203a | TIMING | Write container config scripts | standalone | 0:03:49.998784 | 0.37s 2026-03-11 09:28:33.899210 | fa163ebd-9f3e-ebd2-ee1c-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-11 09:28:34.363560 | fa163ebd-9f3e-ebd2-ee1c-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-11 09:28:34.364711 | fa163ebd-9f3e-ebd2-ee1c-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:50.489147 | 0.46s 2026-03-11 09:28:34.389235 | fa163ebd-9f3e-ebd2-ee1c-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-11 09:28:35.040431 | fa163ebd-9f3e-ebd2-ee1c-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-11 09:28:35.050722 | fa163ebd-9f3e-ebd2-ee1c-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:51.175151 | 0.66s 2026-03-11 09:28:35.091755 | fa163ebd-9f3e-ebd2-ee1c-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-11 09:28:35.338651 | fa163ebd-9f3e-ebd2-ee1c-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-11 09:28:35.341133 | fa163ebd-9f3e-ebd2-ee1c-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:51.465566 | 0.25s 2026-03-11 09:28:35.366975 | fa163ebd-9f3e-ebd2-ee1c-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-11 09:28:35.588155 | fa163ebd-9f3e-ebd2-ee1c-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-11 09:28:35.591097 | fa163ebd-9f3e-ebd2-ee1c-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:51.715531 | 0.22s 2026-03-11 09:28:35.618989 | fa163ebd-9f3e-ebd2-ee1c-00000000203f | TASK | Write container config json files 2026-03-11 09:28:36.130613 | fa163ebd-9f3e-ebd2-ee1c-00000000203f | CHANGED | Write container config json files | standalone 2026-03-11 09:28:36.139905 | fa163ebd-9f3e-ebd2-ee1c-00000000203f | TIMING | Write container config json files | standalone | 0:03:52.264305 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-11 09:28:36.313490 | fa163ebd-9f3e-ebd2-ee1c-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-11 09:28:36.343795 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-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:28:36.405138 | fa163ebd-9f3e-ebd2-ee1c-0000000000b2 | TIMING | include_tasks | standalone | 0:03:52.529554 | 0.04s 2026-03-11 09:28:36.427030 | c04e6cb3-9f29-4ad5-966c-5b4b96097875 | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-11 09:28:36.456591 | fa163ebd-9f3e-ebd2-ee1c-000000002073 | TASK | Get undercloud FQDN 2026-03-11 09:28:36.504911 | fa163ebd-9f3e-ebd2-ee1c-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-000000002073') missing from stats 2026-03-11 09:28:36.566399 | fa163ebd-9f3e-ebd2-ee1c-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:52.690815 | 0.04s 2026-03-11 09:28:36.641692 | fa163ebd-9f3e-ebd2-ee1c-000000002098 | TASK | set main facts 2026-03-11 09:28:36.710082 | fa163ebd-9f3e-ebd2-ee1c-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-000000002098') missing from stats 2026-03-11 09:28:36.744635 | fa163ebd-9f3e-ebd2-ee1c-000000002099 | TASK | get the default.conf file 2026-03-11 09:28:36.994844 | fa163ebd-9f3e-ebd2-ee1c-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-000000002099') missing from stats 2026-03-11 09:28:37.025734 | fa163ebd-9f3e-ebd2-ee1c-00000000209a | TASK | set the principal 2026-03-11 09:28:37.105038 | fa163ebd-9f3e-ebd2-ee1c-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-00000000209a') missing from stats 2026-03-11 09:28:37.152385 | fa163ebd-9f3e-ebd2-ee1c-00000000209c | TASK | add new host with one-time password 2026-03-11 09:28:38.557141 | fa163ebd-9f3e-ebd2-ee1c-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-00000000209c') missing from stats 2026-03-11 09:28:38.600075 | fa163ebd-9f3e-ebd2-ee1c-00000000209d | TASK | set otp as a host fact 2026-03-11 09:28:38.629019 | fa163ebd-9f3e-ebd2-ee1c-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-11 09:28:38.630206 | fa163ebd-9f3e-ebd2-ee1c-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:54.754639 | 0.03s 2026-03-11 09:28:38.676428 | fa163ebd-9f3e-ebd2-ee1c-00000000209f | TASK | add required services using custom module 2026-03-11 09:28:42.196476 | fa163ebd-9f3e-ebd2-ee1c-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ebd-9f3e-ebd2-ee1c-00000000209f') missing from stats 2026-03-11 09:28:42.271212 | fa163ebd-9f3e-ebd2-ee1c-000000002076 | TASK | check if default.conf exists 2026-03-11 09:28:42.504581 | fa163ebd-9f3e-ebd2-ee1c-000000002076 | OK | check if default.conf exists | standalone 2026-03-11 09:28:42.507443 | fa163ebd-9f3e-ebd2-ee1c-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:58.631870 | 0.23s 2026-03-11 09:28:42.534399 | fa163ebd-9f3e-ebd2-ee1c-000000002077 | TASK | install openssl-perl 2026-03-11 09:28:42.574546 | fa163ebd-9f3e-ebd2-ee1c-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-11 09:28:42.575491 | fa163ebd-9f3e-ebd2-ee1c-000000002077 | TIMING | install openssl-perl | standalone | 0:03:58.699932 | 0.04s 2026-03-11 09:28:42.596225 | fa163ebd-9f3e-ebd2-ee1c-000000002078 | TASK | register as an ipa client 2026-03-11 09:28:42.635525 | fa163ebd-9f3e-ebd2-ee1c-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-11 09:28:42.636592 | fa163ebd-9f3e-ebd2-ee1c-000000002078 | TIMING | register as an ipa client | standalone | 0:03:58.761031 | 0.04s 2026-03-11 09:28:42.656599 | fa163ebd-9f3e-ebd2-ee1c-000000002079 | TASK | restart certmonger service 2026-03-11 09:28:42.696063 | fa163ebd-9f3e-ebd2-ee1c-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-11 09:28:42.697059 | fa163ebd-9f3e-ebd2-ee1c-000000002079 | TIMING | restart certmonger service | standalone | 0:03:58.821499 | 0.04s 2026-03-11 09:28:42.718051 | fa163ebd-9f3e-ebd2-ee1c-00000000207a | TASK | set discovered ipa realm 2026-03-11 09:28:42.758907 | fa163ebd-9f3e-ebd2-ee1c-00000000207a | OK | set discovered ipa realm | standalone 2026-03-11 09:28:42.759867 | fa163ebd-9f3e-ebd2-ee1c-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:58.884307 | 0.04s PLAY [External deployment step 1] ********************************************** 2026-03-11 09:28:42.875139 | fa163ebd-9f3e-ebd2-ee1c-0000000000b6 | TASK | External deployment step 1 2026-03-11 09:28:42.903462 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000b6') missing from stats 2026-03-11 09:28:42.957171 | fa163ebd-9f3e-ebd2-ee1c-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:59.081588 | 0.04s 2026-03-11 09:28:43.002500 | dc412b37-f4cc-47ed-a199-38c84d756183 | INCLUDED | /root/standalone-ansible-oi4kq9f5/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-11 09:28:43.025686 | fa163ebd-9f3e-ebd2-ee1c-0000000020f5 | TASK | Container image prepare 2026-03-11 09:28:44.109201 | fa163ebd-9f3e-ebd2-ee1c-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-11 09:28:44.111593 | fa163ebd-9f3e-ebd2-ee1c-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:04:00.236028 | 1.08s 2026-03-11 09:28:44.183681 | fa163ebd-9f3e-ebd2-ee1c-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:04:00.308108 | 0.03s 2026-03-11 09:28:44.227955 | fa163ebd-9f3e-ebd2-ee1c-00000000211b | TASK | get dns zones and entries to add 2026-03-11 09:28:44.290866 | fa163ebd-9f3e-ebd2-ee1c-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-11 09:28:44.292719 | fa163ebd-9f3e-ebd2-ee1c-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:00.417151 | 0.06s 2026-03-11 09:28:44.375038 | fa163ebd-9f3e-ebd2-ee1c-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "0.18.172.in-addr.arpa", "ooo.test", "ctlplane.ooo.test", "0.21.172.in-addr.arpa", "0.20.172.in-addr.arpa", "internalapi.ooo.test", "tenant.ooo.test", "122.168.192.in-addr.arpa", "0.19.172.in-addr.arpa", "external.ooo.test", "storagemgmt.ooo.test", "0.17.172.in-addr.arpa", "storage.ooo.test" ] } 2026-03-11 09:28:44.376427 | fa163ebd-9f3e-ebd2-ee1c-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:00.500859 | 0.06s 2026-03-11 09:28:44.462720 | fa163ebd-9f3e-ebd2-ee1c-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:28:44.464775 | fa163ebd-9f3e-ebd2-ee1c-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:00.589202 | 0.07s 2026-03-11 09:28:44.484729 | fa163ebd-9f3e-ebd2-ee1c-00000000211e | TASK | add dns zones and records 2026-03-11 09:28:47.905238 | fa163ebd-9f3e-ebd2-ee1c-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-11 09:28:47.906172 | fa163ebd-9f3e-ebd2-ee1c-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:04.030617 | 3.42s 2026-03-11 09:28:47.933234 | fa163ebd-9f3e-ebd2-ee1c-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-11 09:28:48.170673 | fa163ebd-9f3e-ebd2-ee1c-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-11 09:28:48.172011 | fa163ebd-9f3e-ebd2-ee1c-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:04.296444 | 0.24s 2026-03-11 09:28:48.189807 | fa163ebd-9f3e-ebd2-ee1c-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 09:28:48.240163 | fa163ebd-9f3e-ebd2-ee1c-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:04.364588 | 0.05s 2026-03-11 09:28:48.285676 | fa163ebd-9f3e-ebd2-ee1c-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-11 09:28:48.571504 | fa163ebd-9f3e-ebd2-ee1c-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-11 09:28:48.572374 | fa163ebd-9f3e-ebd2-ee1c-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:04.696817 | 0.29s 2026-03-11 09:28:48.587646 | fa163ebd-9f3e-ebd2-ee1c-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-11 09:28:49.077617 | fa163ebd-9f3e-ebd2-ee1c-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-11 09:28:49.078998 | fa163ebd-9f3e-ebd2-ee1c-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:05.203432 | 0.49s 2026-03-11 09:28:49.099499 | fa163ebd-9f3e-ebd2-ee1c-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 09:28:49.152234 | fa163ebd-9f3e-ebd2-ee1c-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:05.276658 | 0.05s 2026-03-11 09:28:49.198338 | fa163ebd-9f3e-ebd2-ee1c-00000000218c | TASK | Check for a configured destination 2026-03-11 09:28:49.263154 | fa163ebd-9f3e-ebd2-ee1c-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-11 09:28:49.264345 | fa163ebd-9f3e-ebd2-ee1c-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:05.388778 | 0.06s 2026-03-11 09:28:49.300575 | fa163ebd-9f3e-ebd2-ee1c-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-11 09:28:49.753802 | fa163ebd-9f3e-ebd2-ee1c-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-11 09:28:49.755149 | fa163ebd-9f3e-ebd2-ee1c-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:05.879585 | 0.45s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-11 09:28:49.894772 | fa163ebd-9f3e-ebd2-ee1c-0000000000ba | TASK | Deploy step tasks for 1 2026-03-11 09:28:49.921855 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000ba') missing from stats 2026-03-11 09:28:49.942902 | fa163ebd-9f3e-ebd2-ee1c-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-11 09:28:50.394341 | fa163ebd-9f3e-ebd2-ee1c-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-11 09:28:50.395592 | fa163ebd-9f3e-ebd2-ee1c-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:06.520026 | 0.45s 2026-03-11 09:28:50.419364 | fa163ebd-9f3e-ebd2-ee1c-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 09:28:50.617985 | fa163ebd-9f3e-ebd2-ee1c-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 09:28:50.618806 | fa163ebd-9f3e-ebd2-ee1c-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:06.743250 | 0.20s 2026-03-11 09:28:50.636375 | fa163ebd-9f3e-ebd2-ee1c-0000000000be | TASK | Write config data at the start of step 1 2026-03-11 09:28:50.709517 | fa163ebd-9f3e-ebd2-ee1c-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:06.833949 | 0.07s 2026-03-11 09:28:50.744512 | 11c65bf9-062c-4934-ac3d-56ad5dc94326 | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-11 09:28:50.769858 | fa163ebd-9f3e-ebd2-ee1c-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 09:28:50.796602 | fa163ebd-9f3e-ebd2-ee1c-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 09:28:50.797418 | fa163ebd-9f3e-ebd2-ee1c-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:06.921856 | 0.03s 2026-03-11 09:28:50.816904 | fa163ebd-9f3e-ebd2-ee1c-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 09:28:50.844439 | fa163ebd-9f3e-ebd2-ee1c-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 09:28:50.845683 | fa163ebd-9f3e-ebd2-ee1c-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:06.970117 | 0.03s 2026-03-11 09:28:50.869986 | fa163ebd-9f3e-ebd2-ee1c-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-11 09:28:51.360771 | fa163ebd-9f3e-ebd2-ee1c-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-11 09:28:51.362271 | fa163ebd-9f3e-ebd2-ee1c-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:07.486699 | 0.49s 2026-03-11 09:28:51.384416 | fa163ebd-9f3e-ebd2-ee1c-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 09:28:51.412793 | fa163ebd-9f3e-ebd2-ee1c-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 09:28:51.413783 | fa163ebd-9f3e-ebd2-ee1c-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:07.538221 | 0.03s 2026-03-11 09:28:51.434207 | fa163ebd-9f3e-ebd2-ee1c-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 09:28:51.464072 | fa163ebd-9f3e-ebd2-ee1c-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 09:28:51.465075 | fa163ebd-9f3e-ebd2-ee1c-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:07.589514 | 0.03s 2026-03-11 09:28:51.485524 | fa163ebd-9f3e-ebd2-ee1c-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-11 09:28:51.737828 | fa163ebd-9f3e-ebd2-ee1c-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-11 09:28:51.738803 | fa163ebd-9f3e-ebd2-ee1c-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:07.863244 | 0.25s 2026-03-11 09:28:51.759151 | fa163ebd-9f3e-ebd2-ee1c-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-11 09:28:51.799168 | fa163ebd-9f3e-ebd2-ee1c-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 09:28:51.800551 | fa163ebd-9f3e-ebd2-ee1c-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:07.924983 | 0.04s 2026-03-11 09:28:51.821207 | fa163ebd-9f3e-ebd2-ee1c-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-11 09:28:51.854475 | fa163ebd-9f3e-ebd2-ee1c-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 09:28:51.855579 | fa163ebd-9f3e-ebd2-ee1c-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:07.980016 | 0.03s 2026-03-11 09:28:51.876477 | fa163ebd-9f3e-ebd2-ee1c-0000000021d3 | TASK | Write container-puppet.json file 2026-03-11 09:28:52.498297 | fa163ebd-9f3e-ebd2-ee1c-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-11 09:28:52.499383 | fa163ebd-9f3e-ebd2-ee1c-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:08.623823 | 0.62s 2026-03-11 09:28:52.520019 | fa163ebd-9f3e-ebd2-ee1c-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 09:28:52.547656 | fa163ebd-9f3e-ebd2-ee1c-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 09:28:52.548746 | fa163ebd-9f3e-ebd2-ee1c-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:08.673183 | 0.03s 2026-03-11 09:28:52.569744 | fa163ebd-9f3e-ebd2-ee1c-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 09:28:52.607529 | fa163ebd-9f3e-ebd2-ee1c-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 09:28:52.608564 | fa163ebd-9f3e-ebd2-ee1c-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:08.733003 | 0.04s 2026-03-11 09:28:52.629685 | fa163ebd-9f3e-ebd2-ee1c-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-11 09:28:53.086040 | fa163ebd-9f3e-ebd2-ee1c-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-11 09:28:53.087177 | fa163ebd-9f3e-ebd2-ee1c-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:09.211616 | 0.46s 2026-03-11 09:28:53.107566 | fa163ebd-9f3e-ebd2-ee1c-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-11 09:28:53.146956 | fa163ebd-9f3e-ebd2-ee1c-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-11 09:28:53.148020 | fa163ebd-9f3e-ebd2-ee1c-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:09.272456 | 0.04s 2026-03-11 09:28:53.169507 | fa163ebd-9f3e-ebd2-ee1c-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-11 09:28:53.206008 | fa163ebd-9f3e-ebd2-ee1c-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-11 09:28:53.206814 | fa163ebd-9f3e-ebd2-ee1c-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:09.331258 | 0.04s 2026-03-11 09:28:53.223864 | fa163ebd-9f3e-ebd2-ee1c-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-11 09:28:53.255307 | fa163ebd-9f3e-ebd2-ee1c-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-11 09:28:53.256180 | fa163ebd-9f3e-ebd2-ee1c-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:09.380619 | 0.03s 2026-03-11 09:28:53.280529 | fa163ebd-9f3e-ebd2-ee1c-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-11 09:28:53.315654 | fa163ebd-9f3e-ebd2-ee1c-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-11 09:28:53.317061 | fa163ebd-9f3e-ebd2-ee1c-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:09.441487 | 0.04s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:28:53.404154 | fa163ebd-9f3e-ebd2-ee1c-0000000000c0 | TIMING | include_tasks | standalone | 0:04:09.528585 | 0.05s 2026-03-11 09:28:53.581311 | cd3fe565-b0c9-474a-a38e-fa517c2554ab | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-11 09:28:53.667661 | fa163ebd-9f3e-ebd2-ee1c-000000002205 | TASK | Create dirs for certificates and keys 2026-03-11 09:28:53.949413 | fa163ebd-9f3e-ebd2-ee1c-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-11 09:28:53.952342 | fa163ebd-9f3e-ebd2-ee1c-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:10.076763 | 0.28s 2026-03-11 09:28:54.192932 | fa163ebd-9f3e-ebd2-ee1c-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-11 09:28:54.194980 | fa163ebd-9f3e-ebd2-ee1c-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:10.319416 | 0.53s 2026-03-11 09:28:54.205891 | fa163ebd-9f3e-ebd2-ee1c-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:10.330301 | 0.54s 2026-03-11 09:28:54.276115 | fa163ebd-9f3e-ebd2-ee1c-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:10.400539 | 0.05s 2026-03-11 09:28:54.350117 | fa163ebd-9f3e-ebd2-ee1c-00000000231c | TASK | Set version specific variables 2026-03-11 09:28:54.402253 | fa163ebd-9f3e-ebd2-ee1c-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:10.526671 | 0.05s 2026-03-11 09:28:54.424446 | 3091cfa2-3045-490c-914c-9fe3af3f577f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:28:54.457184 | fa163ebd-9f3e-ebd2-ee1c-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-11 09:28:54.855921 | fa163ebd-9f3e-ebd2-ee1c-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:28:54.857508 | fa163ebd-9f3e-ebd2-ee1c-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:10.981940 | 0.40s 2026-03-11 09:28:54.884166 | fa163ebd-9f3e-ebd2-ee1c-000000002350 | TASK | Set platform/version specific variables 2026-03-11 09:28:54.970040 | fa163ebd-9f3e-ebd2-ee1c-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:28:55.003642 | fa163ebd-9f3e-ebd2-ee1c-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:28:55.034855 | fa163ebd-9f3e-ebd2-ee1c-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:28:55.056618 | fa163ebd-9f3e-ebd2-ee1c-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:28:55.064026 | fa163ebd-9f3e-ebd2-ee1c-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:11.188451 | 0.18s 2026-03-11 09:28:55.089906 | fa163ebd-9f3e-ebd2-ee1c-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:28:58.199563 | fa163ebd-9f3e-ebd2-ee1c-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:28:58.201078 | fa163ebd-9f3e-ebd2-ee1c-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:14.325505 | 3.11s 2026-03-11 09:28:58.227034 | fa163ebd-9f3e-ebd2-ee1c-00000000231f | TASK | Ensure provider packages are installed 2026-03-11 09:29:01.254007 | fa163ebd-9f3e-ebd2-ee1c-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:17.378428 | 3.03s 2026-03-11 09:29:01.265716 | fa163ebd-9f3e-ebd2-ee1c-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:17.390152 | 3.04s 2026-03-11 09:29:01.287510 | fa163ebd-9f3e-ebd2-ee1c-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:29:01.510747 | fa163ebd-9f3e-ebd2-ee1c-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:29:01.513176 | fa163ebd-9f3e-ebd2-ee1c-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:17.637605 | 0.22s 2026-03-11 09:29:01.523480 | fa163ebd-9f3e-ebd2-ee1c-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:17.647910 | 0.23s 2026-03-11 09:29:01.549863 | fa163ebd-9f3e-ebd2-ee1c-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:29:01.812836 | fa163ebd-9f3e-ebd2-ee1c-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:29:01.814450 | fa163ebd-9f3e-ebd2-ee1c-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:17.938892 | 0.26s 2026-03-11 09:29:01.825363 | fa163ebd-9f3e-ebd2-ee1c-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:17.949792 | 0.27s 2026-03-11 09:29:01.851666 | fa163ebd-9f3e-ebd2-ee1c-000000002325 | TASK | Ensure provider service is running 2026-03-11 09:29:02.581672 | fa163ebd-9f3e-ebd2-ee1c-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:29:02.584154 | fa163ebd-9f3e-ebd2-ee1c-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:18.708592 | 0.73s 2026-03-11 09:29:02.595409 | fa163ebd-9f3e-ebd2-ee1c-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:18.719838 | 0.74s 2026-03-11 09:29:02.623533 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TASK | Ensure certificate requests 2026-03-11 09:29:04.472094 | fa163ebd-9f3e-ebd2-ee1c-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:29:04.473134 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.597574 | 1.85s 2026-03-11 09:29:05.684800 | fa163ebd-9f3e-ebd2-ee1c-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:29:05.687135 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.811571 | 3.06s 2026-03-11 09:29:07.763543 | fa163ebd-9f3e-ebd2-ee1c-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:29:07.765985 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:23.890417 | 5.14s 2026-03-11 09:29:09.373100 | fa163ebd-9f3e-ebd2-ee1c-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:29:09.373791 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.498235 | 6.75s 2026-03-11 09:29:10.960484 | fa163ebd-9f3e-ebd2-ee1c-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:29:10.961594 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:27.086032 | 8.34s 2026-03-11 09:29:10.976387 | fa163ebd-9f3e-ebd2-ee1c-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:27.100825 | 8.35s 2026-03-11 09:29:11.027097 | fa163ebd-9f3e-ebd2-ee1c-00000000220d | TASK | Fail if container image is undefined 2026-03-11 09:29:11.077314 | fa163ebd-9f3e-ebd2-ee1c-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:29:11.078532 | fa163ebd-9f3e-ebd2-ee1c-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:27.202966 | 0.05s 2026-03-11 09:29:11.121268 | fa163ebd-9f3e-ebd2-ee1c-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-11 09:29:27.806844 | fa163ebd-9f3e-ebd2-ee1c-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-11 09:29:27.808265 | fa163ebd-9f3e-ebd2-ee1c-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:43.932700 | 16.69s 2026-03-11 09:29:27.862088 | fa163ebd-9f3e-ebd2-ee1c-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:29:28.197156 | fa163ebd-9f3e-ebd2-ee1c-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:29:28.198458 | fa163ebd-9f3e-ebd2-ee1c-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:44.322892 | 0.33s 2026-03-11 09:29:28.248239 | fa163ebd-9f3e-ebd2-ee1c-00000000221e | TASK | Fail if container image is undefined 2026-03-11 09:29:28.308496 | fa163ebd-9f3e-ebd2-ee1c-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:29:28.309697 | fa163ebd-9f3e-ebd2-ee1c-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:44.434131 | 0.06s 2026-03-11 09:29:28.350866 | fa163ebd-9f3e-ebd2-ee1c-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-11 09:29:35.410751 | fa163ebd-9f3e-ebd2-ee1c-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-11 09:29:35.413956 | fa163ebd-9f3e-ebd2-ee1c-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:51.538385 | 7.06s 2026-03-11 09:29:35.474262 | fa163ebd-9f3e-ebd2-ee1c-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:29:35.847563 | fa163ebd-9f3e-ebd2-ee1c-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:29:35.849398 | fa163ebd-9f3e-ebd2-ee1c-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:51.973826 | 0.37s 2026-03-11 09:29:35.900874 | fa163ebd-9f3e-ebd2-ee1c-00000000222b | TASK | Check if rsyslog exists 2026-03-11 09:29:36.172068 | fa163ebd-9f3e-ebd2-ee1c-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-11 09:29:36.173947 | fa163ebd-9f3e-ebd2-ee1c-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:52.298377 | 0.27s 2026-03-11 09:29:36.202959 | fa163ebd-9f3e-ebd2-ee1c-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-11 09:29:36.442252 | fa163ebd-9f3e-ebd2-ee1c-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-11 09:29:36.443650 | fa163ebd-9f3e-ebd2-ee1c-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:52.568088 | 0.24s 2026-03-11 09:29:36.469950 | fa163ebd-9f3e-ebd2-ee1c-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-11 09:29:37.223340 | fa163ebd-9f3e-ebd2-ee1c-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-11 09:29:37.225438 | fa163ebd-9f3e-ebd2-ee1c-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:53.349871 | 0.75s 2026-03-11 09:29:37.252148 | fa163ebd-9f3e-ebd2-ee1c-000000002235 | TASK | Fail if container image is undefined 2026-03-11 09:29:37.302485 | fa163ebd-9f3e-ebd2-ee1c-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:29:37.303850 | fa163ebd-9f3e-ebd2-ee1c-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:53.428285 | 0.05s 2026-03-11 09:29:37.345074 | fa163ebd-9f3e-ebd2-ee1c-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 09:29:42.848935 | fa163ebd-9f3e-ebd2-ee1c-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 09:29:42.850759 | fa163ebd-9f3e-ebd2-ee1c-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:58.975193 | 5.50s 2026-03-11 09:29:42.907656 | fa163ebd-9f3e-ebd2-ee1c-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 09:29:43.254376 | fa163ebd-9f3e-ebd2-ee1c-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:29:43.255700 | fa163ebd-9f3e-ebd2-ee1c-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:59.380136 | 0.35s 2026-03-11 09:29:43.305201 | fa163ebd-9f3e-ebd2-ee1c-000000002242 | TASK | make sure certmonger is installed 2026-03-11 09:29:46.433374 | fa163ebd-9f3e-ebd2-ee1c-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-11 09:29:46.434811 | fa163ebd-9f3e-ebd2-ee1c-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:02.559253 | 3.13s 2026-03-11 09:29:46.452818 | fa163ebd-9f3e-ebd2-ee1c-000000002243 | TASK | make sure certmonger service is started 2026-03-11 09:29:46.846504 | fa163ebd-9f3e-ebd2-ee1c-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-11 09:29:46.848411 | fa163ebd-9f3e-ebd2-ee1c-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:02.972843 | 0.39s 2026-03-11 09:29:46.874995 | fa163ebd-9f3e-ebd2-ee1c-000000002244 | TASK | Create dirs for certificates and keys 2026-03-11 09:29:47.090592 | fa163ebd-9f3e-ebd2-ee1c-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 09:29:47.092206 | fa163ebd-9f3e-ebd2-ee1c-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:03.216635 | 0.22s 2026-03-11 09:29:47.318529 | fa163ebd-9f3e-ebd2-ee1c-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 09:29:47.321141 | fa163ebd-9f3e-ebd2-ee1c-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:03.445578 | 0.44s 2026-03-11 09:29:47.331289 | fa163ebd-9f3e-ebd2-ee1c-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:03.455719 | 0.45s 2026-03-11 09:29:47.359007 | fa163ebd-9f3e-ebd2-ee1c-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-11 09:29:48.572357 | fa163ebd-9f3e-ebd2-ee1c-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-11 09:29:48.573686 | fa163ebd-9f3e-ebd2-ee1c-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:04.698121 | 1.21s 2026-03-11 09:29:48.649617 | fa163ebd-9f3e-ebd2-ee1c-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:04.774041 | 0.05s 2026-03-11 09:29:48.718813 | fa163ebd-9f3e-ebd2-ee1c-0000000023d0 | TASK | Set version specific variables 2026-03-11 09:29:48.767314 | fa163ebd-9f3e-ebd2-ee1c-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:04.891738 | 0.05s 2026-03-11 09:29:48.788794 | 60dbc280-5cf1-473a-986c-f8cf321f05f2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:29:48.821181 | fa163ebd-9f3e-ebd2-ee1c-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-11 09:29:49.166700 | fa163ebd-9f3e-ebd2-ee1c-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:29:49.168856 | fa163ebd-9f3e-ebd2-ee1c-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:05.293280 | 0.35s 2026-03-11 09:29:49.196599 | fa163ebd-9f3e-ebd2-ee1c-000000002410 | TASK | Set platform/version specific variables 2026-03-11 09:29:49.272436 | fa163ebd-9f3e-ebd2-ee1c-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:29:49.291204 | fa163ebd-9f3e-ebd2-ee1c-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:29:49.314116 | fa163ebd-9f3e-ebd2-ee1c-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:29:49.334450 | fa163ebd-9f3e-ebd2-ee1c-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:29:49.341121 | fa163ebd-9f3e-ebd2-ee1c-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:05.465546 | 0.14s 2026-03-11 09:29:49.369090 | fa163ebd-9f3e-ebd2-ee1c-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:29:52.408307 | fa163ebd-9f3e-ebd2-ee1c-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:29:52.409708 | fa163ebd-9f3e-ebd2-ee1c-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:08.534143 | 3.04s 2026-03-11 09:29:52.434177 | fa163ebd-9f3e-ebd2-ee1c-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-11 09:29:55.712166 | fa163ebd-9f3e-ebd2-ee1c-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:11.836586 | 3.28s 2026-03-11 09:29:55.719906 | fa163ebd-9f3e-ebd2-ee1c-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:11.844310 | 3.28s 2026-03-11 09:29:55.746628 | fa163ebd-9f3e-ebd2-ee1c-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:29:56.063491 | fa163ebd-9f3e-ebd2-ee1c-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:29:56.065763 | fa163ebd-9f3e-ebd2-ee1c-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:12.190194 | 0.32s 2026-03-11 09:29:56.076042 | fa163ebd-9f3e-ebd2-ee1c-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:12.200472 | 0.33s 2026-03-11 09:29:56.098822 | fa163ebd-9f3e-ebd2-ee1c-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:29:56.385681 | fa163ebd-9f3e-ebd2-ee1c-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:29:56.387732 | fa163ebd-9f3e-ebd2-ee1c-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:12.512165 | 0.29s 2026-03-11 09:29:56.397518 | fa163ebd-9f3e-ebd2-ee1c-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:12.521955 | 0.30s 2026-03-11 09:29:56.418020 | fa163ebd-9f3e-ebd2-ee1c-0000000023d9 | TASK | Ensure provider service is running 2026-03-11 09:29:57.884400 | fa163ebd-9f3e-ebd2-ee1c-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:29:57.887208 | fa163ebd-9f3e-ebd2-ee1c-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:14.011641 | 1.47s 2026-03-11 09:29:57.897708 | fa163ebd-9f3e-ebd2-ee1c-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:14.022146 | 1.48s 2026-03-11 09:29:57.924362 | fa163ebd-9f3e-ebd2-ee1c-0000000023dc | TASK | Ensure certificate requests 2026-03-11 09:29:59.738289 | fa163ebd-9f3e-ebd2-ee1c-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:29:59.740650 | fa163ebd-9f3e-ebd2-ee1c-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:15.865084 | 1.81s 2026-03-11 09:29:59.751259 | fa163ebd-9f3e-ebd2-ee1c-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:15.875692 | 1.83s 2026-03-11 09:29:59.799123 | fa163ebd-9f3e-ebd2-ee1c-000000002248 | TASK | Create dirs for certificates and keys 2026-03-11 09:30:00.034361 | fa163ebd-9f3e-ebd2-ee1c-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 09:30:00.039139 | fa163ebd-9f3e-ebd2-ee1c-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.163566 | 0.24s 2026-03-11 09:30:00.238219 | fa163ebd-9f3e-ebd2-ee1c-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 09:30:00.238928 | fa163ebd-9f3e-ebd2-ee1c-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.363374 | 0.44s 2026-03-11 09:30:00.243736 | fa163ebd-9f3e-ebd2-ee1c-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:16.368183 | 0.44s 2026-03-11 09:30:00.301921 | fa163ebd-9f3e-ebd2-ee1c-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:16.426354 | 0.04s 2026-03-11 09:30:00.350861 | fa163ebd-9f3e-ebd2-ee1c-00000000245e | TASK | Set version specific variables 2026-03-11 09:30:00.397267 | fa163ebd-9f3e-ebd2-ee1c-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:16.521701 | 0.05s 2026-03-11 09:30:00.406774 | 5799f572-3594-4905-9d57-e28b3024552c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:30:00.427624 | fa163ebd-9f3e-ebd2-ee1c-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-11 09:30:00.810118 | fa163ebd-9f3e-ebd2-ee1c-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:30:00.811636 | fa163ebd-9f3e-ebd2-ee1c-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:16.936069 | 0.38s 2026-03-11 09:30:00.838446 | fa163ebd-9f3e-ebd2-ee1c-000000002492 | TASK | Set platform/version specific variables 2026-03-11 09:30:00.910576 | fa163ebd-9f3e-ebd2-ee1c-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:30:00.930405 | fa163ebd-9f3e-ebd2-ee1c-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:30:00.949985 | fa163ebd-9f3e-ebd2-ee1c-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:30:00.965609 | fa163ebd-9f3e-ebd2-ee1c-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:30:00.977278 | fa163ebd-9f3e-ebd2-ee1c-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:17.101710 | 0.14s 2026-03-11 09:30:01.002697 | fa163ebd-9f3e-ebd2-ee1c-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:30:04.197413 | fa163ebd-9f3e-ebd2-ee1c-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:30:04.199086 | fa163ebd-9f3e-ebd2-ee1c-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:20.323518 | 3.19s 2026-03-11 09:30:04.230186 | fa163ebd-9f3e-ebd2-ee1c-000000002461 | TASK | Ensure provider packages are installed 2026-03-11 09:30:07.456631 | fa163ebd-9f3e-ebd2-ee1c-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:23.581051 | 3.22s 2026-03-11 09:30:07.468653 | fa163ebd-9f3e-ebd2-ee1c-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:23.593078 | 3.24s 2026-03-11 09:30:07.489633 | fa163ebd-9f3e-ebd2-ee1c-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:30:07.767459 | fa163ebd-9f3e-ebd2-ee1c-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:30:07.768583 | fa163ebd-9f3e-ebd2-ee1c-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:23.893022 | 0.28s 2026-03-11 09:30:07.772522 | fa163ebd-9f3e-ebd2-ee1c-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:23.896956 | 0.28s 2026-03-11 09:30:07.793229 | fa163ebd-9f3e-ebd2-ee1c-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:30:08.045533 | fa163ebd-9f3e-ebd2-ee1c-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:30:08.048169 | fa163ebd-9f3e-ebd2-ee1c-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:24.172600 | 0.25s 2026-03-11 09:30:08.057796 | fa163ebd-9f3e-ebd2-ee1c-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:24.182225 | 0.26s 2026-03-11 09:30:08.084067 | fa163ebd-9f3e-ebd2-ee1c-000000002467 | TASK | Ensure provider service is running 2026-03-11 09:30:08.537286 | fa163ebd-9f3e-ebd2-ee1c-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:30:08.539133 | fa163ebd-9f3e-ebd2-ee1c-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:24.663564 | 0.45s 2026-03-11 09:30:08.553007 | fa163ebd-9f3e-ebd2-ee1c-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:24.677437 | 0.47s 2026-03-11 09:30:08.581127 | fa163ebd-9f3e-ebd2-ee1c-00000000246a | TASK | Ensure certificate requests 2026-03-11 09:30:10.477530 | fa163ebd-9f3e-ebd2-ee1c-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:30:10.478755 | fa163ebd-9f3e-ebd2-ee1c-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.603194 | 1.90s 2026-03-11 09:30:12.521539 | fa163ebd-9f3e-ebd2-ee1c-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:30:12.524421 | fa163ebd-9f3e-ebd2-ee1c-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.648859 | 3.94s 2026-03-11 09:30:14.462970 | fa163ebd-9f3e-ebd2-ee1c-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:30:14.464262 | fa163ebd-9f3e-ebd2-ee1c-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:30.588698 | 5.88s 2026-03-11 09:30:16.491465 | fa163ebd-9f3e-ebd2-ee1c-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:30:16.493555 | fa163ebd-9f3e-ebd2-ee1c-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.617992 | 7.91s 2026-03-11 09:30:16.504947 | fa163ebd-9f3e-ebd2-ee1c-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.629385 | 7.92s 2026-03-11 09:30:16.554764 | fa163ebd-9f3e-ebd2-ee1c-00000000224b | TASK | Run lvmfilter role 2026-03-11 09:30:16.604669 | fa163ebd-9f3e-ebd2-ee1c-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:32.729099 | 0.05s 2026-03-11 09:30:16.678619 | fa163ebd-9f3e-ebd2-ee1c-0000000024fe | TASK | Check if lvm2 is installed 2026-03-11 09:30:16.929585 | fa163ebd-9f3e-ebd2-ee1c-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-11 09:30:16.930611 | fa163ebd-9f3e-ebd2-ee1c-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:33.055051 | 0.25s 2026-03-11 09:30:16.952550 | fa163ebd-9f3e-ebd2-ee1c-000000002500 | TASK | collect ansible devices 2026-03-11 09:30:16.979795 | fa163ebd-9f3e-ebd2-ee1c-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-11 09:30:16.980754 | fa163ebd-9f3e-ebd2-ee1c-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:33.105194 | 0.03s 2026-03-11 09:30:17.002382 | fa163ebd-9f3e-ebd2-ee1c-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-11 09:30:17.041276 | fa163ebd-9f3e-ebd2-ee1c-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-11 09:30:17.042245 | fa163ebd-9f3e-ebd2-ee1c-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:33.166684 | 0.04s 2026-03-11 09:30:17.063675 | fa163ebd-9f3e-ebd2-ee1c-000000002502 | TASK | set allowed_devices 2026-03-11 09:30:17.112428 | fa163ebd-9f3e-ebd2-ee1c-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-11 09:30:17.113682 | fa163ebd-9f3e-ebd2-ee1c-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:33.238116 | 0.05s 2026-03-11 09:30:17.140665 | fa163ebd-9f3e-ebd2-ee1c-000000002503 | TASK | build lvm2 allow list 2026-03-11 09:30:17.190447 | fa163ebd-9f3e-ebd2-ee1c-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-11 09:30:17.191822 | fa163ebd-9f3e-ebd2-ee1c-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:33.316257 | 0.05s 2026-03-11 09:30:17.217015 | fa163ebd-9f3e-ebd2-ee1c-000000002504 | TASK | build lvm2 deny list 2026-03-11 09:30:17.268048 | fa163ebd-9f3e-ebd2-ee1c-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-11 09:30:17.269255 | fa163ebd-9f3e-ebd2-ee1c-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:33.393688 | 0.05s 2026-03-11 09:30:17.294445 | fa163ebd-9f3e-ebd2-ee1c-000000002505 | TASK | build lvm2 filter 2026-03-11 09:30:17.325905 | fa163ebd-9f3e-ebd2-ee1c-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-11 09:30:17.327339 | fa163ebd-9f3e-ebd2-ee1c-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:33.451770 | 0.03s 2026-03-11 09:30:17.353323 | fa163ebd-9f3e-ebd2-ee1c-000000002506 | TASK | regenerate lvm config 2026-03-11 09:30:17.402819 | fa163ebd-9f3e-ebd2-ee1c-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-11 09:30:17.404214 | fa163ebd-9f3e-ebd2-ee1c-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:33.528647 | 0.05s 2026-03-11 09:30:17.429698 | fa163ebd-9f3e-ebd2-ee1c-000000002507 | TASK | copy new lvm.conf in place 2026-03-11 09:30:17.480390 | fa163ebd-9f3e-ebd2-ee1c-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-11 09:30:17.481601 | fa163ebd-9f3e-ebd2-ee1c-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:33.606035 | 0.05s 2026-03-11 09:30:17.531723 | fa163ebd-9f3e-ebd2-ee1c-000000002251 | TASK | Fail if container image is undefined 2026-03-11 09:30:17.571175 | fa163ebd-9f3e-ebd2-ee1c-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:30:17.572496 | fa163ebd-9f3e-ebd2-ee1c-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:33.696928 | 0.04s 2026-03-11 09:30:17.615928 | fa163ebd-9f3e-ebd2-ee1c-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-11 09:30:35.784581 | fa163ebd-9f3e-ebd2-ee1c-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-11 09:30:35.786301 | fa163ebd-9f3e-ebd2-ee1c-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:51.910737 | 18.17s 2026-03-11 09:30:35.830029 | fa163ebd-9f3e-ebd2-ee1c-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:30:36.203341 | fa163ebd-9f3e-ebd2-ee1c-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:30:36.205048 | fa163ebd-9f3e-ebd2-ee1c-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:52.329479 | 0.37s 2026-03-11 09:30:36.308789 | fa163ebd-9f3e-ebd2-ee1c-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:52.433207 | 0.05s 2026-03-11 09:30:36.375420 | fa163ebd-9f3e-ebd2-ee1c-000000002576 | TASK | Set version specific variables 2026-03-11 09:30:36.425192 | fa163ebd-9f3e-ebd2-ee1c-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:52.549615 | 0.05s 2026-03-11 09:30:36.445232 | 2f3eef0e-0262-46c8-a8c5-c3babed313fa | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:30:36.476183 | fa163ebd-9f3e-ebd2-ee1c-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-11 09:30:36.900019 | fa163ebd-9f3e-ebd2-ee1c-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:30:36.901775 | fa163ebd-9f3e-ebd2-ee1c-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:53.026202 | 0.42s 2026-03-11 09:30:36.929973 | fa163ebd-9f3e-ebd2-ee1c-0000000025a6 | TASK | Set platform/version specific variables 2026-03-11 09:30:36.997594 | fa163ebd-9f3e-ebd2-ee1c-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:30:37.020828 | fa163ebd-9f3e-ebd2-ee1c-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:30:37.041284 | fa163ebd-9f3e-ebd2-ee1c-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:30:37.052146 | fa163ebd-9f3e-ebd2-ee1c-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:30:37.058376 | fa163ebd-9f3e-ebd2-ee1c-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:53.182787 | 0.13s 2026-03-11 09:30:37.087121 | fa163ebd-9f3e-ebd2-ee1c-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:30:40.414703 | fa163ebd-9f3e-ebd2-ee1c-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:30:40.416486 | fa163ebd-9f3e-ebd2-ee1c-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:56.540917 | 3.33s 2026-03-11 09:30:40.442724 | fa163ebd-9f3e-ebd2-ee1c-000000002579 | TASK | Ensure provider packages are installed 2026-03-11 09:30:43.788150 | fa163ebd-9f3e-ebd2-ee1c-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:59.912569 | 3.34s 2026-03-11 09:30:43.801473 | fa163ebd-9f3e-ebd2-ee1c-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:59.925884 | 3.36s 2026-03-11 09:30:43.830223 | fa163ebd-9f3e-ebd2-ee1c-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:30:44.133534 | fa163ebd-9f3e-ebd2-ee1c-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:30:44.134564 | fa163ebd-9f3e-ebd2-ee1c-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:00.259006 | 0.30s 2026-03-11 09:30:44.141118 | fa163ebd-9f3e-ebd2-ee1c-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:00.265531 | 0.31s 2026-03-11 09:30:44.172127 | fa163ebd-9f3e-ebd2-ee1c-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:30:44.477473 | fa163ebd-9f3e-ebd2-ee1c-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:30:44.479101 | fa163ebd-9f3e-ebd2-ee1c-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:00.603532 | 0.31s 2026-03-11 09:30:44.488909 | fa163ebd-9f3e-ebd2-ee1c-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:00.613293 | 0.31s 2026-03-11 09:30:44.517254 | fa163ebd-9f3e-ebd2-ee1c-00000000257f | TASK | Ensure provider service is running 2026-03-11 09:30:44.979537 | fa163ebd-9f3e-ebd2-ee1c-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:30:44.981517 | fa163ebd-9f3e-ebd2-ee1c-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:01.105949 | 0.46s 2026-03-11 09:30:44.990341 | fa163ebd-9f3e-ebd2-ee1c-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:01.114757 | 0.47s 2026-03-11 09:30:45.020387 | fa163ebd-9f3e-ebd2-ee1c-000000002582 | TASK | Ensure certificate requests 2026-03-11 09:30:47.290441 | fa163ebd-9f3e-ebd2-ee1c-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:30:47.291352 | fa163ebd-9f3e-ebd2-ee1c-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:03.415795 | 2.27s 2026-03-11 09:30:47.297211 | fa163ebd-9f3e-ebd2-ee1c-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:03.421643 | 2.27s 2026-03-11 09:30:47.405687 | fa163ebd-9f3e-ebd2-ee1c-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:03.530114 | 0.06s 2026-03-11 09:30:47.471552 | fa163ebd-9f3e-ebd2-ee1c-0000000025ea | TASK | Set version specific variables 2026-03-11 09:30:47.520825 | fa163ebd-9f3e-ebd2-ee1c-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:03.645247 | 0.05s 2026-03-11 09:30:47.539676 | 06ddb4f4-f7bf-4c1c-abaa-6d7dc56cc9bb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:30:47.571142 | fa163ebd-9f3e-ebd2-ee1c-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-11 09:30:47.985981 | fa163ebd-9f3e-ebd2-ee1c-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:30:47.987610 | fa163ebd-9f3e-ebd2-ee1c-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:04.112043 | 0.42s 2026-03-11 09:30:48.013986 | fa163ebd-9f3e-ebd2-ee1c-00000000261a | TASK | Set platform/version specific variables 2026-03-11 09:30:48.105463 | fa163ebd-9f3e-ebd2-ee1c-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:30:48.140171 | fa163ebd-9f3e-ebd2-ee1c-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:30:48.164976 | fa163ebd-9f3e-ebd2-ee1c-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:30:48.186355 | fa163ebd-9f3e-ebd2-ee1c-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:30:48.194520 | fa163ebd-9f3e-ebd2-ee1c-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:04.318943 | 0.18s 2026-03-11 09:30:48.220471 | fa163ebd-9f3e-ebd2-ee1c-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:30:51.342422 | fa163ebd-9f3e-ebd2-ee1c-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:30:51.344252 | fa163ebd-9f3e-ebd2-ee1c-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:07.468689 | 3.12s 2026-03-11 09:30:51.362858 | fa163ebd-9f3e-ebd2-ee1c-0000000025ed | TASK | Ensure provider packages are installed 2026-03-11 09:30:54.745947 | fa163ebd-9f3e-ebd2-ee1c-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:10.870312 | 3.38s 2026-03-11 09:30:54.752687 | fa163ebd-9f3e-ebd2-ee1c-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:10.877120 | 3.39s 2026-03-11 09:30:54.774844 | fa163ebd-9f3e-ebd2-ee1c-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:30:55.059112 | fa163ebd-9f3e-ebd2-ee1c-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:30:55.061711 | fa163ebd-9f3e-ebd2-ee1c-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:11.186144 | 0.29s 2026-03-11 09:30:55.071415 | fa163ebd-9f3e-ebd2-ee1c-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:11.195845 | 0.30s 2026-03-11 09:30:55.097759 | fa163ebd-9f3e-ebd2-ee1c-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:30:55.400551 | fa163ebd-9f3e-ebd2-ee1c-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:30:55.402193 | fa163ebd-9f3e-ebd2-ee1c-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:11.526625 | 0.30s 2026-03-11 09:30:55.408320 | fa163ebd-9f3e-ebd2-ee1c-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:11.532748 | 0.31s 2026-03-11 09:30:55.435249 | fa163ebd-9f3e-ebd2-ee1c-0000000025f3 | TASK | Ensure provider service is running 2026-03-11 09:30:56.904922 | fa163ebd-9f3e-ebd2-ee1c-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:30:56.906992 | fa163ebd-9f3e-ebd2-ee1c-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.031424 | 1.47s 2026-03-11 09:30:56.916381 | fa163ebd-9f3e-ebd2-ee1c-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.040819 | 1.48s 2026-03-11 09:30:56.944828 | fa163ebd-9f3e-ebd2-ee1c-0000000025f6 | TASK | Ensure certificate requests 2026-03-11 09:30:58.641167 | fa163ebd-9f3e-ebd2-ee1c-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:30:58.642672 | fa163ebd-9f3e-ebd2-ee1c-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:14.767107 | 1.70s 2026-03-11 09:30:58.652491 | fa163ebd-9f3e-ebd2-ee1c-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:14.776922 | 1.71s 2026-03-11 09:30:58.701776 | fa163ebd-9f3e-ebd2-ee1c-000000002267 | TASK | Fail if container image is undefined 2026-03-11 09:30:58.765831 | fa163ebd-9f3e-ebd2-ee1c-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:30:58.767087 | fa163ebd-9f3e-ebd2-ee1c-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:14.891521 | 0.06s 2026-03-11 09:30:58.809824 | fa163ebd-9f3e-ebd2-ee1c-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 09:31:05.946226 | fa163ebd-9f3e-ebd2-ee1c-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 09:31:05.947204 | fa163ebd-9f3e-ebd2-ee1c-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:22.071645 | 7.14s 2026-03-11 09:31:05.983784 | fa163ebd-9f3e-ebd2-ee1c-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 09:31:06.303473 | fa163ebd-9f3e-ebd2-ee1c-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:31:06.304916 | fa163ebd-9f3e-ebd2-ee1c-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:22.429321 | 0.32s 2026-03-11 09:31:06.415376 | fa163ebd-9f3e-ebd2-ee1c-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:22.539806 | 0.05s 2026-03-11 09:31:06.470090 | fa163ebd-9f3e-ebd2-ee1c-000000002664 | TASK | Set version specific variables 2026-03-11 09:31:06.521866 | fa163ebd-9f3e-ebd2-ee1c-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:22.646286 | 0.05s 2026-03-11 09:31:06.541315 | e1946418-5444-4011-bc1f-34d2b7f29753 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:31:06.569765 | fa163ebd-9f3e-ebd2-ee1c-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-11 09:31:06.937823 | fa163ebd-9f3e-ebd2-ee1c-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:31:06.939511 | fa163ebd-9f3e-ebd2-ee1c-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:23.063943 | 0.37s 2026-03-11 09:31:06.966729 | fa163ebd-9f3e-ebd2-ee1c-000000002694 | TASK | Set platform/version specific variables 2026-03-11 09:31:07.044335 | fa163ebd-9f3e-ebd2-ee1c-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:31:07.060562 | fa163ebd-9f3e-ebd2-ee1c-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:31:07.083244 | fa163ebd-9f3e-ebd2-ee1c-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:31:07.095439 | fa163ebd-9f3e-ebd2-ee1c-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:31:07.107756 | fa163ebd-9f3e-ebd2-ee1c-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:23.232180 | 0.14s 2026-03-11 09:31:07.133928 | fa163ebd-9f3e-ebd2-ee1c-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:31:11.348830 | fa163ebd-9f3e-ebd2-ee1c-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:31:11.350037 | fa163ebd-9f3e-ebd2-ee1c-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:27.474472 | 4.21s 2026-03-11 09:31:11.369503 | fa163ebd-9f3e-ebd2-ee1c-000000002667 | TASK | Ensure provider packages are installed 2026-03-11 09:31:14.740448 | fa163ebd-9f3e-ebd2-ee1c-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:30.864412 | 3.37s 2026-03-11 09:31:14.751302 | fa163ebd-9f3e-ebd2-ee1c-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:30.875734 | 3.38s 2026-03-11 09:31:14.772042 | fa163ebd-9f3e-ebd2-ee1c-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:31:15.060172 | fa163ebd-9f3e-ebd2-ee1c-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:31:15.062370 | fa163ebd-9f3e-ebd2-ee1c-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:31.186801 | 0.29s 2026-03-11 09:31:15.072720 | fa163ebd-9f3e-ebd2-ee1c-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:31.197147 | 0.30s 2026-03-11 09:31:15.101597 | fa163ebd-9f3e-ebd2-ee1c-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:31:15.392234 | fa163ebd-9f3e-ebd2-ee1c-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:31:15.393417 | fa163ebd-9f3e-ebd2-ee1c-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:31.517854 | 0.29s 2026-03-11 09:31:15.398485 | fa163ebd-9f3e-ebd2-ee1c-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:31.522913 | 0.30s 2026-03-11 09:31:15.425015 | fa163ebd-9f3e-ebd2-ee1c-00000000266d | TASK | Ensure provider service is running 2026-03-11 09:31:15.847523 | fa163ebd-9f3e-ebd2-ee1c-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:31:15.848642 | fa163ebd-9f3e-ebd2-ee1c-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:31.973083 | 0.42s 2026-03-11 09:31:15.854516 | fa163ebd-9f3e-ebd2-ee1c-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:31.978948 | 0.43s 2026-03-11 09:31:15.876960 | fa163ebd-9f3e-ebd2-ee1c-000000002670 | TASK | Ensure certificate requests 2026-03-11 09:31:17.410120 | fa163ebd-9f3e-ebd2-ee1c-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:31:17.411143 | fa163ebd-9f3e-ebd2-ee1c-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:33.535585 | 1.53s 2026-03-11 09:31:17.416422 | fa163ebd-9f3e-ebd2-ee1c-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:33.540857 | 1.54s 2026-03-11 09:31:17.497857 | fa163ebd-9f3e-ebd2-ee1c-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:33.622280 | 0.04s 2026-03-11 09:31:17.552887 | fa163ebd-9f3e-ebd2-ee1c-0000000026d8 | TASK | Set version specific variables 2026-03-11 09:31:17.603491 | fa163ebd-9f3e-ebd2-ee1c-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:33.727911 | 0.05s 2026-03-11 09:31:17.624563 | 7dbb5fe5-f937-4918-b04b-29909083e147 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:31:17.651165 | fa163ebd-9f3e-ebd2-ee1c-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-11 09:31:18.024947 | fa163ebd-9f3e-ebd2-ee1c-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:31:18.027816 | fa163ebd-9f3e-ebd2-ee1c-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:34.152246 | 0.38s 2026-03-11 09:31:18.058341 | fa163ebd-9f3e-ebd2-ee1c-000000002708 | TASK | Set platform/version specific variables 2026-03-11 09:31:18.136751 | fa163ebd-9f3e-ebd2-ee1c-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:31:18.160671 | fa163ebd-9f3e-ebd2-ee1c-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:31:18.187282 | fa163ebd-9f3e-ebd2-ee1c-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:31:18.208775 | fa163ebd-9f3e-ebd2-ee1c-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:31:18.215793 | fa163ebd-9f3e-ebd2-ee1c-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:34.340215 | 0.15s 2026-03-11 09:31:18.238213 | fa163ebd-9f3e-ebd2-ee1c-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:31:21.699214 | fa163ebd-9f3e-ebd2-ee1c-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:31:21.700972 | fa163ebd-9f3e-ebd2-ee1c-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:37.825410 | 3.46s 2026-03-11 09:31:21.719212 | fa163ebd-9f3e-ebd2-ee1c-0000000026db | TASK | Ensure provider packages are installed 2026-03-11 09:31:25.048158 | fa163ebd-9f3e-ebd2-ee1c-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:41.172588 | 3.33s 2026-03-11 09:31:25.055517 | fa163ebd-9f3e-ebd2-ee1c-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:41.179947 | 3.33s 2026-03-11 09:31:25.084196 | fa163ebd-9f3e-ebd2-ee1c-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:31:25.366755 | fa163ebd-9f3e-ebd2-ee1c-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:31:25.368238 | fa163ebd-9f3e-ebd2-ee1c-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:41.492670 | 0.28s 2026-03-11 09:31:25.374255 | fa163ebd-9f3e-ebd2-ee1c-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:41.498688 | 0.29s 2026-03-11 09:31:25.397486 | fa163ebd-9f3e-ebd2-ee1c-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:31:25.663783 | fa163ebd-9f3e-ebd2-ee1c-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:31:25.666725 | fa163ebd-9f3e-ebd2-ee1c-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:41.791150 | 0.27s 2026-03-11 09:31:25.676791 | fa163ebd-9f3e-ebd2-ee1c-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:41.801220 | 0.28s 2026-03-11 09:31:25.699223 | fa163ebd-9f3e-ebd2-ee1c-0000000026e1 | TASK | Ensure provider service is running 2026-03-11 09:31:26.095121 | fa163ebd-9f3e-ebd2-ee1c-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:31:26.097815 | fa163ebd-9f3e-ebd2-ee1c-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:42.222246 | 0.40s 2026-03-11 09:31:26.107833 | fa163ebd-9f3e-ebd2-ee1c-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:42.232267 | 0.41s 2026-03-11 09:31:26.130401 | fa163ebd-9f3e-ebd2-ee1c-0000000026e4 | TASK | Ensure certificate requests 2026-03-11 09:31:27.872335 | fa163ebd-9f3e-ebd2-ee1c-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:31:27.874341 | fa163ebd-9f3e-ebd2-ee1c-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:43.998767 | 1.74s 2026-03-11 09:31:27.883276 | fa163ebd-9f3e-ebd2-ee1c-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:44.007714 | 1.75s 2026-03-11 09:31:27.932227 | fa163ebd-9f3e-ebd2-ee1c-000000002278 | TASK | install systemd-container for a greenfield 2026-03-11 09:31:45.747305 | fa163ebd-9f3e-ebd2-ee1c-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-11 09:31:45.748678 | fa163ebd-9f3e-ebd2-ee1c-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:07:01.873119 | 17.81s 2026-03-11 09:31:45.767845 | fa163ebd-9f3e-ebd2-ee1c-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-11 09:31:45.815398 | fa163ebd-9f3e-ebd2-ee1c-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-11 09:31:45.816255 | fa163ebd-9f3e-ebd2-ee1c-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:07:01.940697 | 0.05s 2026-03-11 09:31:45.834864 | fa163ebd-9f3e-ebd2-ee1c-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-11 09:31:46.120824 | fa163ebd-9f3e-ebd2-ee1c-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-11 09:31:46.122324 | fa163ebd-9f3e-ebd2-ee1c-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:07:02.246758 | 0.29s 2026-03-11 09:31:46.149750 | fa163ebd-9f3e-ebd2-ee1c-00000000227d | TASK | is KSM enabled 2026-03-11 09:31:46.206181 | fa163ebd-9f3e-ebd2-ee1c-00000000227d | OK | is KSM enabled | standalone 2026-03-11 09:31:46.207373 | fa163ebd-9f3e-ebd2-ee1c-00000000227d | TIMING | is KSM enabled | standalone | 0:07:02.331808 | 0.06s 2026-03-11 09:31:46.233077 | fa163ebd-9f3e-ebd2-ee1c-00000000227f | TASK | Check for ksm 2026-03-11 09:31:46.510456 | fa163ebd-9f3e-ebd2-ee1c-00000000227f | CHANGED | Check for ksm | standalone 2026-03-11 09:31:46.511600 | fa163ebd-9f3e-ebd2-ee1c-00000000227f | TIMING | Check for ksm | standalone | 0:07:02.636039 | 0.28s 2026-03-11 09:31:46.533269 | fa163ebd-9f3e-ebd2-ee1c-000000002280 | TASK | disable KSM services 2026-03-11 09:31:46.593228 | fa163ebd-9f3e-ebd2-ee1c-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-11 09:31:46.621445 | fa163ebd-9f3e-ebd2-ee1c-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-11 09:31:46.627502 | fa163ebd-9f3e-ebd2-ee1c-000000002280 | TIMING | disable KSM services | standalone | 0:07:02.751925 | 0.09s 2026-03-11 09:31:46.653079 | fa163ebd-9f3e-ebd2-ee1c-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-11 09:31:46.694403 | fa163ebd-9f3e-ebd2-ee1c-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-11 09:31:46.695565 | fa163ebd-9f3e-ebd2-ee1c-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:07:02.819999 | 0.04s 2026-03-11 09:31:46.718867 | fa163ebd-9f3e-ebd2-ee1c-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-11 09:31:46.760368 | fa163ebd-9f3e-ebd2-ee1c-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-11 09:31:46.761514 | fa163ebd-9f3e-ebd2-ee1c-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:07:02.885950 | 0.04s 2026-03-11 09:31:46.779449 | fa163ebd-9f3e-ebd2-ee1c-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-11 09:31:46.805443 | fa163ebd-9f3e-ebd2-ee1c-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-11 09:31:46.806334 | fa163ebd-9f3e-ebd2-ee1c-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:07:02.930777 | 0.03s 2026-03-11 09:31:46.824319 | fa163ebd-9f3e-ebd2-ee1c-000000002285 | TASK | enable ksmtunded 2026-03-11 09:31:46.872244 | fa163ebd-9f3e-ebd2-ee1c-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-11 09:31:46.889080 | fa163ebd-9f3e-ebd2-ee1c-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-11 09:31:46.894580 | fa163ebd-9f3e-ebd2-ee1c-000000002285 | TIMING | enable ksmtunded | standalone | 0:07:03.019016 | 0.07s 2026-03-11 09:31:46.912203 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | TASK | Create dirs for certificates and keys 2026-03-11 09:31:47.142416 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-11 09:31:47.143729 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:03.268165 | 0.23s 2026-03-11 09:31:47.379534 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-11 09:31:47.381563 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:03.505999 | 0.47s 2026-03-11 09:31:48.164866 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-11 09:31:48.166168 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:04.290604 | 1.25s 2026-03-11 09:31:48.174202 | fa163ebd-9f3e-ebd2-ee1c-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:07:04.298633 | 1.26s 2026-03-11 09:31:48.251767 | fa163ebd-9f3e-ebd2-ee1c-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:04.376188 | 0.05s 2026-03-11 09:31:48.319109 | fa163ebd-9f3e-ebd2-ee1c-000000002774 | TASK | Set version specific variables 2026-03-11 09:31:48.368260 | fa163ebd-9f3e-ebd2-ee1c-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:04.492678 | 0.05s 2026-03-11 09:31:48.388531 | 0d9ffdf3-567e-4436-81b7-608be05832df | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:31:48.419458 | fa163ebd-9f3e-ebd2-ee1c-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-11 09:31:48.827651 | fa163ebd-9f3e-ebd2-ee1c-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:31:48.829424 | fa163ebd-9f3e-ebd2-ee1c-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:04.953852 | 0.41s 2026-03-11 09:31:48.858086 | fa163ebd-9f3e-ebd2-ee1c-0000000027a8 | TASK | Set platform/version specific variables 2026-03-11 09:31:48.924006 | fa163ebd-9f3e-ebd2-ee1c-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:31:48.944957 | fa163ebd-9f3e-ebd2-ee1c-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:31:48.964117 | fa163ebd-9f3e-ebd2-ee1c-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:31:48.975731 | fa163ebd-9f3e-ebd2-ee1c-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:31:48.981070 | fa163ebd-9f3e-ebd2-ee1c-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:05.105494 | 0.12s 2026-03-11 09:31:49.007697 | fa163ebd-9f3e-ebd2-ee1c-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:31:52.356657 | fa163ebd-9f3e-ebd2-ee1c-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:31:52.358271 | fa163ebd-9f3e-ebd2-ee1c-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:08.482702 | 3.35s 2026-03-11 09:31:52.386429 | fa163ebd-9f3e-ebd2-ee1c-000000002777 | TASK | Ensure provider packages are installed 2026-03-11 09:31:55.721730 | fa163ebd-9f3e-ebd2-ee1c-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.846152 | 3.33s 2026-03-11 09:31:55.728966 | fa163ebd-9f3e-ebd2-ee1c-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.853394 | 3.34s 2026-03-11 09:31:55.756487 | fa163ebd-9f3e-ebd2-ee1c-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:31:56.019393 | fa163ebd-9f3e-ebd2-ee1c-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:31:56.020850 | fa163ebd-9f3e-ebd2-ee1c-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:12.145283 | 0.26s 2026-03-11 09:31:56.027455 | fa163ebd-9f3e-ebd2-ee1c-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:12.151880 | 0.27s 2026-03-11 09:31:56.055651 | fa163ebd-9f3e-ebd2-ee1c-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:31:56.340022 | fa163ebd-9f3e-ebd2-ee1c-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:31:56.341488 | fa163ebd-9f3e-ebd2-ee1c-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:12.465930 | 0.28s 2026-03-11 09:31:56.351898 | fa163ebd-9f3e-ebd2-ee1c-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:12.476309 | 0.29s 2026-03-11 09:31:56.378955 | fa163ebd-9f3e-ebd2-ee1c-00000000277d | TASK | Ensure provider service is running 2026-03-11 09:31:56.782542 | fa163ebd-9f3e-ebd2-ee1c-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:31:56.784074 | fa163ebd-9f3e-ebd2-ee1c-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.908513 | 0.40s 2026-03-11 09:31:56.796039 | fa163ebd-9f3e-ebd2-ee1c-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.920473 | 0.42s 2026-03-11 09:31:56.815827 | fa163ebd-9f3e-ebd2-ee1c-000000002780 | TASK | Ensure certificate requests 2026-03-11 09:31:58.397148 | fa163ebd-9f3e-ebd2-ee1c-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:31:58.399971 | fa163ebd-9f3e-ebd2-ee1c-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.524402 | 1.58s 2026-03-11 09:32:00.566977 | fa163ebd-9f3e-ebd2-ee1c-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:32:00.569718 | fa163ebd-9f3e-ebd2-ee1c-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:16.694155 | 3.75s 2026-03-11 09:32:02.291241 | fa163ebd-9f3e-ebd2-ee1c-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:32:02.292521 | fa163ebd-9f3e-ebd2-ee1c-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:18.416956 | 5.47s 2026-03-11 09:32:03.996944 | fa163ebd-9f3e-ebd2-ee1c-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:32:03.997752 | fa163ebd-9f3e-ebd2-ee1c-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:20.122196 | 7.18s 2026-03-11 09:32:04.011624 | fa163ebd-9f3e-ebd2-ee1c-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:20.136049 | 7.19s 2026-03-11 09:32:04.062325 | fa163ebd-9f3e-ebd2-ee1c-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-11 09:32:04.148889 | fa163ebd-9f3e-ebd2-ee1c-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:20.273282 | 0.08s 2026-03-11 09:32:04.162936 | fa163ebd-9f3e-ebd2-ee1c-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:20.287365 | 0.10s 2026-03-11 09:32:04.175069 | fa163ebd-9f3e-ebd2-ee1c-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:20.299501 | 0.11s 2026-03-11 09:32:04.252284 | fa163ebd-9f3e-ebd2-ee1c-0000000027fe | TASK | Set version specific variables 2026-03-11 09:32:04.301058 | fa163ebd-9f3e-ebd2-ee1c-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:20.425488 | 0.05s 2026-03-11 09:32:04.314630 | a2d938ae-2aea-43a1-8ac7-29c0af4da885 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:32:04.338661 | fa163ebd-9f3e-ebd2-ee1c-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-11 09:32:04.732279 | fa163ebd-9f3e-ebd2-ee1c-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:32:04.734034 | fa163ebd-9f3e-ebd2-ee1c-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:20.858468 | 0.39s 2026-03-11 09:32:04.760814 | fa163ebd-9f3e-ebd2-ee1c-000000002857 | TASK | Set platform/version specific variables 2026-03-11 09:32:04.835257 | fa163ebd-9f3e-ebd2-ee1c-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:04.855641 | fa163ebd-9f3e-ebd2-ee1c-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:04.878409 | fa163ebd-9f3e-ebd2-ee1c-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:32:04.895567 | fa163ebd-9f3e-ebd2-ee1c-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:32:04.902272 | fa163ebd-9f3e-ebd2-ee1c-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:21.026698 | 0.14s 2026-03-11 09:32:04.923175 | fa163ebd-9f3e-ebd2-ee1c-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:32:08.304578 | fa163ebd-9f3e-ebd2-ee1c-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:32:08.305849 | fa163ebd-9f3e-ebd2-ee1c-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:24.430286 | 3.38s 2026-03-11 09:32:08.329728 | fa163ebd-9f3e-ebd2-ee1c-000000002801 | TASK | Ensure provider packages are installed 2026-03-11 09:32:11.732048 | fa163ebd-9f3e-ebd2-ee1c-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:27.856470 | 3.40s 2026-03-11 09:32:11.744372 | fa163ebd-9f3e-ebd2-ee1c-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:27.868802 | 3.41s 2026-03-11 09:32:11.768193 | fa163ebd-9f3e-ebd2-ee1c-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:32:12.002551 | fa163ebd-9f3e-ebd2-ee1c-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:12.004543 | fa163ebd-9f3e-ebd2-ee1c-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:28.128982 | 0.24s 2026-03-11 09:32:12.014841 | fa163ebd-9f3e-ebd2-ee1c-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:28.139271 | 0.25s 2026-03-11 09:32:12.037818 | fa163ebd-9f3e-ebd2-ee1c-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:32:12.353673 | fa163ebd-9f3e-ebd2-ee1c-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:12.356054 | fa163ebd-9f3e-ebd2-ee1c-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:28.480481 | 0.32s 2026-03-11 09:32:12.365444 | fa163ebd-9f3e-ebd2-ee1c-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:28.489881 | 0.33s 2026-03-11 09:32:12.383809 | fa163ebd-9f3e-ebd2-ee1c-000000002807 | TASK | Ensure provider service is running 2026-03-11 09:32:12.862748 | fa163ebd-9f3e-ebd2-ee1c-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:32:12.865842 | fa163ebd-9f3e-ebd2-ee1c-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:28.990271 | 0.48s 2026-03-11 09:32:12.876586 | fa163ebd-9f3e-ebd2-ee1c-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:29.001009 | 0.49s 2026-03-11 09:32:12.906183 | fa163ebd-9f3e-ebd2-ee1c-00000000280a | TASK | Ensure certificate requests 2026-03-11 09:32:14.760348 | fa163ebd-9f3e-ebd2-ee1c-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:32:14.761567 | fa163ebd-9f3e-ebd2-ee1c-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.886005 | 1.85s 2026-03-11 09:32:14.766166 | fa163ebd-9f3e-ebd2-ee1c-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.890609 | 1.86s 2026-03-11 09:32:14.815717 | fa163ebd-9f3e-ebd2-ee1c-000000002827 | TASK | Set version specific variables 2026-03-11 09:32:14.868742 | fa163ebd-9f3e-ebd2-ee1c-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:30.993167 | 0.05s 2026-03-11 09:32:14.887944 | f1341b02-021b-4224-bcea-05f9a0dc01f1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:32:14.920917 | fa163ebd-9f3e-ebd2-ee1c-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-11 09:32:15.338496 | fa163ebd-9f3e-ebd2-ee1c-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:32:15.339568 | fa163ebd-9f3e-ebd2-ee1c-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:31.464008 | 0.42s 2026-03-11 09:32:15.360008 | fa163ebd-9f3e-ebd2-ee1c-000000002891 | TASK | Set platform/version specific variables 2026-03-11 09:32:15.434337 | fa163ebd-9f3e-ebd2-ee1c-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:15.454011 | fa163ebd-9f3e-ebd2-ee1c-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:15.474808 | fa163ebd-9f3e-ebd2-ee1c-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:32:15.491080 | fa163ebd-9f3e-ebd2-ee1c-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:32:15.503564 | fa163ebd-9f3e-ebd2-ee1c-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:31.627989 | 0.14s 2026-03-11 09:32:15.530078 | fa163ebd-9f3e-ebd2-ee1c-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:32:18.850380 | fa163ebd-9f3e-ebd2-ee1c-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:32:18.851794 | fa163ebd-9f3e-ebd2-ee1c-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:34.976228 | 3.32s 2026-03-11 09:32:18.877367 | fa163ebd-9f3e-ebd2-ee1c-00000000282a | TASK | Ensure provider packages are installed 2026-03-11 09:32:22.111561 | fa163ebd-9f3e-ebd2-ee1c-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:38.235966 | 3.23s 2026-03-11 09:32:22.124103 | fa163ebd-9f3e-ebd2-ee1c-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:38.248527 | 3.25s 2026-03-11 09:32:22.152486 | fa163ebd-9f3e-ebd2-ee1c-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:32:22.450851 | fa163ebd-9f3e-ebd2-ee1c-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:22.453166 | fa163ebd-9f3e-ebd2-ee1c-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.577607 | 0.30s 2026-03-11 09:32:22.464186 | fa163ebd-9f3e-ebd2-ee1c-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.588600 | 0.31s 2026-03-11 09:32:22.499516 | fa163ebd-9f3e-ebd2-ee1c-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:32:22.824512 | fa163ebd-9f3e-ebd2-ee1c-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:22.826156 | fa163ebd-9f3e-ebd2-ee1c-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.950586 | 0.32s 2026-03-11 09:32:22.835792 | fa163ebd-9f3e-ebd2-ee1c-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.960218 | 0.33s 2026-03-11 09:32:22.863576 | fa163ebd-9f3e-ebd2-ee1c-000000002830 | TASK | Ensure provider service is running 2026-03-11 09:32:23.280195 | fa163ebd-9f3e-ebd2-ee1c-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:32:23.283150 | fa163ebd-9f3e-ebd2-ee1c-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.407570 | 0.42s 2026-03-11 09:32:23.293706 | fa163ebd-9f3e-ebd2-ee1c-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.418123 | 0.43s 2026-03-11 09:32:23.317144 | fa163ebd-9f3e-ebd2-ee1c-000000002833 | TASK | Ensure certificate requests 2026-03-11 09:32:25.192023 | fa163ebd-9f3e-ebd2-ee1c-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:32:25.194552 | fa163ebd-9f3e-ebd2-ee1c-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:41.318986 | 1.88s 2026-03-11 09:32:25.205181 | fa163ebd-9f3e-ebd2-ee1c-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:41.329604 | 1.89s 2026-03-11 09:32:25.315185 | fa163ebd-9f3e-ebd2-ee1c-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:41.439606 | 0.05s 2026-03-11 09:32:25.381533 | fa163ebd-9f3e-ebd2-ee1c-0000000028d5 | TASK | Set version specific variables 2026-03-11 09:32:25.435383 | fa163ebd-9f3e-ebd2-ee1c-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:41.559800 | 0.05s 2026-03-11 09:32:25.450370 | 45d68111-4916-49a1-8be0-709d7737867b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:32:25.474037 | fa163ebd-9f3e-ebd2-ee1c-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-11 09:32:25.865439 | fa163ebd-9f3e-ebd2-ee1c-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:32:25.867286 | fa163ebd-9f3e-ebd2-ee1c-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:41.991715 | 0.39s 2026-03-11 09:32:25.899185 | fa163ebd-9f3e-ebd2-ee1c-000000002905 | TASK | Set platform/version specific variables 2026-03-11 09:32:25.963636 | fa163ebd-9f3e-ebd2-ee1c-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:25.984840 | fa163ebd-9f3e-ebd2-ee1c-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:26.009846 | fa163ebd-9f3e-ebd2-ee1c-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:32:26.033073 | fa163ebd-9f3e-ebd2-ee1c-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:32:26.045006 | fa163ebd-9f3e-ebd2-ee1c-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:42.169435 | 0.14s 2026-03-11 09:32:26.063661 | fa163ebd-9f3e-ebd2-ee1c-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:32:29.373179 | fa163ebd-9f3e-ebd2-ee1c-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:32:29.374234 | fa163ebd-9f3e-ebd2-ee1c-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:45.498674 | 3.31s 2026-03-11 09:32:29.392335 | fa163ebd-9f3e-ebd2-ee1c-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-11 09:32:32.564241 | fa163ebd-9f3e-ebd2-ee1c-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:48.688660 | 3.17s 2026-03-11 09:32:32.576981 | fa163ebd-9f3e-ebd2-ee1c-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:48.701409 | 3.18s 2026-03-11 09:32:32.601398 | fa163ebd-9f3e-ebd2-ee1c-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:32:32.917242 | fa163ebd-9f3e-ebd2-ee1c-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:32.919119 | fa163ebd-9f3e-ebd2-ee1c-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.043552 | 0.32s 2026-03-11 09:32:32.928990 | fa163ebd-9f3e-ebd2-ee1c-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:49.053423 | 0.33s 2026-03-11 09:32:32.948022 | fa163ebd-9f3e-ebd2-ee1c-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:32:33.211563 | fa163ebd-9f3e-ebd2-ee1c-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:33.213779 | fa163ebd-9f3e-ebd2-ee1c-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:49.338211 | 0.26s 2026-03-11 09:32:33.224113 | fa163ebd-9f3e-ebd2-ee1c-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:49.348541 | 0.28s 2026-03-11 09:32:33.250501 | fa163ebd-9f3e-ebd2-ee1c-0000000028de | TASK | Ensure provider service is running 2026-03-11 09:32:34.638174 | fa163ebd-9f3e-ebd2-ee1c-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:32:34.639570 | fa163ebd-9f3e-ebd2-ee1c-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.764009 | 1.39s 2026-03-11 09:32:34.652647 | fa163ebd-9f3e-ebd2-ee1c-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:50.777082 | 1.40s 2026-03-11 09:32:34.681431 | fa163ebd-9f3e-ebd2-ee1c-0000000028e1 | TASK | Ensure certificate requests 2026-03-11 09:32:36.292816 | fa163ebd-9f3e-ebd2-ee1c-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:32:36.294454 | fa163ebd-9f3e-ebd2-ee1c-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.418887 | 1.61s 2026-03-11 09:32:36.301191 | fa163ebd-9f3e-ebd2-ee1c-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:52.425623 | 1.62s 2026-03-11 09:32:36.343653 | fa163ebd-9f3e-ebd2-ee1c-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 09:32:36.426668 | fa163ebd-9f3e-ebd2-ee1c-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 09:32:36.428182 | fa163ebd-9f3e-ebd2-ee1c-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:52.552615 | 0.08s 2026-03-11 09:32:36.453716 | fa163ebd-9f3e-ebd2-ee1c-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-11 09:32:39.607203 | fa163ebd-9f3e-ebd2-ee1c-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-11 09:32:39.612497 | fa163ebd-9f3e-ebd2-ee1c-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:55.736930 | 3.16s 2026-03-11 09:32:39.648453 | fa163ebd-9f3e-ebd2-ee1c-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-11 09:32:39.720341 | fa163ebd-9f3e-ebd2-ee1c-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-11 09:32:39.721917 | fa163ebd-9f3e-ebd2-ee1c-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:55.846321 | 0.07s 2026-03-11 09:32:39.756096 | fa163ebd-9f3e-ebd2-ee1c-000000002293 | TASK | Fetch ovn VIP 2026-03-11 09:32:39.823979 | fa163ebd-9f3e-ebd2-ee1c-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-11 09:32:39.825459 | fa163ebd-9f3e-ebd2-ee1c-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:55.949891 | 0.07s 2026-03-11 09:32:39.856637 | fa163ebd-9f3e-ebd2-ee1c-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-11 09:32:39.911108 | fa163ebd-9f3e-ebd2-ee1c-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-11 09:32:39.912533 | fa163ebd-9f3e-ebd2-ee1c-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:56.036966 | 0.05s 2026-03-11 09:32:39.942130 | fa163ebd-9f3e-ebd2-ee1c-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-11 09:32:40.002339 | fa163ebd-9f3e-ebd2-ee1c-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-11 09:32:40.003447 | fa163ebd-9f3e-ebd2-ee1c-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:56.127880 | 0.06s 2026-03-11 09:32:40.032333 | fa163ebd-9f3e-ebd2-ee1c-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-11 09:32:40.092677 | fa163ebd-9f3e-ebd2-ee1c-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-11 09:32:40.094033 | fa163ebd-9f3e-ebd2-ee1c-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:56.218466 | 0.06s 2026-03-11 09:32:40.122335 | fa163ebd-9f3e-ebd2-ee1c-000000002297 | TASK | Remove pacemaker attributes 2026-03-11 09:32:40.179544 | fa163ebd-9f3e-ebd2-ee1c-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-11 09:32:40.188334 | fa163ebd-9f3e-ebd2-ee1c-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:56.312763 | 0.06s 2026-03-11 09:32:40.258438 | fa163ebd-9f3e-ebd2-ee1c-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:56.382863 | 0.04s 2026-03-11 09:32:40.329486 | fa163ebd-9f3e-ebd2-ee1c-00000000295d | TASK | Set version specific variables 2026-03-11 09:32:40.381572 | fa163ebd-9f3e-ebd2-ee1c-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:56.505996 | 0.05s 2026-03-11 09:32:40.406098 | 2d529776-284f-43bd-9678-159918ed87ad | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:32:40.432480 | fa163ebd-9f3e-ebd2-ee1c-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-11 09:32:40.830288 | fa163ebd-9f3e-ebd2-ee1c-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:32:40.832011 | fa163ebd-9f3e-ebd2-ee1c-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:56.956442 | 0.40s 2026-03-11 09:32:40.864696 | fa163ebd-9f3e-ebd2-ee1c-00000000298f | TASK | Set platform/version specific variables 2026-03-11 09:32:40.961842 | fa163ebd-9f3e-ebd2-ee1c-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:40.997519 | fa163ebd-9f3e-ebd2-ee1c-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:41.027695 | fa163ebd-9f3e-ebd2-ee1c-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:32:41.045823 | fa163ebd-9f3e-ebd2-ee1c-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:32:41.052279 | fa163ebd-9f3e-ebd2-ee1c-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:57.176699 | 0.19s 2026-03-11 09:32:41.086946 | fa163ebd-9f3e-ebd2-ee1c-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:32:44.348992 | fa163ebd-9f3e-ebd2-ee1c-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:32:44.349827 | fa163ebd-9f3e-ebd2-ee1c-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:00.474271 | 3.26s 2026-03-11 09:32:44.381065 | fa163ebd-9f3e-ebd2-ee1c-000000002960 | TASK | Ensure provider packages are installed 2026-03-11 09:32:47.596259 | fa163ebd-9f3e-ebd2-ee1c-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:03.720683 | 3.21s 2026-03-11 09:32:47.603340 | fa163ebd-9f3e-ebd2-ee1c-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:03.727770 | 3.22s 2026-03-11 09:32:47.634293 | fa163ebd-9f3e-ebd2-ee1c-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:32:47.934151 | fa163ebd-9f3e-ebd2-ee1c-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:47.936193 | fa163ebd-9f3e-ebd2-ee1c-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:04.060626 | 0.30s 2026-03-11 09:32:47.945863 | fa163ebd-9f3e-ebd2-ee1c-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:04.070301 | 0.31s 2026-03-11 09:32:47.976294 | fa163ebd-9f3e-ebd2-ee1c-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:32:48.278267 | fa163ebd-9f3e-ebd2-ee1c-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:32:48.280421 | fa163ebd-9f3e-ebd2-ee1c-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.404855 | 0.30s 2026-03-11 09:32:48.290616 | fa163ebd-9f3e-ebd2-ee1c-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:04.415056 | 0.31s 2026-03-11 09:32:48.320913 | fa163ebd-9f3e-ebd2-ee1c-000000002966 | TASK | Ensure provider service is running 2026-03-11 09:32:48.958490 | fa163ebd-9f3e-ebd2-ee1c-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:32:48.960625 | fa163ebd-9f3e-ebd2-ee1c-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.085055 | 0.64s 2026-03-11 09:32:48.972351 | fa163ebd-9f3e-ebd2-ee1c-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:05.096761 | 0.65s 2026-03-11 09:32:49.008040 | fa163ebd-9f3e-ebd2-ee1c-000000002969 | TASK | Ensure certificate requests 2026-03-11 09:32:50.746917 | fa163ebd-9f3e-ebd2-ee1c-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:32:50.748179 | fa163ebd-9f3e-ebd2-ee1c-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:06.872619 | 1.74s 2026-03-11 09:32:50.753655 | fa163ebd-9f3e-ebd2-ee1c-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:06.878085 | 1.74s 2026-03-11 09:32:50.808583 | fa163ebd-9f3e-ebd2-ee1c-00000000229c | TASK | Configure OVN DBs and northd 2026-03-11 09:32:50.859940 | fa163ebd-9f3e-ebd2-ee1c-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:08:06.984369 | 0.05s 2026-03-11 09:32:50.931220 | fa163ebd-9f3e-ebd2-ee1c-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-11 09:32:51.164306 | fa163ebd-9f3e-ebd2-ee1c-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-11 09:32:51.165669 | fa163ebd-9f3e-ebd2-ee1c-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:08:07.290102 | 0.23s 2026-03-11 09:32:51.195251 | fa163ebd-9f3e-ebd2-ee1c-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 09:32:51.267520 | fa163ebd-9f3e-ebd2-ee1c-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 09:32:51.268918 | fa163ebd-9f3e-ebd2-ee1c-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:08:07.393311 | 0.07s 2026-03-11 09:32:51.298613 | fa163ebd-9f3e-ebd2-ee1c-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-11 09:32:51.565854 | fa163ebd-9f3e-ebd2-ee1c-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-11 09:32:51.567270 | fa163ebd-9f3e-ebd2-ee1c-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:08:07.691704 | 0.27s 2026-03-11 09:32:51.597675 | fa163ebd-9f3e-ebd2-ee1c-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-11 09:32:51.671612 | fa163ebd-9f3e-ebd2-ee1c-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-11 09:32:51.673102 | fa163ebd-9f3e-ebd2-ee1c-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:08:07.797535 | 0.07s 2026-03-11 09:32:51.704565 | fa163ebd-9f3e-ebd2-ee1c-0000000029dc | TASK | render OVN cluster configuration 2026-03-11 09:32:52.286712 | fa163ebd-9f3e-ebd2-ee1c-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-11 09:32:52.288089 | fa163ebd-9f3e-ebd2-ee1c-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:08:08.412523 | 0.58s 2026-03-11 09:32:52.320615 | fa163ebd-9f3e-ebd2-ee1c-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-11 09:32:52.384349 | fa163ebd-9f3e-ebd2-ee1c-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:08.508766 | 0.06s 2026-03-11 09:32:52.402050 | fa163ebd-9f3e-ebd2-ee1c-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:08.526488 | 0.08s 2026-03-11 09:32:52.414992 | fa163ebd-9f3e-ebd2-ee1c-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:08.539432 | 0.09s 2026-03-11 09:32:52.421313 | fa163ebd-9f3e-ebd2-ee1c-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:08:08.545743 | 0.10s 2026-03-11 09:32:52.446980 | 7740ba3a-5a04-48f7-92c3-2500524e20f8 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 09:32:52.455828 | 15fac0d4-b3a0-45c5-9b29-b002f323d4b7 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 09:32:52.464232 | dfc57cde-2174-4f28-ae76-04375f91fc8d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 09:32:52.496217 | fa163ebd-9f3e-ebd2-ee1c-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-11 09:32:52.764814 | fa163ebd-9f3e-ebd2-ee1c-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-11 09:32:52.766974 | fa163ebd-9f3e-ebd2-ee1c-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:08:08.891404 | 0.27s 2026-03-11 09:32:52.789743 | fa163ebd-9f3e-ebd2-ee1c-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-11 09:32:52.854634 | fa163ebd-9f3e-ebd2-ee1c-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-11 09:32:52.855861 | fa163ebd-9f3e-ebd2-ee1c-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:08:08.980299 | 0.06s 2026-03-11 09:32:52.880438 | fa163ebd-9f3e-ebd2-ee1c-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-11 09:32:53.106692 | fa163ebd-9f3e-ebd2-ee1c-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-11 09:32:53.107942 | fa163ebd-9f3e-ebd2-ee1c-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:08:09.232380 | 0.23s 2026-03-11 09:32:53.131418 | fa163ebd-9f3e-ebd2-ee1c-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-11 09:32:53.192014 | fa163ebd-9f3e-ebd2-ee1c-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-11 09:32:53.193285 | fa163ebd-9f3e-ebd2-ee1c-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:08:09.317724 | 0.06s 2026-03-11 09:32:53.215918 | fa163ebd-9f3e-ebd2-ee1c-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-11 09:32:53.490595 | fa163ebd-9f3e-ebd2-ee1c-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-11 09:32:53.491851 | fa163ebd-9f3e-ebd2-ee1c-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:08:09.616290 | 0.27s 2026-03-11 09:32:53.513803 | fa163ebd-9f3e-ebd2-ee1c-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-11 09:32:53.558216 | fa163ebd-9f3e-ebd2-ee1c-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-11 09:32:53.559751 | fa163ebd-9f3e-ebd2-ee1c-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:08:09.684184 | 0.04s 2026-03-11 09:32:53.660821 | fa163ebd-9f3e-ebd2-ee1c-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:09.785244 | 0.04s 2026-03-11 09:32:53.731197 | fa163ebd-9f3e-ebd2-ee1c-000000002a64 | TASK | Set version specific variables 2026-03-11 09:32:53.783085 | fa163ebd-9f3e-ebd2-ee1c-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:09.907511 | 0.05s 2026-03-11 09:32:53.799098 | 746a5269-b606-478a-b7c2-6ef68716c964 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:32:53.826791 | fa163ebd-9f3e-ebd2-ee1c-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-11 09:32:54.245862 | fa163ebd-9f3e-ebd2-ee1c-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:32:54.246885 | fa163ebd-9f3e-ebd2-ee1c-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:10.371310 | 0.42s 2026-03-11 09:32:54.267651 | fa163ebd-9f3e-ebd2-ee1c-000000002a94 | TASK | Set platform/version specific variables 2026-03-11 09:32:54.339280 | fa163ebd-9f3e-ebd2-ee1c-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:54.364286 | fa163ebd-9f3e-ebd2-ee1c-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:32:54.390312 | fa163ebd-9f3e-ebd2-ee1c-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:32:54.416089 | fa163ebd-9f3e-ebd2-ee1c-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:32:54.422339 | fa163ebd-9f3e-ebd2-ee1c-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:10.546763 | 0.15s 2026-03-11 09:32:54.452229 | fa163ebd-9f3e-ebd2-ee1c-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:32:57.704035 | fa163ebd-9f3e-ebd2-ee1c-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:32:57.705820 | fa163ebd-9f3e-ebd2-ee1c-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:13.830248 | 3.25s 2026-03-11 09:32:57.731576 | fa163ebd-9f3e-ebd2-ee1c-000000002a67 | TASK | Ensure provider packages are installed 2026-03-11 09:33:00.917316 | fa163ebd-9f3e-ebd2-ee1c-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:17.041743 | 3.18s 2026-03-11 09:33:00.928279 | fa163ebd-9f3e-ebd2-ee1c-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:17.052712 | 3.20s 2026-03-11 09:33:00.954017 | fa163ebd-9f3e-ebd2-ee1c-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:33:01.255327 | fa163ebd-9f3e-ebd2-ee1c-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:33:01.256359 | fa163ebd-9f3e-ebd2-ee1c-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:17.380801 | 0.30s 2026-03-11 09:33:01.262328 | fa163ebd-9f3e-ebd2-ee1c-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:17.386745 | 0.31s 2026-03-11 09:33:01.285799 | fa163ebd-9f3e-ebd2-ee1c-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:33:01.597219 | fa163ebd-9f3e-ebd2-ee1c-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:33:01.598625 | fa163ebd-9f3e-ebd2-ee1c-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:17.723058 | 0.31s 2026-03-11 09:33:01.611074 | fa163ebd-9f3e-ebd2-ee1c-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:17.735503 | 0.32s 2026-03-11 09:33:01.643183 | fa163ebd-9f3e-ebd2-ee1c-000000002a6d | TASK | Ensure provider service is running 2026-03-11 09:33:02.104355 | fa163ebd-9f3e-ebd2-ee1c-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:33:02.107150 | fa163ebd-9f3e-ebd2-ee1c-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:18.231579 | 0.46s 2026-03-11 09:33:02.117394 | fa163ebd-9f3e-ebd2-ee1c-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:18.241822 | 0.47s 2026-03-11 09:33:02.142965 | fa163ebd-9f3e-ebd2-ee1c-000000002a70 | TASK | Ensure certificate requests 2026-03-11 09:33:03.872623 | fa163ebd-9f3e-ebd2-ee1c-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:33:03.874248 | fa163ebd-9f3e-ebd2-ee1c-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:19.998677 | 1.73s 2026-03-11 09:33:03.887172 | fa163ebd-9f3e-ebd2-ee1c-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:20.011599 | 1.74s 2026-03-11 09:33:03.976510 | fa163ebd-9f3e-ebd2-ee1c-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:20.100924 | 0.03s 2026-03-11 09:33:04.044382 | fa163ebd-9f3e-ebd2-ee1c-000000002ad8 | TASK | Set version specific variables 2026-03-11 09:33:04.081921 | fa163ebd-9f3e-ebd2-ee1c-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:20.206312 | 0.04s 2026-03-11 09:33:04.105308 | e504cf92-0a54-4b96-a4d6-6bb7c4dddadd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:33:04.133002 | fa163ebd-9f3e-ebd2-ee1c-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-11 09:33:04.517455 | fa163ebd-9f3e-ebd2-ee1c-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:33:04.518326 | fa163ebd-9f3e-ebd2-ee1c-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:20.642769 | 0.38s 2026-03-11 09:33:04.537579 | fa163ebd-9f3e-ebd2-ee1c-000000002b08 | TASK | Set platform/version specific variables 2026-03-11 09:33:04.614452 | fa163ebd-9f3e-ebd2-ee1c-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:33:04.632945 | fa163ebd-9f3e-ebd2-ee1c-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:33:04.651975 | fa163ebd-9f3e-ebd2-ee1c-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:33:04.667601 | fa163ebd-9f3e-ebd2-ee1c-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:33:04.679836 | fa163ebd-9f3e-ebd2-ee1c-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:20.804262 | 0.14s 2026-03-11 09:33:04.711268 | fa163ebd-9f3e-ebd2-ee1c-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:33:07.954742 | fa163ebd-9f3e-ebd2-ee1c-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:33:07.955614 | fa163ebd-9f3e-ebd2-ee1c-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:24.080058 | 3.24s 2026-03-11 09:33:07.984930 | fa163ebd-9f3e-ebd2-ee1c-000000002adb | TASK | Ensure provider packages are installed 2026-03-11 09:33:11.323094 | fa163ebd-9f3e-ebd2-ee1c-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:27.447500 | 3.34s 2026-03-11 09:33:11.335486 | fa163ebd-9f3e-ebd2-ee1c-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:27.459912 | 3.35s 2026-03-11 09:33:11.365527 | fa163ebd-9f3e-ebd2-ee1c-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:33:11.657374 | fa163ebd-9f3e-ebd2-ee1c-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:33:11.659298 | fa163ebd-9f3e-ebd2-ee1c-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:27.783725 | 0.29s 2026-03-11 09:33:11.665726 | fa163ebd-9f3e-ebd2-ee1c-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:27.790150 | 0.30s 2026-03-11 09:33:11.697551 | fa163ebd-9f3e-ebd2-ee1c-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:33:11.998061 | fa163ebd-9f3e-ebd2-ee1c-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:33:12.000968 | fa163ebd-9f3e-ebd2-ee1c-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:28.125392 | 0.30s 2026-03-11 09:33:12.010943 | fa163ebd-9f3e-ebd2-ee1c-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:28.135378 | 0.31s 2026-03-11 09:33:12.043425 | fa163ebd-9f3e-ebd2-ee1c-000000002ae1 | TASK | Ensure provider service is running 2026-03-11 09:33:12.495950 | fa163ebd-9f3e-ebd2-ee1c-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:33:12.498989 | fa163ebd-9f3e-ebd2-ee1c-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:28.623420 | 0.45s 2026-03-11 09:33:12.510076 | fa163ebd-9f3e-ebd2-ee1c-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:28.634495 | 0.46s 2026-03-11 09:33:12.535794 | fa163ebd-9f3e-ebd2-ee1c-000000002ae4 | TASK | Ensure certificate requests 2026-03-11 09:33:14.193524 | fa163ebd-9f3e-ebd2-ee1c-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:33:14.196303 | fa163ebd-9f3e-ebd2-ee1c-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:30.320729 | 1.66s 2026-03-11 09:33:14.206391 | fa163ebd-9f3e-ebd2-ee1c-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:30.330831 | 1.67s 2026-03-11 09:33:14.315084 | fa163ebd-9f3e-ebd2-ee1c-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:30.439510 | 0.05s 2026-03-11 09:33:14.390242 | fa163ebd-9f3e-ebd2-ee1c-000000002b4c | TASK | Set version specific variables 2026-03-11 09:33:14.440625 | fa163ebd-9f3e-ebd2-ee1c-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:30.565059 | 0.05s 2026-03-11 09:33:14.466087 | be1c3d85-80eb-416b-b723-cc9bd18c2a33 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:33:14.501073 | fa163ebd-9f3e-ebd2-ee1c-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-11 09:33:14.890685 | fa163ebd-9f3e-ebd2-ee1c-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:33:14.892376 | fa163ebd-9f3e-ebd2-ee1c-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:31.016806 | 0.39s 2026-03-11 09:33:14.922253 | fa163ebd-9f3e-ebd2-ee1c-000000002b7c | TASK | Set platform/version specific variables 2026-03-11 09:33:15.016480 | fa163ebd-9f3e-ebd2-ee1c-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:33:15.049173 | fa163ebd-9f3e-ebd2-ee1c-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:33:15.072226 | fa163ebd-9f3e-ebd2-ee1c-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:33:15.092088 | fa163ebd-9f3e-ebd2-ee1c-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:33:15.098169 | fa163ebd-9f3e-ebd2-ee1c-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:31.222599 | 0.17s 2026-03-11 09:33:15.127520 | fa163ebd-9f3e-ebd2-ee1c-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:33:18.445417 | fa163ebd-9f3e-ebd2-ee1c-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:33:18.447080 | fa163ebd-9f3e-ebd2-ee1c-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:34.571513 | 3.32s 2026-03-11 09:33:18.475947 | fa163ebd-9f3e-ebd2-ee1c-000000002b4f | TASK | Ensure provider packages are installed 2026-03-11 09:33:21.729055 | fa163ebd-9f3e-ebd2-ee1c-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:37.853475 | 3.25s 2026-03-11 09:33:21.736405 | fa163ebd-9f3e-ebd2-ee1c-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:37.860823 | 3.26s 2026-03-11 09:33:21.770556 | fa163ebd-9f3e-ebd2-ee1c-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:33:22.059714 | fa163ebd-9f3e-ebd2-ee1c-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:33:22.061201 | fa163ebd-9f3e-ebd2-ee1c-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:38.185632 | 0.29s 2026-03-11 09:33:22.073399 | fa163ebd-9f3e-ebd2-ee1c-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:38.197824 | 0.30s 2026-03-11 09:33:22.105401 | fa163ebd-9f3e-ebd2-ee1c-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:33:22.380467 | fa163ebd-9f3e-ebd2-ee1c-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:33:22.381997 | fa163ebd-9f3e-ebd2-ee1c-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:38.506429 | 0.27s 2026-03-11 09:33:22.391277 | fa163ebd-9f3e-ebd2-ee1c-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:38.515704 | 0.28s 2026-03-11 09:33:22.422103 | fa163ebd-9f3e-ebd2-ee1c-000000002b55 | TASK | Ensure provider service is running 2026-03-11 09:33:22.846655 | fa163ebd-9f3e-ebd2-ee1c-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:33:22.848130 | fa163ebd-9f3e-ebd2-ee1c-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:38.972566 | 0.42s 2026-03-11 09:33:22.855987 | fa163ebd-9f3e-ebd2-ee1c-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:38.980422 | 0.43s 2026-03-11 09:33:22.891405 | fa163ebd-9f3e-ebd2-ee1c-000000002b58 | TASK | Ensure certificate requests 2026-03-11 09:33:25.137370 | fa163ebd-9f3e-ebd2-ee1c-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:33:25.138978 | fa163ebd-9f3e-ebd2-ee1c-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:41.263411 | 2.25s 2026-03-11 09:33:25.151764 | fa163ebd-9f3e-ebd2-ee1c-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:41.276194 | 2.26s 2026-03-11 09:33:25.207110 | fa163ebd-9f3e-ebd2-ee1c-0000000022a9 | TASK | Fail if container image is undefined 2026-03-11 09:33:25.281597 | fa163ebd-9f3e-ebd2-ee1c-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:33:25.283130 | fa163ebd-9f3e-ebd2-ee1c-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:41.407569 | 0.07s 2026-03-11 09:33:25.329992 | fa163ebd-9f3e-ebd2-ee1c-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 09:33:32.309159 | fa163ebd-9f3e-ebd2-ee1c-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 09:33:32.309950 | fa163ebd-9f3e-ebd2-ee1c-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:48.434394 | 6.98s 2026-03-11 09:33:32.354309 | fa163ebd-9f3e-ebd2-ee1c-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 09:33:32.722961 | fa163ebd-9f3e-ebd2-ee1c-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:33:32.723966 | fa163ebd-9f3e-ebd2-ee1c-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:48.848409 | 0.37s 2026-03-11 09:33:32.762480 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-11 09:33:43.487274 | fa163ebd-9f3e-ebd2-ee1c-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:33:43.491941 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.616371 | 10.73s 2026-03-11 09:34:19.649522 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-11 09:34:19.652273 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:35.776708 | 46.89s 2026-03-11 09:34:22.643757 | fa163ebd-9f3e-ebd2-ee1c-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:34:22.647595 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:38.772028 | 49.88s 2026-03-11 09:34:26.160950 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-11 09:34:26.163981 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:42.288417 | 53.40s 2026-03-11 09:34:27.998046 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-11 09:34:28.000783 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:44.125217 | 55.24s 2026-03-11 09:34:35.986280 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-11 09:34:35.991235 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:52.115633 | 63.23s 2026-03-11 09:34:41.282410 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-11 09:34:41.284301 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:57.408742 | 68.52s 2026-03-11 09:34:45.831193 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-11 09:34:45.835012 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:01.959448 | 73.07s 2026-03-11 09:34:50.080705 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-11 09:34:50.084834 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:06.209269 | 77.32s 2026-03-11 09:34:53.033411 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-11 09:34:53.037993 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:09.162423 | 80.27s 2026-03-11 09:35:01.129919 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-11 09:35:01.133063 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:17.257502 | 88.37s 2026-03-11 09:35:04.753481 | fa163ebd-9f3e-ebd2-ee1c-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:35:04.758910 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:20.883319 | 92.00s 2026-03-11 09:35:25.063731 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-11 09:35:25.068062 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:41.192498 | 112.30s 2026-03-11 09:35:35.089062 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-11 09:35:35.093139 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:51.217573 | 122.33s 2026-03-11 09:35:47.553140 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-11 09:35:47.556165 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.680600 | 134.79s 2026-03-11 09:35:54.375061 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-11 09:35:54.378072 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:10.502514 | 141.61s 2026-03-11 09:36:01.845034 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-11 09:36:01.848954 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:17.973389 | 149.09s 2026-03-11 09:36:07.581321 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-11 09:36:07.586057 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.710490 | 154.82s 2026-03-11 09:36:10.675590 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-11 09:36:10.680144 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:26.804574 | 157.92s 2026-03-11 09:36:44.668103 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-11 09:36:44.672515 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.796949 | 191.91s 2026-03-11 09:36:50.710556 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-11 09:36:50.715919 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.840349 | 197.95s 2026-03-11 09:37:09.771394 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-11 09:37:09.775666 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:25.900095 | 217.01s 2026-03-11 09:37:12.933512 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-11 09:37:12.936947 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.061380 | 220.17s 2026-03-11 09:37:21.715510 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-11 09:37:21.719520 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:37.843952 | 228.96s 2026-03-11 09:37:24.631498 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-11 09:37:24.635144 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.759584 | 231.87s 2026-03-11 09:37:27.663830 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-11 09:37:27.665736 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:43.790166 | 234.90s 2026-03-11 09:37:30.468592 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-11 09:37:30.471633 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:46.596068 | 237.71s 2026-03-11 09:37:33.948060 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-11 09:37:33.951954 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:50.076389 | 241.19s 2026-03-11 09:37:41.780214 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-11 09:37:41.783256 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:57.907689 | 249.02s 2026-03-11 09:37:44.936995 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-11 09:37:44.941017 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:01.065451 | 252.18s 2026-03-11 09:37:58.363706 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-11 09:37:58.366744 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:14.491179 | 265.60s 2026-03-11 09:38:02.619465 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-11 09:38:02.623244 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:18.747678 | 269.86s 2026-03-11 09:38:04.410270 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-11 09:38:04.415096 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:20.539524 | 271.65s 2026-03-11 09:38:08.314088 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-11 09:38:08.317350 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:24.441785 | 275.55s 2026-03-11 09:38:11.401722 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-11 09:38:11.405591 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:27.530027 | 278.64s 2026-03-11 09:38:14.757465 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-11 09:38:14.760507 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:30.884942 | 282.00s 2026-03-11 09:38:17.615994 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-11 09:38:17.620410 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:33.744843 | 284.86s 2026-03-11 09:38:20.608548 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-11 09:38:20.612750 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:36.737186 | 287.85s 2026-03-11 09:38:23.379684 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-11 09:38:23.383729 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:39.508163 | 290.62s 2026-03-11 09:38:26.702519 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-11 09:38:26.706462 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:42.830896 | 293.94s 2026-03-11 09:38:29.459148 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-11 09:38:29.462180 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:45.586613 | 296.70s 2026-03-11 09:38:32.467470 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-11 09:38:32.470655 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:48.595091 | 299.71s 2026-03-11 09:38:35.361378 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-11 09:38:35.363313 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:51.487754 | 302.60s 2026-03-11 09:38:39.034507 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-11 09:38:39.038409 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:55.162841 | 306.27s 2026-03-11 09:38:41.367370 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-11 09:38:41.370328 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:57.494759 | 308.61s 2026-03-11 09:38:44.344609 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-11 09:38:44.348576 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:00.473008 | 311.58s 2026-03-11 09:39:17.676034 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-11 09:39:17.680352 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:33.804783 | 344.92s 2026-03-11 09:39:21.364248 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-11 09:39:21.368194 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:37.492629 | 348.60s 2026-03-11 09:39:24.193982 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-11 09:39:24.196952 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:40.321388 | 351.43s 2026-03-11 09:39:26.816077 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-11 09:39:26.819210 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:42.943643 | 354.06s 2026-03-11 09:39:29.967211 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-11 09:39:29.970490 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:46.094922 | 357.21s 2026-03-11 09:39:33.410657 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-11 09:39:33.412937 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:49.537379 | 360.65s 2026-03-11 09:39:36.109273 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-11 09:39:36.111703 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:52.236140 | 363.35s 2026-03-11 09:39:36.452000 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:14:52.576433 | 363.69s 2026-03-11 09:39:36.652751 | fa163ebd-9f3e-ebd2-ee1c-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:14:52.777185 | 0.05s 2026-03-11 09:39:36.764992 | fa163ebd-9f3e-ebd2-ee1c-000000002c32 | TASK | Set version specific variables 2026-03-11 09:39:36.815707 | fa163ebd-9f3e-ebd2-ee1c-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:14:52.940144 | 0.05s 2026-03-11 09:39:36.836974 | 4be2ab41-3edf-4526-be88-0e36ae4b7269 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 09:39:36.861038 | fa163ebd-9f3e-ebd2-ee1c-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-11 09:39:37.268786 | fa163ebd-9f3e-ebd2-ee1c-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 09:39:37.270391 | fa163ebd-9f3e-ebd2-ee1c-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:14:53.394823 | 0.41s 2026-03-11 09:39:37.299513 | fa163ebd-9f3e-ebd2-ee1c-000000002c62 | TASK | Set platform/version specific variables 2026-03-11 09:39:37.387125 | fa163ebd-9f3e-ebd2-ee1c-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:39:37.408069 | fa163ebd-9f3e-ebd2-ee1c-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 09:39:37.431207 | fa163ebd-9f3e-ebd2-ee1c-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 09:39:37.450946 | fa163ebd-9f3e-ebd2-ee1c-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 09:39:37.457163 | fa163ebd-9f3e-ebd2-ee1c-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:14:53.581586 | 0.16s 2026-03-11 09:39:37.487166 | fa163ebd-9f3e-ebd2-ee1c-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-11 09:39:40.510718 | fa163ebd-9f3e-ebd2-ee1c-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 09:39:40.512312 | fa163ebd-9f3e-ebd2-ee1c-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:14:56.636744 | 3.02s 2026-03-11 09:39:40.542295 | fa163ebd-9f3e-ebd2-ee1c-000000002c35 | TASK | Ensure provider packages are installed 2026-03-11 09:39:43.715645 | fa163ebd-9f3e-ebd2-ee1c-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:14:59.840074 | 3.17s 2026-03-11 09:39:43.720088 | fa163ebd-9f3e-ebd2-ee1c-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:14:59.844514 | 3.18s 2026-03-11 09:39:43.743649 | fa163ebd-9f3e-ebd2-ee1c-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 09:39:44.017124 | fa163ebd-9f3e-ebd2-ee1c-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:39:44.018107 | fa163ebd-9f3e-ebd2-ee1c-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:15:00.142545 | 0.27s 2026-03-11 09:39:44.022987 | fa163ebd-9f3e-ebd2-ee1c-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:15:00.147413 | 0.28s 2026-03-11 09:39:44.054856 | fa163ebd-9f3e-ebd2-ee1c-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 09:39:44.367938 | fa163ebd-9f3e-ebd2-ee1c-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 09:39:44.370300 | fa163ebd-9f3e-ebd2-ee1c-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:15:00.494698 | 0.31s 2026-03-11 09:39:44.380404 | fa163ebd-9f3e-ebd2-ee1c-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:15:00.504841 | 0.32s 2026-03-11 09:39:44.412259 | fa163ebd-9f3e-ebd2-ee1c-000000002c3b | TASK | Ensure provider service is running 2026-03-11 09:39:44.846402 | fa163ebd-9f3e-ebd2-ee1c-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 09:39:44.848693 | fa163ebd-9f3e-ebd2-ee1c-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:15:00.973125 | 0.43s 2026-03-11 09:39:44.868958 | fa163ebd-9f3e-ebd2-ee1c-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:15:00.993390 | 0.45s 2026-03-11 09:39:44.899426 | fa163ebd-9f3e-ebd2-ee1c-000000002c3e | TASK | Ensure certificate requests 2026-03-11 09:39:47.439958 | fa163ebd-9f3e-ebd2-ee1c-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:39:47.441607 | fa163ebd-9f3e-ebd2-ee1c-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:15:03.566040 | 2.54s 2026-03-11 09:39:47.454903 | fa163ebd-9f3e-ebd2-ee1c-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:15:03.579304 | 2.55s 2026-03-11 09:39:47.510142 | fa163ebd-9f3e-ebd2-ee1c-0000000022c0 | TASK | Fail if container image is undefined 2026-03-11 09:39:47.581391 | fa163ebd-9f3e-ebd2-ee1c-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 09:39:47.582753 | fa163ebd-9f3e-ebd2-ee1c-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:15:03.707183 | 0.07s 2026-03-11 09:39:47.629484 | fa163ebd-9f3e-ebd2-ee1c-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 09:39:53.318124 | fa163ebd-9f3e-ebd2-ee1c-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 09:39:53.319744 | fa163ebd-9f3e-ebd2-ee1c-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:15:09.444177 | 5.69s 2026-03-11 09:39:53.377265 | fa163ebd-9f3e-ebd2-ee1c-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 09:39:53.857462 | fa163ebd-9f3e-ebd2-ee1c-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:39:53.858805 | fa163ebd-9f3e-ebd2-ee1c-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:15:09.983240 | 0.48s 2026-03-11 09:39:53.913851 | fa163ebd-9f3e-ebd2-ee1c-0000000022cd | TASK | Check if rsyslog exists 2026-03-11 09:39:54.187699 | fa163ebd-9f3e-ebd2-ee1c-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-11 09:39:54.189069 | fa163ebd-9f3e-ebd2-ee1c-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:15:10.313503 | 0.27s 2026-03-11 09:39:54.218478 | fa163ebd-9f3e-ebd2-ee1c-0000000022ce | TASK | Forward logging to swift.log file 2026-03-11 09:39:54.740589 | fa163ebd-9f3e-ebd2-ee1c-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-11 09:39:54.742000 | fa163ebd-9f3e-ebd2-ee1c-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:15:10.866434 | 0.52s 2026-03-11 09:39:54.771356 | fa163ebd-9f3e-ebd2-ee1c-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-11 09:39:55.476660 | fa163ebd-9f3e-ebd2-ee1c-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-11 09:39:55.478622 | fa163ebd-9f3e-ebd2-ee1c-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:15:11.603056 | 0.71s 2026-03-11 09:39:55.508012 | fa163ebd-9f3e-ebd2-ee1c-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 09:39:55.760946 | fa163ebd-9f3e-ebd2-ee1c-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 09:39:55.762749 | fa163ebd-9f3e-ebd2-ee1c-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:15:11.887183 | 0.25s 2026-03-11 09:39:55.863547 | fa163ebd-9f3e-ebd2-ee1c-0000000000c3 | TIMING | include_tasks | standalone | 0:15:11.987966 | 0.07s 2026-03-11 09:39:55.907052 | c7dd0fb3-ab20-46f6-b659-d538a39c5944 | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:39:55.933594 | fa163ebd-9f3e-ebd2-ee1c-000000002ca9 | TASK | Write the config_step hieradata 2026-03-11 09:39:56.398358 | fa163ebd-9f3e-ebd2-ee1c-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-11 09:39:56.399599 | fa163ebd-9f3e-ebd2-ee1c-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:15:12.524033 | 0.46s 2026-03-11 09:39:56.429567 | fa163ebd-9f3e-ebd2-ee1c-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-11 09:39:56.739763 | fa163ebd-9f3e-ebd2-ee1c-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-11 09:39:56.741143 | fa163ebd-9f3e-ebd2-ee1c-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:15:12.865577 | 0.31s 2026-03-11 09:39:56.770255 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-11 09:39:57.024616 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:40:07.255986 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:40:17.484312 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 09:40:27.712217 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-11 09:40:37.946277 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-11 09:40:48.162931 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-11 09:40:58.398486 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2026-03-11 09:41:08.625347 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:41:08.627268 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:24.751705 | 71.86s 2026-03-11 09:41:08.662142 | fa163ebd-9f3e-ebd2-ee1c-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-11 09:41:08.756139 | fa163ebd-9f3e-ebd2-ee1c-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:39:56 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:40:02 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:40:02 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:40:02 puppet-user: (file & line not available)", "<13>Mar 11 09:40:02 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:40:02 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:40:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:40:03 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Mar 11 09:40:03 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:40:03 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 11 09:40:03 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 11 09:40:11 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 11 09:40:19 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 11 09:40:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 11 09:40:19 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 11 09:40:20 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 11 09:40:23 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 09:40:24 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 11 09:40:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 11 09:40:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 09:40:30 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 09:40:31 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 11 09:40:31 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 11 09:40:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 11 09:40:56 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:40:58 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 11 09:40:58 puppet-user: Notice: Applied catalog in 55.31 seconds", "<13>Mar 11 09:40:58 puppet-user: Application:", "<13>Mar 11 09:40:58 puppet-user: Initial environment: production", "<13>Mar 11 09:40:58 puppet-user: Converged environment: production", "<13>Mar 11 09:40:58 puppet-user: Run mode: user", "<13>Mar 11 09:40:58 puppet-user: Changes:", "<13>Mar 11 09:40:58 puppet-user: Total: 17", "<13>Mar 11 09:40:58 puppet-user: Events:", "<13>Mar 11 09:40:58 puppet-user: Success: 17", "<13>Mar 11 09:40:58 puppet-user: Resources:", "<13>Mar 11 09:40:58 puppet-user: Restarted: 1", "<13>Mar 11 09:40:58 puppet-user: Changed: 16", "<13>Mar 11 09:40:58 puppet-user: Out of sync: 16", "<13>Mar 11 09:40:58 puppet-user: Total: 26", "<13>Mar 11 09:40:58 puppet-user: Time:", "<13>Mar 11 09:40:58 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:40:58 puppet-user: Schedule: 0.00", "<13>Mar 11 09:40:58 puppet-user: File: 0.00", "<13>Mar 11 09:40:58 puppet-user: File line: 0.00", "<13>Mar 11 09:40:58 puppet-user: Augeas: 0.02", "<13>Mar 11 09:40:58 puppet-user: Config retrieval: 0.50", "<13>Mar 11 09:40:58 puppet-user: User: 0.57", "<13>Mar 11 09:40:58 puppet-user: Package: 16.03", "<13>Mar 11 09:40:58 puppet-user: Last run: 1773222058", "<13>Mar 11 09:40:58 puppet-user: Exec: 29.21", "<13>Mar 11 09:40:58 puppet-user: Pcmk property: 3.76", "<13>Mar 11 09:40:58 puppet-user: Service: 4.41", "<13>Mar 11 09:40:58 puppet-user: Transaction evaluation: 55.30", "<13>Mar 11 09:40:58 puppet-user: Catalog application: 55.31", "<13>Mar 11 09:40:58 puppet-user: Total: 55.31", "<13>Mar 11 09:40:58 puppet-user: Version:", "<13>Mar 11 09:40:58 puppet-user: Config: 1773222002", "<13>Mar 11 09:40:58 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:41:08.757145 | fa163ebd-9f3e-ebd2-ee1c-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:16:24.881588 | 0.09s 2026-03-11 09:41:08.777012 | fa163ebd-9f3e-ebd2-ee1c-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-11 09:41:08.805950 | fa163ebd-9f3e-ebd2-ee1c-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:24.930367 | 0.03s 2026-03-11 09:41:08.874860 | fa163ebd-9f3e-ebd2-ee1c-000000002cf6 | TASK | Gather variables for each operating system 2026-03-11 09:41:09.000457 | fa163ebd-9f3e-ebd2-ee1c-000000002cf6 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:25.124876 | 0.12s 2026-03-11 09:41:09.031350 | fa163ebd-9f3e-ebd2-ee1c-000000002cf7 | TASK | Create puppet caching structures 2026-03-11 09:41:09.291033 | fa163ebd-9f3e-ebd2-ee1c-000000002cf7 | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:41:09.292150 | fa163ebd-9f3e-ebd2-ee1c-000000002cf7 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:25.416589 | 0.26s 2026-03-11 09:41:09.315954 | fa163ebd-9f3e-ebd2-ee1c-000000002cf8 | TASK | Check for facter.conf 2026-03-11 09:41:09.539607 | fa163ebd-9f3e-ebd2-ee1c-000000002cf8 | OK | Check for facter.conf | standalone 2026-03-11 09:41:09.540994 | fa163ebd-9f3e-ebd2-ee1c-000000002cf8 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:25.665422 | 0.22s 2026-03-11 09:41:09.570202 | fa163ebd-9f3e-ebd2-ee1c-000000002cf9 | TASK | Remove facter.conf if directory 2026-03-11 09:41:09.621821 | fa163ebd-9f3e-ebd2-ee1c-000000002cf9 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:41:09.623266 | fa163ebd-9f3e-ebd2-ee1c-000000002cf9 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:25.747700 | 0.05s 2026-03-11 09:41:09.652437 | fa163ebd-9f3e-ebd2-ee1c-000000002cfa | TASK | Write facter cache config 2026-03-11 09:41:10.153604 | fa163ebd-9f3e-ebd2-ee1c-000000002cfa | CHANGED | Write facter cache config | standalone 2026-03-11 09:41:10.155170 | fa163ebd-9f3e-ebd2-ee1c-000000002cfa | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:26.279603 | 0.50s 2026-03-11 09:41:10.184809 | fa163ebd-9f3e-ebd2-ee1c-000000002cfb | TASK | Cleanup facter cache if exists 2026-03-11 09:41:10.429314 | fa163ebd-9f3e-ebd2-ee1c-000000002cfb | OK | Cleanup facter cache if exists | standalone 2026-03-11 09:41:10.430840 | fa163ebd-9f3e-ebd2-ee1c-000000002cfb | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:26.555273 | 0.24s 2026-03-11 09:41:10.460349 | fa163ebd-9f3e-ebd2-ee1c-000000002cfc | TASK | Pre-cache facts 2026-03-11 09:41:11.097194 | fa163ebd-9f3e-ebd2-ee1c-000000002cfc | CHANGED | Pre-cache facts | standalone 2026-03-11 09:41:11.098621 | fa163ebd-9f3e-ebd2-ee1c-000000002cfc | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:27.223054 | 0.64s 2026-03-11 09:41:11.130139 | fa163ebd-9f3e-ebd2-ee1c-000000002cfd | TASK | Failed deployment if facter fails 2026-03-11 09:41:11.170146 | fa163ebd-9f3e-ebd2-ee1c-000000002cfd | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:41:11.171388 | fa163ebd-9f3e-ebd2-ee1c-000000002cfd | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:27.295815 | 0.04s 2026-03-11 09:41:11.223012 | fa163ebd-9f3e-ebd2-ee1c-000000002cfe | TASK | Sync cached facts 2026-03-11 09:41:11.714966 | fa163ebd-9f3e-ebd2-ee1c-000000002cfe | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-000000002cfe') missing from stats 2026-03-11 09:41:11.772003 | fa163ebd-9f3e-ebd2-ee1c-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:41:11.821477 | fa163ebd-9f3e-ebd2-ee1c-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:27.945913 | 0.05s 2026-03-11 09:41:11.837401 | 70b77bd7-f7fc-46b6-83d6-e8de02f976dc | INCLUDED | /root/standalone-ansible-oi4kq9f5/generate-config-tasks.yaml | standalone 2026-03-11 09:41:11.867822 | fa163ebd-9f3e-ebd2-ee1c-000000002d48 | TASK | Create base directory puppet configs 2026-03-11 09:41:12.098105 | fa163ebd-9f3e-ebd2-ee1c-000000002d48 | CHANGED | Create base directory puppet configs | standalone 2026-03-11 09:41:12.099708 | fa163ebd-9f3e-ebd2-ee1c-000000002d48 | TIMING | Create base directory puppet configs | standalone | 0:16:28.224141 | 0.23s 2026-03-11 09:41:12.131124 | fa163ebd-9f3e-ebd2-ee1c-000000002d49 | TASK | Generate container puppet configs for step 1 2026-03-11 09:41:12.429016 | fa163ebd-9f3e-ebd2-ee1c-000000002d49 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-11 09:41:12.430398 | fa163ebd-9f3e-ebd2-ee1c-000000002d49 | TIMING | Generate container puppet configs for step 1 | standalone | 0:16:28.554834 | 0.30s 2026-03-11 09:41:12.455086 | fa163ebd-9f3e-ebd2-ee1c-000000002d4a | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-11 09:41:12.483439 | fa163ebd-9f3e-ebd2-ee1c-000000002d4a | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:16:28.607871 | 0.03s 2026-03-11 09:41:12.548726 | fa163ebd-9f3e-ebd2-ee1c-000000002dd4 | TASK | Gather variables for each operating system 2026-03-11 09:41:12.671568 | fa163ebd-9f3e-ebd2-ee1c-000000002dd4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:28.795994 | 0.12s 2026-03-11 09:41:12.695366 | fa163ebd-9f3e-ebd2-ee1c-000000002dd5 | TASK | Create container logs path 2026-03-11 09:41:12.938123 | fa163ebd-9f3e-ebd2-ee1c-000000002dd5 | OK | Create container logs path | standalone 2026-03-11 09:41:12.939697 | fa163ebd-9f3e-ebd2-ee1c-000000002dd5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:29.064130 | 0.24s 2026-03-11 09:41:12.972961 | fa163ebd-9f3e-ebd2-ee1c-000000002dd7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:41:13.414742 | fa163ebd-9f3e-ebd2-ee1c-000000002dd7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:41:13.416215 | fa163ebd-9f3e-ebd2-ee1c-000000002dd7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:29.540648 | 0.44s 2026-03-11 09:41:13.451119 | fa163ebd-9f3e-ebd2-ee1c-000000002dd8 | TASK | Finalise hashes for all containers 2026-03-11 09:41:13.536674 | fa163ebd-9f3e-ebd2-ee1c-000000002dd8 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:41:13.538080 | fa163ebd-9f3e-ebd2-ee1c-000000002dd8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:29.662516 | 0.08s 2026-03-11 09:41:13.568293 | fa163ebd-9f3e-ebd2-ee1c-000000002dda | TASK | Manage systemd shutdown files 2026-03-11 09:41:13.602611 | fa163ebd-9f3e-ebd2-ee1c-000000002dda | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:41:13.604237 | fa163ebd-9f3e-ebd2-ee1c-000000002dda | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:29.728669 | 0.03s 2026-03-11 09:41:13.638380 | fa163ebd-9f3e-ebd2-ee1c-000000002ddc | TASK | Update container configs with new config hashes 2026-03-11 09:41:13.700354 | fa163ebd-9f3e-ebd2-ee1c-000000002ddc | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:41:13.701754 | fa163ebd-9f3e-ebd2-ee1c-000000002ddc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:29.826187 | 0.06s 2026-03-11 09:41:13.735395 | fa163ebd-9f3e-ebd2-ee1c-000000002ddd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:41:13.797407 | fa163ebd-9f3e-ebd2-ee1c-000000002ddd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:29.921829 | 0.06s 2026-03-11 09:41:13.824770 | 89682427-c572-403f-a811-c44fc6a6e4a7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:41:13.863483 | fa163ebd-9f3e-ebd2-ee1c-000000002e21 | TASK | Gather podman infos 2026-03-11 09:41:14.441560 | fa163ebd-9f3e-ebd2-ee1c-000000002e21 | OK | Gather podman infos | standalone 2026-03-11 09:41:14.442910 | fa163ebd-9f3e-ebd2-ee1c-000000002e21 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:30.567309 | 0.58s 2026-03-11 09:41:14.472725 | fa163ebd-9f3e-ebd2-ee1c-000000002e22 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:41:14.538350 | fa163ebd-9f3e-ebd2-ee1c-000000002e22 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:41:14.539642 | fa163ebd-9f3e-ebd2-ee1c-000000002e22 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:30.664077 | 0.07s 2026-03-11 09:41:14.564775 | fa163ebd-9f3e-ebd2-ee1c-000000002dde | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:41:14.618234 | fa163ebd-9f3e-ebd2-ee1c-000000002dde | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:16:30.742657 | 0.05s 2026-03-11 09:41:14.635964 | ba3db009-e086-4186-9882-e4cec0584fbe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:41:14.670085 | fa163ebd-9f3e-ebd2-ee1c-000000002e4b | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:41:46.903599 | fa163ebd-9f3e-ebd2-ee1c-000000002e4b | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:41:46.905631 | fa163ebd-9f3e-ebd2-ee1c-000000002e4b | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:17:03.030060 | 32.23s 2026-03-11 09:41:46.980857 | fa163ebd-9f3e-ebd2-ee1c-000000002e4c | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:41:47.065044 | fa163ebd-9f3e-ebd2-ee1c-000000002e4c | 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:41:47.066338 | fa163ebd-9f3e-ebd2-ee1c-000000002e4c | 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:17:03.190770 | 0.08s 2026-03-11 09:41:47.121387 | fa163ebd-9f3e-ebd2-ee1c-000000002d4c | TASK | Diff puppet-generated changes for check mode 2026-03-11 09:41:47.151547 | fa163ebd-9f3e-ebd2-ee1c-000000002d4c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 09:41:47.152803 | fa163ebd-9f3e-ebd2-ee1c-000000002d4c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:17:03.277236 | 0.03s 2026-03-11 09:41:47.181471 | fa163ebd-9f3e-ebd2-ee1c-000000002d4d | TASK | Diff puppet-generated changes for check mode 2026-03-11 09:41:47.219934 | fa163ebd-9f3e-ebd2-ee1c-000000002d4d | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 09:41:47.221234 | fa163ebd-9f3e-ebd2-ee1c-000000002d4d | TIMING | Diff puppet-generated changes for check mode | standalone | 0:17:03.345667 | 0.04s 2026-03-11 09:41:47.254003 | fa163ebd-9f3e-ebd2-ee1c-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-11 09:41:47.282236 | fa163ebd-9f3e-ebd2-ee1c-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:17:03.406659 | 0.03s 2026-03-11 09:41:47.349344 | fa163ebd-9f3e-ebd2-ee1c-000000002ea1 | TASK | Gather variables for each operating system 2026-03-11 09:41:47.472357 | fa163ebd-9f3e-ebd2-ee1c-000000002ea1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:03.596780 | 0.12s 2026-03-11 09:41:47.501463 | fa163ebd-9f3e-ebd2-ee1c-000000002ea2 | TASK | Create container logs path 2026-03-11 09:41:47.772184 | fa163ebd-9f3e-ebd2-ee1c-000000002ea2 | OK | Create container logs path | standalone 2026-03-11 09:41:47.773509 | fa163ebd-9f3e-ebd2-ee1c-000000002ea2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:03.897944 | 0.27s 2026-03-11 09:41:47.804954 | fa163ebd-9f3e-ebd2-ee1c-000000002ea4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:41:48.060553 | fa163ebd-9f3e-ebd2-ee1c-000000002ea4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 09:41:48.061358 | fa163ebd-9f3e-ebd2-ee1c-000000002ea4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:17:04.185800 | 0.26s 2026-03-11 09:41:48.080730 | fa163ebd-9f3e-ebd2-ee1c-000000002ea5 | TASK | Finalise hashes for all containers 2026-03-11 09:41:48.143613 | fa163ebd-9f3e-ebd2-ee1c-000000002ea5 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:41:48.144923 | fa163ebd-9f3e-ebd2-ee1c-000000002ea5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:04.269355 | 0.06s 2026-03-11 09:41:48.181618 | fa163ebd-9f3e-ebd2-ee1c-000000002ea7 | TASK | Manage systemd shutdown files 2026-03-11 09:41:48.213674 | fa163ebd-9f3e-ebd2-ee1c-000000002ea7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:04.338103 | 0.03s 2026-03-11 09:41:48.251029 | 2a49fe0e-4956-44ce-8abd-0b53e0e9d589 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:41:48.279479 | fa163ebd-9f3e-ebd2-ee1c-000000002eda | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:41:48.521787 | fa163ebd-9f3e-ebd2-ee1c-000000002eda | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:41:48.522791 | fa163ebd-9f3e-ebd2-ee1c-000000002eda | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:04.647230 | 0.24s 2026-03-11 09:41:48.546514 | fa163ebd-9f3e-ebd2-ee1c-000000002edb | TASK | Set podman_drop_in fact 2026-03-11 09:41:48.603948 | fa163ebd-9f3e-ebd2-ee1c-000000002edb | OK | Set podman_drop_in fact | standalone 2026-03-11 09:41:48.605163 | fa163ebd-9f3e-ebd2-ee1c-000000002edb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:04.729598 | 0.06s 2026-03-11 09:41:48.634337 | fa163ebd-9f3e-ebd2-ee1c-000000002edd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:41:49.139898 | fa163ebd-9f3e-ebd2-ee1c-000000002edd | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:41:49.142158 | fa163ebd-9f3e-ebd2-ee1c-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:05.266595 | 0.51s 2026-03-11 09:41:49.563749 | fa163ebd-9f3e-ebd2-ee1c-000000002edd | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:41:49.564904 | fa163ebd-9f3e-ebd2-ee1c-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:05.689309 | 0.93s 2026-03-11 09:41:49.572084 | fa163ebd-9f3e-ebd2-ee1c-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:05.696512 | 0.94s 2026-03-11 09:41:49.602589 | fa163ebd-9f3e-ebd2-ee1c-000000002ede | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:41:50.054847 | fa163ebd-9f3e-ebd2-ee1c-000000002ede | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:41:50.056296 | fa163ebd-9f3e-ebd2-ee1c-000000002ede | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:06.180730 | 0.45s 2026-03-11 09:41:50.086535 | fa163ebd-9f3e-ebd2-ee1c-000000002edf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:41:50.603588 | fa163ebd-9f3e-ebd2-ee1c-000000002edf | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:41:50.605000 | fa163ebd-9f3e-ebd2-ee1c-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:06.729432 | 0.52s 2026-03-11 09:41:50.634361 | fa163ebd-9f3e-ebd2-ee1c-000000002ee0 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:41:51.592423 | fa163ebd-9f3e-ebd2-ee1c-000000002ee0 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:41:51.594679 | fa163ebd-9f3e-ebd2-ee1c-000000002ee0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:07.719112 | 0.96s 2026-03-11 09:41:51.625328 | fa163ebd-9f3e-ebd2-ee1c-000000002ee1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:41:52.127376 | fa163ebd-9f3e-ebd2-ee1c-000000002ee1 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:41:52.128745 | fa163ebd-9f3e-ebd2-ee1c-000000002ee1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:08.253147 | 0.50s 2026-03-11 09:41:52.158051 | fa163ebd-9f3e-ebd2-ee1c-000000002ee2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:41:52.683723 | fa163ebd-9f3e-ebd2-ee1c-000000002ee2 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:41:52.685206 | fa163ebd-9f3e-ebd2-ee1c-000000002ee2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:08.809640 | 0.53s 2026-03-11 09:41:52.716237 | fa163ebd-9f3e-ebd2-ee1c-000000002ee3 | TASK | Enable and start netns-placeholder 2026-03-11 09:41:53.692431 | fa163ebd-9f3e-ebd2-ee1c-000000002ee3 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:41:53.694354 | fa163ebd-9f3e-ebd2-ee1c-000000002ee3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:09.818788 | 0.98s 2026-03-11 09:41:53.725134 | fa163ebd-9f3e-ebd2-ee1c-000000002ea9 | TASK | Update container configs with new config hashes 2026-03-11 09:41:53.786188 | fa163ebd-9f3e-ebd2-ee1c-000000002ea9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:09.910614 | 0.06s 2026-03-11 09:41:53.808283 | 760de613-ff2e-41a4-bae1-f9b858c78051 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:41:53.842545 | fa163ebd-9f3e-ebd2-ee1c-000000002f0b | TASK | Update config hashes for container startup configs 2026-03-11 09:41:54.162151 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-11 09:41:54.163459 | | WARNING | Config change detected for mysql_bootstrap, new hash: d4caf89e177fd89c1319baf4eac8b04a 2026-03-11 09:41:54.164027 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 94e70f24a87f2eb109c68f362d5f2477 2026-03-11 09:41:54.164673 | | WARNING | Config change detected for redis_tls_proxy, new hash: 407b56739aab2a024e302d37bfa24a8e 2026-03-11 09:41:54.165321 | | WARNING | Config change detected for clustercheck, new hash: 70d235b9bb5c8e357910befcb4773149 2026-03-11 09:41:54.165976 | | WARNING | Config change detected for horizon_fix_perms, new hash: d668671e44b7b24ee6048bf176f018e9 2026-03-11 09:41:54.166525 | | WARNING | Config change detected for mysql_wait_bundle, new hash: d4caf89e177fd89c1319baf4eac8b04a 2026-03-11 09:41:54.167151 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.167706 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.168243 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.168823 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.169423 | | WARNING | Config change detected for aodh_db_sync, new hash: 3399a8f41d47c3ac87bb3eeb08bc2254 2026-03-11 09:41:54.169991 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 27d9f6ce2e955295378d46f85441cf90 2026-03-11 09:41:54.170541 | | WARNING | Config change detected for glance_api_db_sync, new hash: 4ad92b234d850dbb9a41268936fcc683-7df276b67cb99f98334802c8894d7445 2026-03-11 09:41:54.171173 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 4103fa5470194e592a1b70acd8a8b71b 2026-03-11 09:41:54.171662 | | WARNING | Config change detected for horizon, new hash: d668671e44b7b24ee6048bf176f018e9 2026-03-11 09:41:54.172293 | | WARNING | Config change detected for iscsid, new hash: 7df276b67cb99f98334802c8894d7445 2026-03-11 09:41:54.172844 | | WARNING | Config change detected for keystone, new hash: 2d507d1bda873f958cea06af0b2ccbda 2026-03-11 09:41:54.173434 | | WARNING | Config change detected for keystone_cron, new hash: 2d507d1bda873f958cea06af0b2ccbda 2026-03-11 09:41:54.174002 | | WARNING | Config change detected for keystone_db_sync, new hash: 2d507d1bda873f958cea06af0b2ccbda 2026-03-11 09:41:54.174540 | | WARNING | Config change detected for manila_api_db_sync, new hash: a42574053858dc57ef0c7b06458e0837 2026-03-11 09:41:54.175145 | | WARNING | Config change detected for neutron_db_sync, new hash: 4e3a0605e42cf29c88fde9e03fa36e72 2026-03-11 09:41:54.175687 | | WARNING | Config change detected for nova_api_db_sync, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.176264 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.176908 | | WARNING | Config change detected for nova_db_sync, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.177551 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.178139 | | WARNING | Config change detected for nova_virtnodedevd, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.178669 | | WARNING | Config change detected for nova_virtproxyd, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.179237 | | WARNING | Config change detected for nova_virtqemud, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.179829 | | WARNING | Config change detected for nova_virtsecretd, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.180404 | | WARNING | Config change detected for nova_virtstoraged, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.180954 | | WARNING | Config change detected for octavia_db_sync, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.181436 | | WARNING | Config change detected for placement_api_db_sync, new hash: 95eb66db2707e1ae0a00a6ca8e99d999 2026-03-11 09:41:54.182042 | | WARNING | Config change detected for swift_copy_rings, new hash: 12a19c499843f3deaa819281ee27f5cd-f866f3a97a2374ed2e88c15f98cc714f 2026-03-11 09:41:54.182535 | | WARNING | Config change detected for aodh_api, new hash: 3399a8f41d47c3ac87bb3eeb08bc2254 2026-03-11 09:41:54.183182 | | WARNING | Config change detected for aodh_api_cron, new hash: 3399a8f41d47c3ac87bb3eeb08bc2254 2026-03-11 09:41:54.183769 | | WARNING | Config change detected for aodh_evaluator, new hash: 3399a8f41d47c3ac87bb3eeb08bc2254 2026-03-11 09:41:54.184341 | | WARNING | Config change detected for aodh_listener, new hash: 3399a8f41d47c3ac87bb3eeb08bc2254 2026-03-11 09:41:54.184891 | | WARNING | Config change detected for aodh_notifier, new hash: 3399a8f41d47c3ac87bb3eeb08bc2254 2026-03-11 09:41:54.185552 | | WARNING | Config change detected for ceilometer_agent_central, new hash: af7e99e5f12f6a7dec3e00acf10f8e3a 2026-03-11 09:41:54.186126 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: af7e99e5f12f6a7dec3e00acf10f8e3a 2026-03-11 09:41:54.186602 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: af7e99e5f12f6a7dec3e00acf10f8e3a 2026-03-11 09:41:54.187251 | | WARNING | Config change detected for cinder_api, new hash: 27d9f6ce2e955295378d46f85441cf90 2026-03-11 09:41:54.187730 | | WARNING | Config change detected for cinder_api_cron, new hash: 27d9f6ce2e955295378d46f85441cf90 2026-03-11 09:41:54.188286 | | WARNING | Config change detected for cinder_scheduler, new hash: 27d9f6ce2e955295378d46f85441cf90 2026-03-11 09:41:54.188857 | | WARNING | Config change detected for glance_api, new hash: 4ad92b234d850dbb9a41268936fcc683-7df276b67cb99f98334802c8894d7445 2026-03-11 09:41:54.189417 | | WARNING | Config change detected for glance_api_cron, new hash: 4ad92b234d850dbb9a41268936fcc683 2026-03-11 09:41:54.189967 | | WARNING | Config change detected for glance_api_internal, new hash: 3e75745444bcae0008dfbb3bba199386-7df276b67cb99f98334802c8894d7445 2026-03-11 09:41:54.190460 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 3e75745444bcae0008dfbb3bba199386 2026-03-11 09:41:54.191055 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 4ad92b234d850dbb9a41268936fcc683 2026-03-11 09:41:54.191625 | | WARNING | Config change detected for heat_api, new hash: e58382c4b0605e4462852380b7cc0cab 2026-03-11 09:41:54.192203 | | WARNING | Config change detected for heat_api_cfn, new hash: cb7860e94fd53839332cf1c5297279d6 2026-03-11 09:41:54.192747 | | WARNING | Config change detected for heat_api_cron, new hash: e58382c4b0605e4462852380b7cc0cab 2026-03-11 09:41:54.193267 | | WARNING | Config change detected for heat_engine, new hash: 4103fa5470194e592a1b70acd8a8b71b 2026-03-11 09:41:54.193847 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-11 09:41:54.194412 | | WARNING | Config change detected for manila_api, new hash: a42574053858dc57ef0c7b06458e0837 2026-03-11 09:41:54.195076 | | WARNING | Config change detected for manila_api_cron, new hash: a42574053858dc57ef0c7b06458e0837 2026-03-11 09:41:54.195633 | | WARNING | Config change detected for manila_scheduler, new hash: a42574053858dc57ef0c7b06458e0837 2026-03-11 09:41:54.196227 | | WARNING | Config change detected for neutron_api, new hash: 4e3a0605e42cf29c88fde9e03fa36e72 2026-03-11 09:41:54.196712 | | WARNING | Config change detected for neutron_dhcp, new hash: 4e3a0605e42cf29c88fde9e03fa36e72 2026-03-11 09:41:54.197346 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 4e3a0605e42cf29c88fde9e03fa36e72 2026-03-11 09:41:54.197915 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 4e3a0605e42cf29c88fde9e03fa36e72 2026-03-11 09:41:54.198470 | | WARNING | Config change detected for nova_api, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.199042 | | WARNING | Config change detected for nova_api_cron, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.199623 | | WARNING | Config change detected for nova_conductor, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.200368 | | WARNING | Config change detected for nova_metadata, new hash: e29c10886d845d0c0d6232ced17fcf58 2026-03-11 09:41:54.200937 | | WARNING | Config change detected for nova_migration_target, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.201486 | | WARNING | Config change detected for nova_scheduler, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.202112 | | WARNING | Config change detected for nova_vnc_proxy, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.202616 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: d17827f7a44acdf429d78262b35d22a6 2026-03-11 09:41:54.203270 | | WARNING | Config change detected for octavia_api, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.203895 | | WARNING | Config change detected for octavia_driver_agent, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.204434 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 4e3a0605e42cf29c88fde9e03fa36e72 2026-03-11 09:41:54.204991 | | WARNING | Config change detected for placement_api, new hash: 95eb66db2707e1ae0a00a6ca8e99d999 2026-03-11 09:41:54.205522 | | WARNING | Config change detected for placement_wait_for_service, new hash: 95eb66db2707e1ae0a00a6ca8e99d999 2026-03-11 09:41:54.206110 | | WARNING | Config change detected for swift_account_reaper, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.206637 | | WARNING | Config change detected for swift_account_server, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.207251 | | WARNING | Config change detected for swift_container_server, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.207794 | | WARNING | Config change detected for swift_container_updater, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.208364 | | WARNING | Config change detected for swift_object_expirer, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.208841 | | WARNING | Config change detected for swift_object_server, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.209457 | | WARNING | Config change detected for swift_object_updater, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.210009 | | WARNING | Config change detected for swift_proxy, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.210589 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 12a19c499843f3deaa819281ee27f5cd 2026-03-11 09:41:54.211194 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: af7e99e5f12f6a7dec3e00acf10f8e3a 2026-03-11 09:41:54.211660 | | WARNING | Config change detected for gnocchi_api, new hash: 626ce0f6ae934f90ae6f8d103d0cbba9 2026-03-11 09:41:54.212022 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 626ce0f6ae934f90ae6f8d103d0cbba9 2026-03-11 09:41:54.212375 | | WARNING | Config change detected for gnocchi_metricd, new hash: 626ce0f6ae934f90ae6f8d103d0cbba9 2026-03-11 09:41:54.212720 | | WARNING | Config change detected for gnocchi_statsd, new hash: 626ce0f6ae934f90ae6f8d103d0cbba9 2026-03-11 09:41:54.213103 | | WARNING | Config change detected for nova_compute, new hash: 7df276b67cb99f98334802c8894d7445-d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.213439 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: d07e6c9ab51088599c6cdb369e440ada 2026-03-11 09:41:54.213787 | | WARNING | Config change detected for octavia_health_manager, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.214153 | | WARNING | Config change detected for octavia_housekeeping, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.214490 | | WARNING | Config change detected for octavia_rsyslog, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.214855 | | WARNING | Config change detected for octavia_worker, new hash: f5beef87605bbfa63849b0461e013c84 2026-03-11 09:41:54.215257 | fa163ebd-9f3e-ebd2-ee1c-000000002f0b | CHANGED | Update config hashes for container startup configs | standalone 2026-03-11 09:41:54.215913 | fa163ebd-9f3e-ebd2-ee1c-000000002f0b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:10.340351 | 0.37s 2026-03-11 09:41:54.240440 | fa163ebd-9f3e-ebd2-ee1c-000000002eaa | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:41:54.299048 | fa163ebd-9f3e-ebd2-ee1c-000000002eaa | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:17:10.423473 | 0.06s 2026-03-11 09:41:54.324123 | 00c72add-fe9b-4bc5-a692-e818286b2d09 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:41:54.362896 | fa163ebd-9f3e-ebd2-ee1c-000000002f2a | TASK | Gather podman infos 2026-03-11 09:41:55.228181 | fa163ebd-9f3e-ebd2-ee1c-000000002f2a | OK | Gather podman infos | standalone 2026-03-11 09:41:55.229665 | fa163ebd-9f3e-ebd2-ee1c-000000002f2a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:11.354098 | 0.87s 2026-03-11 09:41:55.288654 | fa163ebd-9f3e-ebd2-ee1c-000000002f2b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:41:55.367753 | fa163ebd-9f3e-ebd2-ee1c-000000002f2b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:17:11.492155 | 0.08s 2026-03-11 09:41:55.490129 | fa163ebd-9f3e-ebd2-ee1c-000000002f74 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:11.614538 | 0.05s 2026-03-11 09:41:55.555479 | fa163ebd-9f3e-ebd2-ee1c-000000002eab | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:41:55.620740 | fa163ebd-9f3e-ebd2-ee1c-000000002eab | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:17:11.745150 | 0.06s 2026-03-11 09:41:55.639452 | a12d53a8-eb7b-4289-b78e-8f983981f360 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:41:55.676136 | fa163ebd-9f3e-ebd2-ee1c-000000002f9a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:42:03.695191 | fa163ebd-9f3e-ebd2-ee1c-000000002f9a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 09:42:03.697043 | fa163ebd-9f3e-ebd2-ee1c-000000002f9a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:17:19.821472 | 8.02s 2026-03-11 09:42:03.729179 | fa163ebd-9f3e-ebd2-ee1c-000000002f9b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 09:42:08.167214 | fa163ebd-9f3e-ebd2-ee1c-000000002f9b | 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:42:08.170770 | fa163ebd-9f3e-ebd2-ee1c-000000002f9b | 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:17:24.295199 | 4.44s 2026-03-11 09:42:08.245963 | fa163ebd-9f3e-ebd2-ee1c-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-11 09:42:08.502496 | fa163ebd-9f3e-ebd2-ee1c-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-11 09:42:08.503836 | fa163ebd-9f3e-ebd2-ee1c-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:17:24.628271 | 0.26s 2026-03-11 09:42:08.550497 | fa163ebd-9f3e-ebd2-ee1c-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-11 09:42:08.601163 | fa163ebd-9f3e-ebd2-ee1c-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:17:24.725589 | 0.05s 2026-03-11 09:42:08.632614 | fa163ebd-9f3e-ebd2-ee1c-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-11 09:42:08.677406 | fa163ebd-9f3e-ebd2-ee1c-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:17:24.801832 | 0.04s 2026-03-11 09:42:08.706227 | db612e50-2bf5-4b3f-a628-d177dd50926a | INCLUDED | /root/standalone-ansible-oi4kq9f5/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:42:08.755943 | fa163ebd-9f3e-ebd2-ee1c-000000002fe6 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-11 09:42:09.254115 | fa163ebd-9f3e-ebd2-ee1c-000000002fe6 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-11 09:42:09.256427 | fa163ebd-9f3e-ebd2-ee1c-000000002fe6 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:17:25.380857 | 0.50s 2026-03-11 09:42:09.287432 | fa163ebd-9f3e-ebd2-ee1c-000000002fe8 | TASK | Generate container puppet configs for step 1 2026-03-11 09:42:09.575333 | fa163ebd-9f3e-ebd2-ee1c-000000002fe8 | OK | Generate container puppet configs for step 1 | standalone 2026-03-11 09:42:09.577805 | fa163ebd-9f3e-ebd2-ee1c-000000002fe8 | TIMING | Generate container puppet configs for step 1 | standalone | 0:17:25.702238 | 0.29s 2026-03-11 09:42:09.609182 | fa163ebd-9f3e-ebd2-ee1c-000000002fe9 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-11 09:42:09.639631 | fa163ebd-9f3e-ebd2-ee1c-000000002fe9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:17:25.764061 | 0.03s 2026-03-11 09:42:09.707946 | fa163ebd-9f3e-ebd2-ee1c-000000002dd4 | TASK | Gather variables for each operating system 2026-03-11 09:42:09.835920 | fa163ebd-9f3e-ebd2-ee1c-000000002dd4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:25.960303 | 0.13s 2026-03-11 09:42:09.866521 | fa163ebd-9f3e-ebd2-ee1c-000000002dd5 | TASK | Create container logs path 2026-03-11 09:42:10.115793 | fa163ebd-9f3e-ebd2-ee1c-000000002dd5 | OK | Create container logs path | standalone 2026-03-11 09:42:10.117508 | fa163ebd-9f3e-ebd2-ee1c-000000002dd5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:26.241936 | 0.25s 2026-03-11 09:42:10.152499 | fa163ebd-9f3e-ebd2-ee1c-000000002dd7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:42:10.425179 | fa163ebd-9f3e-ebd2-ee1c-000000002dd7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:42:10.426675 | fa163ebd-9f3e-ebd2-ee1c-000000002dd7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:17:26.551109 | 0.27s 2026-03-11 09:42:10.457772 | fa163ebd-9f3e-ebd2-ee1c-000000002dd8 | TASK | Finalise hashes for all containers 2026-03-11 09:42:10.509461 | fa163ebd-9f3e-ebd2-ee1c-000000002dd8 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:42:10.510705 | fa163ebd-9f3e-ebd2-ee1c-000000002dd8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:26.635141 | 0.05s 2026-03-11 09:42:10.542019 | fa163ebd-9f3e-ebd2-ee1c-000000002dda | TASK | Manage systemd shutdown files 2026-03-11 09:42:10.574145 | fa163ebd-9f3e-ebd2-ee1c-000000002dda | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:42:10.575514 | fa163ebd-9f3e-ebd2-ee1c-000000002dda | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:26.699946 | 0.03s 2026-03-11 09:42:10.607650 | fa163ebd-9f3e-ebd2-ee1c-000000002ddc | TASK | Update container configs with new config hashes 2026-03-11 09:42:10.660280 | fa163ebd-9f3e-ebd2-ee1c-000000002ddc | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:42:10.662002 | fa163ebd-9f3e-ebd2-ee1c-000000002ddc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:26.786425 | 0.05s 2026-03-11 09:42:10.696753 | fa163ebd-9f3e-ebd2-ee1c-000000002ddd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:42:10.749380 | fa163ebd-9f3e-ebd2-ee1c-000000002ddd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:42:10.750690 | fa163ebd-9f3e-ebd2-ee1c-000000002ddd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:17:26.875123 | 0.05s 2026-03-11 09:42:10.783329 | fa163ebd-9f3e-ebd2-ee1c-000000002dde | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 09:42:10.836409 | fa163ebd-9f3e-ebd2-ee1c-000000002dde | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 09:42:10.837679 | fa163ebd-9f3e-ebd2-ee1c-000000002dde | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:17:26.962113 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-11 09:42:11.022955 | fa163ebd-9f3e-ebd2-ee1c-0000000000c6 | TASK | External deployment step 2 2026-03-11 09:42:11.053067 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000c6') missing from stats 2026-03-11 09:42:11.112565 | fa163ebd-9f3e-ebd2-ee1c-0000000000c7 | TIMING | include_tasks | undercloud | 0:17:27.236987 | 0.04s 2026-03-11 09:42:11.120779 | 6866df08-9fb6-4438-a47c-c555044cdaa8 | INCLUDED | /root/standalone-ansible-oi4kq9f5/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-11 09:42:11.262122 | fa163ebd-9f3e-ebd2-ee1c-0000000000ca | TASK | Deploy step tasks for 2 2026-03-11 09:42:11.291331 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000ca') missing from stats 2026-03-11 09:42:11.310645 | fa163ebd-9f3e-ebd2-ee1c-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-11 09:42:11.751235 | fa163ebd-9f3e-ebd2-ee1c-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-11 09:42:11.752596 | fa163ebd-9f3e-ebd2-ee1c-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:17:27.877029 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:42:11.822030 | fa163ebd-9f3e-ebd2-ee1c-0000000000cc | TIMING | include_tasks | standalone | 0:17:27.946456 | 0.04s 2026-03-11 09:42:11.936479 | 0f4d16a5-c1c9-4439-aa0c-9ea3620c5291 | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-11 09:42:11.977087 | fa163ebd-9f3e-ebd2-ee1c-000000003077 | TASK | Push script 2026-03-11 09:42:12.502472 | fa163ebd-9f3e-ebd2-ee1c-000000003077 | CHANGED | Push script | standalone 2026-03-11 09:42:12.503842 | fa163ebd-9f3e-ebd2-ee1c-000000003077 | TIMING | Push script | standalone | 0:17:28.628276 | 0.53s 2026-03-11 09:42:12.533632 | fa163ebd-9f3e-ebd2-ee1c-000000003078 | TASK | Insert cronjob in root crontab 2026-03-11 09:42:12.983565 | fa163ebd-9f3e-ebd2-ee1c-000000003078 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-11 09:42:12.985018 | fa163ebd-9f3e-ebd2-ee1c-000000003078 | TIMING | Insert cronjob in root crontab | standalone | 0:17:29.109452 | 0.45s 2026-03-11 09:42:13.014461 | fa163ebd-9f3e-ebd2-ee1c-00000000307f | TASK | Gather variables for each operating system 2026-03-11 09:42:13.107724 | fa163ebd-9f3e-ebd2-ee1c-00000000307f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:29.232145 | 0.09s 2026-03-11 09:42:13.137989 | fa163ebd-9f3e-ebd2-ee1c-000000003080 | TASK | Detect if resource is being created or already exists 2026-03-11 09:42:13.863709 | fa163ebd-9f3e-ebd2-ee1c-000000003080 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:42:13.865535 | fa163ebd-9f3e-ebd2-ee1c-000000003080 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:29.989967 | 0.73s 2026-03-11 09:42:13.898740 | fa163ebd-9f3e-ebd2-ee1c-000000003081 | TASK | Run init bundle puppet on the host for haproxy 2026-03-11 09:44:02.348140 | fa163ebd-9f3e-ebd2-ee1c-000000003081 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-11 09:44:02.350020 | fa163ebd-9f3e-ebd2-ee1c-000000003081 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:19:18.474452 | 108.45s 2026-03-11 09:44:02.382330 | fa163ebd-9f3e-ebd2-ee1c-000000003082 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-11 09:44:02.649005 | fa163ebd-9f3e-ebd2-ee1c-000000003082 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-11 09:44:02.650725 | fa163ebd-9f3e-ebd2-ee1c-000000003082 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:19:18.775158 | 0.27s 2026-03-11 09:44:02.680669 | fa163ebd-9f3e-ebd2-ee1c-000000003083 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:44:03.297838 | fa163ebd-9f3e-ebd2-ee1c-000000003083 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:44:03.300419 | fa163ebd-9f3e-ebd2-ee1c-000000003083 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:19.424848 | 0.62s 2026-03-11 09:44:03.333008 | fa163ebd-9f3e-ebd2-ee1c-000000003084 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-11 09:44:03.581760 | fa163ebd-9f3e-ebd2-ee1c-000000003084 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-11 09:44:03.584472 | fa163ebd-9f3e-ebd2-ee1c-000000003084 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:19:19.708901 | 0.25s 2026-03-11 09:44:03.616789 | fa163ebd-9f3e-ebd2-ee1c-000000003086 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-11 09:44:03.684752 | fa163ebd-9f3e-ebd2-ee1c-000000003086 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-11 09:44:03.687316 | fa163ebd-9f3e-ebd2-ee1c-000000003086 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:19:19.811623 | 0.07s 2026-03-11 09:44:03.720146 | fa163ebd-9f3e-ebd2-ee1c-000000003087 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-11 09:44:03.790405 | fa163ebd-9f3e-ebd2-ee1c-000000003087 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-11 09:44:03.791430 | fa163ebd-9f3e-ebd2-ee1c-000000003087 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:19:19.915868 | 0.07s 2026-03-11 09:44:03.823204 | fa163ebd-9f3e-ebd2-ee1c-000000003088 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-11 09:44:03.885371 | fa163ebd-9f3e-ebd2-ee1c-000000003088 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-11 09:44:03.886849 | fa163ebd-9f3e-ebd2-ee1c-000000003088 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:19:20.011277 | 0.06s 2026-03-11 09:44:03.921646 | fa163ebd-9f3e-ebd2-ee1c-000000003089 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:44:03.974651 | fa163ebd-9f3e-ebd2-ee1c-000000003089 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:44:03.976062 | fa163ebd-9f3e-ebd2-ee1c-000000003089 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:20.100494 | 0.05s 2026-03-11 09:44:04.008865 | fa163ebd-9f3e-ebd2-ee1c-00000000308a | TASK | Remove update marker for bundle haproxy-bundle 2026-03-11 09:44:04.060351 | fa163ebd-9f3e-ebd2-ee1c-00000000308a | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-11 09:44:04.061685 | fa163ebd-9f3e-ebd2-ee1c-00000000308a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:19:20.186118 | 0.05s 2026-03-11 09:44:04.118665 | fa163ebd-9f3e-ebd2-ee1c-0000000030ab | TASK | Gather variables for each operating system 2026-03-11 09:44:04.242835 | fa163ebd-9f3e-ebd2-ee1c-0000000030ab | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:19:20.367256 | 0.12s 2026-03-11 09:44:04.274249 | fa163ebd-9f3e-ebd2-ee1c-0000000030ac | TASK | Detect if resource is being created or already exists 2026-03-11 09:44:04.999379 | fa163ebd-9f3e-ebd2-ee1c-0000000030ac | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:44:05.001111 | fa163ebd-9f3e-ebd2-ee1c-0000000030ac | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:19:21.125540 | 0.73s 2026-03-11 09:44:05.032578 | fa163ebd-9f3e-ebd2-ee1c-0000000030ad | TASK | Run init bundle puppet on the host for mysql 2026-03-11 09:44:34.163923 | fa163ebd-9f3e-ebd2-ee1c-0000000030ad | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-11 09:44:34.165220 | fa163ebd-9f3e-ebd2-ee1c-0000000030ad | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:19:50.289660 | 29.13s 2026-03-11 09:44:34.187426 | fa163ebd-9f3e-ebd2-ee1c-0000000030ae | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-11 09:44:34.459502 | fa163ebd-9f3e-ebd2-ee1c-0000000030ae | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-11 09:44:34.461040 | fa163ebd-9f3e-ebd2-ee1c-0000000030ae | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:19:50.585472 | 0.27s 2026-03-11 09:44:34.497967 | fa163ebd-9f3e-ebd2-ee1c-0000000030af | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:44:34.954524 | fa163ebd-9f3e-ebd2-ee1c-0000000030af | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:44:34.955380 | fa163ebd-9f3e-ebd2-ee1c-0000000030af | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:19:51.079821 | 0.46s 2026-03-11 09:44:34.980778 | fa163ebd-9f3e-ebd2-ee1c-0000000030b0 | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-11 09:44:35.179503 | fa163ebd-9f3e-ebd2-ee1c-0000000030b0 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-11 09:44:35.180613 | fa163ebd-9f3e-ebd2-ee1c-0000000030b0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:19:51.305053 | 0.20s 2026-03-11 09:44:35.205655 | fa163ebd-9f3e-ebd2-ee1c-0000000030b2 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-11 09:44:35.260104 | fa163ebd-9f3e-ebd2-ee1c-0000000030b2 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-11 09:44:35.261055 | fa163ebd-9f3e-ebd2-ee1c-0000000030b2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:19:51.385495 | 0.05s 2026-03-11 09:44:35.287373 | fa163ebd-9f3e-ebd2-ee1c-0000000030b3 | TASK | Get container image tag from bundle galera-bundle 2026-03-11 09:44:35.341222 | fa163ebd-9f3e-ebd2-ee1c-0000000030b3 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-11 09:44:35.342288 | fa163ebd-9f3e-ebd2-ee1c-0000000030b3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:19:51.466729 | 0.05s 2026-03-11 09:44:35.367230 | fa163ebd-9f3e-ebd2-ee1c-0000000030b4 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-11 09:44:35.415386 | fa163ebd-9f3e-ebd2-ee1c-0000000030b4 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-11 09:44:35.416037 | fa163ebd-9f3e-ebd2-ee1c-0000000030b4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:19:51.540480 | 0.05s 2026-03-11 09:44:35.447352 | fa163ebd-9f3e-ebd2-ee1c-0000000030b5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:44:35.500545 | fa163ebd-9f3e-ebd2-ee1c-0000000030b5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:44:35.503087 | fa163ebd-9f3e-ebd2-ee1c-0000000030b5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:19:51.627518 | 0.05s 2026-03-11 09:44:35.538251 | fa163ebd-9f3e-ebd2-ee1c-0000000030b6 | TASK | Remove update marker for bundle galera-bundle 2026-03-11 09:44:35.590648 | fa163ebd-9f3e-ebd2-ee1c-0000000030b6 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-11 09:44:35.592534 | fa163ebd-9f3e-ebd2-ee1c-0000000030b6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:19:51.716973 | 0.05s 2026-03-11 09:44:35.636637 | fa163ebd-9f3e-ebd2-ee1c-0000000030d7 | TASK | Gather variables for each operating system 2026-03-11 09:44:35.726660 | fa163ebd-9f3e-ebd2-ee1c-0000000030d7 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:19:51.851090 | 0.09s 2026-03-11 09:44:35.751123 | fa163ebd-9f3e-ebd2-ee1c-0000000030d8 | TASK | Detect if resource is being created or already exists 2026-03-11 09:44:36.505707 | fa163ebd-9f3e-ebd2-ee1c-0000000030d8 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:44:36.508488 | fa163ebd-9f3e-ebd2-ee1c-0000000030d8 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:19:52.632921 | 0.76s 2026-03-11 09:44:36.540621 | fa163ebd-9f3e-ebd2-ee1c-0000000030d9 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-11 09:45:04.912358 | fa163ebd-9f3e-ebd2-ee1c-0000000030d9 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-11 09:45:04.914657 | fa163ebd-9f3e-ebd2-ee1c-0000000030d9 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:20:21.039089 | 28.37s 2026-03-11 09:45:04.954461 | fa163ebd-9f3e-ebd2-ee1c-0000000030da | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-11 09:45:05.220500 | fa163ebd-9f3e-ebd2-ee1c-0000000030da | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-11 09:45:05.221860 | fa163ebd-9f3e-ebd2-ee1c-0000000030da | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:20:21.346294 | 0.27s 2026-03-11 09:45:05.252593 | fa163ebd-9f3e-ebd2-ee1c-0000000030db | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:45:05.791451 | fa163ebd-9f3e-ebd2-ee1c-0000000030db | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:45:05.792462 | fa163ebd-9f3e-ebd2-ee1c-0000000030db | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:20:21.916902 | 0.54s 2026-03-11 09:45:05.824718 | fa163ebd-9f3e-ebd2-ee1c-0000000030dc | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-11 09:45:06.057554 | fa163ebd-9f3e-ebd2-ee1c-0000000030dc | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-11 09:45:06.060741 | fa163ebd-9f3e-ebd2-ee1c-0000000030dc | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:20:22.185167 | 0.23s 2026-03-11 09:45:06.094812 | fa163ebd-9f3e-ebd2-ee1c-0000000030de | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-11 09:45:06.135809 | fa163ebd-9f3e-ebd2-ee1c-0000000030de | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-11 09:45:06.138367 | fa163ebd-9f3e-ebd2-ee1c-0000000030de | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:20:22.262799 | 0.04s 2026-03-11 09:45:06.170122 | fa163ebd-9f3e-ebd2-ee1c-0000000030df | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-11 09:45:06.211939 | fa163ebd-9f3e-ebd2-ee1c-0000000030df | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-11 09:45:06.214537 | fa163ebd-9f3e-ebd2-ee1c-0000000030df | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:20:22.338970 | 0.04s 2026-03-11 09:45:06.247389 | fa163ebd-9f3e-ebd2-ee1c-0000000030e0 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-11 09:45:06.302119 | fa163ebd-9f3e-ebd2-ee1c-0000000030e0 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-11 09:45:06.304175 | fa163ebd-9f3e-ebd2-ee1c-0000000030e0 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:20:22.428597 | 0.05s 2026-03-11 09:45:06.339583 | fa163ebd-9f3e-ebd2-ee1c-0000000030e1 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:45:06.384798 | fa163ebd-9f3e-ebd2-ee1c-0000000030e1 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:45:06.386053 | fa163ebd-9f3e-ebd2-ee1c-0000000030e1 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:20:22.510491 | 0.04s 2026-03-11 09:45:06.410096 | fa163ebd-9f3e-ebd2-ee1c-0000000030e2 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-11 09:45:06.470352 | fa163ebd-9f3e-ebd2-ee1c-0000000030e2 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-11 09:45:06.471303 | fa163ebd-9f3e-ebd2-ee1c-0000000030e2 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:20:22.595742 | 0.06s 2026-03-11 09:45:06.528567 | fa163ebd-9f3e-ebd2-ee1c-000000003103 | TASK | Gather variables for each operating system 2026-03-11 09:45:06.647931 | fa163ebd-9f3e-ebd2-ee1c-000000003103 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:20:22.772350 | 0.12s 2026-03-11 09:45:06.681030 | fa163ebd-9f3e-ebd2-ee1c-000000003104 | TASK | Detect if resource is being created or already exists 2026-03-11 09:45:07.430896 | fa163ebd-9f3e-ebd2-ee1c-000000003104 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:45:07.431744 | fa163ebd-9f3e-ebd2-ee1c-000000003104 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:20:23.556188 | 0.75s 2026-03-11 09:45:07.451769 | fa163ebd-9f3e-ebd2-ee1c-000000003105 | TASK | Run init bundle puppet on the host for redis 2026-03-11 09:45:35.351395 | fa163ebd-9f3e-ebd2-ee1c-000000003105 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-11 09:45:35.353851 | fa163ebd-9f3e-ebd2-ee1c-000000003105 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:20:51.478275 | 27.90s 2026-03-11 09:45:35.384739 | fa163ebd-9f3e-ebd2-ee1c-000000003106 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-11 09:45:35.652236 | fa163ebd-9f3e-ebd2-ee1c-000000003106 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-11 09:45:35.654705 | fa163ebd-9f3e-ebd2-ee1c-000000003106 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:20:51.779137 | 0.27s 2026-03-11 09:45:35.685289 | fa163ebd-9f3e-ebd2-ee1c-000000003107 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:45:36.130956 | fa163ebd-9f3e-ebd2-ee1c-000000003107 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:45:36.133865 | fa163ebd-9f3e-ebd2-ee1c-000000003107 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:20:52.258292 | 0.45s 2026-03-11 09:45:36.169950 | fa163ebd-9f3e-ebd2-ee1c-000000003108 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-11 09:45:36.409125 | fa163ebd-9f3e-ebd2-ee1c-000000003108 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-11 09:45:36.410590 | fa163ebd-9f3e-ebd2-ee1c-000000003108 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:20:52.535024 | 0.24s 2026-03-11 09:45:36.442972 | fa163ebd-9f3e-ebd2-ee1c-00000000310a | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-11 09:45:36.472833 | fa163ebd-9f3e-ebd2-ee1c-00000000310a | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-11 09:45:36.474092 | fa163ebd-9f3e-ebd2-ee1c-00000000310a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:20:52.598526 | 0.03s 2026-03-11 09:45:36.506464 | fa163ebd-9f3e-ebd2-ee1c-00000000310b | TASK | Get container image tag from bundle redis-bundle 2026-03-11 09:45:36.536316 | fa163ebd-9f3e-ebd2-ee1c-00000000310b | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-11 09:45:36.537776 | fa163ebd-9f3e-ebd2-ee1c-00000000310b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:20:52.662209 | 0.03s 2026-03-11 09:45:36.574765 | fa163ebd-9f3e-ebd2-ee1c-00000000310c | TASK | Compare tags between marker and bundle redis-bundle 2026-03-11 09:45:36.633010 | fa163ebd-9f3e-ebd2-ee1c-00000000310c | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-11 09:45:36.634492 | fa163ebd-9f3e-ebd2-ee1c-00000000310c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:20:52.758922 | 0.06s 2026-03-11 09:45:36.670952 | fa163ebd-9f3e-ebd2-ee1c-00000000310d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:45:36.723812 | fa163ebd-9f3e-ebd2-ee1c-00000000310d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:45:36.725333 | fa163ebd-9f3e-ebd2-ee1c-00000000310d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:20:52.849764 | 0.05s 2026-03-11 09:45:36.759369 | fa163ebd-9f3e-ebd2-ee1c-00000000310e | TASK | Remove update marker for bundle redis-bundle 2026-03-11 09:45:36.819080 | fa163ebd-9f3e-ebd2-ee1c-00000000310e | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-11 09:45:36.820420 | fa163ebd-9f3e-ebd2-ee1c-00000000310e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:20:52.944851 | 0.06s 2026-03-11 09:45:36.879740 | fa163ebd-9f3e-ebd2-ee1c-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-11 09:45:37.082533 | fa163ebd-9f3e-ebd2-ee1c-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-11 09:45:37.083984 | fa163ebd-9f3e-ebd2-ee1c-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:20:53.208418 | 0.20s 2026-03-11 09:45:37.173662 | fa163ebd-9f3e-ebd2-ee1c-0000000000cf | TIMING | include_tasks | standalone | 0:20:53.298077 | 0.06s 2026-03-11 09:45:37.214772 | 638c6f98-9a2f-43fe-9a67-fa8d2532de15 | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:45:37.241160 | fa163ebd-9f3e-ebd2-ee1c-0000000031a3 | TASK | Write the config_step hieradata 2026-03-11 09:45:37.702049 | fa163ebd-9f3e-ebd2-ee1c-0000000031a3 | OK | Write the config_step hieradata | standalone 2026-03-11 09:45:37.704132 | fa163ebd-9f3e-ebd2-ee1c-0000000031a3 | TIMING | Write the config_step hieradata | standalone | 0:20:53.828554 | 0.46s 2026-03-11 09:45:37.737845 | fa163ebd-9f3e-ebd2-ee1c-0000000031a4 | TASK | Run puppet host configuration for step 2 2026-03-11 09:45:38.056577 | fa163ebd-9f3e-ebd2-ee1c-0000000031a4 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-11 09:45:38.057642 | fa163ebd-9f3e-ebd2-ee1c-0000000031a4 | TIMING | Run puppet host configuration for step 2 | standalone | 0:20:54.182082 | 0.32s 2026-03-11 09:45:38.079380 | fa163ebd-9f3e-ebd2-ee1c-0000000031a5 | TASK | Wait for puppet host configuration to finish 2026-03-11 09:45:38.323165 | fa163ebd-9f3e-ebd2-ee1c-0000000031a5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:45:48.529631 | fa163ebd-9f3e-ebd2-ee1c-0000000031a5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:45:58.758909 | fa163ebd-9f3e-ebd2-ee1c-0000000031a5 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:45:58.760400 | fa163ebd-9f3e-ebd2-ee1c-0000000031a5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:21:14.884835 | 20.68s 2026-03-11 09:45:58.800134 | fa163ebd-9f3e-ebd2-ee1c-0000000031a6 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-11 09:45:58.887730 | fa163ebd-9f3e-ebd2-ee1c-0000000031a6 | 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:45:38 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:45:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:45:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:45:44 puppet-user: (file & line not available)", "<13>Mar 11 09:45:44 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:45:44 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:45:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:45:44 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Mar 11 09:45:50 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 09:45:53 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 09:45:55 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:45:55 puppet-user: Notice: Applied catalog in 10.20 seconds", "<13>Mar 11 09:45:55 puppet-user: Application:", "<13>Mar 11 09:45:55 puppet-user: Initial environment: production", "<13>Mar 11 09:45:55 puppet-user: Converged environment: production", "<13>Mar 11 09:45:55 puppet-user: Run mode: user", "<13>Mar 11 09:45:55 puppet-user: Changes:", "<13>Mar 11 09:45:55 puppet-user: Total: 2", "<13>Mar 11 09:45:55 puppet-user: Events:", "<13>Mar 11 09:45:55 puppet-user: Success: 2", "<13>Mar 11 09:45:55 puppet-user: Resources:", "<13>Mar 11 09:45:55 puppet-user: Changed: 2", "<13>Mar 11 09:45:55 puppet-user: Out of sync: 2", "<13>Mar 11 09:45:55 puppet-user: Total: 28", "<13>Mar 11 09:45:55 puppet-user: Time:", "<13>Mar 11 09:45:55 puppet-user: Schedule: 0.00", "<13>Mar 11 09:45:55 puppet-user: Package: 0.00", "<13>Mar 11 09:45:55 puppet-user: File line: 0.00", "<13>Mar 11 09:45:55 puppet-user: File: 0.00", "<13>Mar 11 09:45:55 puppet-user: Augeas: 0.01", "<13>Mar 11 09:45:55 puppet-user: User: 0.02", "<13>Mar 11 09:45:55 puppet-user: Service: 0.08", "<13>Mar 11 09:45:55 puppet-user: Config retrieval: 0.51", "<13>Mar 11 09:45:55 puppet-user: Pcmk property: 1.50", "<13>Mar 11 09:45:55 puppet-user: Exec: 1.99", "<13>Mar 11 09:45:55 puppet-user: Transaction evaluation: 10.19", "<13>Mar 11 09:45:55 puppet-user: Catalog application: 10.20", "<13>Mar 11 09:45:55 puppet-user: Last run: 1773222355", "<13>Mar 11 09:45:55 puppet-user: Pcmk resource default: 3.17", "<13>Mar 11 09:45:55 puppet-user: Pcmk resource op default: 3.19", "<13>Mar 11 09:45:55 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:45:55 puppet-user: Total: 10.20", "<13>Mar 11 09:45:55 puppet-user: Version:", "<13>Mar 11 09:45:55 puppet-user: Config: 1773222344", "<13>Mar 11 09:45:55 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:45:58.888600 | fa163ebd-9f3e-ebd2-ee1c-0000000031a6 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:21:15.013043 | 0.09s 2026-03-11 09:45:58.908744 | fa163ebd-9f3e-ebd2-ee1c-0000000031a7 | TASK | Pre-cache facts for puppet containers 2026-03-11 09:45:58.934953 | fa163ebd-9f3e-ebd2-ee1c-0000000031a7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:21:15.059389 | 0.03s 2026-03-11 09:45:58.995169 | fa163ebd-9f3e-ebd2-ee1c-0000000031e6 | TASK | Gather variables for each operating system 2026-03-11 09:45:59.119005 | fa163ebd-9f3e-ebd2-ee1c-0000000031e6 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:21:15.243423 | 0.12s 2026-03-11 09:45:59.149441 | fa163ebd-9f3e-ebd2-ee1c-0000000031e7 | TASK | Create puppet caching structures 2026-03-11 09:45:59.363811 | fa163ebd-9f3e-ebd2-ee1c-0000000031e7 | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:45:59.365730 | fa163ebd-9f3e-ebd2-ee1c-0000000031e7 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:21:15.490159 | 0.21s 2026-03-11 09:45:59.401636 | fa163ebd-9f3e-ebd2-ee1c-0000000031e8 | TASK | Check for facter.conf 2026-03-11 09:45:59.648546 | fa163ebd-9f3e-ebd2-ee1c-0000000031e8 | OK | Check for facter.conf | standalone 2026-03-11 09:45:59.650160 | fa163ebd-9f3e-ebd2-ee1c-0000000031e8 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:21:15.774593 | 0.25s 2026-03-11 09:45:59.682903 | fa163ebd-9f3e-ebd2-ee1c-0000000031e9 | TASK | Remove facter.conf if directory 2026-03-11 09:45:59.726603 | fa163ebd-9f3e-ebd2-ee1c-0000000031e9 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:45:59.727765 | fa163ebd-9f3e-ebd2-ee1c-0000000031e9 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:21:15.852198 | 0.04s 2026-03-11 09:45:59.759560 | fa163ebd-9f3e-ebd2-ee1c-0000000031ea | TASK | Write facter cache config 2026-03-11 09:46:00.261500 | fa163ebd-9f3e-ebd2-ee1c-0000000031ea | CHANGED | Write facter cache config | standalone 2026-03-11 09:46:00.262959 | fa163ebd-9f3e-ebd2-ee1c-0000000031ea | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:21:16.387392 | 0.50s 2026-03-11 09:46:00.293315 | fa163ebd-9f3e-ebd2-ee1c-0000000031eb | TASK | Cleanup facter cache if exists 2026-03-11 09:46:00.527097 | fa163ebd-9f3e-ebd2-ee1c-0000000031eb | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 09:46:00.528403 | fa163ebd-9f3e-ebd2-ee1c-0000000031eb | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:21:16.652837 | 0.23s 2026-03-11 09:46:00.556690 | fa163ebd-9f3e-ebd2-ee1c-0000000031ec | TASK | Pre-cache facts 2026-03-11 09:46:01.144898 | fa163ebd-9f3e-ebd2-ee1c-0000000031ec | CHANGED | Pre-cache facts | standalone 2026-03-11 09:46:01.146217 | fa163ebd-9f3e-ebd2-ee1c-0000000031ec | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:21:17.270645 | 0.59s 2026-03-11 09:46:01.177416 | fa163ebd-9f3e-ebd2-ee1c-0000000031ed | TASK | Failed deployment if facter fails 2026-03-11 09:46:01.212169 | fa163ebd-9f3e-ebd2-ee1c-0000000031ed | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:46:01.213451 | fa163ebd-9f3e-ebd2-ee1c-0000000031ed | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:21:17.337877 | 0.03s 2026-03-11 09:46:01.259533 | fa163ebd-9f3e-ebd2-ee1c-0000000031ee | TASK | Sync cached facts 2026-03-11 09:46:01.574801 | fa163ebd-9f3e-ebd2-ee1c-0000000031ee | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-0000000031ee') missing from stats 2026-03-11 09:46:01.632634 | fa163ebd-9f3e-ebd2-ee1c-0000000031a8 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:46:01.683591 | fa163ebd-9f3e-ebd2-ee1c-0000000031a8 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 09:46:01.685004 | fa163ebd-9f3e-ebd2-ee1c-0000000031a8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:21:17.809429 | 0.05s 2026-03-11 09:46:01.715964 | fa163ebd-9f3e-ebd2-ee1c-0000000031aa | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-11 09:46:01.744810 | fa163ebd-9f3e-ebd2-ee1c-0000000031aa | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:21:17.869240 | 0.03s 2026-03-11 09:46:01.811691 | fa163ebd-9f3e-ebd2-ee1c-000000003245 | TASK | Gather variables for each operating system 2026-03-11 09:46:01.966264 | fa163ebd-9f3e-ebd2-ee1c-000000003245 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:18.090687 | 0.15s 2026-03-11 09:46:01.995694 | fa163ebd-9f3e-ebd2-ee1c-000000003246 | TASK | Create container logs path 2026-03-11 09:46:02.263567 | fa163ebd-9f3e-ebd2-ee1c-000000003246 | OK | Create container logs path | standalone 2026-03-11 09:46:02.265186 | fa163ebd-9f3e-ebd2-ee1c-000000003246 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:18.389619 | 0.27s 2026-03-11 09:46:02.297674 | fa163ebd-9f3e-ebd2-ee1c-000000003248 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:46:02.574021 | fa163ebd-9f3e-ebd2-ee1c-000000003248 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 09:46:02.575268 | fa163ebd-9f3e-ebd2-ee1c-000000003248 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:21:18.699703 | 0.28s 2026-03-11 09:46:02.605691 | fa163ebd-9f3e-ebd2-ee1c-000000003249 | TASK | Finalise hashes for all containers 2026-03-11 09:46:02.678556 | fa163ebd-9f3e-ebd2-ee1c-000000003249 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:46:02.679698 | fa163ebd-9f3e-ebd2-ee1c-000000003249 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:18.804132 | 0.07s 2026-03-11 09:46:02.710468 | fa163ebd-9f3e-ebd2-ee1c-00000000324b | TASK | Manage systemd shutdown files 2026-03-11 09:46:02.744588 | fa163ebd-9f3e-ebd2-ee1c-00000000324b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:18.869012 | 0.03s 2026-03-11 09:46:02.780627 | e7b4c7c0-1e80-469f-81ee-fb3156503229 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:46:02.808638 | fa163ebd-9f3e-ebd2-ee1c-00000000327e | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:46:03.070670 | fa163ebd-9f3e-ebd2-ee1c-00000000327e | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:46:03.072197 | fa163ebd-9f3e-ebd2-ee1c-00000000327e | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:21:19.196629 | 0.26s 2026-03-11 09:46:03.101925 | fa163ebd-9f3e-ebd2-ee1c-00000000327f | TASK | Set podman_drop_in fact 2026-03-11 09:46:03.163505 | fa163ebd-9f3e-ebd2-ee1c-00000000327f | OK | Set podman_drop_in fact | standalone 2026-03-11 09:46:03.164490 | fa163ebd-9f3e-ebd2-ee1c-00000000327f | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:21:19.288930 | 0.06s 2026-03-11 09:46:03.187030 | fa163ebd-9f3e-ebd2-ee1c-000000003281 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:46:03.681036 | fa163ebd-9f3e-ebd2-ee1c-000000003281 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:46:03.683352 | fa163ebd-9f3e-ebd2-ee1c-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:19.807779 | 0.50s 2026-03-11 09:46:04.150344 | fa163ebd-9f3e-ebd2-ee1c-000000003281 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:46:04.152414 | fa163ebd-9f3e-ebd2-ee1c-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:20.276850 | 0.96s 2026-03-11 09:46:04.163524 | fa163ebd-9f3e-ebd2-ee1c-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:21:20.287947 | 0.98s 2026-03-11 09:46:04.199586 | fa163ebd-9f3e-ebd2-ee1c-000000003282 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:46:04.707536 | fa163ebd-9f3e-ebd2-ee1c-000000003282 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:46:04.708703 | fa163ebd-9f3e-ebd2-ee1c-000000003282 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:21:20.833142 | 0.51s 2026-03-11 09:46:04.732174 | fa163ebd-9f3e-ebd2-ee1c-000000003283 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:46:05.172521 | fa163ebd-9f3e-ebd2-ee1c-000000003283 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:46:05.173519 | fa163ebd-9f3e-ebd2-ee1c-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:21:21.297960 | 0.44s 2026-03-11 09:46:05.196287 | fa163ebd-9f3e-ebd2-ee1c-000000003284 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:46:05.891042 | fa163ebd-9f3e-ebd2-ee1c-000000003284 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:46:05.892992 | fa163ebd-9f3e-ebd2-ee1c-000000003284 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:21:22.017423 | 0.70s 2026-03-11 09:46:05.925661 | fa163ebd-9f3e-ebd2-ee1c-000000003285 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:46:06.446847 | fa163ebd-9f3e-ebd2-ee1c-000000003285 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:46:06.448182 | fa163ebd-9f3e-ebd2-ee1c-000000003285 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:21:22.572617 | 0.52s 2026-03-11 09:46:06.476955 | fa163ebd-9f3e-ebd2-ee1c-000000003286 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:46:06.993387 | fa163ebd-9f3e-ebd2-ee1c-000000003286 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:46:06.994182 | fa163ebd-9f3e-ebd2-ee1c-000000003286 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:21:23.118626 | 0.52s 2026-03-11 09:46:07.013428 | fa163ebd-9f3e-ebd2-ee1c-000000003287 | TASK | Enable and start netns-placeholder 2026-03-11 09:46:07.695997 | fa163ebd-9f3e-ebd2-ee1c-000000003287 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:46:07.698027 | fa163ebd-9f3e-ebd2-ee1c-000000003287 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:21:23.822460 | 0.68s 2026-03-11 09:46:07.732342 | fa163ebd-9f3e-ebd2-ee1c-00000000324d | TASK | Update container configs with new config hashes 2026-03-11 09:46:07.793940 | fa163ebd-9f3e-ebd2-ee1c-00000000324d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:23.918360 | 0.06s 2026-03-11 09:46:07.818129 | 3ee6ccc8-5bb6-4b8b-928c-fbf7b203c695 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:46:07.854164 | fa163ebd-9f3e-ebd2-ee1c-0000000032af | TASK | Update config hashes for container startup configs 2026-03-11 09:46:08.155635 | fa163ebd-9f3e-ebd2-ee1c-0000000032af | OK | Update config hashes for container startup configs | standalone 2026-03-11 09:46:08.157394 | fa163ebd-9f3e-ebd2-ee1c-0000000032af | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:21:24.281818 | 0.30s 2026-03-11 09:46:08.189638 | fa163ebd-9f3e-ebd2-ee1c-00000000324e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:46:08.229412 | fa163ebd-9f3e-ebd2-ee1c-00000000324e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:21:24.353831 | 0.04s 2026-03-11 09:46:08.253300 | 67e54e5c-d9f7-4326-8135-70e687ae8cb4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:46:08.283898 | fa163ebd-9f3e-ebd2-ee1c-0000000032ce | TASK | Gather podman infos 2026-03-11 09:46:09.235377 | fa163ebd-9f3e-ebd2-ee1c-0000000032ce | OK | Gather podman infos | standalone 2026-03-11 09:46:09.236134 | fa163ebd-9f3e-ebd2-ee1c-0000000032ce | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:25.360576 | 0.95s 2026-03-11 09:46:09.304529 | fa163ebd-9f3e-ebd2-ee1c-0000000032cf | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:46:09.360835 | fa163ebd-9f3e-ebd2-ee1c-0000000032cf | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:21:25.485268 | 0.05s 2026-03-11 09:46:09.475133 | fa163ebd-9f3e-ebd2-ee1c-000000003318 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:25.599555 | 0.07s 2026-03-11 09:46:09.537379 | fa163ebd-9f3e-ebd2-ee1c-00000000324f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:46:09.592105 | fa163ebd-9f3e-ebd2-ee1c-00000000324f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:21:25.716531 | 0.05s 2026-03-11 09:46:09.615310 | dc4441a4-4401-4c09-8ca8-88608fc2075b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:46:09.651215 | fa163ebd-9f3e-ebd2-ee1c-00000000333e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:46:30.555671 | fa163ebd-9f3e-ebd2-ee1c-00000000333e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 09:46:30.557381 | fa163ebd-9f3e-ebd2-ee1c-00000000333e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:21:46.681811 | 20.91s 2026-03-11 09:46:30.589828 | fa163ebd-9f3e-ebd2-ee1c-00000000333f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 09:46:33.298487 | fa163ebd-9f3e-ebd2-ee1c-00000000333f | 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:46:33.300102 | fa163ebd-9f3e-ebd2-ee1c-00000000333f | 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:21:49.424533 | 2.71s 2026-03-11 09:46:33.373023 | fa163ebd-9f3e-ebd2-ee1c-0000000031ac | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-11 09:46:33.606051 | fa163ebd-9f3e-ebd2-ee1c-0000000031ac | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-11 09:46:33.607497 | fa163ebd-9f3e-ebd2-ee1c-0000000031ac | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:21:49.731923 | 0.23s 2026-03-11 09:46:33.659172 | fa163ebd-9f3e-ebd2-ee1c-0000000031ad | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-11 09:46:33.719780 | fa163ebd-9f3e-ebd2-ee1c-0000000031ad | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:21:49.844212 | 0.06s 2026-03-11 09:46:33.750949 | fa163ebd-9f3e-ebd2-ee1c-0000000031ae | TASK | Include container-puppet tasks for step 2 2026-03-11 09:46:33.793762 | fa163ebd-9f3e-ebd2-ee1c-0000000031ae | TIMING | Include container-puppet tasks for step 2 | standalone | 0:21:49.918188 | 0.04s 2026-03-11 09:46:33.819843 | 2f85cd03-5df0-48f2-9476-9f08d5d8dc61 | INCLUDED | /root/standalone-ansible-oi4kq9f5/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:46:33.872896 | fa163ebd-9f3e-ebd2-ee1c-00000000338a | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-11 09:46:34.333340 | fa163ebd-9f3e-ebd2-ee1c-00000000338a | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-11 09:46:34.334866 | fa163ebd-9f3e-ebd2-ee1c-00000000338a | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:21:50.459291 | 0.46s 2026-03-11 09:46:34.365820 | fa163ebd-9f3e-ebd2-ee1c-00000000338c | TASK | Generate container puppet configs for step 2 2026-03-11 09:46:34.641644 | fa163ebd-9f3e-ebd2-ee1c-00000000338c | OK | Generate container puppet configs for step 2 | standalone 2026-03-11 09:46:34.643542 | fa163ebd-9f3e-ebd2-ee1c-00000000338c | TIMING | Generate container puppet configs for step 2 | standalone | 0:21:50.767968 | 0.28s 2026-03-11 09:46:34.678085 | fa163ebd-9f3e-ebd2-ee1c-00000000338d | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-11 09:46:34.710785 | fa163ebd-9f3e-ebd2-ee1c-00000000338d | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:21:50.835204 | 0.03s 2026-03-11 09:46:34.780249 | fa163ebd-9f3e-ebd2-ee1c-0000000033bc | TASK | Gather variables for each operating system 2026-03-11 09:46:34.903959 | fa163ebd-9f3e-ebd2-ee1c-0000000033bc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:51.028383 | 0.12s 2026-03-11 09:46:34.928294 | fa163ebd-9f3e-ebd2-ee1c-0000000033bd | TASK | Create container logs path 2026-03-11 09:46:35.172260 | fa163ebd-9f3e-ebd2-ee1c-0000000033bd | OK | Create container logs path | standalone 2026-03-11 09:46:35.173625 | fa163ebd-9f3e-ebd2-ee1c-0000000033bd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:51.298058 | 0.24s 2026-03-11 09:46:35.206162 | fa163ebd-9f3e-ebd2-ee1c-0000000033bf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 09:46:35.455037 | fa163ebd-9f3e-ebd2-ee1c-0000000033bf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 09:46:35.456301 | fa163ebd-9f3e-ebd2-ee1c-0000000033bf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:21:51.580734 | 0.25s 2026-03-11 09:46:35.486576 | fa163ebd-9f3e-ebd2-ee1c-0000000033c0 | TASK | Finalise hashes for all containers 2026-03-11 09:46:35.528866 | fa163ebd-9f3e-ebd2-ee1c-0000000033c0 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:46:35.530142 | fa163ebd-9f3e-ebd2-ee1c-0000000033c0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:51.654577 | 0.04s 2026-03-11 09:46:35.559856 | fa163ebd-9f3e-ebd2-ee1c-0000000033c2 | TASK | Manage systemd shutdown files 2026-03-11 09:46:35.588767 | fa163ebd-9f3e-ebd2-ee1c-0000000033c2 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:46:35.589919 | fa163ebd-9f3e-ebd2-ee1c-0000000033c2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:51.714350 | 0.03s 2026-03-11 09:46:35.621070 | fa163ebd-9f3e-ebd2-ee1c-0000000033c4 | TASK | Update container configs with new config hashes 2026-03-11 09:46:35.683857 | fa163ebd-9f3e-ebd2-ee1c-0000000033c4 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:46:35.685527 | fa163ebd-9f3e-ebd2-ee1c-0000000033c4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:51.809949 | 0.06s 2026-03-11 09:46:35.718743 | fa163ebd-9f3e-ebd2-ee1c-0000000033c5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 09:46:35.768975 | fa163ebd-9f3e-ebd2-ee1c-0000000033c5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 09:46:35.770250 | fa163ebd-9f3e-ebd2-ee1c-0000000033c5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:21:51.894682 | 0.05s 2026-03-11 09:46:35.802537 | fa163ebd-9f3e-ebd2-ee1c-0000000033c6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 09:46:35.853479 | fa163ebd-9f3e-ebd2-ee1c-0000000033c6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 09:46:35.854782 | fa163ebd-9f3e-ebd2-ee1c-0000000033c6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:21:51.979213 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-11 09:46:36.023049 | fa163ebd-9f3e-ebd2-ee1c-0000000000d2 | TASK | External deployment step 3 2026-03-11 09:46:36.058611 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000d2') missing from stats 2026-03-11 09:46:36.108328 | fa163ebd-9f3e-ebd2-ee1c-0000000000d3 | TIMING | include_tasks | undercloud | 0:21:52.232766 | 0.04s 2026-03-11 09:46:36.111584 | e1a2beda-4d16-4624-acfe-d42621962888 | INCLUDED | /root/standalone-ansible-oi4kq9f5/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-11 09:46:36.235674 | fa163ebd-9f3e-ebd2-ee1c-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-11 09:46:36.265046 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000d6') missing from stats 2026-03-11 09:46:36.288801 | fa163ebd-9f3e-ebd2-ee1c-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-11 09:46:36.770181 | fa163ebd-9f3e-ebd2-ee1c-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-11 09:46:36.771544 | fa163ebd-9f3e-ebd2-ee1c-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:21:52.895977 | 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:46:36.833824 | fa163ebd-9f3e-ebd2-ee1c-0000000000d8 | TIMING | include_tasks | standalone | 0:21:52.958249 | 0.03s 2026-03-11 09:46:36.855711 | ca0feddf-6096-4783-b012-4a71c8bb54ef | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-11 09:46:36.881705 | fa163ebd-9f3e-ebd2-ee1c-00000000342a | TASK | Start OVN container 2026-03-11 09:46:36.960901 | fa163ebd-9f3e-ebd2-ee1c-00000000342a | TIMING | Start OVN container | standalone | 0:21:53.085284 | 0.08s 2026-03-11 09:46:36.993999 | fa163ebd-9f3e-ebd2-ee1c-00000000342a | TIMING | Start OVN container | standalone | 0:21:53.118425 | 0.11s 2026-03-11 09:46:37.023660 | fa163ebd-9f3e-ebd2-ee1c-00000000342a | TIMING | Start OVN container | standalone | 0:21:53.148083 | 0.14s 2026-03-11 09:46:37.036057 | fa163ebd-9f3e-ebd2-ee1c-00000000342a | TIMING | Start OVN container | standalone | 0:21:53.160480 | 0.15s 2026-03-11 09:46:37.134822 | fa163ebd-9f3e-ebd2-ee1c-000000003462 | TASK | Gather variables for each operating system 2026-03-11 09:46:37.259708 | fa163ebd-9f3e-ebd2-ee1c-000000003462 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:53.384115 | 0.12s 2026-03-11 09:46:37.299605 | fa163ebd-9f3e-ebd2-ee1c-000000003463 | TASK | Create container logs path 2026-03-11 09:46:37.558794 | fa163ebd-9f3e-ebd2-ee1c-000000003463 | OK | Create container logs path | standalone 2026-03-11 09:46:37.559732 | fa163ebd-9f3e-ebd2-ee1c-000000003463 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:53.684173 | 0.26s 2026-03-11 09:46:37.581452 | fa163ebd-9f3e-ebd2-ee1c-000000003465 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:37.890707 | fa163ebd-9f3e-ebd2-ee1c-000000003465 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:37.892077 | fa163ebd-9f3e-ebd2-ee1c-000000003465 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:54.016510 | 0.31s 2026-03-11 09:46:37.923512 | fa163ebd-9f3e-ebd2-ee1c-000000003466 | TASK | Finalise hashes for all containers 2026-03-11 09:46:38.029485 | fa163ebd-9f3e-ebd2-ee1c-000000003466 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:46:38.030693 | fa163ebd-9f3e-ebd2-ee1c-000000003466 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:54.155127 | 0.11s 2026-03-11 09:46:38.054383 | fa163ebd-9f3e-ebd2-ee1c-000000003468 | TASK | Manage systemd shutdown files 2026-03-11 09:46:38.104143 | fa163ebd-9f3e-ebd2-ee1c-000000003468 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:46:38.106590 | fa163ebd-9f3e-ebd2-ee1c-000000003468 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:54.230922 | 0.05s 2026-03-11 09:46:38.137177 | fa163ebd-9f3e-ebd2-ee1c-00000000346a | TASK | Update container configs with new config hashes 2026-03-11 09:46:38.211961 | fa163ebd-9f3e-ebd2-ee1c-00000000346a | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:46:38.213339 | fa163ebd-9f3e-ebd2-ee1c-00000000346a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:54.337769 | 0.07s 2026-03-11 09:46:38.244355 | fa163ebd-9f3e-ebd2-ee1c-00000000346b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:38.307731 | fa163ebd-9f3e-ebd2-ee1c-00000000346b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:54.432158 | 0.06s 2026-03-11 09:46:38.323691 | fbea2f1d-6051-4f2f-8375-146045b9c549 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:46:38.350905 | fa163ebd-9f3e-ebd2-ee1c-0000000034f7 | TASK | Gather podman infos 2026-03-11 09:46:39.558790 | fa163ebd-9f3e-ebd2-ee1c-0000000034f7 | OK | Gather podman infos | standalone 2026-03-11 09:46:39.561330 | fa163ebd-9f3e-ebd2-ee1c-0000000034f7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:21:55.685748 | 1.21s 2026-03-11 09:46:39.653986 | fa163ebd-9f3e-ebd2-ee1c-0000000034f8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:39.743311 | fa163ebd-9f3e-ebd2-ee1c-0000000034f8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:55.867730 | 0.08s 2026-03-11 09:46:39.892843 | fa163ebd-9f3e-ebd2-ee1c-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:21:56.017261 | 0.09s 2026-03-11 09:46:39.953084 | fa163ebd-9f3e-ebd2-ee1c-00000000346c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:40.026484 | fa163ebd-9f3e-ebd2-ee1c-00000000346c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:56.150916 | 0.07s 2026-03-11 09:46:40.041821 | f0a2557d-2076-432c-a516-473284e51517 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:46:40.072417 | fa163ebd-9f3e-ebd2-ee1c-000000003562 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:41.056930 | fa163ebd-9f3e-ebd2-ee1c-000000003562 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:41.060034 | fa163ebd-9f3e-ebd2-ee1c-000000003562 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:21:57.184469 | 0.99s 2026-03-11 09:46:41.084126 | fa163ebd-9f3e-ebd2-ee1c-000000003563 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:43.911536 | fa163ebd-9f3e-ebd2-ee1c-000000003563 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:43.913808 | fa163ebd-9f3e-ebd2-ee1c-000000003563 | 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:22:00.038240 | 2.83s 2026-03-11 09:46:43.975819 | fa163ebd-9f3e-ebd2-ee1c-00000000348d | TASK | Gather variables for each operating system 2026-03-11 09:46:44.085800 | fa163ebd-9f3e-ebd2-ee1c-00000000348d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:00.210209 | 0.11s 2026-03-11 09:46:44.116160 | fa163ebd-9f3e-ebd2-ee1c-00000000348e | TASK | Create container logs path 2026-03-11 09:46:44.385078 | fa163ebd-9f3e-ebd2-ee1c-00000000348e | OK | Create container logs path | standalone 2026-03-11 09:46:44.386472 | fa163ebd-9f3e-ebd2-ee1c-00000000348e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:00.510905 | 0.27s 2026-03-11 09:46:44.417697 | fa163ebd-9f3e-ebd2-ee1c-000000003490 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:44.739594 | fa163ebd-9f3e-ebd2-ee1c-000000003490 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:44.741161 | fa163ebd-9f3e-ebd2-ee1c-000000003490 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:00.865592 | 0.32s 2026-03-11 09:46:44.771620 | fa163ebd-9f3e-ebd2-ee1c-000000003491 | TASK | Finalise hashes for all containers 2026-03-11 09:46:44.846093 | fa163ebd-9f3e-ebd2-ee1c-000000003491 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:46:44.847456 | fa163ebd-9f3e-ebd2-ee1c-000000003491 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:00.971843 | 0.07s 2026-03-11 09:46:44.878555 | fa163ebd-9f3e-ebd2-ee1c-000000003493 | TASK | Manage systemd shutdown files 2026-03-11 09:46:44.918994 | fa163ebd-9f3e-ebd2-ee1c-000000003493 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:46:44.920319 | fa163ebd-9f3e-ebd2-ee1c-000000003493 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:01.044750 | 0.04s 2026-03-11 09:46:44.951163 | fa163ebd-9f3e-ebd2-ee1c-000000003495 | TASK | Update container configs with new config hashes 2026-03-11 09:46:45.018070 | fa163ebd-9f3e-ebd2-ee1c-000000003495 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:46:45.019429 | fa163ebd-9f3e-ebd2-ee1c-000000003495 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:01.143860 | 0.07s 2026-03-11 09:46:45.053195 | fa163ebd-9f3e-ebd2-ee1c-000000003496 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:45.097802 | fa163ebd-9f3e-ebd2-ee1c-000000003496 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:01.222227 | 0.04s 2026-03-11 09:46:45.122324 | 27f6839f-47ae-4150-a7d3-37d15ec5e837 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:46:45.159117 | fa163ebd-9f3e-ebd2-ee1c-0000000035ae | TASK | Gather podman infos 2026-03-11 09:46:46.378645 | fa163ebd-9f3e-ebd2-ee1c-0000000035ae | OK | Gather podman infos | standalone 2026-03-11 09:46:46.379848 | fa163ebd-9f3e-ebd2-ee1c-0000000035ae | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:02.504284 | 1.22s 2026-03-11 09:46:46.469505 | fa163ebd-9f3e-ebd2-ee1c-0000000035af | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:46.527927 | fa163ebd-9f3e-ebd2-ee1c-0000000035af | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:02.652356 | 0.05s 2026-03-11 09:46:46.668369 | fa163ebd-9f3e-ebd2-ee1c-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:02.792782 | 0.09s 2026-03-11 09:46:46.732928 | fa163ebd-9f3e-ebd2-ee1c-000000003497 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:46.775252 | fa163ebd-9f3e-ebd2-ee1c-000000003497 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:02.899677 | 0.04s 2026-03-11 09:46:46.798080 | f26ed5ae-4a95-4aae-8a29-4b3cab009218 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:46:46.831768 | fa163ebd-9f3e-ebd2-ee1c-000000003614 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:47.754531 | fa163ebd-9f3e-ebd2-ee1c-000000003614 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:47.755588 | fa163ebd-9f3e-ebd2-ee1c-000000003614 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:03.880028 | 0.92s 2026-03-11 09:46:47.780509 | fa163ebd-9f3e-ebd2-ee1c-000000003615 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:50.591084 | fa163ebd-9f3e-ebd2-ee1c-000000003615 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:50.592564 | fa163ebd-9f3e-ebd2-ee1c-000000003615 | 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:22:06.716999 | 2.81s 2026-03-11 09:46:50.649598 | fa163ebd-9f3e-ebd2-ee1c-0000000034b8 | TASK | Gather variables for each operating system 2026-03-11 09:46:50.767201 | fa163ebd-9f3e-ebd2-ee1c-0000000034b8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:06.891621 | 0.12s 2026-03-11 09:46:50.799090 | fa163ebd-9f3e-ebd2-ee1c-0000000034b9 | TASK | Create container logs path 2026-03-11 09:46:51.067310 | fa163ebd-9f3e-ebd2-ee1c-0000000034b9 | OK | Create container logs path | standalone 2026-03-11 09:46:51.068815 | fa163ebd-9f3e-ebd2-ee1c-0000000034b9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:07.193248 | 0.27s 2026-03-11 09:46:51.099965 | fa163ebd-9f3e-ebd2-ee1c-0000000034bb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:51.419908 | fa163ebd-9f3e-ebd2-ee1c-0000000034bb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:51.421185 | fa163ebd-9f3e-ebd2-ee1c-0000000034bb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:07.545616 | 0.32s 2026-03-11 09:46:51.450151 | fa163ebd-9f3e-ebd2-ee1c-0000000034bc | TASK | Finalise hashes for all containers 2026-03-11 09:46:51.576840 | fa163ebd-9f3e-ebd2-ee1c-0000000034bc | OK | Finalise hashes for all containers | standalone 2026-03-11 09:46:51.578328 | fa163ebd-9f3e-ebd2-ee1c-0000000034bc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:07.702761 | 0.13s 2026-03-11 09:46:51.609320 | fa163ebd-9f3e-ebd2-ee1c-0000000034be | TASK | Manage systemd shutdown files 2026-03-11 09:46:51.654211 | fa163ebd-9f3e-ebd2-ee1c-0000000034be | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:46:51.655485 | fa163ebd-9f3e-ebd2-ee1c-0000000034be | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:07.779917 | 0.04s 2026-03-11 09:46:51.685229 | fa163ebd-9f3e-ebd2-ee1c-0000000034c0 | TASK | Update container configs with new config hashes 2026-03-11 09:46:51.736399 | fa163ebd-9f3e-ebd2-ee1c-0000000034c0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:46:51.737417 | fa163ebd-9f3e-ebd2-ee1c-0000000034c0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:07.861854 | 0.05s 2026-03-11 09:46:51.762809 | fa163ebd-9f3e-ebd2-ee1c-0000000034c1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:51.826348 | fa163ebd-9f3e-ebd2-ee1c-0000000034c1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:07.950781 | 0.06s 2026-03-11 09:46:51.842457 | 7ebdeec4-76ac-4c19-9188-671527aea82e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:46:51.869101 | fa163ebd-9f3e-ebd2-ee1c-000000003660 | TASK | Gather podman infos 2026-03-11 09:46:53.017899 | fa163ebd-9f3e-ebd2-ee1c-000000003660 | OK | Gather podman infos | standalone 2026-03-11 09:46:53.019152 | fa163ebd-9f3e-ebd2-ee1c-000000003660 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:09.143579 | 1.15s 2026-03-11 09:46:53.108611 | fa163ebd-9f3e-ebd2-ee1c-000000003661 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:53.199908 | fa163ebd-9f3e-ebd2-ee1c-000000003661 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:09.324296 | 0.08s 2026-03-11 09:46:53.412478 | fa163ebd-9f3e-ebd2-ee1c-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:09.536898 | 0.15s 2026-03-11 09:46:53.542789 | fa163ebd-9f3e-ebd2-ee1c-0000000034c2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:53.613242 | fa163ebd-9f3e-ebd2-ee1c-0000000034c2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:09.737664 | 0.07s 2026-03-11 09:46:53.636714 | 88462097-44ba-4f6a-8735-2e39e71071c5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:46:53.670777 | fa163ebd-9f3e-ebd2-ee1c-0000000036c6 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:54.823733 | fa163ebd-9f3e-ebd2-ee1c-0000000036c6 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:54.825474 | fa163ebd-9f3e-ebd2-ee1c-0000000036c6 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:22:10.949899 | 1.15s 2026-03-11 09:46:54.856842 | fa163ebd-9f3e-ebd2-ee1c-0000000036c7 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 09:46:58.788637 | fa163ebd-9f3e-ebd2-ee1c-0000000036c7 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 09:46:58.790910 | fa163ebd-9f3e-ebd2-ee1c-0000000036c7 | 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:22:14.915345 | 3.93s 2026-03-11 09:46:58.835424 | fa163ebd-9f3e-ebd2-ee1c-00000000342c | TASK | Set NB connection 2026-03-11 09:46:59.294152 | fa163ebd-9f3e-ebd2-ee1c-00000000342c | CHANGED | Set NB connection | standalone 2026-03-11 09:46:59.295601 | fa163ebd-9f3e-ebd2-ee1c-00000000342c | TIMING | Set NB connection | standalone | 0:22:15.420034 | 0.46s 2026-03-11 09:46:59.324386 | fa163ebd-9f3e-ebd2-ee1c-00000000342d | TASK | Set SB connection 2026-03-11 09:46:59.730432 | fa163ebd-9f3e-ebd2-ee1c-00000000342d | CHANGED | Set SB connection | standalone 2026-03-11 09:46:59.731801 | fa163ebd-9f3e-ebd2-ee1c-00000000342d | TIMING | Set SB connection | standalone | 0:22:15.856233 | 0.41s 2026-03-11 09:46:59.761726 | fa163ebd-9f3e-ebd2-ee1c-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-11 09:46:59.998172 | fa163ebd-9f3e-ebd2-ee1c-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-11 09:46:59.999655 | fa163ebd-9f3e-ebd2-ee1c-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:22:16.124088 | 0.24s 2026-03-11 09:47:00.131806 | fa163ebd-9f3e-ebd2-ee1c-0000000000db | TIMING | include_tasks | standalone | 0:22:16.256226 | 0.10s 2026-03-11 09:47:00.170732 | c0ef278a-7589-4931-a90c-c6ec5a7e271f | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:47:00.203445 | fa163ebd-9f3e-ebd2-ee1c-00000000370c | TASK | Write the config_step hieradata 2026-03-11 09:47:00.665035 | fa163ebd-9f3e-ebd2-ee1c-00000000370c | OK | Write the config_step hieradata | standalone 2026-03-11 09:47:00.667421 | fa163ebd-9f3e-ebd2-ee1c-00000000370c | TIMING | Write the config_step hieradata | standalone | 0:22:16.791853 | 0.46s 2026-03-11 09:47:00.699137 | fa163ebd-9f3e-ebd2-ee1c-00000000370d | TASK | Run puppet host configuration for step 3 2026-03-11 09:47:01.048724 | fa163ebd-9f3e-ebd2-ee1c-00000000370d | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-11 09:47:01.050400 | fa163ebd-9f3e-ebd2-ee1c-00000000370d | TIMING | Run puppet host configuration for step 3 | standalone | 0:22:17.174830 | 0.35s 2026-03-11 09:47:01.081617 | fa163ebd-9f3e-ebd2-ee1c-00000000370e | TASK | Wait for puppet host configuration to finish 2026-03-11 09:47:01.311666 | fa163ebd-9f3e-ebd2-ee1c-00000000370e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:47:11.524229 | fa163ebd-9f3e-ebd2-ee1c-00000000370e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:47:21.752045 | fa163ebd-9f3e-ebd2-ee1c-00000000370e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:47:21.753404 | fa163ebd-9f3e-ebd2-ee1c-00000000370e | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:37.877838 | 20.67s 2026-03-11 09:47:21.789742 | fa163ebd-9f3e-ebd2-ee1c-00000000370f | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-11 09:47:21.877241 | fa163ebd-9f3e-ebd2-ee1c-00000000370f | 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 09:47:01 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:47:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:47:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:47:07 puppet-user: (file & line not available)", "<13>Mar 11 09:47:07 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:47:07 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:47:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:47:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.46 seconds", "<13>Mar 11 09:47:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 09:47:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 09:47:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:47:15 puppet-user: Notice: Applied catalog in 8.09 seconds", "<13>Mar 11 09:47:15 puppet-user: Application:", "<13>Mar 11 09:47:15 puppet-user: Initial environment: production", "<13>Mar 11 09:47:15 puppet-user: Converged environment: production", "<13>Mar 11 09:47:15 puppet-user: Run mode: user", "<13>Mar 11 09:47:15 puppet-user: Changes:", "<13>Mar 11 09:47:15 puppet-user: Total: 2", "<13>Mar 11 09:47:15 puppet-user: Events:", "<13>Mar 11 09:47:15 puppet-user: Success: 2", "<13>Mar 11 09:47:15 puppet-user: Resources:", "<13>Mar 11 09:47:15 puppet-user: Changed: 2", "<13>Mar 11 09:47:15 puppet-user: Out of sync: 2", "<13>Mar 11 09:47:15 puppet-user: Total: 28", "<13>Mar 11 09:47:15 puppet-user: Time:", "<13>Mar 11 09:47:15 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:47:15 puppet-user: Schedule: 0.00", "<13>Mar 11 09:47:15 puppet-user: Package: 0.00", "<13>Mar 11 09:47:15 puppet-user: File line: 0.00", "<13>Mar 11 09:47:15 puppet-user: File: 0.00", "<13>Mar 11 09:47:15 puppet-user: Augeas: 0.01", "<13>Mar 11 09:47:15 puppet-user: Service: 0.09", "<13>Mar 11 09:47:15 puppet-user: User: 0.09", "<13>Mar 11 09:47:15 puppet-user: Config retrieval: 0.52", "<13>Mar 11 09:47:15 puppet-user: Pcmk property: 1.55", "<13>Mar 11 09:47:15 puppet-user: Exec: 1.98", "<13>Mar 11 09:47:15 puppet-user: Last run: 1773222435", "<13>Mar 11 09:47:15 puppet-user: Pcmk resource op default: 2.03", "<13>Mar 11 09:47:15 puppet-user: Pcmk resource default: 2.14", "<13>Mar 11 09:47:15 puppet-user: Transaction evaluation: 8.06", "<13>Mar 11 09:47:15 puppet-user: Catalog application: 8.09", "<13>Mar 11 09:47:15 puppet-user: Total: 8.09", "<13>Mar 11 09:47:15 puppet-user: Version:", "<13>Mar 11 09:47:15 puppet-user: Config: 1773222427", "<13>Mar 11 09:47:15 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:47:21.878743 | fa163ebd-9f3e-ebd2-ee1c-00000000370f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:22:38.003171 | 0.09s 2026-03-11 09:47:21.909939 | fa163ebd-9f3e-ebd2-ee1c-000000003710 | TASK | Pre-cache facts for puppet containers 2026-03-11 09:47:21.931331 | fa163ebd-9f3e-ebd2-ee1c-000000003710 | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:38.055759 | 0.02s 2026-03-11 09:47:21.997458 | fa163ebd-9f3e-ebd2-ee1c-00000000374f | TASK | Gather variables for each operating system 2026-03-11 09:47:22.119663 | fa163ebd-9f3e-ebd2-ee1c-00000000374f | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:38.244071 | 0.12s 2026-03-11 09:47:22.150416 | fa163ebd-9f3e-ebd2-ee1c-000000003750 | TASK | Create puppet caching structures 2026-03-11 09:47:22.413126 | fa163ebd-9f3e-ebd2-ee1c-000000003750 | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:47:22.414687 | fa163ebd-9f3e-ebd2-ee1c-000000003750 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:38.539116 | 0.26s 2026-03-11 09:47:22.444822 | fa163ebd-9f3e-ebd2-ee1c-000000003751 | TASK | Check for facter.conf 2026-03-11 09:47:22.656102 | fa163ebd-9f3e-ebd2-ee1c-000000003751 | OK | Check for facter.conf | standalone 2026-03-11 09:47:22.657497 | fa163ebd-9f3e-ebd2-ee1c-000000003751 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:38.781930 | 0.21s 2026-03-11 09:47:22.686676 | fa163ebd-9f3e-ebd2-ee1c-000000003752 | TASK | Remove facter.conf if directory 2026-03-11 09:47:22.720903 | fa163ebd-9f3e-ebd2-ee1c-000000003752 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:47:22.722217 | fa163ebd-9f3e-ebd2-ee1c-000000003752 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:38.846648 | 0.03s 2026-03-11 09:47:22.751198 | fa163ebd-9f3e-ebd2-ee1c-000000003753 | TASK | Write facter cache config 2026-03-11 09:47:23.205082 | fa163ebd-9f3e-ebd2-ee1c-000000003753 | CHANGED | Write facter cache config | standalone 2026-03-11 09:47:23.206662 | fa163ebd-9f3e-ebd2-ee1c-000000003753 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:39.331093 | 0.45s 2026-03-11 09:47:23.236535 | fa163ebd-9f3e-ebd2-ee1c-000000003754 | TASK | Cleanup facter cache if exists 2026-03-11 09:47:23.459954 | fa163ebd-9f3e-ebd2-ee1c-000000003754 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 09:47:23.461448 | fa163ebd-9f3e-ebd2-ee1c-000000003754 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:39.585880 | 0.22s 2026-03-11 09:47:23.492251 | fa163ebd-9f3e-ebd2-ee1c-000000003755 | TASK | Pre-cache facts 2026-03-11 09:47:24.145359 | fa163ebd-9f3e-ebd2-ee1c-000000003755 | CHANGED | Pre-cache facts | standalone 2026-03-11 09:47:24.146671 | fa163ebd-9f3e-ebd2-ee1c-000000003755 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:40.271105 | 0.65s 2026-03-11 09:47:24.178022 | fa163ebd-9f3e-ebd2-ee1c-000000003756 | TASK | Failed deployment if facter fails 2026-03-11 09:47:24.219568 | fa163ebd-9f3e-ebd2-ee1c-000000003756 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:47:24.220971 | fa163ebd-9f3e-ebd2-ee1c-000000003756 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:40.345402 | 0.04s 2026-03-11 09:47:24.266660 | fa163ebd-9f3e-ebd2-ee1c-000000003757 | TASK | Sync cached facts 2026-03-11 09:47:24.589743 | fa163ebd-9f3e-ebd2-ee1c-000000003757 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-000000003757') missing from stats 2026-03-11 09:47:24.648455 | fa163ebd-9f3e-ebd2-ee1c-000000003711 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:47:24.700021 | fa163ebd-9f3e-ebd2-ee1c-000000003711 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 09:47:24.701410 | fa163ebd-9f3e-ebd2-ee1c-000000003711 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:40.825840 | 0.05s 2026-03-11 09:47:24.731525 | fa163ebd-9f3e-ebd2-ee1c-000000003713 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-11 09:47:24.761336 | fa163ebd-9f3e-ebd2-ee1c-000000003713 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:22:40.885763 | 0.03s 2026-03-11 09:47:24.827588 | fa163ebd-9f3e-ebd2-ee1c-0000000037ae | TASK | Gather variables for each operating system 2026-03-11 09:47:24.944122 | fa163ebd-9f3e-ebd2-ee1c-0000000037ae | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:41.068540 | 0.12s 2026-03-11 09:47:24.973602 | fa163ebd-9f3e-ebd2-ee1c-0000000037af | TASK | Create container logs path 2026-03-11 09:47:25.205916 | fa163ebd-9f3e-ebd2-ee1c-0000000037af | OK | Create container logs path | standalone 2026-03-11 09:47:25.207620 | fa163ebd-9f3e-ebd2-ee1c-0000000037af | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:41.332052 | 0.23s 2026-03-11 09:47:25.239694 | fa163ebd-9f3e-ebd2-ee1c-0000000037b1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 09:47:25.531508 | fa163ebd-9f3e-ebd2-ee1c-0000000037b1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 09:47:25.532641 | fa163ebd-9f3e-ebd2-ee1c-0000000037b1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:41.657083 | 0.29s 2026-03-11 09:47:25.555914 | fa163ebd-9f3e-ebd2-ee1c-0000000037b2 | TASK | Finalise hashes for all containers 2026-03-11 09:47:25.636466 | fa163ebd-9f3e-ebd2-ee1c-0000000037b2 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:47:25.637423 | fa163ebd-9f3e-ebd2-ee1c-0000000037b2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:41.761863 | 0.08s 2026-03-11 09:47:25.659699 | fa163ebd-9f3e-ebd2-ee1c-0000000037b4 | TASK | Manage systemd shutdown files 2026-03-11 09:47:25.691228 | fa163ebd-9f3e-ebd2-ee1c-0000000037b4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:41.815664 | 0.03s 2026-03-11 09:47:25.712649 | 78b44987-99a0-4ab2-b34b-38bf71777074 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:47:25.740029 | fa163ebd-9f3e-ebd2-ee1c-0000000037e7 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:47:26.012265 | fa163ebd-9f3e-ebd2-ee1c-0000000037e7 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:47:26.014061 | fa163ebd-9f3e-ebd2-ee1c-0000000037e7 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:42.138490 | 0.27s 2026-03-11 09:47:26.052044 | fa163ebd-9f3e-ebd2-ee1c-0000000037e8 | TASK | Set podman_drop_in fact 2026-03-11 09:47:26.117923 | fa163ebd-9f3e-ebd2-ee1c-0000000037e8 | OK | Set podman_drop_in fact | standalone 2026-03-11 09:47:26.119091 | fa163ebd-9f3e-ebd2-ee1c-0000000037e8 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:42.243526 | 0.07s 2026-03-11 09:47:26.149972 | fa163ebd-9f3e-ebd2-ee1c-0000000037ea | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:47:26.659632 | fa163ebd-9f3e-ebd2-ee1c-0000000037ea | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:47:26.661082 | fa163ebd-9f3e-ebd2-ee1c-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:42.785512 | 0.51s 2026-03-11 09:47:27.134827 | fa163ebd-9f3e-ebd2-ee1c-0000000037ea | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:47:27.135776 | fa163ebd-9f3e-ebd2-ee1c-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:43.260217 | 0.98s 2026-03-11 09:47:27.142632 | fa163ebd-9f3e-ebd2-ee1c-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:43.267045 | 0.99s 2026-03-11 09:47:27.176242 | fa163ebd-9f3e-ebd2-ee1c-0000000037eb | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:47:27.680477 | fa163ebd-9f3e-ebd2-ee1c-0000000037eb | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:47:27.682083 | fa163ebd-9f3e-ebd2-ee1c-0000000037eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:22:43.806515 | 0.50s 2026-03-11 09:47:27.711663 | fa163ebd-9f3e-ebd2-ee1c-0000000037ec | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:47:28.184131 | fa163ebd-9f3e-ebd2-ee1c-0000000037ec | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:47:28.185620 | fa163ebd-9f3e-ebd2-ee1c-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:22:44.310053 | 0.47s 2026-03-11 09:47:28.214496 | fa163ebd-9f3e-ebd2-ee1c-0000000037ed | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:47:28.955404 | fa163ebd-9f3e-ebd2-ee1c-0000000037ed | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:47:28.959013 | fa163ebd-9f3e-ebd2-ee1c-0000000037ed | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:22:45.083438 | 0.74s 2026-03-11 09:47:28.986212 | fa163ebd-9f3e-ebd2-ee1c-0000000037ee | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:47:29.466456 | fa163ebd-9f3e-ebd2-ee1c-0000000037ee | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:47:29.468233 | fa163ebd-9f3e-ebd2-ee1c-0000000037ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:22:45.592664 | 0.48s 2026-03-11 09:47:29.501649 | fa163ebd-9f3e-ebd2-ee1c-0000000037ef | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:47:29.977495 | fa163ebd-9f3e-ebd2-ee1c-0000000037ef | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:47:29.979391 | fa163ebd-9f3e-ebd2-ee1c-0000000037ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:22:46.103820 | 0.48s 2026-03-11 09:47:30.010329 | fa163ebd-9f3e-ebd2-ee1c-0000000037f0 | TASK | Enable and start netns-placeholder 2026-03-11 09:47:30.770542 | fa163ebd-9f3e-ebd2-ee1c-0000000037f0 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:47:30.772945 | fa163ebd-9f3e-ebd2-ee1c-0000000037f0 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:22:46.897375 | 0.76s 2026-03-11 09:47:30.806061 | fa163ebd-9f3e-ebd2-ee1c-0000000037b6 | TASK | Update container configs with new config hashes 2026-03-11 09:47:30.857687 | fa163ebd-9f3e-ebd2-ee1c-0000000037b6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:46.982111 | 0.05s 2026-03-11 09:47:30.880145 | bba24f3a-6555-4bcf-a049-7ae651948fb8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:47:30.916227 | fa163ebd-9f3e-ebd2-ee1c-000000003818 | TASK | Update config hashes for container startup configs 2026-03-11 09:47:31.222148 | fa163ebd-9f3e-ebd2-ee1c-000000003818 | OK | Update config hashes for container startup configs | standalone 2026-03-11 09:47:31.223328 | fa163ebd-9f3e-ebd2-ee1c-000000003818 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:22:47.347769 | 0.31s 2026-03-11 09:47:31.244325 | fa163ebd-9f3e-ebd2-ee1c-0000000037b7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 09:47:31.301139 | fa163ebd-9f3e-ebd2-ee1c-0000000037b7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:47.425562 | 0.06s 2026-03-11 09:47:31.325120 | c867740a-5d43-49a2-8ae0-1ff783b8faf4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:47:31.362571 | fa163ebd-9f3e-ebd2-ee1c-000000003837 | TASK | Gather podman infos 2026-03-11 09:47:32.592995 | fa163ebd-9f3e-ebd2-ee1c-000000003837 | OK | Gather podman infos | standalone 2026-03-11 09:47:32.593793 | fa163ebd-9f3e-ebd2-ee1c-000000003837 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:22:48.718235 | 1.23s 2026-03-11 09:47:32.656644 | fa163ebd-9f3e-ebd2-ee1c-000000003838 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 09:47:32.722637 | fa163ebd-9f3e-ebd2-ee1c-000000003838 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:48.847067 | 0.06s 2026-03-11 09:47:32.851524 | fa163ebd-9f3e-ebd2-ee1c-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:22:48.975939 | 0.08s 2026-03-11 09:47:32.909981 | fa163ebd-9f3e-ebd2-ee1c-0000000037b8 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 09:47:32.976037 | fa163ebd-9f3e-ebd2-ee1c-0000000037b8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:49.100457 | 0.06s 2026-03-11 09:47:33.001136 | 3e6cf835-16c0-48e1-b7b7-789a933e7076 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:47:33.038105 | fa163ebd-9f3e-ebd2-ee1c-0000000038a2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 09:48:31.521521 | fa163ebd-9f3e-ebd2-ee1c-0000000038a2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 09:48:31.523220 | fa163ebd-9f3e-ebd2-ee1c-0000000038a2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:23:47.647647 | 58.48s 2026-03-11 09:48:31.548857 | fa163ebd-9f3e-ebd2-ee1c-0000000038a3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 09:48:58.151490 | fa163ebd-9f3e-ebd2-ee1c-0000000038a3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 09:48:58.153339 | fa163ebd-9f3e-ebd2-ee1c-0000000038a3 | 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:24:14.277773 | 26.60s 2026-03-11 09:48:58.230390 | fa163ebd-9f3e-ebd2-ee1c-000000003715 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-11 09:48:58.494505 | fa163ebd-9f3e-ebd2-ee1c-000000003715 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-11 09:48:58.495851 | fa163ebd-9f3e-ebd2-ee1c-000000003715 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:24:14.620284 | 0.26s 2026-03-11 09:48:58.543029 | fa163ebd-9f3e-ebd2-ee1c-000000003716 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-11 09:48:58.605695 | fa163ebd-9f3e-ebd2-ee1c-000000003716 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:24:14.730116 | 0.06s 2026-03-11 09:48:58.637059 | fa163ebd-9f3e-ebd2-ee1c-000000003717 | TASK | Include container-puppet tasks for step 3 2026-03-11 09:48:58.678370 | fa163ebd-9f3e-ebd2-ee1c-000000003717 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:24:14.802794 | 0.04s 2026-03-11 09:48:58.703313 | 4344d3b2-7358-45bf-930a-49806bb4113b | INCLUDED | /root/standalone-ansible-oi4kq9f5/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:48:58.752916 | fa163ebd-9f3e-ebd2-ee1c-0000000038ee | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-11 09:48:59.251358 | fa163ebd-9f3e-ebd2-ee1c-0000000038ee | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-11 09:48:59.252682 | fa163ebd-9f3e-ebd2-ee1c-0000000038ee | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:24:15.377113 | 0.50s 2026-03-11 09:48:59.282954 | fa163ebd-9f3e-ebd2-ee1c-0000000038f0 | TASK | Generate container puppet configs for step 3 2026-03-11 09:48:59.593252 | fa163ebd-9f3e-ebd2-ee1c-0000000038f0 | OK | Generate container puppet configs for step 3 | standalone 2026-03-11 09:48:59.594633 | fa163ebd-9f3e-ebd2-ee1c-0000000038f0 | TIMING | Generate container puppet configs for step 3 | standalone | 0:24:15.719061 | 0.31s 2026-03-11 09:48:59.625727 | fa163ebd-9f3e-ebd2-ee1c-0000000038f1 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-11 09:48:59.657742 | fa163ebd-9f3e-ebd2-ee1c-0000000038f1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:24:15.782170 | 0.03s 2026-03-11 09:48:59.728017 | fa163ebd-9f3e-ebd2-ee1c-000000003920 | TASK | Gather variables for each operating system 2026-03-11 09:48:59.841162 | fa163ebd-9f3e-ebd2-ee1c-000000003920 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:15.965583 | 0.11s 2026-03-11 09:48:59.871522 | fa163ebd-9f3e-ebd2-ee1c-000000003921 | TASK | Create container logs path 2026-03-11 09:49:00.115813 | fa163ebd-9f3e-ebd2-ee1c-000000003921 | OK | Create container logs path | standalone 2026-03-11 09:49:00.117151 | fa163ebd-9f3e-ebd2-ee1c-000000003921 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:16.241586 | 0.24s 2026-03-11 09:49:00.148360 | fa163ebd-9f3e-ebd2-ee1c-000000003923 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 09:49:00.394681 | fa163ebd-9f3e-ebd2-ee1c-000000003923 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 09:49:00.396141 | fa163ebd-9f3e-ebd2-ee1c-000000003923 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:24:16.520575 | 0.25s 2026-03-11 09:49:00.425762 | fa163ebd-9f3e-ebd2-ee1c-000000003924 | TASK | Finalise hashes for all containers 2026-03-11 09:49:00.477954 | fa163ebd-9f3e-ebd2-ee1c-000000003924 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:49:00.479294 | fa163ebd-9f3e-ebd2-ee1c-000000003924 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:16.603726 | 0.05s 2026-03-11 09:49:00.510406 | fa163ebd-9f3e-ebd2-ee1c-000000003926 | TASK | Manage systemd shutdown files 2026-03-11 09:49:00.546860 | fa163ebd-9f3e-ebd2-ee1c-000000003926 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:49:00.547687 | fa163ebd-9f3e-ebd2-ee1c-000000003926 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:16.672127 | 0.03s 2026-03-11 09:49:00.570203 | fa163ebd-9f3e-ebd2-ee1c-000000003928 | TASK | Update container configs with new config hashes 2026-03-11 09:49:00.619768 | fa163ebd-9f3e-ebd2-ee1c-000000003928 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:49:00.620722 | fa163ebd-9f3e-ebd2-ee1c-000000003928 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:16.745165 | 0.05s 2026-03-11 09:49:00.641704 | fa163ebd-9f3e-ebd2-ee1c-000000003929 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 09:49:00.690500 | fa163ebd-9f3e-ebd2-ee1c-000000003929 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 09:49:00.691811 | fa163ebd-9f3e-ebd2-ee1c-000000003929 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:24:16.816244 | 0.05s 2026-03-11 09:49:00.725740 | fa163ebd-9f3e-ebd2-ee1c-00000000392a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 09:49:00.770942 | fa163ebd-9f3e-ebd2-ee1c-00000000392a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 09:49:00.772130 | fa163ebd-9f3e-ebd2-ee1c-00000000392a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:24:16.896563 | 0.04s PLAY [External deployment step 4] ********************************************** 2026-03-11 09:49:00.962733 | fa163ebd-9f3e-ebd2-ee1c-0000000000de | TASK | External deployment step 4 2026-03-11 09:49:01.008928 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000de') missing from stats 2026-03-11 09:49:01.073254 | fa163ebd-9f3e-ebd2-ee1c-0000000000df | TIMING | include_tasks | undercloud | 0:24:17.197677 | 0.04s 2026-03-11 09:49:01.107863 | 2f83dfdf-eb79-4ab1-bf56-04da0e162444 | INCLUDED | /root/standalone-ansible-oi4kq9f5/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-11 09:49:01.129519 | fa163ebd-9f3e-ebd2-ee1c-000000003979 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-11 09:49:02.960102 | fa163ebd-9f3e-ebd2-ee1c-000000003979 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-11 09:49:02.963271 | fa163ebd-9f3e-ebd2-ee1c-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:24:19.087683 | 1.83s 2026-03-11 09:49:04.199457 | fa163ebd-9f3e-ebd2-ee1c-000000003979 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-11 09:49:04.201609 | fa163ebd-9f3e-ebd2-ee1c-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:24:20.326043 | 3.07s 2026-03-11 09:49:04.210130 | fa163ebd-9f3e-ebd2-ee1c-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:24:20.334557 | 3.08s 2026-03-11 09:49:04.228915 | fa163ebd-9f3e-ebd2-ee1c-00000000397c | TASK | Manage Keystone resources for OpenStack services 2026-03-11 09:49:04.281595 | fa163ebd-9f3e-ebd2-ee1c-00000000397c | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:24:20.406018 | 0.05s 2026-03-11 09:49:04.357865 | fa163ebd-9f3e-ebd2-ee1c-0000000039a8 | TASK | Create Keystone Admin resources 2026-03-11 09:49:04.424192 | fa163ebd-9f3e-ebd2-ee1c-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:24:20.548608 | 0.06s 2026-03-11 09:49:04.464582 | 4c51db6d-787c-40e8-8f50-bc65a831c48f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-11 09:49:04.495553 | fa163ebd-9f3e-ebd2-ee1c-0000000039e9 | TASK | Create admin and service projects 2026-03-11 09:49:04.536618 | fa163ebd-9f3e-ebd2-ee1c-0000000039e9 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:24:20.661043 | 0.04s 2026-03-11 09:49:04.546927 | 1814c20f-a847-4db3-be7b-d862c6cc0707 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 09:49:04.575553 | fa163ebd-9f3e-ebd2-ee1c-000000003a3a | TASK | Async creation of Keystone project 2026-03-11 09:49:05.118287 | fa163ebd-9f3e-ebd2-ee1c-000000003a3a | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-11 09:49:05.120526 | fa163ebd-9f3e-ebd2-ee1c-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:24:21.244953 | 0.54s 2026-03-11 09:49:05.363269 | fa163ebd-9f3e-ebd2-ee1c-000000003a3a | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 09:49:05.365068 | fa163ebd-9f3e-ebd2-ee1c-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:24:21.489503 | 0.79s 2026-03-11 09:49:05.375259 | fa163ebd-9f3e-ebd2-ee1c-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:24:21.499689 | 0.80s 2026-03-11 09:49:05.394225 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | TASK | Check Keystone project status 2026-03-11 09:49:05.698581 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 09:49:10.926359 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | OK | Check Keystone project status | undercloud | item=admin 2026-03-11 09:49:10.928548 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:24:27.052979 | 5.53s 2026-03-11 09:49:11.188858 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-11 09:49:11.190814 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:24:27.315248 | 5.80s 2026-03-11 09:49:11.201945 | fa163ebd-9f3e-ebd2-ee1c-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:24:27.326370 | 5.81s 2026-03-11 09:49:11.224501 | fa163ebd-9f3e-ebd2-ee1c-0000000039ea | TASK | Create admin role 2026-03-11 09:49:12.694109 | fa163ebd-9f3e-ebd2-ee1c-0000000039ea | OK | Create admin role | undercloud 2026-03-11 09:49:12.695604 | fa163ebd-9f3e-ebd2-ee1c-0000000039ea | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:24:28.820036 | 1.47s 2026-03-11 09:49:12.716043 | fa163ebd-9f3e-ebd2-ee1c-0000000039eb | TASK | Create _member_ role 2026-03-11 09:49:12.771547 | fa163ebd-9f3e-ebd2-ee1c-0000000039eb | SKIPPED | Create _member_ role | undercloud 2026-03-11 09:49:12.772696 | fa163ebd-9f3e-ebd2-ee1c-0000000039eb | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:24:28.897130 | 0.06s 2026-03-11 09:49:12.791632 | fa163ebd-9f3e-ebd2-ee1c-0000000039ec | TASK | Check admin password 2026-03-11 09:49:14.213479 | fa163ebd-9f3e-ebd2-ee1c-0000000039ec | OK | Check admin password | undercloud 2026-03-11 09:49:14.214949 | fa163ebd-9f3e-ebd2-ee1c-0000000039ec | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:24:30.339380 | 1.42s 2026-03-11 09:49:14.234641 | fa163ebd-9f3e-ebd2-ee1c-0000000039ed | TASK | Create admin user 2026-03-11 09:49:15.991855 | fa163ebd-9f3e-ebd2-ee1c-0000000039ed | CHANGED | Create admin user | undercloud 2026-03-11 09:49:15.992781 | fa163ebd-9f3e-ebd2-ee1c-0000000039ed | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:24:32.117219 | 1.76s 2026-03-11 09:49:16.007798 | fa163ebd-9f3e-ebd2-ee1c-0000000039ee | TASK | Assign admin role to admin project for admin user 2026-03-11 09:49:17.705480 | fa163ebd-9f3e-ebd2-ee1c-0000000039ee | OK | Assign admin role to admin project for admin user | undercloud 2026-03-11 09:49:17.706922 | fa163ebd-9f3e-ebd2-ee1c-0000000039ee | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:24:33.831316 | 1.70s 2026-03-11 09:49:17.727233 | fa163ebd-9f3e-ebd2-ee1c-0000000039ef | TASK | Assign _member_ role to admin project for admin user 2026-03-11 09:49:17.771989 | fa163ebd-9f3e-ebd2-ee1c-0000000039ef | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-11 09:49:17.773408 | fa163ebd-9f3e-ebd2-ee1c-0000000039ef | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:24:33.897837 | 0.04s 2026-03-11 09:49:17.793442 | fa163ebd-9f3e-ebd2-ee1c-0000000039f0 | TASK | Create identity service 2026-03-11 09:49:19.049045 | fa163ebd-9f3e-ebd2-ee1c-0000000039f0 | OK | Create identity service | undercloud 2026-03-11 09:49:19.050369 | fa163ebd-9f3e-ebd2-ee1c-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:24:35.174802 | 1.26s 2026-03-11 09:49:19.069591 | fa163ebd-9f3e-ebd2-ee1c-0000000039f1 | TASK | Create identity public endpoint 2026-03-11 09:49:20.520517 | fa163ebd-9f3e-ebd2-ee1c-0000000039f1 | OK | Create identity public endpoint | undercloud 2026-03-11 09:49:20.522091 | fa163ebd-9f3e-ebd2-ee1c-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:24:36.646521 | 1.45s 2026-03-11 09:49:20.541745 | fa163ebd-9f3e-ebd2-ee1c-0000000039f2 | TASK | Create identity internal endpoint 2026-03-11 09:49:21.788853 | fa163ebd-9f3e-ebd2-ee1c-0000000039f2 | OK | Create identity internal endpoint | undercloud 2026-03-11 09:49:21.790533 | fa163ebd-9f3e-ebd2-ee1c-0000000039f2 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:24:37.914966 | 1.25s 2026-03-11 09:49:21.811223 | fa163ebd-9f3e-ebd2-ee1c-0000000039f3 | TASK | Create identity admin endpoint 2026-03-11 09:49:23.043096 | fa163ebd-9f3e-ebd2-ee1c-0000000039f3 | OK | Create identity admin endpoint | undercloud 2026-03-11 09:49:23.044226 | fa163ebd-9f3e-ebd2-ee1c-0000000039f3 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:24:39.168666 | 1.23s 2026-03-11 09:49:23.058644 | fa163ebd-9f3e-ebd2-ee1c-0000000039a9 | TASK | Create Keystone Projects 2026-03-11 09:49:23.121097 | fa163ebd-9f3e-ebd2-ee1c-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:24:39.245511 | 0.06s 2026-03-11 09:49:23.132691 | fa163ebd-9f3e-ebd2-ee1c-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:24:39.257123 | 0.07s 2026-03-11 09:49:23.139862 | 3b32e6d9-0057-493b-8914-d95a457b686b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 09:49:23.172439 | fa163ebd-9f3e-ebd2-ee1c-000000003ac6 | TASK | Async creation of Keystone project 2026-03-11 09:49:23.541075 | fa163ebd-9f3e-ebd2-ee1c-000000003ac6 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 09:49:23.542432 | fa163ebd-9f3e-ebd2-ee1c-000000003ac6 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:24:39.666861 | 0.37s 2026-03-11 09:49:23.548417 | fa163ebd-9f3e-ebd2-ee1c-000000003ac6 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:24:39.672835 | 0.37s 2026-03-11 09:49:23.567244 | fa163ebd-9f3e-ebd2-ee1c-000000003ac8 | TASK | Check Keystone project status 2026-03-11 09:49:23.864036 | fa163ebd-9f3e-ebd2-ee1c-000000003ac8 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 09:49:29.085570 | fa163ebd-9f3e-ebd2-ee1c-000000003ac8 | OK | Check Keystone project status | undercloud | item=service 2026-03-11 09:49:29.087528 | fa163ebd-9f3e-ebd2-ee1c-000000003ac8 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:24:45.211967 | 5.52s 2026-03-11 09:49:29.098776 | fa163ebd-9f3e-ebd2-ee1c-000000003ac8 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:24:45.223203 | 5.53s 2026-03-11 09:49:29.118211 | fa163ebd-9f3e-ebd2-ee1c-0000000039ab | TASK | Create Keystone Domains 2026-03-11 09:49:29.217846 | fa163ebd-9f3e-ebd2-ee1c-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:24:45.342263 | 0.10s 2026-03-11 09:49:29.224615 | fa163ebd-9f3e-ebd2-ee1c-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:24:45.349042 | 0.10s 2026-03-11 09:49:29.240123 | c733472e-ce4f-4620-9bf9-d2ecce23fef8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-11 09:49:29.291855 | fa163ebd-9f3e-ebd2-ee1c-000000003b7b | TASK | Async creation of Keystone domains 2026-03-11 09:49:29.746447 | fa163ebd-9f3e-ebd2-ee1c-000000003b7b | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-11 09:49:29.748570 | fa163ebd-9f3e-ebd2-ee1c-000000003b7b | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:24:45.872999 | 0.45s 2026-03-11 09:49:29.759328 | fa163ebd-9f3e-ebd2-ee1c-000000003b7b | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:24:45.883767 | 0.47s 2026-03-11 09:49:29.777254 | fa163ebd-9f3e-ebd2-ee1c-000000003b7d | TASK | Check Keystone domain status 2026-03-11 09:49:30.020975 | fa163ebd-9f3e-ebd2-ee1c-000000003b7d | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-11 09:49:35.235805 | fa163ebd-9f3e-ebd2-ee1c-000000003b7d | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-11 09:49:35.236978 | fa163ebd-9f3e-ebd2-ee1c-000000003b7d | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:24:51.361416 | 5.46s 2026-03-11 09:49:35.241713 | fa163ebd-9f3e-ebd2-ee1c-000000003b7d | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:24:51.366130 | 5.46s 2026-03-11 09:49:35.263148 | fa163ebd-9f3e-ebd2-ee1c-0000000039ad | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-11 09:49:35.329945 | fa163ebd-9f3e-ebd2-ee1c-0000000039ad | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:24:51.454319 | 0.06s 2026-03-11 09:49:35.350196 | 4135d5b4-73bf-4220-b1e2-3d24c3373854 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-11 09:49:35.398382 | fa163ebd-9f3e-ebd2-ee1c-000000003c45 | TASK | Collect OpenStack Keystone domains infos 2026-03-11 09:49:37.008631 | fa163ebd-9f3e-ebd2-ee1c-000000003c45 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-11 09:49:37.011475 | fa163ebd-9f3e-ebd2-ee1c-000000003c45 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:24:53.135716 | 1.61s 2026-03-11 09:49:37.031025 | fa163ebd-9f3e-ebd2-ee1c-000000003c46 | TASK | Set openstack_domains fact 2026-03-11 09:49:37.090558 | fa163ebd-9f3e-ebd2-ee1c-000000003c46 | OK | Set openstack_domains fact | undercloud 2026-03-11 09:49:37.092289 | fa163ebd-9f3e-ebd2-ee1c-000000003c46 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:24:53.216718 | 0.06s 2026-03-11 09:49:37.112043 | fa163ebd-9f3e-ebd2-ee1c-0000000039ae | TASK | Create Keystone Services 2026-03-11 09:49:37.228174 | fa163ebd-9f3e-ebd2-ee1c-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:24:53.352567 | 0.11s 2026-03-11 09:49:37.244023 | fa163ebd-9f3e-ebd2-ee1c-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:24:53.368462 | 0.13s 2026-03-11 09:49:37.254118 | fa163ebd-9f3e-ebd2-ee1c-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:24:53.378533 | 0.14s 2026-03-11 09:49:37.274513 | cc64cba6-ac29-40a9-a930-9e89426b0f5c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 09:49:37.283635 | fcdc18f5-c624-4d34-93be-623fbfdb5546 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 09:49:37.333567 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TASK | Async creation of Keystone service 2026-03-11 09:49:37.765558 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-11 09:49:37.768214 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:53.892630 | 0.43s 2026-03-11 09:49:38.101364 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-11 09:49:38.103442 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:54.227876 | 0.77s 2026-03-11 09:49:38.458078 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-11 09:49:38.459367 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:54.583798 | 1.12s 2026-03-11 09:49:38.773756 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-11 09:49:38.775574 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:54.900008 | 1.44s 2026-03-11 09:49:39.095147 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-11 09:49:39.096470 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:55.220910 | 1.76s 2026-03-11 09:49:39.438060 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-11 09:49:39.438769 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:55.563212 | 2.10s 2026-03-11 09:49:39.746594 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-11 09:49:39.747757 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:55.872191 | 2.41s 2026-03-11 09:49:40.045834 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-11 09:49:40.046590 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:56.171032 | 2.71s 2026-03-11 09:49:40.384003 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-11 09:49:40.385186 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:56.509628 | 3.05s 2026-03-11 09:49:40.726406 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-11 09:49:40.729541 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:56.853972 | 3.39s 2026-03-11 09:49:40.738775 | fa163ebd-9f3e-ebd2-ee1c-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:24:56.863202 | 3.40s 2026-03-11 09:49:40.757120 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TASK | Check Keystone service status 2026-03-11 09:49:41.070634 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-11 09:49:41.074258 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:57.198684 | 0.32s 2026-03-11 09:49:41.302286 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-11 09:49:41.304414 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:57.428846 | 0.55s 2026-03-11 09:49:41.584819 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-11 09:49:41.586676 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:57.711111 | 0.83s 2026-03-11 09:49:41.851604 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-11 09:49:41.853725 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:57.978159 | 1.10s 2026-03-11 09:49:42.158800 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-11 09:49:42.160080 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:58.284515 | 1.40s 2026-03-11 09:49:42.424989 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-11 09:49:42.427132 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:58.551567 | 1.67s 2026-03-11 09:49:42.744691 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-11 09:49:42.746994 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:58.871428 | 1.99s 2026-03-11 09:49:42.966803 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-11 09:49:42.968046 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:59.092483 | 2.21s 2026-03-11 09:49:43.245102 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-11 09:49:43.247239 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:59.371675 | 2.49s 2026-03-11 09:49:43.473328 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-11 09:49:43.475564 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:59.599993 | 2.72s 2026-03-11 09:49:43.498730 | fa163ebd-9f3e-ebd2-ee1c-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:24:59.623147 | 2.74s 2026-03-11 09:49:43.525432 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | TASK | Async creation of Keystone service 2026-03-11 09:49:43.875621 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-11 09:49:43.877176 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:25:00.001601 | 0.35s 2026-03-11 09:49:44.236709 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-11 09:49:44.237341 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:25:00.361785 | 0.71s 2026-03-11 09:49:44.508802 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-11 09:49:44.509739 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:25:00.634183 | 0.98s 2026-03-11 09:49:44.520083 | fa163ebd-9f3e-ebd2-ee1c-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:25:00.644522 | 0.99s 2026-03-11 09:49:44.534648 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | TASK | Check Keystone service status 2026-03-11 09:49:44.785349 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-11 09:49:50.020057 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-11 09:49:50.021658 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:25:06.146086 | 5.49s 2026-03-11 09:49:50.337836 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-11 09:49:50.339495 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:25:06.463939 | 5.80s 2026-03-11 09:49:50.600277 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-11 09:49:50.601449 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:25:06.725886 | 6.07s 2026-03-11 09:49:50.608642 | fa163ebd-9f3e-ebd2-ee1c-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:25:06.733080 | 6.07s 2026-03-11 09:49:50.629378 | fa163ebd-9f3e-ebd2-ee1c-0000000039b0 | TASK | Create Keystone Endpoints 2026-03-11 09:49:50.710010 | fa163ebd-9f3e-ebd2-ee1c-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:25:06.834430 | 0.08s 2026-03-11 09:49:50.740099 | fa163ebd-9f3e-ebd2-ee1c-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:25:06.864534 | 0.11s 2026-03-11 09:49:50.764483 | fa163ebd-9f3e-ebd2-ee1c-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:25:06.888920 | 0.13s 2026-03-11 09:49:50.770507 | fa163ebd-9f3e-ebd2-ee1c-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:25:06.894942 | 0.14s 2026-03-11 09:49:50.783192 | a0fc4608-fba5-408f-b21f-e5ec133ab6f0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 09:49:50.789774 | 0f224294-4d2a-4e55-96be-6ed4c6c99ee0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 09:49:50.795434 | a6295a15-0ed5-4ab0-ab29-57aeeab48da6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 09:49:50.852809 | fa163ebd-9f3e-ebd2-ee1c-000000003e5b | TASK | Create Keystone public endpoints 2026-03-11 09:49:50.958905 | fa163ebd-9f3e-ebd2-ee1c-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:25:07.083292 | 0.10s 2026-03-11 09:49:50.977014 | fa163ebd-9f3e-ebd2-ee1c-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:25:07.101452 | 0.12s 2026-03-11 09:49:50.986637 | fa163ebd-9f3e-ebd2-ee1c-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:25:07.111075 | 0.13s 2026-03-11 09:49:51.006365 | 82d3d737-6077-4957-86e0-891a2bd26359 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 09:49:51.016536 | 08fb1131-0a06-427f-946c-13ea0e64c32a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 09:49:51.042110 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TASK | Async creation of Keystone public endpoint 2026-03-11 09:49:51.384986 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-11 09:49:51.387352 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:07.511774 | 0.34s 2026-03-11 09:49:51.700284 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-11 09:49:51.700903 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:07.825346 | 0.66s 2026-03-11 09:49:51.976959 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-11 09:49:51.978328 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:08.102757 | 0.93s 2026-03-11 09:49:52.274992 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-11 09:49:52.275716 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:08.400159 | 1.23s 2026-03-11 09:49:52.581541 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-11 09:49:52.582203 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:08.706646 | 1.54s 2026-03-11 09:49:52.852276 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-11 09:49:52.853094 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:08.977537 | 1.81s 2026-03-11 09:49:53.183599 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-11 09:49:53.185074 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:09.309516 | 2.14s 2026-03-11 09:49:53.487884 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-11 09:49:53.488598 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:09.613039 | 2.45s 2026-03-11 09:49:53.798959 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-11 09:49:53.800463 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:09.924905 | 2.76s 2026-03-11 09:49:54.052941 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-11 09:49:54.054056 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:10.178498 | 3.01s 2026-03-11 09:49:54.065010 | fa163ebd-9f3e-ebd2-ee1c-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:10.189447 | 3.02s 2026-03-11 09:49:54.081228 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TASK | Check Keystone public endpoint status 2026-03-11 09:49:54.355052 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-11 09:49:54.357010 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:10.481436 | 0.27s 2026-03-11 09:49:54.587937 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-11 09:49:54.588594 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:10.713037 | 0.51s 2026-03-11 09:49:54.776685 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-11 09:49:54.777472 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:10.901915 | 0.70s 2026-03-11 09:49:54.995527 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-11 09:49:54.996781 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:11.121220 | 0.91s 2026-03-11 09:49:55.229491 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-11 09:49:55.231253 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:11.355689 | 1.15s 2026-03-11 09:49:55.534941 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-11 09:49:55.537944 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:11.662372 | 1.46s 2026-03-11 09:49:55.781198 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-11 09:49:55.782388 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:11.906825 | 1.70s 2026-03-11 09:49:56.032649 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-11 09:49:56.034486 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:12.158922 | 1.95s 2026-03-11 09:49:56.335372 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-11 09:49:56.336856 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:12.461298 | 2.25s 2026-03-11 09:49:56.628666 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-11 09:49:56.632083 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:12.756511 | 2.55s 2026-03-11 09:49:56.644731 | fa163ebd-9f3e-ebd2-ee1c-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:12.769155 | 2.56s 2026-03-11 09:49:56.669599 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | TASK | Async creation of Keystone public endpoint 2026-03-11 09:49:57.018099 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-11 09:49:57.019975 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:13.144399 | 0.35s 2026-03-11 09:49:57.357565 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-11 09:49:57.358488 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:13.482928 | 0.69s 2026-03-11 09:49:57.608584 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-11 09:49:57.610153 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:13.734597 | 0.94s 2026-03-11 09:49:57.620816 | fa163ebd-9f3e-ebd2-ee1c-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:25:13.745252 | 0.95s 2026-03-11 09:49:57.679801 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | TASK | Check Keystone public endpoint status 2026-03-11 09:49:57.967318 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-11 09:50:03.201863 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-11 09:50:03.203604 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:19.328029 | 5.52s 2026-03-11 09:50:03.452285 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-11 09:50:03.454143 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:19.578578 | 5.77s 2026-03-11 09:50:03.695029 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-11 09:50:03.696300 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:19.820735 | 6.01s 2026-03-11 09:50:03.703620 | fa163ebd-9f3e-ebd2-ee1c-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:25:19.828054 | 6.02s 2026-03-11 09:50:03.720073 | fa163ebd-9f3e-ebd2-ee1c-000000003e60 | TASK | Create Keystone admin endpoints 2026-03-11 09:50:03.792840 | fa163ebd-9f3e-ebd2-ee1c-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:25:19.917252 | 0.07s 2026-03-11 09:50:03.811078 | fa163ebd-9f3e-ebd2-ee1c-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:25:19.935513 | 0.09s 2026-03-11 09:50:03.820971 | fa163ebd-9f3e-ebd2-ee1c-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:25:19.945373 | 0.10s 2026-03-11 09:50:03.838793 | fdd13868-1783-47f7-af17-8b37e857a75d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 09:50:03.849582 | 155a821a-db83-4f09-b3f6-188d702f5c74 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 09:50:03.880154 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TASK | Async creation of Keystone admin endpoint 2026-03-11 09:50:04.227075 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-11 09:50:04.228688 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:20.353110 | 0.35s 2026-03-11 09:50:04.534815 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-11 09:50:04.536972 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:20.661401 | 0.66s 2026-03-11 09:50:04.808570 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-11 09:50:04.810284 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:20.934720 | 0.93s 2026-03-11 09:50:05.134517 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-11 09:50:05.135727 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:21.260167 | 1.25s 2026-03-11 09:50:05.394961 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-11 09:50:05.396206 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:21.520647 | 1.51s 2026-03-11 09:50:05.668500 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-11 09:50:05.669239 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:21.793680 | 1.79s 2026-03-11 09:50:05.901221 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-11 09:50:05.902564 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:22.027009 | 2.02s 2026-03-11 09:50:06.190287 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-11 09:50:06.191014 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:22.315456 | 2.31s 2026-03-11 09:50:06.468207 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-11 09:50:06.469255 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:22.593691 | 2.59s 2026-03-11 09:50:06.710337 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-11 09:50:06.710939 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:22.835384 | 2.83s 2026-03-11 09:50:06.715504 | fa163ebd-9f3e-ebd2-ee1c-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:22.839939 | 2.83s 2026-03-11 09:50:06.732152 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TASK | Check Keystone admin endpoint status 2026-03-11 09:50:07.016470 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-11 09:50:07.017379 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:23.141819 | 0.28s 2026-03-11 09:50:07.241649 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-11 09:50:07.242333 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:23.366779 | 0.51s 2026-03-11 09:50:07.483016 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-11 09:50:07.484422 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:23.608864 | 0.75s 2026-03-11 09:50:07.703118 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-11 09:50:07.704027 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:23.828468 | 0.97s 2026-03-11 09:50:08.010348 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-11 09:50:08.011564 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:24.135999 | 1.28s 2026-03-11 09:50:08.344438 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-11 09:50:08.346217 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:24.470652 | 1.61s 2026-03-11 09:50:08.594578 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-11 09:50:08.595222 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:24.719666 | 1.86s 2026-03-11 09:50:08.864273 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-11 09:50:08.867131 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:24.991566 | 2.13s 2026-03-11 09:50:09.110356 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-11 09:50:09.113410 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:25.237844 | 2.38s 2026-03-11 09:50:09.390580 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-11 09:50:09.393999 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:25.518429 | 2.66s 2026-03-11 09:50:09.407228 | fa163ebd-9f3e-ebd2-ee1c-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:25.531653 | 2.67s 2026-03-11 09:50:09.435085 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | TASK | Async creation of Keystone admin endpoint 2026-03-11 09:50:09.784993 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-11 09:50:09.787245 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:25.911673 | 0.35s 2026-03-11 09:50:10.105816 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-11 09:50:10.106764 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:26.231202 | 0.67s 2026-03-11 09:50:10.452689 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-11 09:50:10.453532 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:26.577973 | 1.02s 2026-03-11 09:50:10.460437 | fa163ebd-9f3e-ebd2-ee1c-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:25:26.584867 | 1.02s 2026-03-11 09:50:10.482119 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | TASK | Check Keystone admin endpoint status 2026-03-11 09:50:10.752910 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-11 09:50:15.978047 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-11 09:50:15.979735 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:32.104170 | 5.50s 2026-03-11 09:50:16.241657 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-11 09:50:16.244676 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:32.369110 | 5.76s 2026-03-11 09:50:16.494719 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-11 09:50:16.497155 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:32.621587 | 6.01s 2026-03-11 09:50:16.505382 | fa163ebd-9f3e-ebd2-ee1c-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:25:32.629811 | 6.02s 2026-03-11 09:50:16.523917 | fa163ebd-9f3e-ebd2-ee1c-000000003e65 | TASK | Create Keystone internal endpoints 2026-03-11 09:50:16.643326 | fa163ebd-9f3e-ebd2-ee1c-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:25:32.767740 | 0.12s 2026-03-11 09:50:16.661890 | fa163ebd-9f3e-ebd2-ee1c-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:25:32.786302 | 0.14s 2026-03-11 09:50:16.676552 | fa163ebd-9f3e-ebd2-ee1c-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:25:32.800979 | 0.15s 2026-03-11 09:50:16.696405 | b5d94c2e-9670-4b66-88e2-998facaf9bf0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 09:50:16.706694 | 8f9dc0d9-d98c-4be2-a8e0-adf5963836ff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 09:50:16.736552 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TASK | Async creation of Keystone internal endpoint 2026-03-11 09:50:17.090192 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-11 09:50:17.092692 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:33.217103 | 0.35s 2026-03-11 09:50:17.420214 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-11 09:50:17.427100 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:33.551534 | 0.69s 2026-03-11 09:50:17.748356 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-11 09:50:17.749063 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:33.873506 | 1.01s 2026-03-11 09:50:18.006329 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-11 09:50:18.007066 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:34.131507 | 1.27s 2026-03-11 09:50:18.299481 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-11 09:50:18.300272 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:34.424717 | 1.56s 2026-03-11 09:50:18.598329 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-11 09:50:18.599776 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:34.724216 | 1.86s 2026-03-11 09:50:18.888999 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-11 09:50:18.890506 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:35.014948 | 2.15s 2026-03-11 09:50:19.183290 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-11 09:50:19.184305 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:35.308741 | 2.45s 2026-03-11 09:50:19.474936 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-11 09:50:19.475763 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:35.600207 | 2.74s 2026-03-11 09:50:19.752521 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-11 09:50:19.753193 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:35.877635 | 3.01s 2026-03-11 09:50:19.760182 | fa163ebd-9f3e-ebd2-ee1c-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:35.884615 | 3.02s 2026-03-11 09:50:19.776847 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TASK | Check Keystone internal endpoint status 2026-03-11 09:50:20.057616 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-11 09:50:20.059064 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:36.183504 | 0.28s 2026-03-11 09:50:20.356181 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-11 09:50:20.356864 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:36.481306 | 0.58s 2026-03-11 09:50:20.605445 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-11 09:50:20.606267 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:36.730708 | 0.83s 2026-03-11 09:50:20.824247 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-11 09:50:20.825384 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:36.949820 | 1.05s 2026-03-11 09:50:21.060199 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-11 09:50:21.061426 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:37.185861 | 1.28s 2026-03-11 09:50:21.307943 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-11 09:50:21.309220 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:37.433655 | 1.53s 2026-03-11 09:50:21.557133 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-11 09:50:21.559065 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:37.683495 | 1.78s 2026-03-11 09:50:21.815733 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-11 09:50:21.817629 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:37.942065 | 2.04s 2026-03-11 09:50:22.088243 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-11 09:50:22.090789 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:38.215222 | 2.31s 2026-03-11 09:50:22.385169 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-11 09:50:22.386424 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:38.510859 | 2.61s 2026-03-11 09:50:22.398722 | fa163ebd-9f3e-ebd2-ee1c-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:38.523151 | 2.62s 2026-03-11 09:50:22.428090 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | TASK | Async creation of Keystone internal endpoint 2026-03-11 09:50:22.805100 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-11 09:50:22.806331 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:38.930765 | 0.38s 2026-03-11 09:50:23.099440 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-11 09:50:23.101094 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:39.225533 | 0.67s 2026-03-11 09:50:23.412306 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-11 09:50:23.413862 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:39.538306 | 0.98s 2026-03-11 09:50:23.425072 | fa163ebd-9f3e-ebd2-ee1c-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:25:39.549501 | 0.99s 2026-03-11 09:50:23.443373 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | TASK | Check Keystone internal endpoint status 2026-03-11 09:50:23.712427 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-11 09:50:28.955504 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-11 09:50:28.957827 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:45.082261 | 5.51s 2026-03-11 09:50:29.245599 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-11 09:50:29.247164 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:45.371603 | 5.80s 2026-03-11 09:50:29.521901 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-11 09:50:29.524191 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:45.648624 | 6.08s 2026-03-11 09:50:29.535434 | fa163ebd-9f3e-ebd2-ee1c-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:25:45.659867 | 6.09s 2026-03-11 09:50:29.553139 | fa163ebd-9f3e-ebd2-ee1c-0000000039b2 | TASK | Run cleanup tasks 2026-03-11 09:50:29.614898 | fa163ebd-9f3e-ebd2-ee1c-0000000039b2 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:25:45.739307 | 0.06s 2026-03-11 09:50:29.625742 | f04a348f-849e-4e1c-88c4-c5b88de6f884 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-11 09:50:29.680126 | fa163ebd-9f3e-ebd2-ee1c-0000000040a2 | TASK | Get list of enabled services 2026-03-11 09:50:32.349864 | fa163ebd-9f3e-ebd2-ee1c-0000000040a2 | CHANGED | Get list of enabled services | undercloud 2026-03-11 09:50:32.351479 | fa163ebd-9f3e-ebd2-ee1c-0000000040a2 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:25:48.475910 | 2.67s 2026-03-11 09:50:32.370451 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | TASK | List services to be disabled 2026-03-11 09:50:32.427472 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-11 09:50:32.455987 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-11 09:50:32.485041 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-11 09:50:32.512639 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-11 09:50:32.540286 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-11 09:50:32.569501 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-11 09:50:32.597300 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-11 09:50:32.630649 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-11 09:50:32.656701 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-11 09:50:32.683675 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-11 09:50:32.714563 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-11 09:50:32.747442 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-11 09:50:32.780213 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-11 09:50:32.803188 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-11 09:50:32.816533 | fa163ebd-9f3e-ebd2-ee1c-0000000040a3 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:25:48.940960 | 0.44s 2026-03-11 09:50:32.833389 | fa163ebd-9f3e-ebd2-ee1c-0000000040a4 | TASK | Delete keystone services not enabled 2026-03-11 09:50:32.872444 | fa163ebd-9f3e-ebd2-ee1c-0000000040a4 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:25:48.996876 | 0.04s 2026-03-11 09:50:32.888506 | fa163ebd-9f3e-ebd2-ee1c-0000000039b3 | TASK | Create Keystone Roles 2026-03-11 09:50:32.982655 | fa163ebd-9f3e-ebd2-ee1c-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:25:49.107059 | 0.09s 2026-03-11 09:50:32.995250 | fa163ebd-9f3e-ebd2-ee1c-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:25:49.119675 | 0.11s 2026-03-11 09:50:33.011159 | 897806f1-5579-4fa4-aa5a-bf7fc6de9ef0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-11 09:50:33.075426 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TASK | Async creation of Keystone role 2026-03-11 09:50:33.433794 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-11 09:50:33.435627 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:49.560047 | 0.36s 2026-03-11 09:50:33.757419 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-11 09:50:33.759522 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:49.883953 | 0.68s 2026-03-11 09:50:34.104862 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-11 09:50:34.106476 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:50.230910 | 1.03s 2026-03-11 09:50:34.390331 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-11 09:50:34.390970 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:50.515411 | 1.31s 2026-03-11 09:50:34.746304 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-11 09:50:34.747266 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:50.871707 | 1.67s 2026-03-11 09:50:35.003201 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-11 09:50:35.014442 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:51.138880 | 1.94s 2026-03-11 09:50:35.328645 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-11 09:50:35.333077 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:51.457511 | 2.26s 2026-03-11 09:50:35.653305 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-11 09:50:35.653929 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:51.778374 | 2.58s 2026-03-11 09:50:35.907009 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-11 09:50:35.915136 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:52.039566 | 2.84s 2026-03-11 09:50:35.922302 | fa163ebd-9f3e-ebd2-ee1c-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:25:52.046748 | 2.85s 2026-03-11 09:50:35.938609 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TASK | Check Keystone role status 2026-03-11 09:50:36.254846 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-11 09:50:36.255838 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:52.380274 | 0.32s 2026-03-11 09:50:36.515779 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-11 09:50:36.517422 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:52.641861 | 0.58s 2026-03-11 09:50:36.732018 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-11 09:50:36.733630 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:52.858071 | 0.79s 2026-03-11 09:50:36.946936 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-11 09:50:36.950243 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:53.074678 | 1.01s 2026-03-11 09:50:37.203527 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-11 09:50:37.206097 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:53.330532 | 1.27s 2026-03-11 09:50:37.473749 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-11 09:50:37.475356 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:53.599792 | 1.54s 2026-03-11 09:50:37.716995 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-11 09:50:37.718203 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:53.842649 | 1.78s 2026-03-11 09:50:38.028309 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-11 09:50:38.029794 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:54.154234 | 2.09s 2026-03-11 09:50:38.282717 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-11 09:50:38.283649 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:54.408089 | 2.34s 2026-03-11 09:50:38.293216 | fa163ebd-9f3e-ebd2-ee1c-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:25:54.417655 | 2.35s 2026-03-11 09:50:38.315663 | fa163ebd-9f3e-ebd2-ee1c-0000000039b5 | TASK | Create Keystone Users 2026-03-11 09:50:38.421142 | fa163ebd-9f3e-ebd2-ee1c-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:25:54.545557 | 0.10s 2026-03-11 09:50:38.444941 | fa163ebd-9f3e-ebd2-ee1c-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:25:54.569377 | 0.13s 2026-03-11 09:50:38.458163 | fa163ebd-9f3e-ebd2-ee1c-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:25:54.582601 | 0.14s 2026-03-11 09:50:38.478489 | c6c8931b-aaf2-4e47-a59e-62a5b6e4836b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 09:50:38.491009 | 252763ea-395f-4fc7-8949-d2df062dfa57 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 09:50:38.553189 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TASK | Check password of Keystone user 2026-03-11 09:50:39.596427 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:39.597941 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:55.722360 | 1.04s 2026-03-11 09:50:40.535236 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:40.536294 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:56.660729 | 1.98s 2026-03-11 09:50:41.509204 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:41.510037 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:57.634475 | 2.96s 2026-03-11 09:50:42.487640 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:42.488264 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:58.612707 | 3.93s 2026-03-11 09:50:43.441057 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:43.442628 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:25:59.567064 | 4.89s 2026-03-11 09:50:44.358744 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:44.359791 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:00.484225 | 5.81s 2026-03-11 09:50:45.652768 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:45.653312 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:01.777755 | 7.10s 2026-03-11 09:50:46.598443 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:46.599435 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:02.723872 | 8.05s 2026-03-11 09:50:47.615183 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:47.616186 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:03.740621 | 9.06s 2026-03-11 09:50:48.690380 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:48.691542 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:04.815978 | 10.14s 2026-03-11 09:50:48.697379 | fa163ebd-9f3e-ebd2-ee1c-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 09:50:48.698091 | fa163ebd-9f3e-ebd2-ee1c-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:04.822531 | 10.14s 2026-03-11 09:50:48.718005 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TASK | Async creation of Keystone user 2026-03-11 09:50:49.130430 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:49.132079 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:05.256506 | 0.41s 2026-03-11 09:50:49.474591 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:49.475528 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:05.599965 | 0.76s 2026-03-11 09:50:49.840102 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:49.840787 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:05.965226 | 1.12s 2026-03-11 09:50:50.258737 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:50.259632 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:06.384069 | 1.54s 2026-03-11 09:50:50.644297 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:50.644991 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:06.769433 | 1.93s 2026-03-11 09:50:51.024835 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:51.025762 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:07.150197 | 2.31s 2026-03-11 09:50:51.388068 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:51.388660 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:07.513105 | 2.67s 2026-03-11 09:50:51.755695 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:51.756327 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:07.880771 | 3.04s 2026-03-11 09:50:52.122233 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:52.123023 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:08.247463 | 3.40s 2026-03-11 09:50:52.503523 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:52.504261 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:08.628701 | 3.78s 2026-03-11 09:50:52.509566 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:50:52.510496 | fa163ebd-9f3e-ebd2-ee1c-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:08.634933 | 3.79s 2026-03-11 09:50:52.529746 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TASK | Check Keystone user status 2026-03-11 09:50:52.837739 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:52.839699 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:08.964135 | 0.31s 2026-03-11 09:50:53.112604 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:53.113633 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:09.238076 | 0.58s 2026-03-11 09:50:53.397914 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:53.399143 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:09.523574 | 0.87s 2026-03-11 09:50:53.673316 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:53.674791 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:09.799224 | 1.14s 2026-03-11 09:50:53.972703 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:53.974222 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:10.098658 | 1.44s 2026-03-11 09:50:54.260475 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:54.262208 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:10.386642 | 1.73s 2026-03-11 09:50:54.553107 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 09:50:59.783081 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:50:59.784109 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:15.908545 | 7.25s 2026-03-11 09:51:00.057602 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:00.059243 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:16.183678 | 7.53s 2026-03-11 09:51:00.281132 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:00.281857 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:16.406298 | 7.75s 2026-03-11 09:51:00.514885 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:00.515550 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:16.639993 | 7.98s 2026-03-11 09:51:00.519749 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:00.520644 | fa163ebd-9f3e-ebd2-ee1c-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:16.645082 | 7.99s 2026-03-11 09:51:00.540463 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TASK | Check password of Keystone user 2026-03-11 09:51:01.498692 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:01.499804 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:17.624236 | 0.96s 2026-03-11 09:51:02.507841 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:02.508852 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:18.633289 | 1.97s 2026-03-11 09:51:03.494235 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:03.495142 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:19.619579 | 2.95s 2026-03-11 09:51:04.536740 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:04.537489 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:20.661930 | 4.00s 2026-03-11 09:51:05.458741 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:05.459422 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:21.583863 | 4.92s 2026-03-11 09:51:06.448122 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:06.450332 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:22.574769 | 5.91s 2026-03-11 09:51:06.460455 | fa163ebd-9f3e-ebd2-ee1c-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 09:51:06.461758 | fa163ebd-9f3e-ebd2-ee1c-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:26:22.586195 | 5.92s 2026-03-11 09:51:06.481457 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TASK | Async creation of Keystone user 2026-03-11 09:51:06.908182 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:06.909607 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:23.034046 | 0.43s 2026-03-11 09:51:07.284750 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:07.285648 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:23.410085 | 0.80s 2026-03-11 09:51:07.645967 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:07.647604 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:23.772047 | 1.16s 2026-03-11 09:51:07.968676 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:07.969342 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:24.093785 | 1.49s 2026-03-11 09:51:08.329607 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:08.330134 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:24.454579 | 1.85s 2026-03-11 09:51:08.671934 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:08.673725 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:24.798169 | 2.19s 2026-03-11 09:51:08.684144 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 09:51:08.684862 | fa163ebd-9f3e-ebd2-ee1c-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:26:24.809303 | 2.20s 2026-03-11 09:51:08.701234 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TASK | Check Keystone user status 2026-03-11 09:51:08.983104 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:08.984695 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:25.109134 | 0.28s 2026-03-11 09:51:09.267552 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 09:51:14.473858 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:14.475297 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:30.599741 | 5.77s 2026-03-11 09:51:14.731212 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:14.731828 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:30.856270 | 6.03s 2026-03-11 09:51:15.000566 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:15.002152 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:31.126587 | 6.30s 2026-03-11 09:51:15.272202 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:15.273802 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:31.398239 | 6.57s 2026-03-11 09:51:15.514286 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:15.515804 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:31.640221 | 6.81s 2026-03-11 09:51:15.523089 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-11 09:51:15.523890 | fa163ebd-9f3e-ebd2-ee1c-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:26:31.648305 | 6.82s 2026-03-11 09:51:15.544479 | fa163ebd-9f3e-ebd2-ee1c-0000000039b7 | TASK | Assign Keystone Users to Roles 2026-03-11 09:51:15.603923 | fa163ebd-9f3e-ebd2-ee1c-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:26:31.728318 | 0.06s 2026-03-11 09:51:15.625281 | fa163ebd-9f3e-ebd2-ee1c-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:26:31.749719 | 0.08s 2026-03-11 09:51:15.645160 | fa163ebd-9f3e-ebd2-ee1c-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:26:31.769598 | 0.10s 2026-03-11 09:51:15.652965 | fa163ebd-9f3e-ebd2-ee1c-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:26:31.777403 | 0.11s 2026-03-11 09:51:15.667239 | d13c51db-51cb-43f5-9c2d-64b3715e7fe3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 09:51:15.673739 | ad1dfa56-5367-43dc-b4ad-c8d31f5851de | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 09:51:15.679516 | 56f25a50-55e2-491f-91ff-78181ba2e1e9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 09:51:15.748471 | fa163ebd-9f3e-ebd2-ee1c-0000000045a2 | TASK | Async assignment of Keystone user per role 2026-03-11 09:51:15.865148 | fa163ebd-9f3e-ebd2-ee1c-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:31.989572 | 0.12s 2026-03-11 09:51:15.922531 | fa163ebd-9f3e-ebd2-ee1c-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:32.046970 | 0.17s 2026-03-11 09:51:15.929930 | fa163ebd-9f3e-ebd2-ee1c-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:32.054368 | 0.18s 2026-03-11 09:51:15.945768 | 11270ca7-ee4c-400e-925a-0f3262cc0d0a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 09:51:15.955604 | c3af17b6-9fed-4435-88a4-58ae59b68ea4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 09:51:15.978960 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TASK | Async assignment of Keystone user to roles 2026-03-11 09:51:16.422627 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-11 09:51:16.424716 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:32.549143 | 0.44s 2026-03-11 09:51:16.793327 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 09:51:16.795914 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:32.920348 | 0.82s 2026-03-11 09:51:17.114153 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 09:51:17.114751 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:33.239196 | 1.13s 2026-03-11 09:51:17.473050 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 09:51:17.473796 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:33.598238 | 1.49s 2026-03-11 09:51:17.835495 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-11 09:51:17.836541 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:33.960977 | 1.86s 2026-03-11 09:51:18.168560 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-11 09:51:18.169572 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:34.294008 | 2.19s 2026-03-11 09:51:18.532031 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-11 09:51:18.532976 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:34.657419 | 2.55s 2026-03-11 09:51:18.918491 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-11 09:51:18.919112 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:35.043556 | 2.94s 2026-03-11 09:51:19.268745 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-11 09:51:19.270226 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:35.394664 | 3.29s 2026-03-11 09:51:19.638815 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-11 09:51:19.640323 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:35.764767 | 3.66s 2026-03-11 09:51:19.651145 | fa163ebd-9f3e-ebd2-ee1c-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:35.775579 | 3.67s 2026-03-11 09:51:19.667062 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TASK | Check Keystone user assignment to roles status 2026-03-11 09:51:19.921616 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-11 09:51:19.923222 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:36.047652 | 0.26s 2026-03-11 09:51:20.213549 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 09:51:20.214204 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:36.338649 | 0.55s 2026-03-11 09:51:20.437727 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 09:51:25.682971 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 09:51:25.685795 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:41.810228 | 6.02s 2026-03-11 09:51:25.949208 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 09:51:25.951868 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:42.076293 | 6.28s 2026-03-11 09:51:26.218610 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-11 09:51:26.220726 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:42.345160 | 6.55s 2026-03-11 09:51:26.494428 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-11 09:51:26.495495 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:42.619938 | 6.83s 2026-03-11 09:51:26.756298 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-11 09:51:26.757741 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:42.882171 | 7.09s 2026-03-11 09:51:27.021968 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-11 09:51:27.023347 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:43.147785 | 7.36s 2026-03-11 09:51:27.299845 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-11 09:51:27.302209 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:43.426641 | 7.63s 2026-03-11 09:51:27.577048 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-11 09:51:27.579329 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:43.703763 | 7.91s 2026-03-11 09:51:27.592275 | fa163ebd-9f3e-ebd2-ee1c-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:43.716701 | 7.92s 2026-03-11 09:51:27.617058 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TASK | Async assignment of Keystone user to roles 2026-03-11 09:51:28.000403 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-11 09:51:28.001938 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:44.126365 | 0.38s 2026-03-11 09:51:28.322554 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-11 09:51:28.323594 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:44.448031 | 0.70s 2026-03-11 09:51:28.655628 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 09:51:28.656278 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:44.780723 | 1.04s 2026-03-11 09:51:29.041555 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-11 09:51:29.043653 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:45.168096 | 1.43s 2026-03-11 09:51:29.378313 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-11 09:51:29.379347 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:45.503793 | 1.76s 2026-03-11 09:51:29.688145 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-11 09:51:29.688765 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:45.813210 | 2.07s 2026-03-11 09:51:29.693022 | fa163ebd-9f3e-ebd2-ee1c-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:45.817464 | 2.07s 2026-03-11 09:51:29.709469 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TASK | Check Keystone user assignment to roles status 2026-03-11 09:51:29.904307 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 09:51:35.135236 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-11 09:51:35.137448 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:51.261878 | 5.43s 2026-03-11 09:51:35.438828 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-11 09:51:35.440693 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:51.565128 | 5.73s 2026-03-11 09:51:35.695399 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 09:51:35.696589 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:51.821026 | 5.99s 2026-03-11 09:51:35.944668 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-11 09:51:35.946760 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:52.071197 | 6.24s 2026-03-11 09:51:36.229746 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-11 09:51:36.230563 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:52.355006 | 6.52s 2026-03-11 09:51:36.514426 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-11 09:51:36.515563 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:52.639998 | 6.81s 2026-03-11 09:51:36.525684 | fa163ebd-9f3e-ebd2-ee1c-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:52.650121 | 6.82s 2026-03-11 09:51:36.549405 | fa163ebd-9f3e-ebd2-ee1c-0000000045a7 | TASK | Async assignment of Keystone user per role 2026-03-11 09:51:36.648965 | fa163ebd-9f3e-ebd2-ee1c-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:52.773269 | 0.10s 2026-03-11 09:51:36.661530 | fa163ebd-9f3e-ebd2-ee1c-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:52.785968 | 0.11s 2026-03-11 09:51:36.675472 | 5ebcce99-fe2e-4d32-9547-bedc579a1bb9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 09:51:36.701253 | fa163ebd-9f3e-ebd2-ee1c-0000000047d8 | TASK | Async assignment of Keystone user to roles 2026-03-11 09:51:37.057369 | fa163ebd-9f3e-ebd2-ee1c-0000000047d8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 09:51:37.060309 | fa163ebd-9f3e-ebd2-ee1c-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:53.184732 | 0.36s 2026-03-11 09:51:37.071122 | fa163ebd-9f3e-ebd2-ee1c-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:53.195541 | 0.37s 2026-03-11 09:51:37.092257 | fa163ebd-9f3e-ebd2-ee1c-0000000047da | TASK | Check Keystone user assignment to roles status 2026-03-11 09:51:37.378101 | fa163ebd-9f3e-ebd2-ee1c-0000000047da | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 09:51:42.586168 | fa163ebd-9f3e-ebd2-ee1c-0000000047da | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 09:51:42.586879 | fa163ebd-9f3e-ebd2-ee1c-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:58.711315 | 5.49s 2026-03-11 09:51:42.595810 | fa163ebd-9f3e-ebd2-ee1c-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:26:58.720246 | 5.50s 2026-03-11 09:51:42.610631 | fa163ebd-9f3e-ebd2-ee1c-0000000045ac | TASK | Async assignment of Keystone user per role 2026-03-11 09:51:42.727680 | fa163ebd-9f3e-ebd2-ee1c-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:58.852096 | 0.12s 2026-03-11 09:51:42.738998 | fa163ebd-9f3e-ebd2-ee1c-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:26:58.863425 | 0.13s 2026-03-11 09:51:42.756412 | 0ab92a48-f351-444e-b008-f9238b479f84 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 09:51:42.782524 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | TASK | Async assignment of Keystone user to roles 2026-03-11 09:51:43.202181 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 09:51:43.203592 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:59.328014 | 0.42s 2026-03-11 09:51:43.530285 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 09:51:43.531053 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:59.655499 | 0.75s 2026-03-11 09:51:43.874747 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 09:51:43.875372 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:26:59.999818 | 1.09s 2026-03-11 09:51:43.888572 | fa163ebd-9f3e-ebd2-ee1c-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:27:00.013001 | 1.10s 2026-03-11 09:51:43.908791 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | TASK | Check Keystone user assignment to roles status 2026-03-11 09:51:44.215271 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 09:51:49.430566 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 09:51:49.432077 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:27:05.556505 | 5.52s 2026-03-11 09:51:49.672172 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 09:51:49.674536 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:27:05.798969 | 5.76s 2026-03-11 09:51:49.914697 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 09:51:49.917020 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:27:06.041456 | 6.00s 2026-03-11 09:51:49.928775 | fa163ebd-9f3e-ebd2-ee1c-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:27:06.053201 | 6.02s 2026-03-11 09:51:49.966477 | fa163ebd-9f3e-ebd2-ee1c-00000000397d | TASK | is Keystone LDAP enabled 2026-03-11 09:51:50.005860 | fa163ebd-9f3e-ebd2-ee1c-00000000397d | OK | is Keystone LDAP enabled | undercloud 2026-03-11 09:51:50.007094 | fa163ebd-9f3e-ebd2-ee1c-00000000397d | TIMING | is Keystone LDAP enabled | undercloud | 0:27:06.131537 | 0.04s 2026-03-11 09:51:50.021607 | fa163ebd-9f3e-ebd2-ee1c-00000000397e | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-11 09:51:50.072547 | fa163ebd-9f3e-ebd2-ee1c-00000000397e | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-11 09:51:50.074486 | fa163ebd-9f3e-ebd2-ee1c-00000000397e | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:27:06.198917 | 0.05s 2026-03-11 09:51:50.094838 | fa163ebd-9f3e-ebd2-ee1c-00000000397f | TASK | Manage Keystone domains from LDAP config 2026-03-11 09:51:50.159495 | fa163ebd-9f3e-ebd2-ee1c-00000000397f | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-11 09:51:50.161621 | fa163ebd-9f3e-ebd2-ee1c-00000000397f | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:27:06.286045 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-11 09:51:50.306821 | fa163ebd-9f3e-ebd2-ee1c-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-11 09:51:50.344781 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000e2') missing from stats 2026-03-11 09:51:50.374332 | fa163ebd-9f3e-ebd2-ee1c-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-11 09:51:50.941407 | fa163ebd-9f3e-ebd2-ee1c-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-11 09:51:50.943447 | fa163ebd-9f3e-ebd2-ee1c-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:27:07.067885 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 09:51:51.009455 | fa163ebd-9f3e-ebd2-ee1c-0000000000e4 | TIMING | include_tasks | standalone | 0:27:07.133887 | 0.04s 2026-03-11 09:51:51.039616 | 56bc0f3c-02f6-493c-a61f-27fbaa4c1f19 | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-11 09:51:51.066080 | fa163ebd-9f3e-ebd2-ee1c-000000004840 | TASK | Create virtqemud recovery script 2026-03-11 09:51:51.596318 | fa163ebd-9f3e-ebd2-ee1c-000000004840 | CHANGED | Create virtqemud recovery script | standalone 2026-03-11 09:51:51.597472 | fa163ebd-9f3e-ebd2-ee1c-000000004840 | TIMING | Create virtqemud recovery script | standalone | 0:27:07.721910 | 0.53s 2026-03-11 09:51:51.619394 | fa163ebd-9f3e-ebd2-ee1c-000000004841 | TASK | Create virtqemud recovery trigger service 2026-03-11 09:51:52.106860 | fa163ebd-9f3e-ebd2-ee1c-000000004841 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-11 09:51:52.108733 | fa163ebd-9f3e-ebd2-ee1c-000000004841 | TIMING | Create virtqemud recovery trigger service | standalone | 0:27:08.233160 | 0.49s 2026-03-11 09:51:52.136905 | fa163ebd-9f3e-ebd2-ee1c-000000004842 | TASK | Create virtqemud recovery trigger timer 2026-03-11 09:51:52.647300 | fa163ebd-9f3e-ebd2-ee1c-000000004842 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-11 09:51:52.648900 | fa163ebd-9f3e-ebd2-ee1c-000000004842 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:27:08.773324 | 0.51s 2026-03-11 09:51:52.670835 | fa163ebd-9f3e-ebd2-ee1c-000000004843 | TASK | Enable virtqemud recovery trigger service 2026-03-11 09:51:53.794410 | fa163ebd-9f3e-ebd2-ee1c-000000004843 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-11 09:51:53.797266 | fa163ebd-9f3e-ebd2-ee1c-000000004843 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:27:09.921089 | 1.12s 2026-03-11 09:51:53.827591 | fa163ebd-9f3e-ebd2-ee1c-000000004844 | TASK | Enable virtqemud recovery trigger timer 2026-03-11 09:51:54.867657 | fa163ebd-9f3e-ebd2-ee1c-000000004844 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-11 09:51:54.869723 | fa163ebd-9f3e-ebd2-ee1c-000000004844 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:27:10.994149 | 1.04s 2026-03-11 09:51:54.901472 | fa163ebd-9f3e-ebd2-ee1c-000000004845 | TASK | Really enable virtqemud recovery trigger timer 2026-03-11 09:51:55.485687 | fa163ebd-9f3e-ebd2-ee1c-000000004845 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-11 09:51:55.487351 | fa163ebd-9f3e-ebd2-ee1c-000000004845 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:27:11.611783 | 0.58s 2026-03-11 09:51:55.520418 | fa163ebd-9f3e-ebd2-ee1c-000000004847 | TASK | Create systemd file 2026-03-11 09:51:56.007910 | fa163ebd-9f3e-ebd2-ee1c-000000004847 | CHANGED | Create systemd file | standalone 2026-03-11 09:51:56.009330 | fa163ebd-9f3e-ebd2-ee1c-000000004847 | TIMING | Create systemd file | standalone | 0:27:12.133766 | 0.49s 2026-03-11 09:51:56.029150 | fa163ebd-9f3e-ebd2-ee1c-000000004848 | TASK | Reload systemd 2026-03-11 09:51:57.849338 | fa163ebd-9f3e-ebd2-ee1c-000000004848 | CHANGED | Reload systemd | standalone 2026-03-11 09:51:57.851334 | fa163ebd-9f3e-ebd2-ee1c-000000004848 | TIMING | Reload systemd | standalone | 0:27:13.975761 | 1.82s 2026-03-11 09:51:57.887810 | fa163ebd-9f3e-ebd2-ee1c-00000000484b | TASK | Start OVN container 2026-03-11 09:51:57.937518 | fa163ebd-9f3e-ebd2-ee1c-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-11 09:51:57.956435 | fa163ebd-9f3e-ebd2-ee1c-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-11 09:51:57.966227 | fa163ebd-9f3e-ebd2-ee1c-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-11 09:51:57.977931 | fa163ebd-9f3e-ebd2-ee1c-00000000484b | TIMING | Start OVN container | standalone | 0:27:14.102358 | 0.09s 2026-03-11 09:51:58.008938 | fa163ebd-9f3e-ebd2-ee1c-00000000484d | TASK | Set NB connection 2026-03-11 09:51:58.051979 | fa163ebd-9f3e-ebd2-ee1c-00000000484d | SKIPPED | Set NB connection | standalone 2026-03-11 09:51:58.053484 | fa163ebd-9f3e-ebd2-ee1c-00000000484d | TIMING | Set NB connection | standalone | 0:27:14.177913 | 0.04s 2026-03-11 09:51:58.082920 | fa163ebd-9f3e-ebd2-ee1c-00000000484e | TASK | Set SB connection 2026-03-11 09:51:58.128912 | fa163ebd-9f3e-ebd2-ee1c-00000000484e | SKIPPED | Set SB connection | standalone 2026-03-11 09:51:58.130570 | fa163ebd-9f3e-ebd2-ee1c-00000000484e | TIMING | Set SB connection | standalone | 0:27:14.255000 | 0.05s 2026-03-11 09:51:58.159942 | fa163ebd-9f3e-ebd2-ee1c-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-11 09:51:58.434397 | fa163ebd-9f3e-ebd2-ee1c-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-11 09:51:58.435447 | fa163ebd-9f3e-ebd2-ee1c-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:27:14.559888 | 0.27s 2026-03-11 09:51:58.558547 | fa163ebd-9f3e-ebd2-ee1c-0000000000e7 | TIMING | include_tasks | standalone | 0:27:14.682966 | 0.09s 2026-03-11 09:51:58.598052 | d2f58b6c-11b8-40d7-a84a-8be8b773e675 | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:51:58.623687 | fa163ebd-9f3e-ebd2-ee1c-00000000487d | TASK | Write the config_step hieradata 2026-03-11 09:51:59.143640 | fa163ebd-9f3e-ebd2-ee1c-00000000487d | OK | Write the config_step hieradata | standalone 2026-03-11 09:51:59.144931 | fa163ebd-9f3e-ebd2-ee1c-00000000487d | TIMING | Write the config_step hieradata | standalone | 0:27:15.269369 | 0.52s 2026-03-11 09:51:59.168862 | fa163ebd-9f3e-ebd2-ee1c-00000000487e | TASK | Run puppet host configuration for step 4 2026-03-11 09:51:59.489105 | fa163ebd-9f3e-ebd2-ee1c-00000000487e | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-11 09:51:59.491492 | fa163ebd-9f3e-ebd2-ee1c-00000000487e | TIMING | Run puppet host configuration for step 4 | standalone | 0:27:15.615924 | 0.32s 2026-03-11 09:51:59.521378 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | TASK | Wait for puppet host configuration to finish 2026-03-11 09:51:59.791795 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:52:10.020677 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:52:20.255367 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 09:52:30.457708 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:52:30.459298 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:46.583732 | 30.94s 2026-03-11 09:52:30.490738 | fa163ebd-9f3e-ebd2-ee1c-000000004880 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-11 09:52:30.564381 | fa163ebd-9f3e-ebd2-ee1c-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 09:51: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:52:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:52:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:52:06 puppet-user: (file & line not available)", "<13>Mar 11 09:52:06 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 11 09:52:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 09:52:06 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 09:52:06 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 09:52:06 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 09:52:06 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 09:52:06 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 09:52:06 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 09:52:06 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 09:52:06 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 09:52:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:52:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.61 seconds", "<13>Mar 11 09:52:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 09:52:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 09:52:19 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 11 09:52:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}04f4b1a342ae3de95c7029d33f63c54c98082559c457a153857fc82f8203d0b1'", "<13>Mar 11 09:52:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 11 09:52:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 11 09:52:19 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 11 09:52:19 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 11 09:52:21 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:52:26 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 09:52:27 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 09:52:27 puppet-user: Notice: Applied catalog in 20.53 seconds", "<13>Mar 11 09:52:27 puppet-user: Application:", "<13>Mar 11 09:52:27 puppet-user: Initial environment: production", "<13>Mar 11 09:52:27 puppet-user: Converged environment: production", "<13>Mar 11 09:52:27 puppet-user: Run mode: user", "<13>Mar 11 09:52:27 puppet-user: Changes:", "<13>Mar 11 09:52:27 puppet-user: Total: 10", "<13>Mar 11 09:52:27 puppet-user: Events:", "<13>Mar 11 09:52:27 puppet-user: Success: 10", "<13>Mar 11 09:52:27 puppet-user: Resources:", "<13>Mar 11 09:52:27 puppet-user: Restarted: 1", "<13>Mar 11 09:52:27 puppet-user: Changed: 10", "<13>Mar 11 09:52:27 puppet-user: Out of sync: 10", "<13>Mar 11 09:52:27 puppet-user: Total: 37", "<13>Mar 11 09:52:27 puppet-user: Time:", "<13>Mar 11 09:52:27 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:52:27 puppet-user: Schedule: 0.00", "<13>Mar 11 09:52:27 puppet-user: File line: 0.00", "<13>Mar 11 09:52:27 puppet-user: Augeas: 0.01", "<13>Mar 11 09:52:27 puppet-user: User: 0.01", "<13>Mar 11 09:52:27 puppet-user: File: 0.09", "<13>Mar 11 09:52:27 puppet-user: Config retrieval: 0.69", "<13>Mar 11 09:52:27 puppet-user: Service: 1.44", "<13>Mar 11 09:52:27 puppet-user: Pcmk property: 1.49", "<13>Mar 11 09:52:27 puppet-user: Last run: 1773222747", "<13>Mar 11 09:52:27 puppet-user: Pcmk resource default: 2.13", "<13>Mar 11 09:52:27 puppet-user: Pcmk resource op default: 2.16", "<13>Mar 11 09:52:27 puppet-user: Transaction evaluation: 20.52", "<13>Mar 11 09:52:27 puppet-user: Catalog application: 20.53", "<13>Mar 11 09:52:27 puppet-user: Package: 5.80", "<13>Mar 11 09:52:27 puppet-user: Exec: 7.17", "<13>Mar 11 09:52:27 puppet-user: Total: 20.54", "<13>Mar 11 09:52:27 puppet-user: Version:", "<13>Mar 11 09:52:27 puppet-user: Config: 1773222726", "<13>Mar 11 09:52:27 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:52:30.566037 | fa163ebd-9f3e-ebd2-ee1c-000000004880 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:27:46.690469 | 0.07s 2026-03-11 09:52:30.597040 | fa163ebd-9f3e-ebd2-ee1c-000000004881 | TASK | Pre-cache facts for puppet containers 2026-03-11 09:52:30.627120 | fa163ebd-9f3e-ebd2-ee1c-000000004881 | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:46.751542 | 0.03s 2026-03-11 09:52:30.697672 | fa163ebd-9f3e-ebd2-ee1c-0000000048c2 | TASK | Gather variables for each operating system 2026-03-11 09:52:30.813518 | fa163ebd-9f3e-ebd2-ee1c-0000000048c2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:46.937937 | 0.11s 2026-03-11 09:52:30.844012 | fa163ebd-9f3e-ebd2-ee1c-0000000048c3 | TASK | Create puppet caching structures 2026-03-11 09:52:31.100626 | fa163ebd-9f3e-ebd2-ee1c-0000000048c3 | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:52:31.102155 | fa163ebd-9f3e-ebd2-ee1c-0000000048c3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:47.226558 | 0.26s 2026-03-11 09:52:31.131299 | fa163ebd-9f3e-ebd2-ee1c-0000000048c4 | TASK | Check for facter.conf 2026-03-11 09:52:31.378529 | fa163ebd-9f3e-ebd2-ee1c-0000000048c4 | OK | Check for facter.conf | standalone 2026-03-11 09:52:31.380012 | fa163ebd-9f3e-ebd2-ee1c-0000000048c4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:47.504445 | 0.25s 2026-03-11 09:52:31.410125 | fa163ebd-9f3e-ebd2-ee1c-0000000048c5 | TASK | Remove facter.conf if directory 2026-03-11 09:52:31.462641 | fa163ebd-9f3e-ebd2-ee1c-0000000048c5 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:52:31.463982 | fa163ebd-9f3e-ebd2-ee1c-0000000048c5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:47.588416 | 0.05s 2026-03-11 09:52:31.493490 | fa163ebd-9f3e-ebd2-ee1c-0000000048c6 | TASK | Write facter cache config 2026-03-11 09:52:31.997088 | fa163ebd-9f3e-ebd2-ee1c-0000000048c6 | CHANGED | Write facter cache config | standalone 2026-03-11 09:52:31.998384 | fa163ebd-9f3e-ebd2-ee1c-0000000048c6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:48.122819 | 0.50s 2026-03-11 09:52:32.025593 | fa163ebd-9f3e-ebd2-ee1c-0000000048c7 | TASK | Cleanup facter cache if exists 2026-03-11 09:52:32.276055 | fa163ebd-9f3e-ebd2-ee1c-0000000048c7 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 09:52:32.277151 | fa163ebd-9f3e-ebd2-ee1c-0000000048c7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:48.401590 | 0.25s 2026-03-11 09:52:32.301954 | fa163ebd-9f3e-ebd2-ee1c-0000000048c8 | TASK | Pre-cache facts 2026-03-11 09:52:32.943063 | fa163ebd-9f3e-ebd2-ee1c-0000000048c8 | CHANGED | Pre-cache facts | standalone 2026-03-11 09:52:32.944655 | fa163ebd-9f3e-ebd2-ee1c-0000000048c8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:49.069089 | 0.64s 2026-03-11 09:52:32.976427 | fa163ebd-9f3e-ebd2-ee1c-0000000048c9 | TASK | Failed deployment if facter fails 2026-03-11 09:52:33.006689 | fa163ebd-9f3e-ebd2-ee1c-0000000048c9 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:52:33.007932 | fa163ebd-9f3e-ebd2-ee1c-0000000048c9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:49.132365 | 0.03s 2026-03-11 09:52:33.052054 | fa163ebd-9f3e-ebd2-ee1c-0000000048ca | TASK | Sync cached facts 2026-03-11 09:52:33.380194 | fa163ebd-9f3e-ebd2-ee1c-0000000048ca | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-0000000048ca') missing from stats 2026-03-11 09:52:33.435279 | fa163ebd-9f3e-ebd2-ee1c-000000004882 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:52:33.487535 | fa163ebd-9f3e-ebd2-ee1c-000000004882 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 09:52:33.489539 | fa163ebd-9f3e-ebd2-ee1c-000000004882 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:49.613954 | 0.05s 2026-03-11 09:52:33.522530 | fa163ebd-9f3e-ebd2-ee1c-000000004884 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-11 09:52:33.552707 | fa163ebd-9f3e-ebd2-ee1c-000000004884 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:27:49.677136 | 0.03s 2026-03-11 09:52:33.620467 | fa163ebd-9f3e-ebd2-ee1c-000000004921 | TASK | Gather variables for each operating system 2026-03-11 09:52:33.744645 | fa163ebd-9f3e-ebd2-ee1c-000000004921 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:49.869061 | 0.12s 2026-03-11 09:52:33.775478 | fa163ebd-9f3e-ebd2-ee1c-000000004922 | TASK | Create container logs path 2026-03-11 09:52:34.025567 | fa163ebd-9f3e-ebd2-ee1c-000000004922 | OK | Create container logs path | standalone 2026-03-11 09:52:34.027120 | fa163ebd-9f3e-ebd2-ee1c-000000004922 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:50.151552 | 0.25s 2026-03-11 09:52:34.065524 | fa163ebd-9f3e-ebd2-ee1c-000000004924 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 09:52:34.383617 | fa163ebd-9f3e-ebd2-ee1c-000000004924 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 09:52:34.384836 | fa163ebd-9f3e-ebd2-ee1c-000000004924 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:50.509269 | 0.32s 2026-03-11 09:52:34.419647 | fa163ebd-9f3e-ebd2-ee1c-000000004925 | TASK | Finalise hashes for all containers 2026-03-11 09:52:34.601235 | fa163ebd-9f3e-ebd2-ee1c-000000004925 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:52:34.602565 | fa163ebd-9f3e-ebd2-ee1c-000000004925 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:50.726999 | 0.18s 2026-03-11 09:52:34.632311 | fa163ebd-9f3e-ebd2-ee1c-000000004927 | TASK | Manage systemd shutdown files 2026-03-11 09:52:34.666572 | fa163ebd-9f3e-ebd2-ee1c-000000004927 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:50.790995 | 0.03s 2026-03-11 09:52:34.702104 | e8b3ea41-b30b-4d99-bad8-dc1114564a85 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:52:34.819784 | fa163ebd-9f3e-ebd2-ee1c-00000000495a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:52:35.094583 | fa163ebd-9f3e-ebd2-ee1c-00000000495a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:52:35.096014 | fa163ebd-9f3e-ebd2-ee1c-00000000495a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:51.220446 | 0.28s 2026-03-11 09:52:35.125494 | fa163ebd-9f3e-ebd2-ee1c-00000000495b | TASK | Set podman_drop_in fact 2026-03-11 09:52:35.187505 | fa163ebd-9f3e-ebd2-ee1c-00000000495b | OK | Set podman_drop_in fact | standalone 2026-03-11 09:52:35.188636 | fa163ebd-9f3e-ebd2-ee1c-00000000495b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:51.313067 | 0.06s 2026-03-11 09:52:35.217616 | fa163ebd-9f3e-ebd2-ee1c-00000000495d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:52:35.811893 | fa163ebd-9f3e-ebd2-ee1c-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:52:35.813621 | fa163ebd-9f3e-ebd2-ee1c-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:51.938048 | 0.59s 2026-03-11 09:52:36.314109 | fa163ebd-9f3e-ebd2-ee1c-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:52:36.315290 | fa163ebd-9f3e-ebd2-ee1c-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:52.439730 | 1.10s 2026-03-11 09:52:36.321215 | fa163ebd-9f3e-ebd2-ee1c-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:52.445638 | 1.10s 2026-03-11 09:52:36.352383 | fa163ebd-9f3e-ebd2-ee1c-00000000495e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:52:36.888813 | fa163ebd-9f3e-ebd2-ee1c-00000000495e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:52:36.890443 | fa163ebd-9f3e-ebd2-ee1c-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:53.014878 | 0.54s 2026-03-11 09:52:36.914514 | fa163ebd-9f3e-ebd2-ee1c-00000000495f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:52:37.439851 | fa163ebd-9f3e-ebd2-ee1c-00000000495f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:52:37.441476 | fa163ebd-9f3e-ebd2-ee1c-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:53.565899 | 0.53s 2026-03-11 09:52:37.472663 | fa163ebd-9f3e-ebd2-ee1c-000000004960 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:52:38.225037 | fa163ebd-9f3e-ebd2-ee1c-000000004960 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:52:38.227057 | fa163ebd-9f3e-ebd2-ee1c-000000004960 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:54.351491 | 0.75s 2026-03-11 09:52:38.257406 | fa163ebd-9f3e-ebd2-ee1c-000000004961 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:52:38.781609 | fa163ebd-9f3e-ebd2-ee1c-000000004961 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:52:38.783116 | fa163ebd-9f3e-ebd2-ee1c-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:54.907547 | 0.52s 2026-03-11 09:52:38.806296 | fa163ebd-9f3e-ebd2-ee1c-000000004962 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:52:39.212119 | fa163ebd-9f3e-ebd2-ee1c-000000004962 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:52:39.213699 | fa163ebd-9f3e-ebd2-ee1c-000000004962 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:55.338130 | 0.41s 2026-03-11 09:52:39.242797 | fa163ebd-9f3e-ebd2-ee1c-000000004963 | TASK | Enable and start netns-placeholder 2026-03-11 09:52:40.030038 | fa163ebd-9f3e-ebd2-ee1c-000000004963 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:52:40.032182 | fa163ebd-9f3e-ebd2-ee1c-000000004963 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:56.156615 | 0.79s 2026-03-11 09:52:40.063886 | fa163ebd-9f3e-ebd2-ee1c-000000004929 | TASK | Update container configs with new config hashes 2026-03-11 09:52:40.117206 | fa163ebd-9f3e-ebd2-ee1c-000000004929 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:56.241638 | 0.05s 2026-03-11 09:52:40.130447 | b803681d-e934-40c4-9cd9-b523eb9844a3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:52:40.155771 | fa163ebd-9f3e-ebd2-ee1c-00000000498b | TASK | Update config hashes for container startup configs 2026-03-11 09:52:40.480237 | fa163ebd-9f3e-ebd2-ee1c-00000000498b | OK | Update config hashes for container startup configs | standalone 2026-03-11 09:52:40.481587 | fa163ebd-9f3e-ebd2-ee1c-00000000498b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:56.606019 | 0.32s 2026-03-11 09:52:40.519647 | fa163ebd-9f3e-ebd2-ee1c-00000000492a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 09:52:40.574427 | fa163ebd-9f3e-ebd2-ee1c-00000000492a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:56.698852 | 0.05s 2026-03-11 09:52:40.599400 | 13bdf339-c583-4874-8e6d-3e8d00e23e8f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:52:40.639690 | fa163ebd-9f3e-ebd2-ee1c-0000000049aa | TASK | Gather podman infos 2026-03-11 09:52:42.147321 | fa163ebd-9f3e-ebd2-ee1c-0000000049aa | OK | Gather podman infos | standalone 2026-03-11 09:52:42.147950 | fa163ebd-9f3e-ebd2-ee1c-0000000049aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:58.272396 | 1.51s 2026-03-11 09:52:42.221970 | fa163ebd-9f3e-ebd2-ee1c-0000000049ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 09:52:42.303281 | fa163ebd-9f3e-ebd2-ee1c-0000000049ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:58.427718 | 0.08s 2026-03-11 09:52:42.434766 | fa163ebd-9f3e-ebd2-ee1c-0000000049f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:58.559186 | 0.10s 2026-03-11 09:52:42.502144 | fa163ebd-9f3e-ebd2-ee1c-00000000492b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 09:52:42.548730 | fa163ebd-9f3e-ebd2-ee1c-00000000492b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:58.673160 | 0.04s 2026-03-11 09:52:42.564923 | c68f3f4e-2c6f-4441-a289-a325092a2bc1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:52:42.609392 | fa163ebd-9f3e-ebd2-ee1c-000000004a1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 09:53:03.743049 | fa163ebd-9f3e-ebd2-ee1c-000000004a1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 09:53:03.744725 | fa163ebd-9f3e-ebd2-ee1c-000000004a1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:19.869163 | 21.13s 2026-03-11 09:53:03.770084 | fa163ebd-9f3e-ebd2-ee1c-000000004a1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 09:55:14.866851 | fa163ebd-9f3e-ebd2-ee1c-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 09:55:14.868628 | fa163ebd-9f3e-ebd2-ee1c-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:30:30.993069 | 131.10s 2026-03-11 09:55:14.947164 | fa163ebd-9f3e-ebd2-ee1c-000000004886 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-11 09:55:15.247089 | fa163ebd-9f3e-ebd2-ee1c-000000004886 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-11 09:55:15.247978 | fa163ebd-9f3e-ebd2-ee1c-000000004886 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:30:31.372420 | 0.30s 2026-03-11 09:55:15.302021 | fa163ebd-9f3e-ebd2-ee1c-000000004887 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-11 09:55:15.346473 | fa163ebd-9f3e-ebd2-ee1c-000000004887 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:30:31.470891 | 0.04s 2026-03-11 09:55:15.380167 | fa163ebd-9f3e-ebd2-ee1c-000000004888 | TASK | Include container-puppet tasks for step 4 2026-03-11 09:55:15.421056 | fa163ebd-9f3e-ebd2-ee1c-000000004888 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:30:31.545481 | 0.04s 2026-03-11 09:55:15.446330 | aa79baef-417a-49c5-84a1-8362997aedeb | INCLUDED | /root/standalone-ansible-oi4kq9f5/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:55:15.494993 | fa163ebd-9f3e-ebd2-ee1c-000000004a66 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-11 09:55:15.965039 | fa163ebd-9f3e-ebd2-ee1c-000000004a66 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-11 09:55:15.966393 | fa163ebd-9f3e-ebd2-ee1c-000000004a66 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:30:32.090829 | 0.47s 2026-03-11 09:55:15.993673 | fa163ebd-9f3e-ebd2-ee1c-000000004a68 | TASK | Generate container puppet configs for step 4 2026-03-11 09:55:16.279035 | fa163ebd-9f3e-ebd2-ee1c-000000004a68 | OK | Generate container puppet configs for step 4 | standalone 2026-03-11 09:55:16.280289 | fa163ebd-9f3e-ebd2-ee1c-000000004a68 | TIMING | Generate container puppet configs for step 4 | standalone | 0:30:32.404724 | 0.28s 2026-03-11 09:55:16.311852 | fa163ebd-9f3e-ebd2-ee1c-000000004a69 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-11 09:55:16.334506 | fa163ebd-9f3e-ebd2-ee1c-000000004a69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:30:32.458929 | 0.02s 2026-03-11 09:55:16.404323 | fa163ebd-9f3e-ebd2-ee1c-000000004a98 | TASK | Gather variables for each operating system 2026-03-11 09:55:16.488476 | fa163ebd-9f3e-ebd2-ee1c-000000004a98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:32.612885 | 0.08s 2026-03-11 09:55:16.519541 | fa163ebd-9f3e-ebd2-ee1c-000000004a99 | TASK | Create container logs path 2026-03-11 09:55:16.779950 | fa163ebd-9f3e-ebd2-ee1c-000000004a99 | OK | Create container logs path | standalone 2026-03-11 09:55:16.781385 | fa163ebd-9f3e-ebd2-ee1c-000000004a99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:32.905819 | 0.26s 2026-03-11 09:55:16.814232 | fa163ebd-9f3e-ebd2-ee1c-000000004a9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 09:55:17.062853 | fa163ebd-9f3e-ebd2-ee1c-000000004a9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 09:55:17.064191 | fa163ebd-9f3e-ebd2-ee1c-000000004a9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:30:33.188625 | 0.25s 2026-03-11 09:55:17.093512 | fa163ebd-9f3e-ebd2-ee1c-000000004a9c | TASK | Finalise hashes for all containers 2026-03-11 09:55:17.146574 | fa163ebd-9f3e-ebd2-ee1c-000000004a9c | OK | Finalise hashes for all containers | standalone 2026-03-11 09:55:17.147902 | fa163ebd-9f3e-ebd2-ee1c-000000004a9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:33.272306 | 0.05s 2026-03-11 09:55:17.180284 | fa163ebd-9f3e-ebd2-ee1c-000000004a9e | TASK | Manage systemd shutdown files 2026-03-11 09:55:17.226808 | fa163ebd-9f3e-ebd2-ee1c-000000004a9e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:55:17.228298 | fa163ebd-9f3e-ebd2-ee1c-000000004a9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:33.352731 | 0.05s 2026-03-11 09:55:17.259765 | fa163ebd-9f3e-ebd2-ee1c-000000004aa0 | TASK | Update container configs with new config hashes 2026-03-11 09:55:17.309827 | fa163ebd-9f3e-ebd2-ee1c-000000004aa0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:55:17.310996 | fa163ebd-9f3e-ebd2-ee1c-000000004aa0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:33.435436 | 0.05s 2026-03-11 09:55:17.335679 | fa163ebd-9f3e-ebd2-ee1c-000000004aa1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 09:55:17.386773 | fa163ebd-9f3e-ebd2-ee1c-000000004aa1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 09:55:17.387551 | fa163ebd-9f3e-ebd2-ee1c-000000004aa1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:30:33.511993 | 0.05s 2026-03-11 09:55:17.414321 | fa163ebd-9f3e-ebd2-ee1c-000000004aa2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 09:55:17.466494 | fa163ebd-9f3e-ebd2-ee1c-000000004aa2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 09:55:17.467610 | fa163ebd-9f3e-ebd2-ee1c-000000004aa2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:30:33.592048 | 0.05s PLAY [External deployment step 5] ********************************************** 2026-03-11 09:55:17.622403 | fa163ebd-9f3e-ebd2-ee1c-0000000000ea | TASK | External deployment step 5 2026-03-11 09:55:17.662569 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000ea') missing from stats 2026-03-11 09:55:17.722041 | fa163ebd-9f3e-ebd2-ee1c-0000000000eb | TIMING | include_tasks | undercloud | 0:30:33.846462 | 0.04s 2026-03-11 09:55:17.734224 | 8d7af70f-4622-48e2-8bf0-9627d83dce3c | INCLUDED | /root/standalone-ansible-oi4kq9f5/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-11 09:55:17.753430 | fa163ebd-9f3e-ebd2-ee1c-000000004af1 | TASK | Manage Cinder's default volume type 2026-03-11 09:55:28.464437 | fa163ebd-9f3e-ebd2-ee1c-000000004af1 | OK | Manage Cinder's default volume type | undercloud 2026-03-11 09:55:28.466195 | fa163ebd-9f3e-ebd2-ee1c-000000004af1 | TIMING | Manage Cinder's default volume type | undercloud | 0:30:44.590631 | 10.71s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-11 09:55:28.606940 | fa163ebd-9f3e-ebd2-ee1c-0000000000ee | TASK | Deploy step tasks for 5 2026-03-11 09:55:28.636818 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000ee') missing from stats 2026-03-11 09:55:28.661595 | fa163ebd-9f3e-ebd2-ee1c-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-11 09:55:29.240453 | fa163ebd-9f3e-ebd2-ee1c-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-11 09:55:29.242342 | fa163ebd-9f3e-ebd2-ee1c-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:30:45.366767 | 0.58s [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:29.291040 | fa163ebd-9f3e-ebd2-ee1c-0000000000f0 | TIMING | include_tasks | standalone | 0:30:45.415477 | 0.03s 2026-03-11 09:55:29.352907 | 5e6e4cb0-1aec-4615-a816-398b3865a606 | INCLUDED | /root/standalone-ansible-oi4kq9f5/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-11 09:55:29.391295 | fa163ebd-9f3e-ebd2-ee1c-000000004b14 | TASK | Gather variables for each operating system 2026-03-11 09:55:29.513502 | fa163ebd-9f3e-ebd2-ee1c-000000004b14 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:30:45.637925 | 0.12s 2026-03-11 09:55:29.546484 | fa163ebd-9f3e-ebd2-ee1c-000000004b15 | TASK | Detect if resource is being created or already exists 2026-03-11 09:55:30.323628 | fa163ebd-9f3e-ebd2-ee1c-000000004b15 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:55:30.324455 | fa163ebd-9f3e-ebd2-ee1c-000000004b15 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:30:46.448897 | 0.78s 2026-03-11 09:55:30.346822 | fa163ebd-9f3e-ebd2-ee1c-000000004b16 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-11 09:55:55.795984 | fa163ebd-9f3e-ebd2-ee1c-000000004b16 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-11 09:55:55.797284 | fa163ebd-9f3e-ebd2-ee1c-000000004b16 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:31:11.921725 | 25.45s 2026-03-11 09:55:55.819003 | fa163ebd-9f3e-ebd2-ee1c-000000004b17 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 09:55:56.048576 | fa163ebd-9f3e-ebd2-ee1c-000000004b17 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 09:55:56.050149 | fa163ebd-9f3e-ebd2-ee1c-000000004b17 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:31:12.174580 | 0.23s 2026-03-11 09:55:56.082138 | fa163ebd-9f3e-ebd2-ee1c-000000004b18 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:55:56.515093 | fa163ebd-9f3e-ebd2-ee1c-000000004b18 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:55:56.517149 | fa163ebd-9f3e-ebd2-ee1c-000000004b18 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:31:12.641577 | 0.43s 2026-03-11 09:55:56.553860 | fa163ebd-9f3e-ebd2-ee1c-000000004b19 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-11 09:55:56.771283 | fa163ebd-9f3e-ebd2-ee1c-000000004b19 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-11 09:55:56.772995 | fa163ebd-9f3e-ebd2-ee1c-000000004b19 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:31:12.897424 | 0.22s 2026-03-11 09:55:56.837097 | fa163ebd-9f3e-ebd2-ee1c-000000004b1b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-11 09:55:56.879682 | fa163ebd-9f3e-ebd2-ee1c-000000004b1b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-11 09:55:56.881821 | fa163ebd-9f3e-ebd2-ee1c-000000004b1b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:31:13.006242 | 0.04s 2026-03-11 09:55:56.909059 | fa163ebd-9f3e-ebd2-ee1c-000000004b1c | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-11 09:55:56.958339 | fa163ebd-9f3e-ebd2-ee1c-000000004b1c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-11 09:55:56.959709 | fa163ebd-9f3e-ebd2-ee1c-000000004b1c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:31:13.084144 | 0.05s 2026-03-11 09:55:56.989329 | fa163ebd-9f3e-ebd2-ee1c-000000004b1d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-11 09:55:57.030780 | fa163ebd-9f3e-ebd2-ee1c-000000004b1d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-11 09:55:57.031834 | fa163ebd-9f3e-ebd2-ee1c-000000004b1d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:31:13.156275 | 0.04s 2026-03-11 09:55:57.054291 | fa163ebd-9f3e-ebd2-ee1c-000000004b1e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:55:57.105138 | fa163ebd-9f3e-ebd2-ee1c-000000004b1e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:55:57.106615 | fa163ebd-9f3e-ebd2-ee1c-000000004b1e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:31:13.231049 | 0.05s 2026-03-11 09:55:57.132191 | fa163ebd-9f3e-ebd2-ee1c-000000004b1f | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-11 09:55:57.178098 | fa163ebd-9f3e-ebd2-ee1c-000000004b1f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-11 09:55:57.180620 | fa163ebd-9f3e-ebd2-ee1c-000000004b1f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:31:13.305057 | 0.05s 2026-03-11 09:55:57.225477 | fa163ebd-9f3e-ebd2-ee1c-000000004b40 | TASK | Gather variables for each operating system 2026-03-11 09:55:57.331682 | fa163ebd-9f3e-ebd2-ee1c-000000004b40 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:31:13.456093 | 0.10s 2026-03-11 09:55:57.364648 | fa163ebd-9f3e-ebd2-ee1c-000000004b41 | TASK | Detect if resource is being created or already exists 2026-03-11 09:55:58.161142 | fa163ebd-9f3e-ebd2-ee1c-000000004b41 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:55:58.163247 | fa163ebd-9f3e-ebd2-ee1c-000000004b41 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:31:14.287677 | 0.80s 2026-03-11 09:55:58.198857 | fa163ebd-9f3e-ebd2-ee1c-000000004b42 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-11 09:56:23.825599 | fa163ebd-9f3e-ebd2-ee1c-000000004b42 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-11 09:56:23.826719 | fa163ebd-9f3e-ebd2-ee1c-000000004b42 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:31:39.951162 | 25.63s 2026-03-11 09:56:23.847518 | fa163ebd-9f3e-ebd2-ee1c-000000004b43 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 09:56:24.136816 | fa163ebd-9f3e-ebd2-ee1c-000000004b43 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 09:56:24.137913 | fa163ebd-9f3e-ebd2-ee1c-000000004b43 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:31:40.262355 | 0.29s 2026-03-11 09:56:24.157437 | fa163ebd-9f3e-ebd2-ee1c-000000004b44 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:56:24.567797 | fa163ebd-9f3e-ebd2-ee1c-000000004b44 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:56:24.570035 | fa163ebd-9f3e-ebd2-ee1c-000000004b44 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:31:40.694412 | 0.41s 2026-03-11 09:56:24.596139 | fa163ebd-9f3e-ebd2-ee1c-000000004b45 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-11 09:56:24.807720 | fa163ebd-9f3e-ebd2-ee1c-000000004b45 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-11 09:56:24.810279 | fa163ebd-9f3e-ebd2-ee1c-000000004b45 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:31:40.934711 | 0.21s 2026-03-11 09:56:24.844145 | fa163ebd-9f3e-ebd2-ee1c-000000004b47 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-11 09:56:24.901802 | fa163ebd-9f3e-ebd2-ee1c-000000004b47 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-11 09:56:24.902811 | fa163ebd-9f3e-ebd2-ee1c-000000004b47 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:31:41.027252 | 0.06s 2026-03-11 09:56:24.924571 | fa163ebd-9f3e-ebd2-ee1c-000000004b48 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-11 09:56:24.957773 | fa163ebd-9f3e-ebd2-ee1c-000000004b48 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-11 09:56:24.959299 | fa163ebd-9f3e-ebd2-ee1c-000000004b48 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:31:41.083733 | 0.03s 2026-03-11 09:56:24.987721 | fa163ebd-9f3e-ebd2-ee1c-000000004b49 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-11 09:56:25.054600 | fa163ebd-9f3e-ebd2-ee1c-000000004b49 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-11 09:56:25.056157 | fa163ebd-9f3e-ebd2-ee1c-000000004b49 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:31:41.180590 | 0.06s 2026-03-11 09:56:25.085536 | fa163ebd-9f3e-ebd2-ee1c-000000004b4a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:56:25.127267 | fa163ebd-9f3e-ebd2-ee1c-000000004b4a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:56:25.128411 | fa163ebd-9f3e-ebd2-ee1c-000000004b4a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:31:41.252848 | 0.04s 2026-03-11 09:56:25.154572 | fa163ebd-9f3e-ebd2-ee1c-000000004b4b | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-11 09:56:25.221797 | fa163ebd-9f3e-ebd2-ee1c-000000004b4b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-11 09:56:25.223314 | fa163ebd-9f3e-ebd2-ee1c-000000004b4b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:31:41.347750 | 0.07s 2026-03-11 09:56:25.274760 | fa163ebd-9f3e-ebd2-ee1c-000000004b6c | TASK | Gather variables for each operating system 2026-03-11 09:56:25.375252 | fa163ebd-9f3e-ebd2-ee1c-000000004b6c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:31:41.499668 | 0.10s 2026-03-11 09:56:25.402544 | fa163ebd-9f3e-ebd2-ee1c-000000004b6d | TASK | Detect if resource is being created or already exists 2026-03-11 09:56:26.222471 | fa163ebd-9f3e-ebd2-ee1c-000000004b6d | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 09:56:26.224259 | fa163ebd-9f3e-ebd2-ee1c-000000004b6d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:31:42.348693 | 0.82s 2026-03-11 09:56:26.256007 | fa163ebd-9f3e-ebd2-ee1c-000000004b6e | TASK | Run init bundle puppet on the host for manila_share 2026-03-11 09:56:51.125571 | fa163ebd-9f3e-ebd2-ee1c-000000004b6e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-11 09:56:51.126675 | fa163ebd-9f3e-ebd2-ee1c-000000004b6e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:32:07.251118 | 24.87s 2026-03-11 09:56:51.150278 | fa163ebd-9f3e-ebd2-ee1c-000000004b6f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-11 09:56:51.400405 | fa163ebd-9f3e-ebd2-ee1c-000000004b6f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-11 09:56:51.402298 | fa163ebd-9f3e-ebd2-ee1c-000000004b6f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:32:07.526732 | 0.25s 2026-03-11 09:56:51.427641 | fa163ebd-9f3e-ebd2-ee1c-000000004b70 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 09:56:51.870674 | fa163ebd-9f3e-ebd2-ee1c-000000004b70 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 09:56:51.871661 | fa163ebd-9f3e-ebd2-ee1c-000000004b70 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:32:07.996100 | 0.44s 2026-03-11 09:56:51.895776 | fa163ebd-9f3e-ebd2-ee1c-000000004b71 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-11 09:56:52.116720 | fa163ebd-9f3e-ebd2-ee1c-000000004b71 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-11 09:56:52.118003 | fa163ebd-9f3e-ebd2-ee1c-000000004b71 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:32:08.242437 | 0.22s 2026-03-11 09:56:52.152951 | fa163ebd-9f3e-ebd2-ee1c-000000004b73 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-11 09:56:52.191200 | fa163ebd-9f3e-ebd2-ee1c-000000004b73 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-11 09:56:52.192128 | fa163ebd-9f3e-ebd2-ee1c-000000004b73 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:32:08.316567 | 0.04s 2026-03-11 09:56:52.217000 | fa163ebd-9f3e-ebd2-ee1c-000000004b74 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-11 09:56:52.255089 | fa163ebd-9f3e-ebd2-ee1c-000000004b74 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-11 09:56:52.255957 | fa163ebd-9f3e-ebd2-ee1c-000000004b74 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:32:08.380396 | 0.04s 2026-03-11 09:56:52.280637 | fa163ebd-9f3e-ebd2-ee1c-000000004b75 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-11 09:56:52.330387 | fa163ebd-9f3e-ebd2-ee1c-000000004b75 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-11 09:56:52.331715 | fa163ebd-9f3e-ebd2-ee1c-000000004b75 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:32:08.456147 | 0.05s 2026-03-11 09:56:52.364575 | fa163ebd-9f3e-ebd2-ee1c-000000004b76 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 09:56:52.415161 | fa163ebd-9f3e-ebd2-ee1c-000000004b76 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 09:56:52.416199 | fa163ebd-9f3e-ebd2-ee1c-000000004b76 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:32:08.540638 | 0.05s 2026-03-11 09:56:52.441328 | fa163ebd-9f3e-ebd2-ee1c-000000004b77 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-11 09:56:52.482294 | fa163ebd-9f3e-ebd2-ee1c-000000004b77 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-11 09:56:52.483333 | fa163ebd-9f3e-ebd2-ee1c-000000004b77 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:32:08.607771 | 0.04s 2026-03-11 09:56:52.530105 | fa163ebd-9f3e-ebd2-ee1c-000000004b98 | TASK | Run kolla_set_configs to copy ring files 2026-03-11 09:56:53.114110 | fa163ebd-9f3e-ebd2-ee1c-000000004b98 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-11 09:56:53.116946 | fa163ebd-9f3e-ebd2-ee1c-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:09.241375 | 0.59s 2026-03-11 09:56:53.126000 | fa163ebd-9f3e-ebd2-ee1c-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:09.250439 | 0.59s 2026-03-11 09:56:53.154209 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TASK | Run kolla_set_configs to copy ring files 2026-03-11 09:56:53.456828 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-11 09:56:53.457720 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:09.582161 | 0.30s 2026-03-11 09:56:54.074321 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-11 09:56:54.075458 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:10.199899 | 0.92s 2026-03-11 09:56:54.356833 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-11 09:56:54.359355 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:10.483790 | 1.20s 2026-03-11 09:56:54.825228 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-11 09:56:54.827339 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:10.951775 | 1.67s 2026-03-11 09:56:55.139590 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-11 09:56:55.141360 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:11.265794 | 1.99s 2026-03-11 09:56:55.422720 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-11 09:56:55.423974 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:11.548408 | 2.27s 2026-03-11 09:56:55.909165 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-11 09:56:55.911714 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:12.036149 | 2.76s 2026-03-11 09:56:56.406529 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-11 09:56:56.407415 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:12.531857 | 3.25s 2026-03-11 09:56:56.705821 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-11 09:56:56.707733 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:12.832168 | 3.55s 2026-03-11 09:56:57.328409 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-11 09:56:57.333363 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:13.457796 | 4.18s 2026-03-11 09:56:57.632636 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-11 09:56:57.634446 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:13.758877 | 4.48s 2026-03-11 09:56:58.137676 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-11 09:56:58.139680 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:14.264111 | 4.98s 2026-03-11 09:56:58.541218 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-11 09:56:58.542625 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:14.667069 | 5.39s 2026-03-11 09:56:58.556005 | fa163ebd-9f3e-ebd2-ee1c-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:32:14.680435 | 5.40s 2026-03-11 09:56:58.585933 | fa163ebd-9f3e-ebd2-ee1c-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-11 09:56:58.865223 | fa163ebd-9f3e-ebd2-ee1c-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-11 09:56:58.866248 | fa163ebd-9f3e-ebd2-ee1c-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:32:14.990685 | 0.28s 2026-03-11 09:56:58.942091 | fa163ebd-9f3e-ebd2-ee1c-0000000000f3 | TIMING | include_tasks | standalone | 0:32:15.066517 | 0.05s 2026-03-11 09:56:58.962115 | 2e14e048-70da-4183-b7c5-e99f2eadba14 | INCLUDED | /root/standalone-ansible-oi4kq9f5/common_deploy_steps_tasks.yaml | standalone 2026-03-11 09:56:58.988226 | fa163ebd-9f3e-ebd2-ee1c-000000004c16 | TASK | Write the config_step hieradata 2026-03-11 09:56:59.503063 | fa163ebd-9f3e-ebd2-ee1c-000000004c16 | OK | Write the config_step hieradata | standalone 2026-03-11 09:56:59.504927 | fa163ebd-9f3e-ebd2-ee1c-000000004c16 | TIMING | Write the config_step hieradata | standalone | 0:32:15.629335 | 0.52s 2026-03-11 09:56:59.537133 | fa163ebd-9f3e-ebd2-ee1c-000000004c17 | TASK | Run puppet host configuration for step 5 2026-03-11 09:56:59.869518 | fa163ebd-9f3e-ebd2-ee1c-000000004c17 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-11 09:56:59.871005 | fa163ebd-9f3e-ebd2-ee1c-000000004c17 | TIMING | Run puppet host configuration for step 5 | standalone | 0:32:15.995439 | 0.33s 2026-03-11 09:56:59.902264 | fa163ebd-9f3e-ebd2-ee1c-000000004c18 | TASK | Wait for puppet host configuration to finish 2026-03-11 09:57:00.167061 | fa163ebd-9f3e-ebd2-ee1c-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 09:57:10.405122 | fa163ebd-9f3e-ebd2-ee1c-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 09:57:20.647584 | fa163ebd-9f3e-ebd2-ee1c-000000004c18 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 09:57:20.649195 | fa163ebd-9f3e-ebd2-ee1c-000000004c18 | TIMING | Wait for puppet host configuration to finish | standalone | 0:32:36.773626 | 20.75s 2026-03-11 09:57:20.682161 | fa163ebd-9f3e-ebd2-ee1c-000000004c19 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-11 09:57:20.766818 | fa163ebd-9f3e-ebd2-ee1c-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 09:57:00 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:57:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 09:57:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 09:57:07 puppet-user: (file & line not available)", "<13>Mar 11 09:57:07 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:57:07 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:57:07 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 09:57:07 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 09:57:07 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 09:57:07 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 09:57:07 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 09:57:07 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 09:57:07 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 09:57:07 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Mar 11 09:57:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 09:57:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.59 seconds", "<13>Mar 11 09:57:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 09:57:14 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 09:57:16 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 09:57:16 puppet-user: Notice: Applied catalog in 8.60 seconds", "<13>Mar 11 09:57:16 puppet-user: Application:", "<13>Mar 11 09:57:16 puppet-user: Initial environment: production", "<13>Mar 11 09:57:16 puppet-user: Converged environment: production", "<13>Mar 11 09:57:16 puppet-user: Run mode: user", "<13>Mar 11 09:57:16 puppet-user: Changes:", "<13>Mar 11 09:57:16 puppet-user: Total: 2", "<13>Mar 11 09:57:16 puppet-user: Events:", "<13>Mar 11 09:57:16 puppet-user: Success: 2", "<13>Mar 11 09:57:16 puppet-user: Resources:", "<13>Mar 11 09:57:16 puppet-user: Changed: 2", "<13>Mar 11 09:57:16 puppet-user: Out of sync: 2", "<13>Mar 11 09:57:16 puppet-user: Total: 37", "<13>Mar 11 09:57:16 puppet-user: Time:", "<13>Mar 11 09:57:16 puppet-user: Filebucket: 0.00", "<13>Mar 11 09:57:16 puppet-user: File line: 0.00", "<13>Mar 11 09:57:16 puppet-user: Schedule: 0.00", "<13>Mar 11 09:57:16 puppet-user: Package: 0.00", "<13>Mar 11 09:57:16 puppet-user: Augeas: 0.01", "<13>Mar 11 09:57:16 puppet-user: User: 0.01", "<13>Mar 11 09:57:16 puppet-user: File: 0.12", "<13>Mar 11 09:57:16 puppet-user: Service: 0.16", "<13>Mar 11 09:57:16 puppet-user: Config retrieval: 0.74", "<13>Mar 11 09:57:16 puppet-user: Pcmk property: 1.58", "<13>Mar 11 09:57:16 puppet-user: Last run: 1773223036", "<13>Mar 11 09:57:16 puppet-user: Pcmk resource default: 2.12", "<13>Mar 11 09:57:16 puppet-user: Pcmk resource op default: 2.18", "<13>Mar 11 09:57:16 puppet-user: Exec: 2.23", "<13>Mar 11 09:57:16 puppet-user: Transaction evaluation: 8.58", "<13>Mar 11 09:57:16 puppet-user: Catalog application: 8.60", "<13>Mar 11 09:57:16 puppet-user: Total: 8.61", "<13>Mar 11 09:57:16 puppet-user: Version:", "<13>Mar 11 09:57:16 puppet-user: Config: 1773223027", "<13>Mar 11 09:57:16 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 09:57:20.768382 | fa163ebd-9f3e-ebd2-ee1c-000000004c19 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:32:36.892808 | 0.08s 2026-03-11 09:57:20.799788 | fa163ebd-9f3e-ebd2-ee1c-000000004c1a | TASK | Pre-cache facts for puppet containers 2026-03-11 09:57:20.829312 | fa163ebd-9f3e-ebd2-ee1c-000000004c1a | TIMING | Pre-cache facts for puppet containers | standalone | 0:32:36.953733 | 0.03s 2026-03-11 09:57:20.896532 | fa163ebd-9f3e-ebd2-ee1c-000000004c59 | TASK | Gather variables for each operating system 2026-03-11 09:57:21.018943 | fa163ebd-9f3e-ebd2-ee1c-000000004c59 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:32:37.143363 | 0.12s 2026-03-11 09:57:21.052911 | fa163ebd-9f3e-ebd2-ee1c-000000004c5a | TASK | Create puppet caching structures 2026-03-11 09:57:21.332495 | fa163ebd-9f3e-ebd2-ee1c-000000004c5a | CHANGED | Create puppet caching structures | standalone 2026-03-11 09:57:21.333296 | fa163ebd-9f3e-ebd2-ee1c-000000004c5a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:32:37.457740 | 0.28s 2026-03-11 09:57:21.352881 | fa163ebd-9f3e-ebd2-ee1c-000000004c5b | TASK | Check for facter.conf 2026-03-11 09:57:21.582732 | fa163ebd-9f3e-ebd2-ee1c-000000004c5b | OK | Check for facter.conf | standalone 2026-03-11 09:57:21.584318 | fa163ebd-9f3e-ebd2-ee1c-000000004c5b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:32:37.708751 | 0.23s 2026-03-11 09:57:21.615740 | fa163ebd-9f3e-ebd2-ee1c-000000004c5c | TASK | Remove facter.conf if directory 2026-03-11 09:57:21.668602 | fa163ebd-9f3e-ebd2-ee1c-000000004c5c | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 09:57:21.669947 | fa163ebd-9f3e-ebd2-ee1c-000000004c5c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:32:37.794378 | 0.05s 2026-03-11 09:57:21.705665 | fa163ebd-9f3e-ebd2-ee1c-000000004c5d | TASK | Write facter cache config 2026-03-11 09:57:22.205992 | fa163ebd-9f3e-ebd2-ee1c-000000004c5d | CHANGED | Write facter cache config | standalone 2026-03-11 09:57:22.207145 | fa163ebd-9f3e-ebd2-ee1c-000000004c5d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:32:38.331583 | 0.50s 2026-03-11 09:57:22.237160 | fa163ebd-9f3e-ebd2-ee1c-000000004c5e | TASK | Cleanup facter cache if exists 2026-03-11 09:57:22.436056 | fa163ebd-9f3e-ebd2-ee1c-000000004c5e | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 09:57:22.436814 | fa163ebd-9f3e-ebd2-ee1c-000000004c5e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:32:38.561256 | 0.20s 2026-03-11 09:57:22.457280 | fa163ebd-9f3e-ebd2-ee1c-000000004c5f | TASK | Pre-cache facts 2026-03-11 09:57:23.092666 | fa163ebd-9f3e-ebd2-ee1c-000000004c5f | CHANGED | Pre-cache facts | standalone 2026-03-11 09:57:23.094185 | fa163ebd-9f3e-ebd2-ee1c-000000004c5f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:32:39.218618 | 0.64s 2026-03-11 09:57:23.129905 | fa163ebd-9f3e-ebd2-ee1c-000000004c60 | TASK | Failed deployment if facter fails 2026-03-11 09:57:23.170558 | fa163ebd-9f3e-ebd2-ee1c-000000004c60 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 09:57:23.171733 | fa163ebd-9f3e-ebd2-ee1c-000000004c60 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:32:39.296166 | 0.04s 2026-03-11 09:57:23.218351 | fa163ebd-9f3e-ebd2-ee1c-000000004c61 | TASK | Sync cached facts 2026-03-11 09:57:23.547602 | fa163ebd-9f3e-ebd2-ee1c-000000004c61 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-000000004c61') missing from stats 2026-03-11 09:57:23.594150 | fa163ebd-9f3e-ebd2-ee1c-000000004c1b | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 09:57:23.644790 | fa163ebd-9f3e-ebd2-ee1c-000000004c1b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 09:57:23.646644 | fa163ebd-9f3e-ebd2-ee1c-000000004c1b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:32:39.771066 | 0.05s 2026-03-11 09:57:23.672493 | fa163ebd-9f3e-ebd2-ee1c-000000004c1d | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-11 09:57:23.700469 | fa163ebd-9f3e-ebd2-ee1c-000000004c1d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:32:39.824899 | 0.03s 2026-03-11 09:57:23.759102 | fa163ebd-9f3e-ebd2-ee1c-000000004cb8 | TASK | Gather variables for each operating system 2026-03-11 09:57:23.903498 | fa163ebd-9f3e-ebd2-ee1c-000000004cb8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:32:40.027922 | 0.14s 2026-03-11 09:57:23.927802 | fa163ebd-9f3e-ebd2-ee1c-000000004cb9 | TASK | Create container logs path 2026-03-11 09:57:24.204232 | fa163ebd-9f3e-ebd2-ee1c-000000004cb9 | OK | Create container logs path | standalone 2026-03-11 09:57:24.205270 | fa163ebd-9f3e-ebd2-ee1c-000000004cb9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:32:40.329711 | 0.28s 2026-03-11 09:57:24.227612 | fa163ebd-9f3e-ebd2-ee1c-000000004cbb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 09:57:24.495392 | fa163ebd-9f3e-ebd2-ee1c-000000004cbb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 09:57:24.496352 | fa163ebd-9f3e-ebd2-ee1c-000000004cbb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:32:40.620794 | 0.27s 2026-03-11 09:57:24.515982 | fa163ebd-9f3e-ebd2-ee1c-000000004cbc | TASK | Finalise hashes for all containers 2026-03-11 09:57:24.563418 | fa163ebd-9f3e-ebd2-ee1c-000000004cbc | OK | Finalise hashes for all containers | standalone 2026-03-11 09:57:24.564168 | fa163ebd-9f3e-ebd2-ee1c-000000004cbc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:32:40.688610 | 0.05s 2026-03-11 09:57:24.584051 | fa163ebd-9f3e-ebd2-ee1c-000000004cbe | TASK | Manage systemd shutdown files 2026-03-11 09:57:24.610477 | fa163ebd-9f3e-ebd2-ee1c-000000004cbe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:32:40.734914 | 0.03s 2026-03-11 09:57:24.626795 | 07f3272e-edd0-4a6a-942a-20c0854defbf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 09:57:24.650176 | fa163ebd-9f3e-ebd2-ee1c-000000004cf1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 09:57:24.890944 | fa163ebd-9f3e-ebd2-ee1c-000000004cf1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 09:57:24.892387 | fa163ebd-9f3e-ebd2-ee1c-000000004cf1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:32:41.016817 | 0.24s 2026-03-11 09:57:24.923233 | fa163ebd-9f3e-ebd2-ee1c-000000004cf2 | TASK | Set podman_drop_in fact 2026-03-11 09:57:24.966163 | fa163ebd-9f3e-ebd2-ee1c-000000004cf2 | OK | Set podman_drop_in fact | standalone 2026-03-11 09:57:24.967462 | fa163ebd-9f3e-ebd2-ee1c-000000004cf2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:32:41.091896 | 0.04s 2026-03-11 09:57:24.997027 | fa163ebd-9f3e-ebd2-ee1c-000000004cf4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 09:57:25.541070 | fa163ebd-9f3e-ebd2-ee1c-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 09:57:25.544128 | fa163ebd-9f3e-ebd2-ee1c-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:32:41.668556 | 0.55s 2026-03-11 09:57:26.073680 | fa163ebd-9f3e-ebd2-ee1c-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 09:57:26.074501 | fa163ebd-9f3e-ebd2-ee1c-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:32:42.198943 | 1.08s 2026-03-11 09:57:26.079447 | fa163ebd-9f3e-ebd2-ee1c-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:32:42.203877 | 1.08s 2026-03-11 09:57:26.111054 | fa163ebd-9f3e-ebd2-ee1c-000000004cf5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 09:57:26.657593 | fa163ebd-9f3e-ebd2-ee1c-000000004cf5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 09:57:26.659312 | fa163ebd-9f3e-ebd2-ee1c-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:32:42.783744 | 0.55s 2026-03-11 09:57:26.689836 | fa163ebd-9f3e-ebd2-ee1c-000000004cf6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 09:57:27.231807 | fa163ebd-9f3e-ebd2-ee1c-000000004cf6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 09:57:27.233518 | fa163ebd-9f3e-ebd2-ee1c-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:32:43.357954 | 0.54s 2026-03-11 09:57:27.257619 | fa163ebd-9f3e-ebd2-ee1c-000000004cf7 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 09:57:28.259291 | fa163ebd-9f3e-ebd2-ee1c-000000004cf7 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 09:57:28.261085 | fa163ebd-9f3e-ebd2-ee1c-000000004cf7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:32:44.385523 | 1.00s 2026-03-11 09:57:28.286663 | fa163ebd-9f3e-ebd2-ee1c-000000004cf8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 09:57:28.804528 | fa163ebd-9f3e-ebd2-ee1c-000000004cf8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 09:57:28.806036 | fa163ebd-9f3e-ebd2-ee1c-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:32:44.930469 | 0.52s 2026-03-11 09:57:28.835434 | fa163ebd-9f3e-ebd2-ee1c-000000004cf9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 09:57:29.383758 | fa163ebd-9f3e-ebd2-ee1c-000000004cf9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 09:57:29.385133 | fa163ebd-9f3e-ebd2-ee1c-000000004cf9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:32:45.509567 | 0.55s 2026-03-11 09:57:29.415910 | fa163ebd-9f3e-ebd2-ee1c-000000004cfa | TASK | Enable and start netns-placeholder 2026-03-11 09:57:30.538035 | fa163ebd-9f3e-ebd2-ee1c-000000004cfa | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 09:57:30.540295 | fa163ebd-9f3e-ebd2-ee1c-000000004cfa | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:32:46.664728 | 1.12s 2026-03-11 09:57:30.571066 | fa163ebd-9f3e-ebd2-ee1c-000000004cc0 | TASK | Update container configs with new config hashes 2026-03-11 09:57:30.632516 | fa163ebd-9f3e-ebd2-ee1c-000000004cc0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:32:46.756939 | 0.06s 2026-03-11 09:57:30.654201 | 21704006-87e9-44a6-942b-c3a8ac5f5580 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 09:57:30.691814 | fa163ebd-9f3e-ebd2-ee1c-000000004d22 | TASK | Update config hashes for container startup configs 2026-03-11 09:57:31.002246 | fa163ebd-9f3e-ebd2-ee1c-000000004d22 | OK | Update config hashes for container startup configs | standalone 2026-03-11 09:57:31.003540 | fa163ebd-9f3e-ebd2-ee1c-000000004d22 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:32:47.127972 | 0.31s 2026-03-11 09:57:31.035912 | fa163ebd-9f3e-ebd2-ee1c-000000004cc1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 09:57:31.100184 | fa163ebd-9f3e-ebd2-ee1c-000000004cc1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:32:47.224607 | 0.06s 2026-03-11 09:57:31.125846 | 8e526ad9-23ed-4ac3-b5de-b1fe645482b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 09:57:31.164648 | fa163ebd-9f3e-ebd2-ee1c-000000004d41 | TASK | Gather podman infos 2026-03-11 09:57:33.543251 | fa163ebd-9f3e-ebd2-ee1c-000000004d41 | OK | Gather podman infos | standalone 2026-03-11 09:57:33.544614 | fa163ebd-9f3e-ebd2-ee1c-000000004d41 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:32:49.669051 | 2.38s 2026-03-11 09:57:33.705040 | fa163ebd-9f3e-ebd2-ee1c-000000004d42 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 09:57:33.798737 | fa163ebd-9f3e-ebd2-ee1c-000000004d42 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:32:49.923168 | 0.08s 2026-03-11 09:57:33.984278 | fa163ebd-9f3e-ebd2-ee1c-000000004d8b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:32:50.108692 | 0.14s 2026-03-11 09:57:34.050458 | fa163ebd-9f3e-ebd2-ee1c-000000004cc2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 09:57:34.093074 | fa163ebd-9f3e-ebd2-ee1c-000000004cc2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:32:50.217504 | 0.04s 2026-03-11 09:57:34.108264 | f97802ac-6126-4c90-b764-265779164905 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 09:57:34.140082 | fa163ebd-9f3e-ebd2-ee1c-000000004db1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 09:58:00.083578 | fa163ebd-9f3e-ebd2-ee1c-000000004db1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 09:58:00.085951 | fa163ebd-9f3e-ebd2-ee1c-000000004db1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:33:16.210378 | 25.94s 2026-03-11 09:58:00.130397 | fa163ebd-9f3e-ebd2-ee1c-000000004db2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 09:58:28.159029 | fa163ebd-9f3e-ebd2-ee1c-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 09:58:28.160063 | fa163ebd-9f3e-ebd2-ee1c-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:33:44.284506 | 28.03s 2026-03-11 09:58:28.205429 | fa163ebd-9f3e-ebd2-ee1c-000000004c1f | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-11 09:58:28.426003 | fa163ebd-9f3e-ebd2-ee1c-000000004c1f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-11 09:58:28.426750 | fa163ebd-9f3e-ebd2-ee1c-000000004c1f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:33:44.551193 | 0.22s 2026-03-11 09:58:28.456662 | fa163ebd-9f3e-ebd2-ee1c-000000004c20 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-11 09:58:28.496222 | fa163ebd-9f3e-ebd2-ee1c-000000004c20 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:33:44.620651 | 0.04s 2026-03-11 09:58:28.517202 | fa163ebd-9f3e-ebd2-ee1c-000000004c21 | TASK | Include container-puppet tasks for step 5 2026-03-11 09:58:28.545014 | fa163ebd-9f3e-ebd2-ee1c-000000004c21 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:33:44.669439 | 0.03s 2026-03-11 09:58:28.570358 | 8702db23-403d-49b1-aadb-32ab8af5ae19 | INCLUDED | /root/standalone-ansible-oi4kq9f5/host-container-puppet-tasks.yaml | standalone 2026-03-11 09:58:28.610339 | fa163ebd-9f3e-ebd2-ee1c-000000004dfd | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-11 09:58:29.048688 | fa163ebd-9f3e-ebd2-ee1c-000000004dfd | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-11 09:58:29.049704 | fa163ebd-9f3e-ebd2-ee1c-000000004dfd | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:33:45.174140 | 0.44s 2026-03-11 09:58:29.070049 | fa163ebd-9f3e-ebd2-ee1c-000000004dff | TASK | Generate container puppet configs for step 5 2026-03-11 09:58:29.287355 | fa163ebd-9f3e-ebd2-ee1c-000000004dff | OK | Generate container puppet configs for step 5 | standalone 2026-03-11 09:58:29.288381 | fa163ebd-9f3e-ebd2-ee1c-000000004dff | TIMING | Generate container puppet configs for step 5 | standalone | 0:33:45.412816 | 0.22s 2026-03-11 09:58:29.312964 | fa163ebd-9f3e-ebd2-ee1c-000000004e00 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-11 09:58:29.333466 | fa163ebd-9f3e-ebd2-ee1c-000000004e00 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:33:45.457893 | 0.02s 2026-03-11 09:58:29.384195 | fa163ebd-9f3e-ebd2-ee1c-000000004e2f | TASK | Gather variables for each operating system 2026-03-11 09:58:29.483598 | fa163ebd-9f3e-ebd2-ee1c-000000004e2f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:33:45.608028 | 0.10s 2026-03-11 09:58:29.504172 | fa163ebd-9f3e-ebd2-ee1c-000000004e30 | TASK | Create container logs path 2026-03-11 09:58:29.783690 | fa163ebd-9f3e-ebd2-ee1c-000000004e30 | OK | Create container logs path | standalone 2026-03-11 09:58:29.785191 | fa163ebd-9f3e-ebd2-ee1c-000000004e30 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:33:45.909621 | 0.28s 2026-03-11 09:58:29.820904 | fa163ebd-9f3e-ebd2-ee1c-000000004e32 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 09:58:30.048916 | fa163ebd-9f3e-ebd2-ee1c-000000004e32 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 09:58:30.049723 | fa163ebd-9f3e-ebd2-ee1c-000000004e32 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:33:46.174163 | 0.23s 2026-03-11 09:58:30.069398 | fa163ebd-9f3e-ebd2-ee1c-000000004e33 | TASK | Finalise hashes for all containers 2026-03-11 09:58:30.117179 | fa163ebd-9f3e-ebd2-ee1c-000000004e33 | OK | Finalise hashes for all containers | standalone 2026-03-11 09:58:30.118379 | fa163ebd-9f3e-ebd2-ee1c-000000004e33 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:33:46.242817 | 0.05s 2026-03-11 09:58:30.167241 | fa163ebd-9f3e-ebd2-ee1c-000000004e35 | TASK | Manage systemd shutdown files 2026-03-11 09:58:30.195858 | fa163ebd-9f3e-ebd2-ee1c-000000004e35 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 09:58:30.196674 | fa163ebd-9f3e-ebd2-ee1c-000000004e35 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:33:46.321115 | 0.03s 2026-03-11 09:58:30.216452 | fa163ebd-9f3e-ebd2-ee1c-000000004e37 | TASK | Update container configs with new config hashes 2026-03-11 09:58:30.274166 | fa163ebd-9f3e-ebd2-ee1c-000000004e37 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 09:58:30.274957 | fa163ebd-9f3e-ebd2-ee1c-000000004e37 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:33:46.399399 | 0.06s 2026-03-11 09:58:30.296327 | fa163ebd-9f3e-ebd2-ee1c-000000004e38 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 09:58:30.336096 | fa163ebd-9f3e-ebd2-ee1c-000000004e38 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 09:58:30.337089 | fa163ebd-9f3e-ebd2-ee1c-000000004e38 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:33:46.461529 | 0.04s 2026-03-11 09:58:30.358965 | fa163ebd-9f3e-ebd2-ee1c-000000004e39 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 09:58:30.411218 | fa163ebd-9f3e-ebd2-ee1c-000000004e39 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 09:58:30.412088 | fa163ebd-9f3e-ebd2-ee1c-000000004e39 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:33:46.536528 | 0.05s PLAY [Server Post Deployments] ************************************************* 2026-03-11 09:58:30.546229 | fa163ebd-9f3e-ebd2-ee1c-0000000000f7 | TASK | Server Post Deployments 2026-03-11 09:58:30.572608 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000f7') missing from stats 2026-03-11 09:58:30.643947 | fa163ebd-9f3e-ebd2-ee1c-0000000000f8 | TIMING | include_tasks | standalone | 0:33:46.768366 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-11 09:58:30.787786 | fa163ebd-9f3e-ebd2-ee1c-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-11 09:58:30.814353 | fa163ebd-9f3e-ebd2-ee1c-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', 'fa163ebd-9f3e-ebd2-ee1c-0000000000fc') missing from stats 2026-03-11 09:58:30.830516 | fa163ebd-9f3e-ebd2-ee1c-000000000100 | TASK | is additonal Cell? 2026-03-11 09:58:30.869674 | fa163ebd-9f3e-ebd2-ee1c-000000000100 | OK | is additonal Cell? | undercloud 2026-03-11 09:58:30.870936 | fa163ebd-9f3e-ebd2-ee1c-000000000100 | TIMING | is additonal Cell? | undercloud | 0:33:46.995366 | 0.04s 2026-03-11 09:58:30.888566 | fa163ebd-9f3e-ebd2-ee1c-000000000102 | TASK | discover via nova_manager? 2026-03-11 09:58:30.968446 | fa163ebd-9f3e-ebd2-ee1c-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-11 09:58:30.969803 | fa163ebd-9f3e-ebd2-ee1c-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:33:47.094232 | 0.08s 2026-03-11 09:58:30.990429 | fa163ebd-9f3e-ebd2-ee1c-000000000103 | TASK | discover via nova_api? 2026-03-11 09:58:31.064335 | fa163ebd-9f3e-ebd2-ee1c-000000000103 | OK | discover via nova_api? | undercloud 2026-03-11 09:58:31.066042 | fa163ebd-9f3e-ebd2-ee1c-000000000103 | TIMING | discover via nova_api? | undercloud | 0:33:47.190469 | 0.07s 2026-03-11 09:58:31.084650 | fa163ebd-9f3e-ebd2-ee1c-000000000104 | TASK | Warn if no discovery host available 2026-03-11 09:58:31.133734 | fa163ebd-9f3e-ebd2-ee1c-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-11 09:58:31.135066 | fa163ebd-9f3e-ebd2-ee1c-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:33:47.259497 | 0.05s 2026-03-11 09:58:31.171405 | fa163ebd-9f3e-ebd2-ee1c-000000000105 | TASK | Discovering nova hosts 2026-03-11 09:58:33.817369 | fa163ebd-9f3e-ebd2-ee1c-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-000000000105') missing from stats 2026-03-11 09:58:33.886394 | fa163ebd-9f3e-ebd2-ee1c-000000000106 | OK | set_fact | undercloud 2026-03-11 09:58:33.887430 | fa163ebd-9f3e-ebd2-ee1c-000000000106 | TIMING | set_fact | undercloud | 0:33:50.011867 | 0.05s 2026-03-11 09:58:33.903363 | fa163ebd-9f3e-ebd2-ee1c-000000000108 | TASK | Set up group_vars 2026-03-11 09:58:33.934380 | fa163ebd-9f3e-ebd2-ee1c-000000000108 | OK | Set up group_vars | undercloud 2026-03-11 09:58:33.935164 | fa163ebd-9f3e-ebd2-ee1c-000000000108 | TIMING | Set up group_vars | undercloud | 0:33:50.059605 | 0.03s 2026-03-11 09:58:33.949637 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | TASK | Make needed directories on the undercloud 2026-03-11 09:58:34.222027 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-oi4kq9f5/octavia-ansible 2026-03-11 09:58:34.224161 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:33:50.348585 | 0.27s 2026-03-11 09:58:34.445661 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-oi4kq9f5/octavia-ansible/local_dir 2026-03-11 09:58:34.446926 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:33:50.571357 | 0.50s 2026-03-11 09:58:34.667860 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-oi4kq9f5/octavia-ansible/group_vars 2026-03-11 09:58:34.668632 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:33:50.793076 | 0.72s 2026-03-11 09:58:34.675743 | fa163ebd-9f3e-ebd2-ee1c-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:33:50.800179 | 0.73s 2026-03-11 09:58:34.690213 | fa163ebd-9f3e-ebd2-ee1c-00000000010a | TASK | Write group_vars file 2026-03-11 09:58:35.097927 | fa163ebd-9f3e-ebd2-ee1c-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-11 09:58:35.098901 | fa163ebd-9f3e-ebd2-ee1c-00000000010a | TIMING | Write group_vars file | undercloud | 0:33:51.223323 | 0.41s 2026-03-11 09:58:35.122615 | fa163ebd-9f3e-ebd2-ee1c-00000000010b | TASK | Gather missing facts 2026-03-11 09:58:35.474046 | fa163ebd-9f3e-ebd2-ee1c-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ebd-9f3e-ebd2-ee1c-00000000010b') missing from stats 2026-03-11 09:58:35.494707 | fa163ebd-9f3e-ebd2-ee1c-00000000010b | TIMING | Gather missing facts | undercloud | 0:33:51.619132 | 0.37s 2026-03-11 09:58:35.514321 | fa163ebd-9f3e-ebd2-ee1c-00000000010c | TASK | Write octavia inventory 2026-03-11 09:58:36.029902 | fa163ebd-9f3e-ebd2-ee1c-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-11 09:58:36.030982 | fa163ebd-9f3e-ebd2-ee1c-00000000010c | TIMING | Write octavia inventory | undercloud | 0:33:52.155418 | 0.51s 2026-03-11 09:58:36.047136 | fa163ebd-9f3e-ebd2-ee1c-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-11 09:58:36.230659 | fa163ebd-9f3e-ebd2-ee1c-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-11 09:58:36.232605 | fa163ebd-9f3e-ebd2-ee1c-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:33:52.357042 | 0.18s 2026-03-11 09:58:36.248563 | fa163ebd-9f3e-ebd2-ee1c-00000000010e | TASK | Set private key location 2026-03-11 09:58:36.299547 | fa163ebd-9f3e-ebd2-ee1c-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-11 09:58:36.300570 | fa163ebd-9f3e-ebd2-ee1c-00000000010e | TIMING | Set private key location | undercloud | 0:33:52.425009 | 0.05s 2026-03-11 09:58:36.317044 | fa163ebd-9f3e-ebd2-ee1c-00000000010f | TASK | Configure octavia command 2026-03-11 09:58:36.360049 | fa163ebd-9f3e-ebd2-ee1c-00000000010f | OK | Configure octavia command | undercloud 2026-03-11 09:58:36.361071 | fa163ebd-9f3e-ebd2-ee1c-00000000010f | TIMING | Configure octavia command | undercloud | 0:33:52.485509 | 0.04s 2026-03-11 09:58:36.413697 | fa163ebd-9f3e-ebd2-ee1c-000000000110 | OK | set_fact | undercloud 2026-03-11 09:58:36.414643 | fa163ebd-9f3e-ebd2-ee1c-000000000110 | TIMING | set_fact | undercloud | 0:33:52.539082 | 0.04s 2026-03-11 09:58:36.468642 | fa163ebd-9f3e-ebd2-ee1c-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-oi4kq9f5/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-oi4kq9f5/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-oi4kq9f5/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-11 09:58:36.469874 | fa163ebd-9f3e-ebd2-ee1c-000000000111 | TIMING | debug | undercloud | 0:33:52.594306 | 0.04s 2026-03-11 09:58:36.485746 | fa163ebd-9f3e-ebd2-ee1c-000000000112 | TASK | Configure octavia on overcloud 2026-03-11 10:01:51.018552 | fa163ebd-9f3e-ebd2-ee1c-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-11 10:01:51.021303 | fa163ebd-9f3e-ebd2-ee1c-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:37:07.145742 | 194.53s 2026-03-11 10:01:51.036495 | fa163ebd-9f3e-ebd2-ee1c-000000000113 | TASK | Purge temp dirs 2026-03-11 10:01:51.257748 | fa163ebd-9f3e-ebd2-ee1c-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-oi4kq9f5/octavia-ansible/local_dir 2026-03-11 10:01:51.260202 | fa163ebd-9f3e-ebd2-ee1c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:37:07.384631 | 0.22s 2026-03-11 10:01:51.268775 | fa163ebd-9f3e-ebd2-ee1c-000000000113 | TIMING | Purge temp dirs | undercloud | 0:37:07.393209 | 0.23s 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:01:51.347313 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 10:01:51.347862 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 10:01:51.348385 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:37:07.472827 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 10:01:51.348847 | UUID | Info | Host | Task Name | Run Time 2026-03-11 10:01:51.349390 | fa163ebd-9f3e-ebd2-ee1c-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 363.69s 2026-03-11 10:01:51.350143 | fa163ebd-9f3e-ebd2-ee1c-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 194.53s 2026-03-11 10:01:51.350676 | fa163ebd-9f3e-ebd2-ee1c-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 | 131.10s 2026-03-11 10:01:51.351235 | fa163ebd-9f3e-ebd2-ee1c-000000003081 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 108.45s 2026-03-11 10:01:51.351719 | fa163ebd-9f3e-ebd2-ee1c-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.86s 2026-03-11 10:01:51.352231 | fa163ebd-9f3e-ebd2-ee1c-0000000038a2 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 58.48s 2026-03-11 10:01:51.352709 | fa163ebd-9f3e-ebd2-ee1c-000000002e4b | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.23s 2026-03-11 10:01:51.353271 | fa163ebd-9f3e-ebd2-ee1c-00000000487f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.94s 2026-03-11 10:01:51.353731 | fa163ebd-9f3e-ebd2-ee1c-0000000030ad | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.13s 2026-03-11 10:01:51.354395 | fa163ebd-9f3e-ebd2-ee1c-0000000030d9 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 28.37s 2026-03-11 10:01:51.354958 | fa163ebd-9f3e-ebd2-ee1c-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 | 28.03s 2026-03-11 10:01:51.355546 | fa163ebd-9f3e-ebd2-ee1c-000000003105 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.90s 2026-03-11 10:01:51.356115 | fa163ebd-9f3e-ebd2-ee1c-0000000038a3 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 26.60s 2026-03-11 10:01:51.356593 | fa163ebd-9f3e-ebd2-ee1c-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:01:51.357375 | fa163ebd-9f3e-ebd2-ee1c-000000004b42 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.63s 2026-03-11 10:01:51.357865 | fa163ebd-9f3e-ebd2-ee1c-000000004b16 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.45s 2026-03-11 10:01:51.358537 | fa163ebd-9f3e-ebd2-ee1c-000000004b6e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.87s 2026-03-11 10:01:51.359045 | fa163ebd-9f3e-ebd2-ee1c-000000004a1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.13s 2026-03-11 10:01:51.359612 | fa163ebd-9f3e-ebd2-ee1c-00000000333e | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.91s 2026-03-11 10:01:51.360154 | fa163ebd-9f3e-ebd2-ee1c-000000004c18 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.75s 2026-03-11 10:01:51.360628 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-oi4kq9f5 Install artifact is located at /root/standalone-install-20260311100152.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.CI8y9CPuPr + exit 0 ~/ci-framework-data/artifacts