~/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.GtnfkgWRVQ + 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.GtnfkgWRVQ/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.GtnfkgWRVQ/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.GtnfkgWRVQ + J2_VARS_FILE=/tmp/tmp.GtnfkgWRVQ/tmp.qxpkdjjkKS.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.GtnfkgWRVQ/tmp.qxpkdjjkKS.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/tmp.qxpkdjjkKS.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.GtnfkgWRVQ/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.GtnfkgWRVQ/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.GtnfkgWRVQ/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.GtnfkgWRVQ/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.GtnfkgWRVQ/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 6.3 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-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): perl-Getopt-Long-2.52-4.el9.noarch.rpm 421 kB/s | 64 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.3 MB/s | 223 kB 00:00 (3/399): boost-system-1.75.0-8.el9.x86_64.rpm 79 kB/s | 15 kB 00:00 (4/399): python3-urllib-gssapi-1.0.2-4.el9.noar 415 kB/s | 24 kB 00:00 (5/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.2 MB/s | 98 kB 00:00 (6/399): boost-locale-1.75.0-8.el9.x86_64.rpm 1.3 MB/s | 216 kB 00:00 (7/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 133 kB/s | 17 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 447 kB/s | 57 kB 00:00 (9/399): perl-Exporter-5.74-461.el9.noarch.rpm 366 kB/s | 34 kB 00:00 (10/399): perl-Data-Dumper-2.174-462.el9.x86_64 588 kB/s | 59 kB 00:00 (11/399): perl-File-Temp-0.231.100-4.el9.noarch 667 kB/s | 63 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 419 kB/s | 25 kB 00:00 (13/399): perl-parent-0.238-460.el9.noarch.rpm 213 kB/s | 16 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.1 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 2.9 MB/s | 321 kB 00:00 (16/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.0 MB/s | 224 kB 00:00 (17/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 435 kB/s | 45 kB 00:00 (18/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.4 MB/s | 92 kB 00:00 (19/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.8 MB/s | 392 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.5 MB/s | 229 kB 00:00 (21/399): perl-Text-ParseWords-3.30-460.el9.noa 457 kB/s | 18 kB 00:00 (22/399): perl-Term-ANSIColor-5.01-461.el9.noar 638 kB/s | 51 kB 00:00 (23/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 (24/399): perl-URI-5.09-3.el9.noarch.rpm 1.1 MB/s | 125 kB 00:00 (25/399): perl-libnet-3.13-4.el9.noarch.rpm 1.1 MB/s | 134 kB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 394 kB/s | 26 kB 00:00 (27/399): perl-Carp-1.50-460.el9.noarch.rpm 415 kB/s | 31 kB 00:00 (28/399): perl-Encode-3.08-462.el9.x86_64.rpm 24 MB/s | 1.7 MB 00:00 (29/399): iptables-nft-services-1.8.8-6.el9_1.n 156 kB/s | 28 kB 00:00 (30/399): perl-Pod-Escapes-1.07-460.el9.noarch. 240 kB/s | 22 kB 00:00 (31/399): python3-psutil-5.8.0-12.el9.x86_64.rp 3.3 MB/s | 218 kB 00:00 (32/399): perl-Mozilla-CA-20200520-6.el9.noarch 278 kB/s | 14 kB 00:00 (33/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 265 kB/s | 24 kB 00:00 (34/399): libburn-1.5.4-4.el9.x86_64.rpm 1.2 MB/s | 175 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 407 kB/s | 37 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.5 MB/s | 76 kB 00:00 (37/399): boost-filesystem-1.75.0-8.el9.x86_64. 474 kB/s | 59 kB 00:00 (38/399): sshpass-1.09-4.el9.x86_64.rpm 183 kB/s | 30 kB 00:00 (39/399): python3-yubico-1.3.3-7.el9.noarch.rpm 422 kB/s | 73 kB 00:00 (40/399): boost-log-1.75.0-8.el9.x86_64.rpm 5.2 MB/s | 410 kB 00:00 (41/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 701 kB/s | 34 kB 00:00 (42/399): boost-program-options-1.75.0-8.el9.x8 703 kB/s | 108 kB 00:00 (43/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 243 kB/s | 39 kB 00:00 (44/399): libisoburn-1.5.4-4.el9.x86_64.rpm 7.1 MB/s | 419 kB 00:00 (45/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 148 kB/s | 19 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 298 kB/s | 29 kB 00:00 (47/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.2 MB/s | 92 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.0 MB/s | 43 kB 00:00 (49/399): perl-File-Path-2.18-4.el9.noarch.rpm 354 kB/s | 38 kB 00:00 (50/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.0 MB/s | 58 kB 00:00 (51/399): perl-constant-1.33-461.el9.noarch.rpm 397 kB/s | 25 kB 00:00 (52/399): perl-Scalar-List-Utils-1.56-461.el9.x 892 kB/s | 77 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 902 kB/s | 118 kB 00:00 (54/399): python3-appdirs-1.4.4-4.el9.noarch.rp 234 kB/s | 27 kB 00:00 (55/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 873 kB/s | 112 kB 00:00 (56/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.2 MB/s | 96 kB 00:00 (57/399): python3-qrcode-core-6.1-12.el9.noarch 946 kB/s | 61 kB 00:00 (58/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.8 MB/s | 163 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.1 MB/s | 48 kB 00:00 (60/399): python3-alembic-1.7.5-3.el9.noarch.rp 18 MB/s | 900 kB 00:00 (61/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.7 MB/s | 279 kB 00:00 (62/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 221 kB 00:00 (63/399): python3-augeas-0.5.0-25.el9.noarch.rp 795 kB/s | 31 kB 00:00 (64/399): perl-AutoLoader-5.74-480.el9.noarch.r 564 kB/s | 23 kB 00:00 (65/399): perl-B-1.80-480.el9.x86_64.rpm 3.4 MB/s | 185 kB 00:00 (66/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 382 kB/s | 42 kB 00:00 (67/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 3.2 MB/s | 489 kB 00:00 (68/399): perl-Class-Struct-0.66-480.el9.noarch 625 kB/s | 24 kB 00:00 (69/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 500 kB/s | 23 kB 00:00 (70/399): perl-File-Basename-2.85-480.el9.noarc 461 kB/s | 19 kB 00:00 (71/399): perl-FileHandle-2.03-480.el9.noarch.r 291 kB/s | 17 kB 00:00 (72/399): perl-File-stat-1.09-480.el9.noarch.rp 196 kB/s | 19 kB 00:00 (73/399): perl-Errno-1.30-480.el9.x86_64.rpm 104 kB/s | 17 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 401 kB/s | 17 kB 00:00 (75/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 441 kB/s | 25 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 356 kB/s | 25 kB 00:00 (77/399): perl-IO-1.43-480.el9.x86_64.rpm 1.1 MB/s | 94 kB 00:00 (78/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.2 MB/s | 99 kB 00:00 (79/399): perl-base-2.27-480.el9.noarch.rpm 473 kB/s | 18 kB 00:00 (80/399): perl-SelectSaver-1.02-480.el9.noarch. 132 kB/s | 13 kB 00:00 (81/399): perl-Symbol-1.08-480.el9.noarch.rpm 158 kB/s | 16 kB 00:00 (82/399): perl-if-0.60.800-480.el9.noarch.rpm 393 kB/s | 16 kB 00:00 (83/399): perl-interpreter-5.32.1-480.el9.x86_6 799 kB/s | 75 kB 00:00 (84/399): perl-libs-5.32.1-480.el9.x86_64.rpm 20 MB/s | 2.2 MB 00:00 (85/399): perl-mro-1.23-480.el9.x86_64.rpm 319 kB/s | 31 kB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 929 kB/s | 47 kB 00:00 (87/399): perl-overloading-0.02-480.el9.noarch. 398 kB/s | 15 kB 00:00 (88/399): perl-subs-1.03-480.el9.noarch.rpm 344 kB/s | 13 kB 00:00 (89/399): perl-vars-1.05-480.el9.noarch.rpm 181 kB/s | 15 kB 00:00 (90/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 3.0 MB/s | 259 kB 00:00 (91/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 176 kB 00:00 (92/399): jq-1.6-14.el9.x86_64.rpm 3.8 MB/s | 190 kB 00:00 (93/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 440 kB/s | 40 kB 00:00 (94/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.1 MB/s | 459 kB 00:00 (95/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.3 MB/s | 59 kB 00:00 (96/399): ipa-client-common-4.10.1-12.el9_2.2.n 1.1 MB/s | 44 kB 00:00 (97/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 5.3 MB/s | 452 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 22 MB/s | 2.4 MB 00:00 (99/399): perl-HTTP-Tiny-0.076-461.el9_2.noarch 651 kB/s | 57 kB 00:00 (100/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.9 MB/s | 656 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 8.1 MB/s | 663 kB 00:00 (102/399): python3-ipaclient-4.10.1-12.el9_2.2. 4.5 MB/s | 648 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 802 kB/s | 41 kB 00:00 (104/399): buildah-1.29.5-1.el9_2.x86_64.rpm 51 MB/s | 8.6 MB 00:00 (105/399): ruby-default-gems-3.0.4-161.el9_2.2. 479 kB/s | 46 kB 00:00 (106/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 30 MB/s | 3.3 MB 00:00 (107/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 885 kB/s | 55 kB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 6.4 MB/s | 456 kB 00:00 (109/399): rubygem-io-console-0.5.7-161.el9_2.2 453 kB/s | 26 kB 00:00 (110/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.0 MB/s | 59 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.2 MB/s | 60 kB 00:00 (112/399): rubygems-3.2.33-161.el9_2.2.noarch.r 4.0 MB/s | 306 kB 00:00 (113/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 5.0 MB/s | 441 kB 00:00 (114/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 801 kB/s | 110 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.3 MB/s | 245 kB 00:00 (116/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 59 MB/s | 7.9 MB 00:00 (117/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 23 MB/s | 2.2 MB 00:00 (118/399): python3-openvswitch3.3-3.3.7-11.el9f 3.8 MB/s | 399 kB 00:00 (119/399): ansible-collection-community-general 20 MB/s | 1.3 MB 00:00 (120/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (121/399): ansible-collection-ansible-posix-1.2 2.6 MB/s | 124 kB 00:00 (122/399): cephadm-18.2.1-381.el9cp.noarch.rpm 5.2 MB/s | 335 kB 00:00 (123/399): bash-completion-2.11-4.el9.noarch.rp 7.9 MB/s | 459 kB 00:00 (124/399): device-mapper-persistent-data-0.9.0- 11 MB/s | 786 kB 00:00 (125/399): libaio-0.3.111-13.el9.x86_64.rpm 646 kB/s | 26 kB 00:00 (126/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.4 MB/s | 62 kB 00:00 (127/399): glibc-langpack-en-2.34-60.el9.x86_64 7.0 MB/s | 675 kB 00:00 (128/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.3 MB/s | 81 kB 00:00 (129/399): krb5-workstation-1.20.1-8.el9.x86_64 5.0 MB/s | 542 kB 00:00 (130/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 301 kB/s | 16 kB 00:00 (131/399): pkgconf-1.7.3-10.el9.x86_64.rpm 444 kB/s | 45 kB 00:00 (132/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 249 kB/s | 37 kB 00:00 (133/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 115 kB/s | 12 kB 00:00 (134/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 598 kB/s | 36 kB 00:00 (135/399): python3-dns-2.2.1-2.el9.noarch.rpm 2.7 MB/s | 418 kB 00:00 (136/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 149 kB/s | 30 kB 00:00 (137/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 98 kB/s | 19 kB 00:00 (138/399): device-mapper-event-1.02.187-7.el9_2 185 kB/s | 32 kB 00:00 (139/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (140/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 11 MB/s | 1.0 MB 00:00 (141/399): ansible-collection-ansible-netcommon 1.8 MB/s | 181 kB 00:00 (142/399): ansible-collection-ansible-utils-2.3 949 kB/s | 91 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 14 MB/s | 1.0 MB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.3 MB/s | 77 kB 00:00 (145/399): device-mapper-event-libs-1.02.187-7. 99 kB/s | 31 kB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 2.8 MB/s | 162 kB 00:00 (147/399): puppet-fdio-18.2-1.20220727113954.6f 389 kB/s | 25 kB 00:00 (148/399): python3-ansible-runner-2.0.0a1-3.el9 2.1 MB/s | 122 kB 00:00 (149/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 570 kB/s | 44 kB 00:00 (150/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.1 MB/s | 178 kB 00:00 (151/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 961 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 538 kB/s | 39 kB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 1.0 MB/s | 44 kB 00:00 (155/399): python3-docutils-0.16-6.el9ost.noarc 21 MB/s | 1.5 MB 00:00 (156/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.3 MB/s | 107 kB 00:00 (157/399): python3-gevent-21.1.2-2.el9ost.x86_6 20 MB/s | 1.6 MB 00:00 (158/399): python3-jeepney-0.6.0-2.el9ost.noarc 5.1 MB/s | 284 kB 00:00 (159/399): python3-lockfile-0.12.2-2.el9ost.noa 688 kB/s | 31 kB 00:00 (160/399): python3-jmespath-0.10.0-1.el9ost.noa 642 kB/s | 46 kB 00:00 (161/399): python3-logutils-0.3.5-15.el9ost.noa 638 kB/s | 47 kB 00:00 (162/399): python3-memcached-1.59-3.el9ost.noar 988 kB/s | 40 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 2.9 MB/s | 224 kB 00:00 (164/399): python3-natsort-7.1.1-2.el9ost.noarc 1.2 MB/s | 59 kB 00:00 (165/399): python3-mimeparse-1.6.0-16.el9ost.no 281 kB/s | 16 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.7 MB/s | 273 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.2 MB/s | 90 kB 00:00 (168/399): python3-passlib-1.7.4-3.el9ost.noarc 10 MB/s | 712 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.7 MB/s | 111 kB 00:00 (170/399): python3-pyperclip-1.8.0-3.el9ost.noa 653 kB/s | 25 kB 00:00 (171/399): python3-setproctitle-1.2.2-1.el9ost. 534 kB/s | 23 kB 00:00 (172/399): python3-soupsieve-2.2-1.el9ost.noarc 1.5 MB/s | 67 kB 00:00 (173/399): python3-smmap-3.0.1-4.el9ost.noarch. 721 kB/s | 47 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 23 MB/s | 1.7 MB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 901 kB/s | 51 kB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 1.3 MB/s | 82 kB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 8.3 MB/s | 396 kB 00:00 (178/399): python3-zope-event-4.2.0-20.el9ost.n 4.1 MB/s | 205 kB 00:00 (179/399): python3-zope-interface-5.4.0-1.el9os 3.3 MB/s | 202 kB 00:00 (180/399): rubygem-concurrent-ruby-1.1.5-2.el9o 4.7 MB/s | 243 kB 00:00 (181/399): rubygem-deep_merge-1.2.1-7.el9ost.no 272 kB/s | 14 kB 00:00 (182/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.2 MB/s | 90 kB 00:00 (183/399): rubygem-fast_gettext-1.2.0-9.el9ost. 513 kB/s | 34 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 360 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 643 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 436 kB/s | 16 kB 00:00 (187/399): ansible-config_template-2.0.1-17.1.2 790 kB/s | 29 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.0 MB/s | 433 kB 00:00 (189/399): rubygem-semantic_puppet-1.0.4-2.el9o 276 kB/s | 21 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 289 kB/s | 17 kB 00:00 (191/399): ansible-role-collectd-config-0.0.3-1 1.0 MB/s | 53 kB 00:00 (192/399): ansible-role-chrony-1.3.1-17.1.20230 353 kB/s | 22 kB 00:00 (193/399): ansible-role-openstack-operations-0. 783 kB/s | 30 kB 00:00 (194/399): ansible-role-container-registry-1.4. 493 kB/s | 24 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 536 kB/s | 21 kB 00:00 (196/399): ansible-role-tripleo-modify-image-1. 622 kB/s | 27 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 252 kB/s | 21 kB 00:00 (198/399): ansible-role-redhat-subscription-1.3 303 kB/s | 28 kB 00:00 (199/399): ansible-tripleo-ipa-0.3.1-17.1.20230 655 kB/s | 36 kB 00:00 (200/399): dib-utils-0.0.11-17.1.20230620173328 314 kB/s | 12 kB 00:00 (201/399): ansible-tripleo-ipsec-11.0.1-17.1.20 773 kB/s | 38 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 164 kB/s | 9.6 kB 00:00 (203/399): os-collect-config-13.1.1-17.1.202310 1.2 MB/s | 50 kB 00:00 (204/399): os-apply-config-13.1.1-17.1.20231020 1.1 MB/s | 54 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 550 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 1.5 MB/s | 62 kB 00:00 (207/399): puppet-archive-4.6.1-17.1.2023062018 1.1 MB/s | 44 kB 00:00 (208/399): puppet-ceilometer-18.4.3-17.1.202309 1.4 MB/s | 70 kB 00:00 (209/399): puppet-auditd-2.2.1-17.1.20230620192 421 kB/s | 28 kB 00:00 (210/399): puppet-certmonger-2.7.1-17.1.2023062 438 kB/s | 26 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 3.0 MB/s | 120 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 3.2 MB/s | 135 kB 00:00 (213/399): puppet-corosync-8.0.1-17.1.202306211 1.5 MB/s | 68 kB 00:00 (214/399): puppet-designate-18.6.1-17.1.2023062 1.6 MB/s | 69 kB 00:00 (215/399): puppet-etcd-1.12.3-17.1.202306201932 573 kB/s | 25 kB 00:00 (216/399): puppet-dns-8.2.1-17.1.20230621002045 466 kB/s | 36 kB 00:00 (217/399): puppet-gnocchi-18.4.3-17.1.202306210 1.2 MB/s | 58 kB 00:00 (218/399): puppet-heat-18.4.1-17.1.202306211116 1.7 MB/s | 70 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 572 kB/s | 21 kB 00:00 (220/399): puppet-manila-18.5.2-17.1.2023110219 2.0 MB/s | 81 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 656 kB/s | 23 kB 00:00 (222/399): puppet-mysql-10.6.1-17.1.20230621022 2.4 MB/s | 99 kB 00:00 (223/399): puppet-nova-18.6.1-17.1.202306210904 4.3 MB/s | 200 kB 00:00 (224/399): puppet-nssdb-1.0.2-17.1.202306201856 195 kB/s | 12 kB 00:00 (225/399): puppet-octavia-18.5.1-17.1.202306210 1.8 MB/s | 76 kB 00:00 (226/399): puppet-openstack_extras-18.5.1-17.1. 636 kB/s | 48 kB 00:00 (227/399): puppet-openstacklib-18.5.2-17.1.2023 1.1 MB/s | 62 kB 00:00 (228/399): puppet-oslo-18.5.1-17.1.202306210523 888 kB/s | 48 kB 00:00 (229/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (230/399): puppet-rabbitmq-11.0.1-17.1.20230620 5.6 MB/s | 266 kB 00:00 (231/399): puppet-qdr-7.4.1-17.1.20230620195605 561 kB/s | 31 kB 00:00 (232/399): puppet-redis-6.1.1-17.1.202306201917 1.2 MB/s | 51 kB 00:00 (233/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (234/399): puppet-ssh-6.2.1-17.1.20230620190251 761 kB/s | 29 kB 00:00 (235/399): puppet-stdlib-6.3.1-17.1.20230621000 3.2 MB/s | 160 kB 00:00 (236/399): puppet-swift-18.6.1-17.1.20230621052 2.8 MB/s | 115 kB 00:00 (237/399): puppet-systemd-2.12.1-17.1.202306201 983 kB/s | 42 kB 00:00 (238/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (239/399): puppet-xinetd-3.3.1-17.1.20230620185 667 kB/s | 26 kB 00:00 (240/399): python-oslo-cache-lang-2.7.1-17.1.20 510 kB/s | 19 kB 00:00 (241/399): python-oslo-log-lang-4.4.0-17.1.2023 332 kB/s | 14 kB 00:00 (242/399): python-oslo-middleware-lang-4.2.1-17 292 kB/s | 13 kB 00:00 (243/399): python-oslo-policy-lang-3.7.1-17.1.2 298 kB/s | 14 kB 00:00 (244/399): python-oslo-versionedobjects-lang-2. 318 kB/s | 14 kB 00:00 (245/399): python3-GitPython-3.1.14-2.el9ost.no 5.7 MB/s | 238 kB 00:00 (246/399): python-pycadf-common-3.1.1-17.1.2023 310 kB/s | 15 kB 00:00 (247/399): python3-aodhclient-2.2.0-17.1.202306 1.3 MB/s | 56 kB 00:00 (248/399): python3-barbicanclient-5.3.0-17.1.20 2.3 MB/s | 127 kB 00:00 (249/399): python3-cinderclient-7.4.1-17.1.2023 3.6 MB/s | 218 kB 00:00 (250/399): python3-cliff-3.7.0-17.1.20230620172 1.9 MB/s | 95 kB 00:00 (251/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (252/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (253/399): python3-heat-agent-2.2.1-17.1.202306 517 kB/s | 19 kB 00:00 (254/399): python3-heat-agent-ansible-2.2.1-17. 299 kB/s | 11 kB 00:00 (255/399): python3-heat-agent-apply-config-2.2. 273 kB/s | 9.9 kB 00:00 (256/399): python3-heat-agent-docker-cmd-2.2.1- 316 kB/s | 12 kB 00:00 (257/399): python3-heat-agent-hiera-2.2.1-17.1. 269 kB/s | 10 kB 00:00 (258/399): python3-heat-agent-json-file-2.2.1-1 252 kB/s | 9.8 kB 00:00 (259/399): python3-heat-agent-puppet-2.2.1-17.1 253 kB/s | 11 kB 00:00 (260/399): python3-heatclient-2.3.1-17.1.202306 4.0 MB/s | 158 kB 00:00 (261/399): python3-ironicclient-4.6.4-17.1.2023 7.9 MB/s | 342 kB 00:00 (262/399): python3-ironic-inspector-client-4.5. 907 kB/s | 67 kB 00:00 (263/399): python3-keystoneclient-4.3.0-17.1.20 3.3 MB/s | 239 kB 00:00 (264/399): python3-keystonemiddleware-9.2.0-17. 1.4 MB/s | 92 kB 00:00 (265/399): python3-magnumclient-3.4.1-17.1.2023 1.8 MB/s | 121 kB 00:00 (266/399): python3-mistralclient-4.2.0-17.1.202 2.5 MB/s | 166 kB 00:00 (267/399): python3-novaclient-17.4.1-17.1.20230 4.3 MB/s | 201 kB 00:00 (268/399): python3-os-service-types-1.7.0-17.1. 884 kB/s | 38 kB 00:00 (269/399): python3-os-client-config-2.1.0-17.1. 745 kB/s | 55 kB 00:00 (270/399): python3-os-traits-2.5.0-17.1.2023062 1.1 MB/s | 45 kB 00:00 (271/399): python3-neutronclient-7.3.1-17.1.202 2.0 MB/s | 298 kB 00:00 (272/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (273/399): python3-osc-lib-2.3.1-17.1.202306202 956 kB/s | 78 kB 00:00 (274/399): python3-oslo-context-3.2.1-17.1.2023 440 kB/s | 27 kB 00:00 (275/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (276/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (277/399): python3-oslo-policy-3.7.1-17.1.20230 1.6 MB/s | 76 kB 00:00 (278/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.2 MB/s | 46 kB 00:00 (279/399): python3-oslo-reports-2.2.0-17.1.2023 1.2 MB/s | 59 kB 00:00 (280/399): python3-oslo-serialization-4.1.1-17. 626 kB/s | 34 kB 00:00 (281/399): python3-oslo-versionedobjects-2.4.1- 1.7 MB/s | 79 kB 00:00 (282/399): python3-oslo-upgradecheck-1.3.1-17.1 403 kB/s | 29 kB 00:00 (283/399): python3-pycadf-3.1.1-17.1.2023062021 1.1 MB/s | 53 kB 00:00 (284/399): python3-osprofiler-3.4.0-17.1.202306 2.2 MB/s | 130 kB 00:00 (285/399): python3-requestsexceptions-1.4.0-17. 403 kB/s | 17 kB 00:00 (286/399): python3-saharaclient-3.3.0-17.1.2023 4.4 MB/s | 188 kB 00:00 (287/399): python3-statsd-3.2.1-20.1.el9ost.noa 909 kB/s | 35 kB 00:00 (288/399): python3-swiftclient-3.11.1-17.1.2023 2.2 MB/s | 136 kB 00:00 (289/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 745 kB/s | 50 kB 00:00 (290/399): python3-shade-1.33.0-17.1.2023062022 3.9 MB/s | 523 kB 00:00 (291/399): python3-troveclient-7.0.0-17.1.20230 7.7 MB/s | 344 kB 00:00 (292/399): validations-common-1.9.1-17.1.202310 2.3 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-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (295/399): python3-werkzeug-2.0.1-7.el9ost.noar 7.6 MB/s | 427 kB 00:00 (296/399): ansible-pacemaker-1.0.4-17.1.2023121 470 kB/s | 21 kB 00:00 (297/399): python3-paramiko-2.11.0-2.el9ost.noa 3.4 MB/s | 299 kB 00:00 (298/399): python3-sqlparse-0.4.1-2.el9ost.noar 2.0 MB/s | 83 kB 00:00 (299/399): python3-manilaclient-2.6.4-17.1.2024 9.5 MB/s | 528 kB 00:00 (300/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.2 MB/s | 230 kB 00:00 (301/399): puppet-ironic-18.7.1-17.1.2024030521 2.8 MB/s | 121 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 156 kB/s | 21 kB 00:00 (303/399): openstack-selinux-0.8.37-17.1.202311 1.6 MB/s | 221 kB 00:00 (304/399): python-oslo-db-lang-8.5.2-17.1.20240 320 kB/s | 14 kB 00:00 (305/399): python3-glanceclient-3.3.0-17.1.2024 3.4 MB/s | 143 kB 00:00 (306/399): python3-keystoneauth1-4.4.0-17.1.202 8.8 MB/s | 409 kB 00:00 (307/399): python3-metalsmith-1.4.4-17.1.202405 1.3 MB/s | 65 kB 00:00 (308/399): python3-neutron-lib-2.10.3-17.1.2023 6.8 MB/s | 375 kB 00:00 (309/399): python3-octaviaclient-2.3.1-17.1.202 1.7 MB/s | 91 kB 00:00 (310/399): python3-oslo-messaging-12.7.3-17.1.2 4.7 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-oslo-db-8.5.2-17.1.202408201 1.7 MB/s | 144 kB 00:00 (313/399): openstack-ansible-core-2.14.2-4.7.el 29 MB/s | 2.3 MB 00:00 (314/399): python3-rhosp-openvswitch-3.3-1.el9o 73 kB/s | 8.3 kB 00:00 (315/399): python3-waitress-2.0.0-4.el9ost.noar 906 kB/s | 109 kB 00:00 (316/399): openstack-tripleo-validations-14.3.2 5.0 MB/s | 204 kB 00:00 (317/399): puppet-pacemaker-1.5.1-17.1.20250214 2.9 MB/s | 158 kB 00:00 (318/399): python3-os-ken-1.4.1-17.1.2024120509 30 MB/s | 2.1 MB 00:00 (319/399): puppet-ovn-18.6.1-17.1.2024092509490 203 kB/s | 29 kB 00:00 (320/399): puppet-glance-18.6.1-17.1.2025022015 544 kB/s | 87 kB 00:00 (321/399): puppet-tripleo-14.2.3-17.1.202503201 4.6 MB/s | 239 kB 00:00 (322/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.9 MB/s | 351 kB 00:00 (323/399): ansible-collections-openstack-1.9.1- 1.2 MB/s | 146 kB 00:00 (324/399): ansible-collection-containers-podman 1.8 MB/s | 243 kB 00:00 (325/399): facter-3.14.19-3.el9ost.x86_64.rpm 8.7 MB/s | 518 kB 00:00 (326/399): hiera-3.6.0-6.el9ost.noarch.rpm 754 kB/s | 33 kB 00:00 (327/399): puppet-7.10.0-4.el9ost.noarch.rpm 260 kB/s | 11 kB 00:00 (328/399): leatherman-1.12.6-5.el9ost.x86_64.rp 5.0 MB/s | 405 kB 00:00 (329/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.0 MB/s | 92 kB 00:00 (330/399): python3-cachetools-4.2.2-3.el9ost.no 835 kB/s | 33 kB 00:00 (331/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 12 MB/s | 1.3 MB 00:00 (333/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 4.2 MB/s | 284 kB 00:00 (334/399): python3-colorama-0.4.4-4.el9ost.noar 440 kB/s | 35 kB 00:00 (335/399): python3-dogpile-cache-1.1.5-5.el9ost 1.0 MB/s | 89 kB 00:00 (336/399): python3-extras-1.0.0-17.el9ost.noarc 290 kB/s | 21 kB 00:00 (337/399): python3-fixtures-3.0.0-24.el9ost.noa 1.5 MB/s | 93 kB 00:00 (338/399): python3-keyring-21.8.0-4.el9ost.noar 1.7 MB/s | 77 kB 00:00 (339/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.0 MB/s | 313 kB 00:00 (340/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.1 MB/s | 87 kB 00:00 (341/399): python3-munch-2.5.0-6.el9ost.noarch. 600 kB/s | 25 kB 00:00 (342/399): python3-openstacksdk-0.55.1-17.1.202 16 MB/s | 735 kB 00:00 (343/399): python3-paste-3.5.0-5.el9ost.noarch. 14 MB/s | 776 kB 00:00 (344/399): python3-paste-deploy-2.1.1-4.el9ost. 810 kB/s | 41 kB 00:00 (345/399): python3-pystache-0.5.4-15.el9ost.noa 3.2 MB/s | 132 kB 00:00 (346/399): python3-repoze-lru-0.7-12.el9ost.noa 866 kB/s | 32 kB 00:00 (347/399): python3-routes-2.4.1-14.el9ost.noarc 3.8 MB/s | 188 kB 00:00 (348/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.1 MB/s | 57 kB 00:00 (349/399): python3-secretstorage-3.3.1-3.el9ost 842 kB/s | 36 kB 00:00 (350/399): python3-simplejson-3.17.5-3.el9ost.x 6.5 MB/s | 266 kB 00:00 (351/399): python3-vine-5.0.0-5.el9ost.noarch.r 684 kB/s | 26 kB 00:00 (352/399): python3-testtools-2.4.0-10.el9ost.no 5.6 MB/s | 333 kB 00:00 (353/399): python3-warlock-1.3.3-7.el9ost.noarc 570 kB/s | 21 kB 00:00 (354/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.3 MB/s | 56 kB 00:00 (355/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.6 MB/s | 180 kB 00:00 (356/399): python3-tempita-0.5.1-27.el9ost.noar 224 kB/s | 36 kB 00:00 (357/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 307 kB/s | 29 kB 00:00 (358/399): ruby-facter-3.14.19-3.el9ost.x86_64. 153 kB/s | 9.5 kB 00:00 (359/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.6 MB/s | 123 kB 00:00 (360/399): python-openstackclient-lang-5.5.2-17 1.4 MB/s | 58 kB 00:00 (361/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 257 kB/s | 19 kB 00:00 (362/399): puppet-barbican-18.4.2-17.1.20250625 762 kB/s | 57 kB 00:00 (363/399): puppet-apache-6.5.2-17.1.20250811150 5.8 MB/s | 253 kB 00:00 (364/399): puppet-concat-6.2.1-17.1.20250725131 390 kB/s | 44 kB 00:00 (365/399): python3-openstackclient-5.5.2-17.1.2 7.9 MB/s | 1.1 MB 00:00 (366/399): puppet-firewall-3.4.1-17.1.202508041 666 kB/s | 73 kB 00:00 (367/399): puppet-haproxy-4.2.2-17.1.2025072511 1.1 MB/s | 55 kB 00:00 (368/399): puppet-git-0.5.0-17.1.20250725114148 386 kB/s | 26 kB 00:00 (369/399): puppet-inifile-4.2.1-17.1.2025080415 1.0 MB/s | 46 kB 00:00 (370/399): puppet-ipaclient-2.5.2-17.1.20250725 483 kB/s | 21 kB 00:00 (371/399): puppet-keepalived-0.0.2-17.1.2025072 401 kB/s | 17 kB 00:00 (372/399): puppet-module-data-0.5.1-17.1.202507 396 kB/s | 16 kB 00:00 (373/399): puppet-snmp-3.9.1-17.1.2025072511575 991 kB/s | 38 kB 00:00 (374/399): puppet-rsync-1.1.4-17.1.202508041515 338 kB/s | 28 kB 00:00 (375/399): puppet-remote-10.0.0-17.1.2025072511 220 kB/s | 19 kB 00:00 (376/399): puppet-sysctl-0.0.13-17.1.2025072511 164 kB/s | 19 kB 00:00 (377/399): puppet-vcsrepo-3.1.1-17.1.2025072511 596 kB/s | 53 kB 00:00 (378/399): python3-tripleoclient-16.5.1-17.1.20 5.6 MB/s | 552 kB 00:00 (379/399): puppet-horizon-18.6.1-17.1.202510081 1.3 MB/s | 59 kB 00:00 (380/399): puppet-keystone-18.6.1-17.1.20251008 2.4 MB/s | 126 kB 00:00 (381/399): openstack-heat-api-16.1.1-17.1.20251 336 kB/s | 15 kB 00:00 (382/399): openstack-heat-engine-16.1.1-17.1.20 355 kB/s | 14 kB 00:00 (383/399): openstack-heat-common-16.1.1-17.1.20 24 MB/s | 1.6 MB 00:00 (384/399): openstack-heat-monolith-16.1.1-17.1. 201 kB/s | 14 kB 00:00 (385/399): openstack-tripleo-common-15.4.1-17.1 993 kB/s | 48 kB 00:00 (386/399): openstack-tripleo-common-containers- 1.8 MB/s | 74 kB 00:00 (387/399): openstack-tripleo-heat-templates-14. 12 MB/s | 603 kB 00:00 (388/399): puppet-neutron-18.6.1-17.1.202512171 4.7 MB/s | 190 kB 00:00 (389/399): python3-tripleo-common-15.4.1-17.1.2 3.8 MB/s | 197 kB 00:00 (390/399): tripleo-ansible-3.3.1-17.1.202512171 13 MB/s | 564 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.4 MB/s | 156 kB 00:00 (392/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 109 kB 00:00 (393/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.5 MB/s | 65 kB 00:00 (394/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.8 MB/s | 136 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 634 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_ 6.1 MB/s | 464 kB 00:00 (398/399): device-mapper-libs-1.02.187-7.el9_2. 3.9 MB/s | 176 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 886 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 10 MB/s | 97 MB 00:09 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-dns-2.2.1-2.el9.noarch 112/408 Installing : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : 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 : libunwind-1.6.2-1.el9cp.x86_64 238/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 239/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 240/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 282/408 Installing : sshpass-1.09-4.el9.x86_64 283/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 284/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 285/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 286/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 287/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 291/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 292/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 293/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 294/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 295/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 296/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 297/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 298/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 299/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 300/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 301/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 302/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 303/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 304/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 305/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 306/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 307/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 308/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 309/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 310/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 311/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 312/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 313/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 314/408 Installing : libburn-1.5.4-4.el9.x86_64 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 30/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 31/408 Verifying : libburn-1.5.4-4.el9.x86_64 32/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 33/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 34/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 37/408 Verifying : sshpass-1.09-4.el9.x86_64 38/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 39/408 Verifying : boost-log-1.75.0-8.el9.x86_64 40/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 65/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 66/408 Verifying : perl-B-1.80-480.el9.x86_64 67/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 68/408 Verifying : perl-Errno-1.30-480.el9.x86_64 69/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 70/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 71/408 Verifying : perl-File-stat-1.09-480.el9.noarch 72/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 73/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 74/408 Verifying : perl-IO-1.43-480.el9.x86_64 75/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 76/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-base-2.27-480.el9.noarch 81/408 Verifying : perl-if-0.60.800-480.el9.noarch 82/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 83/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 84/408 Verifying : perl-mro-1.23-480.el9.x86_64 85/408 Verifying : perl-overload-1.31-480.el9.noarch 86/408 Verifying : perl-overloading-0.02-480.el9.noarch 87/408 Verifying : perl-subs-1.03-480.el9.noarch 88/408 Verifying : perl-vars-1.05-480.el9.noarch 89/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 90/408 Verifying : python3-mako-1.1.4-6.el9.noarch 91/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 92/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 93/408 Verifying : jq-1.6-14.el9.x86_64 94/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 100/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 101/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 102/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 118/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 119/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 120/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 121/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 122/408 Verifying : bash-completion-1:2.11-4.el9.noarch 123/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 124/408 Verifying : libaio-0.3.111-13.el9.x86_64 125/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 126/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 127/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 128/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 129/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 130/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 131/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 132/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 133/408 Verifying : python3-dns-2.2.1-2.el9.noarch 134/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 137/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 138/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 139/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 207/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 208/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 209/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 210/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 211/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 212/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 213/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 214/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 215/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 216/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 217/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 218/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 219/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 220/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 221/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 222/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 223/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 224/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 225/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 226/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 227/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 228/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 229/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 230/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 231/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 232/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 233/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 234/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 235/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 236/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 237/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 238/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 239/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 240/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 241/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 242/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 243/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 244/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 245/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 246/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 247/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 248/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 249/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 250/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 251/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 252/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 253/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 254/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 255/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 256/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 257/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 258/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 259/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 260/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 262/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 263/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 264/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 265/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 266/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 267/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 268/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 269/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 270/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 271/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 272/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 273/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 274/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 275/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 276/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 277/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 278/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 279/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 280/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 281/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 282/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 283/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 284/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 285/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 286/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 287/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 288/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 289/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 290/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 291/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 292/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 293/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 294/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 295/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 296/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 297/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 298/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 299/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 300/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 301/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 302/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 303/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 304/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 305/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 306/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 307/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 308/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 309/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 310/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 311/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 312/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 313/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 314/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 315/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 316/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 317/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 318/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 319/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 320/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 321/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 322/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 323/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 324/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 325/408 Verifying : hiera-3.6.0-6.el9ost.noarch 326/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 327/408 Verifying : puppet-7.10.0-4.el9ost.noarch 328/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 329/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 330/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 331/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 332/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 334/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 335/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 336/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 337/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 338/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 339/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 340/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 341/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 342/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 343/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 344/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 345/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 346/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 347/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 348/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 349/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 350/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 351/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 352/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 353/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 354/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 355/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 356/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 357/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 358/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 359/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 360/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 361/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 362/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 363/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 364/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 365/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 366/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 367/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 368/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 369/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 370/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 371/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 372/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 373/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 374/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 375/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 376/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 377/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 378/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 379/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 380/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 381/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 382/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 383/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 384/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 385/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 386/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 387/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 388/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 389/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 390/408 Verifying : 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-11T12:27:18.025475 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container -p 389:389 -p 636:636 --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-43 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-43... Getting image source signatures Copying blob sha256:41fec0619f489055fd4bb43ba66113f5dfd4b1db45cf9ab090a2c0105e14456a Copying blob sha256:801237de6ccd6519643daff9a8a9e36494310b3f130557bfed4e70415dc22be2 Copying blob sha256:876717a5d8b7492d6a92870212592660bc3237db3b5559abc83cc51084526137 Copying blob sha256:dd8fc4c53c465ab2f229bc978bd8910ffac7d77b21bebade791b2a739461ad6b Copying blob sha256:5e73f38df47086e28c6e8dc912980049237d196dea0aa62999b6762d6d7ddede Copying blob sha256:502f9726ec1c76b7998f9f6c74a32c36e037ecfadfdd167b94e626af7788d4c3 Copying blob sha256:740d7092d18e7e50ac7af467023f218bb4c2623107c0548448f6065400dd0d8d Copying blob sha256:685c8b995ae79fee580dde7d1fbe8025d6d3dfd5b528f722f671dd3c1bdf5fcc Copying blob sha256:e428d977cef754365d9d49535424e86b222f31f2d525d7d196b882329a2df3b7 Copying blob sha256:aec31690838124c75e0c0c4dc0c1d7685f3e08c5bb84e886aedb6d2cfe15c1a4 Copying blob sha256:b820b220ea31b3947b2a77be94b3ca7416b28324c3f597c16c9893448417b225 Copying blob sha256:176f29d0acc152993c747db10ff942b083d0c54eabdcfb5be2ed6026740f0bdc Copying blob sha256:8712bce7d27c1d74d8f47c0d6791727dceb7b4a27055b1908203a7088a50efde Copying blob sha256:70de285ba86cb3d16ea5d1535215c1f8b899c4818a799e88a31a0c0b160d7018 Copying blob sha256:ad90e9c6513e8a9d1f5980fc88bf1dd915106413163914614c8581306861e434 Copying blob sha256:ddeb5d2e2f8624c7b75761c70b1e55ae09b9edcad3c45fd27814a2ad49fc66ad Copying blob sha256:a3bc286e7b524146e503942515f4b7e9d56582f73fb32718eba5c9b3bd99055e Copying blob sha256:d5b290271e3c831eb98736c1251836039c24398eef7d929cef678587cf4065f5 Copying blob sha256:a9413f49201b3ff01994a60f986c158d48cfb327b08b13bd0ae3e1df8e44270c Copying blob sha256:9c0e875fd7b8ae99aa2594dd73495b9acfdf026f1fc3d06a8e1175d801b52600 Copying blob sha256:b6f5e93df49e62add4d2d30400d343681e49890a18fd7ff8596f01901119a9c3 Copying blob sha256:1d4cf487b62d0ccc823be8b39e17386989d07b8dd81f87edb726a747cd6660e2 Copying blob sha256:a3f4ad1a9a07b971cc8c06097b68be67a6b46181c515386f0c47bf9f2ff9df60 Copying blob sha256:75e1512092ec5b809fe9411952eca20d7aab7c7877e1a3d29479c1769a4e135a Copying blob sha256:7f8251bef0528023760e6adcdfb1ac62224e065d1dc074b8fb84d47ea6e0cf3b Copying blob sha256:2ea860f9005fbb67659e726997f85579664f7039eaa8c7fc89eadf626663d3bf Copying blob sha256:a776b09dd13005ef3faf7e118180db75ffc860d3bb3080d1a4e4e41cd9328bd8 Copying blob sha256:8a3d7f380dbb62e489f82ce415f8caaf3fed44567f55e61a1157fe378a7ef91d Copying blob sha256:6eb1300ff69e72e7294367b356e6ddf3d9be92cbf1ce22d0e434e1e87508c888 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:b57b8be75c31f8ca25d53473216c5a8bbbe8c0cf1db4a5515c65d49e23ba8753 Copying blob sha256:a236da09fe5b3c404de06e40bfc7e2872609f0c2fb5c7cb4bf356139a172082d Copying blob sha256:7386ee00bf2bf2a44cda44dd34b8db4c94b4ff690a46b6330084ba8463666a01 Copying blob sha256:b05df15682b177c79597ac96349a4424563faf26d0cd3fbe5daf0e35b96c7f00 Copying blob sha256:4b82f210ce6e33312a8ea50dde7941b0da15d2d2f01274d326e10cd51fa0e49d Copying blob sha256:e7b83afe8e8ad696ca78bfe58a3add94e58268c10b0db93ebeaf1fff116c196e Copying blob sha256:7576f5c844e416303d8ff603476cc9eb800d4f6ba65837f1d974b0d63b1345f5 Copying blob sha256:039f6ab5ed3d366895bda0ff1ed8d4719a9f64324b8e6cdb5404f4367dfc5090 Copying blob sha256:a9d4150e31f18e45f25449ef80fd93cc0f39db3f8fd52872cc1d4d736ec8300a Copying blob sha256:b6367134abb0a905f45108c0210c5839c79c7cd9330f9e42fa19b95be5f4473b Copying blob sha256:c9f4af5979f1f173869d64334383c30543d21a53ba10b6c91a66b001644966c3 Copying blob sha256:20d91e4d0b52ee76e6c8a8bcae8561c0213e425f637cb105b71f0be824355458 Copying blob sha256:27a15a1b5e85698da101d55c7b7f3b64204673212ec9f154666288220df37ac2 Copying blob sha256:bdb13e3baf95abd9db7550e9108c0b26dfac949c0a595af31ebe7f331e2d86b8 Copying blob sha256:f351a87da725ed2006109a508be18ee33af58c0dece42c5fd8eccc6e5c99a7c6 Copying blob sha256:21751ab4632cc22558553ed6689f24860a7b6e66a3172fb266d68d4c642ae028 Copying blob sha256:9048e8ebb6a031292ca6c02eba133124c5d3c4781244ef32b869d8adcfde3959 Copying blob sha256:42be022f8a4de2c1eee2fe3a4e4c8406f158d23b907655a655338ecfa1af105f Copying blob sha256:aa0fabcde97af61548efaeac2392bca0bbbca51ba8aa7c179fee2a5b042938a6 Copying blob sha256:7c18fb7b9fd5f98b4a019517c32c0f3afff8d87c93490d11096cd1efd9b277ed Copying blob sha256:2114c7a858449377b01341f2f96930e3dd749f234a3e9268e117c10c90dbb99b Copying blob sha256:47b6b5da76a2d26b14aad336427dc82c48e88e057294e257dbd69e6278d2fef4 Copying config sha256:74f32449f61b86f703beb04c0add96fca3431b94f0901f42a7eedfce4c30a799 Writing manifest to image destination Storing signatures b70918cddf2e9fa71eee84ba07a59a43802b53fd0ca60f4403c9e40d928c1446 + 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 12:34:38.580 43527 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-11 12:34:38.604 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.605 43527 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-11 12:34:38.606 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.606 43527 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-11 12:34:38.608 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.608 43527 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-11 12:34:38.610 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.610 43527 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-11 12:34:38.612 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.612 43527 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-11 12:34:38.614 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.614 43527 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-11 12:34:38.638 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.638 43527 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-11 12:34:38.655 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.656 43527 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-11 12:34:38.657 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.658 43527 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-11 12:34:38.659 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.659 43527 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-11 12:34:38.661 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.661 43527 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-11 12:34:38.663 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.663 43527 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-11 12:34:38.665 43527 INFO migrate.versioning.api [-] done 2026-03-11 12:34:38.665 43527 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-11 12:34:38.688 43527 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 12:34:47Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:47Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:47Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:47Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:47Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 12:34:47Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:34:48Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:48Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-11 12:34:48Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:48Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:48Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-11 12:34:49Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:49Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-11 12:34:49Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:49Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-11 12:34:49Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:50Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 12:34:50Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:34:50Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:50Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:50Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-11 12:34:50Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:50Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-11 12:34:50Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:34:51Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:51Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:51Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:51Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-11 12:34:51Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 12:34:51Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:34:52Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:52Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:52Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-11 12:34:52Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:52Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-11 12:34:52Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-11 12:34:53Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 12:34:53Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:53Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:53Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:53Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-11 12:34:53Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:53Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:53Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:53Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-11 12:34:53Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:53Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-11 12:34:53Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:34:54Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:54Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-11 12:34:54Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-11 12:34:54Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:55Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-11 12:34:55Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:55Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 12:34:56Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:56Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-11 12:34:56Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:34:57Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-11 12:34:57Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-11 12:34:57Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:57Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 12:34:57Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-11 12:34:58Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 12:34:58Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 12:34:58Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 12:34:58Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-11 12:34:59Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:59Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:34:59Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:34:59Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 12:34:59Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:00Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-11 12:35:00Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:00Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:00Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-11 12:35:01Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-11 12:35:01Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:01Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-11 12:35:01Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:02Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:02Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:03Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:04Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:05Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:05Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:05Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:06Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:35:07Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:07Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:08Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:10Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-11 12:35:11Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:11Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:11Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:12Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:12Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:13Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:13Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:14Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:14Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:14Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:14Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-11 12:35:15Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:15Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:16Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:17Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:17Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:17Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:18Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:19Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:19Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:20Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:20Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-11 12:35:21Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:21Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:21Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:22Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:22Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:22Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:23Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:24Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:24Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:25Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:25Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-11 12:35:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:27Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:27Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:27Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:28Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-11 12:35:28Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:29Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-11 12:35:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:30Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:31Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:31Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:31Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:32Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:33Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:33Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:34Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-11 12:35:34Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:34Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:34Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:35Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:35Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:35Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:36Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:37Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:37Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:38Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-11 12:35:39Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:39Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:41Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:35:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:43Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:43Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:43Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:43Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:44Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:45Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:46Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-11 12:35:46Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:46Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:47Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:48Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:48Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:48Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:50Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:51Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:35:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:35:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:35:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:53Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:35:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 12:35:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-11 12:35:57Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:35:58Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-11 12:35:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-11 12:35:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:35:59Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:00Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:00Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:01Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:01Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:01Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:02Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:03Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:04Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:36:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:05Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:06Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-11 12:36:06Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:06Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:06Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:08Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:08Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:08Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:09Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:10Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:36:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:36:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:17Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:17Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-11 12:36:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:19Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:19Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:20Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:20Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:20Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:20Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:21Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:21Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:23Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:24Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-11 12:36:24Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:24Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:24Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:24Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:25Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:26Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:27Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:28Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-11 12:36:29Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:30Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-11 12:36:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:30Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:30Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:31Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:31Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:31Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:32Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-11 12:36:33Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-11 12:36:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:34Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:34Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:34Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:35Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:36Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:36Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:36Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:37Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:37Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:36:37Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:37Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:37Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:38Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:39Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:39Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:39Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:40Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 12:36:41Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:36:41Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:41Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-11 12:36:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:42Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:36:44Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 12:36:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-11 12:36:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-11 12:36:49Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:50Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-11 12:36:51Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:51Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:51Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:36:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:36:52Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:53Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:53Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:36:53Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:54Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:55Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:36:56Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:36:56Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:36:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-11 12:36:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:36:58Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:59Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:36:59Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:37:00Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:00Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:01Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:01Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:02Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-11 12:37:02Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:02Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:02Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:02Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:03Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:04Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:05Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:37:05Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:06Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:07Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:07Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:07Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-11 12:37:08Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:08Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:08Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:08Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:09Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:10Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:37:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 12:37:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 12:37:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-11 12:37:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:37:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-11 12:37:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-11 12:37:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:17Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-11 12:37:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:18Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:19Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:19Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-11 12:37:20Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:20Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:21Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:21Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:21Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:37:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:23Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:24Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-11 12:37:25Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:25Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:25Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:26Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:26Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:27Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-11 12:37:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:37:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:29Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:29Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:29Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-11 12:37:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:30Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:31Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:31Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:32Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:33Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:37:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:34Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:34Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-11 12:37:35Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:35Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:36Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-11 12:37:37Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:37Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:37Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:38Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:38Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:38Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:39Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-11 12:37:39Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:41Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-11 12:37:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:41Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:41Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:41Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:42Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:43Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:43Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-11 12:37:44Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:45Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:45Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-11 12:37:46Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:46Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:46Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:47Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:37:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:37:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:48Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:49Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-11 12:37:50Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:50Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:50Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:51Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-11 12:37:52Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:52Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:52Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:52Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:37:53Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:54Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:37:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:37:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:37:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:37:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 12:37:57Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:37:58Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-11 12:37:58Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-11 12:37:59Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-11 12:38:00Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:00Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:00Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:01Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:01Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:02Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:02Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:03Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:03Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:03Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:03Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:04Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-11 12:38:04Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:04Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:05Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:05Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:07Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:08Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:14Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-11 12:38:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:14Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:15Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:15Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:16Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:17Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:17Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-11 12:38:18Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:18Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:18Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:18Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:19Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:20Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:20Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:21Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:22Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-11 12:38:23Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:24Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-11 12:38:24Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:24Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:24Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:25Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:25Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:25Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:26Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:26Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:26Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:26Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:38:26Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:27Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:27Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:28Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:29Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:29Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 12:38:30Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:30Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:31Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:32Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:33Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:33Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:33Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:33Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-11 12:38:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:35Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:35Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:36Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-11 12:38:36Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:37Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:37Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:37Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:39Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 12:38:41Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:41Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:42Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-11 12:38:42Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:42Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:42Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:43Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:43Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 12:38:44Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:44Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:44Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:45Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:46Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:47Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-11 12:38:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:48Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:49Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:50Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-11 12:38:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:38:50Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:51Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:51Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:52Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:38:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:55Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:38:56Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:38:57Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-11 12:38:58Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:58Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:58Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:38:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:38:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:38:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:38:59Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:00Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:00Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 12:39:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:03Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:04Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:04Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:05Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-11 12:39:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:06Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:07Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:07Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:08Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:10Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:39:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:12Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:13Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:13Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:14Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-11 12:39:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:15Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:16Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:16Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:17Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 12:39:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:21Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:22Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-11 12:39:22Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:22Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:23Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:24Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:25Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:25Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:25Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 12:39:25Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:27Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:28Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-11 12:39:28Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:28Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-11 12:39:29Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:29Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:30Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:31Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:31Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:31Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:31Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:32Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:32Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:32Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:32Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:33Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:35Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:35Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-11 12:39:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:36Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:36Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:36Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:37Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:38Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:38Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:39Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:39Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-11 12:39:40Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:41Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:41Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:42Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:43Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-11 12:39:43Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:44Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:44Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:45Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:46Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:39:46Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-11 12:39:47Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:47Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:47Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:47Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:49Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:49Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:49Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:51Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:51Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:51Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-11 12:39:52Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:52Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:52Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:52Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:53Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:54Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:39:54Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:39:55Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-11 12:39:55Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:55Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:39:56Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:57Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-11 12:39:58Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:39:58Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:39:58Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-11 12:39:59Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:00Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:00Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:01Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-11 12:40:01Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:01Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:01Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:01Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:02Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:03Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:40:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:05Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:05Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:40:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:06Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-11 12:40:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-11 12:40:09Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:10Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-11 12:40:11Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:11Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:11Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:11Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-11 12:40:11Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:12Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-11 12:40:12Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:13Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:13Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:14Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:14Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:14Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:40:15Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:16Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:17Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:17Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:18Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-11 12:40:18Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:18Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:18Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:19Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:19Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:20Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:20Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:21Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:21Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:21Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:40:21Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:22Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-11 12:40:23Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:23Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:23Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:24Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:24Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:24Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:40:25Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:26Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:26Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:27Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:27Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:28Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-11 12:40:28Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:29Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-11 12:40:30Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:30Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:30Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:31Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-11 12:40:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:32Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:32Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:33Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:33Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:33Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:34Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:39Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:39Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-11 12:40:40Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:41Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-11 12:40:41Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:41Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:40:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:43Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:43Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:43Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:43Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:43Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:43Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:44Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:44Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-11 12:40:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:47Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-11 12:40:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:48Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-11 12:40:48Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:49Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-11 12:40:50Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:50Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:50Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:50Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:40:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:40:52Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:53Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:40:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-11 12:40:55Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:40:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-11 12:40:56Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:57Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-11 12:40:58Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-11 12:40:59Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-11 12:40:59Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:00Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-11 12:41:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:01Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:01Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-11 12:41:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:03Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-11 12:41:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:04Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 12:41:05Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:41:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:06Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-11 12:41:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:06Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:06Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:07Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-11 12:41:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:08Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:09Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-11 12:41:10Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:11Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-11 12:41:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:12Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-11 12:41:12Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:13Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-11 12:41:14Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:15Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-11 12:41:15Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:16Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-11 12:41:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:17Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:17Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:18Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-11 12:41:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:18Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:19Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:19Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:19Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-11 12:41:19Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:20Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-11 12:41:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:21Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:21Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:22Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-11 12:41:22Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:22Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-11 12:41:24Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:24Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:24Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:25Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 12:41:25Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:25Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:25Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:25Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-11 12:41:25Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:26Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:26Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:26Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:26Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:26Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:26Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:27Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:27Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:27Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:27Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:27Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:27Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:28Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:28Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:28Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-11 12:41:28Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:28Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-11 12:41:28Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:29Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:29Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:29Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:29Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:29Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-11 12:41:29Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:30Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:30Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:30Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:30Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:30Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-11 12:41:30Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:31Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:31Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:31Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:32Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 12:41:32Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:32Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:32Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:32Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:32Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:33Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:33Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:33Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:33Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:33Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:33Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:34Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:34Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:34Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-11 12:41:35Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:35Z [CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:35Z [IndividualServices]: CREATE_COMPLETE state changed 2026-03-11 12:41:35Z [CompactServices]: CREATE_COMPLETE state changed 2026-03-11 12:41:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-11 12:41:35Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:36Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-11 12:41:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-11 12:41:37Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:37Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:37Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:37Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:37Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-11 12:41:37Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-11 12:41:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:38Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:38Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-11 12:41:38Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-11 12:41:38Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:38Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-11 12:41:38Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:39Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-11 12:41:39Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:39Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:39Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:39Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-11 12:41:40Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:41Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:41Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:41Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-11 12:41:42Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:43Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-11 12:41:43Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:44Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:44Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:44Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:44Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:45Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:45Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:45Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:45Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:45Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:45Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:45Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:45Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:46Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:46Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:46Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:47Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:47Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-11 12:41:47Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:47Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-11 12:41:47Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-11 12:41:48Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:49Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:49Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-11 12:41:49Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:50Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:50Z [ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:50Z [ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:50Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:50Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-11 12:41:50Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:51Z [ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:51Z [ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:51Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-11 12:41:52Z [StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:53Z [ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:53Z [ScaleTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:53Z [StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-11 12:41:53Z [StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:53Z [StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-11 12:41:54Z [ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:54Z [ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:55Z [PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:55Z [PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:56Z [BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:56Z [BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-11 12:41:57Z [ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-11 12:41:57Z [ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-11 12:41:57Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-11 12:41:57Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-11 12:41:57Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/c91a5827-05de-4869-9860-0b368134b202 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 12:42:20.136386 | fa163e20-f24a-206f-595f-000000000006 | TASK | External deployment step 0 2026-03-11 12:42:20.160887 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-000000000006') missing from stats 2026-03-11 12:42:20.202722 | fa163e20-f24a-206f-595f-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.113977 | 0.03s 2026-03-11 12:42:20.208501 | 4921436b-a7a9-4987-8cc8-488e7163d920 | INCLUDED | /root/standalone-ansible-suuaa9r4/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-11 12:42:20.222812 | fa163e20-f24a-206f-595f-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-11 12:42:21.116542 | fa163e20-f24a-206f-595f-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-11 12:42:21.118146 | fa163e20-f24a-206f-595f-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.029397 | 0.89s 2026-03-11 12:42:21.136184 | fa163e20-f24a-206f-595f-000000000129 | TASK | create redis virtual ip 2026-03-11 12:42:22.024442 | fa163e20-f24a-206f-595f-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-11 12:42:22.025856 | fa163e20-f24a-206f-595f-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.937084 | 0.89s PLAY [Check if required variables are defined] ********************************* 2026-03-11 12:42:22.102478 | fa163e20-f24a-206f-595f-000000000138 | TASK | Gathering Facts 2026-03-11 12:42:22.678583 | fa163e20-f24a-206f-595f-000000000138 | OK | Gathering Facts | localhost 2026-03-11 12:42:22.680123 | fa163e20-f24a-206f-595f-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.591371 | 0.58s 2026-03-11 12:42:22.736309 | fa163e20-f24a-206f-595f-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 12:42:22.737496 | fa163e20-f24a-206f-595f-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.648747 | 0.04s 2026-03-11 12:42:22.785358 | fa163e20-f24a-206f-595f-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-11 12:42:22.786807 | fa163e20-f24a-206f-595f-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.698060 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-11 12:42:22.898916 | fa163e20-f24a-206f-595f-000000000160 | TASK | Gathering Facts 2026-03-11 12:42:22.907699 | fa163e20-f24a-206f-595f-000000000160 | TASK | Gathering Facts 2026-03-11 12:42:23.241262 | fa163e20-f24a-206f-595f-000000000160 | OK | Gathering Facts | standalone 2026-03-11 12:42:23.242939 | fa163e20-f24a-206f-595f-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.154193 | 0.33s 2026-03-11 12:42:23.246009 | fa163e20-f24a-206f-595f-000000000160 | OK | Gathering Facts | undercloud 2026-03-11 12:42:23.247142 | fa163e20-f24a-206f-595f-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.158370 | 0.35s 2026-03-11 12:42:23.308569 | fa163e20-f24a-206f-595f-000000000012 | TASK | Set legacy facts 2026-03-11 12:42:23.327531 | fa163e20-f24a-206f-595f-000000000012 | TASK | Set legacy facts 2026-03-11 12:42:23.346202 | fa163e20-f24a-206f-595f-000000000012 | OK | Set legacy facts | undercloud 2026-03-11 12:42:23.347598 | fa163e20-f24a-206f-595f-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.258851 | 0.04s 2026-03-11 12:42:23.371790 | fa163e20-f24a-206f-595f-000000000012 | OK | Set legacy facts | standalone 2026-03-11 12:42:23.372511 | fa163e20-f24a-206f-595f-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.283769 | 0.04s PLAY [Load global variables] *************************************************** 2026-03-11 12:42:23.540778 | fa163e20-f24a-206f-595f-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-11 12:42:23.541727 | fa163e20-f24a-206f-595f-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.452982 | 0.04s 2026-03-11 12:42:23.553944 | fa163e20-f24a-206f-595f-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-11 12:42:23.554344 | fa163e20-f24a-206f-595f-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.465608 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-11 12:42:23.628181 | fa163e20-f24a-206f-595f-000000000018 | TASK | Include Service VIP vars 2026-03-11 12:42:23.666487 | fa163e20-f24a-206f-595f-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-11 12:42:23.667249 | fa163e20-f24a-206f-595f-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.578510 | 0.04s 2026-03-11 12:42:23.667570 | fa163e20-f24a-206f-595f-000000000018 | OK | Include Service VIP vars | standalone 2026-03-11 12:42:23.667920 | fa163e20-f24a-206f-595f-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.579186 | 0.03s 2026-03-11 12:42:23.671537 | fa163e20-f24a-206f-595f-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-11 12:42:23.698610 | fa163e20-f24a-206f-595f-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-11 12:42:23.699523 | fa163e20-f24a-206f-595f-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.610781 | 0.03s 2026-03-11 12:42:23.710094 | fa163e20-f24a-206f-595f-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-11 12:42:23.710481 | fa163e20-f24a-206f-595f-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.621747 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-11 12:42:23.789481 | fa163e20-f24a-206f-595f-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-11 12:42:24.547962 | fa163e20-f24a-206f-595f-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-11 12:42:24.602540 | fa163e20-f24a-206f-595f-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-11 12:42:24.637300 | fa163e20-f24a-206f-595f-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-11 12:42:24.638240 | fa163e20-f24a-206f-595f-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.549498 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-11 12:42:24.699165 | fa163e20-f24a-206f-595f-000000000023 | TASK | Set selinux state 2026-03-11 12:42:25.244709 | fa163e20-f24a-206f-595f-000000000023 | OK | Set selinux state | standalone 2026-03-11 12:42:25.246045 | fa163e20-f24a-206f-595f-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.157297 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-11 12:42:25.387237 | fa163e20-f24a-206f-595f-000000000026 | TASK | Configure Hosts Entries 2026-03-11 12:42:25.415490 | fa163e20-f24a-206f-595f-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.326734 | 0.03s 2026-03-11 12:42:25.431451 | fa163e20-f24a-206f-595f-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.342715 | 0.02s 2026-03-11 12:42:25.473817 | fa163e20-f24a-206f-595f-0000000001f1 | TASK | Create temporary file for hosts 2026-03-11 12:42:25.830452 | fa163e20-f24a-206f-595f-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-11 12:42:25.831896 | fa163e20-f24a-206f-595f-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.743132 | 0.34s 2026-03-11 12:42:25.843045 | fa163e20-f24a-206f-595f-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-11 12:42:25.843715 | fa163e20-f24a-206f-595f-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.754975 | 0.37s 2026-03-11 12:42:25.862438 | fa163e20-f24a-206f-595f-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-11 12:42:26.256987 | fa163e20-f24a-206f-595f-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-11 12:42:26.258002 | fa163e20-f24a-206f-595f-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.169249 | 0.39s 2026-03-11 12:42:26.279436 | fa163e20-f24a-206f-595f-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-11 12:42:26.280235 | fa163e20-f24a-206f-595f-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.191499 | 0.40s 2026-03-11 12:42:26.294891 | fa163e20-f24a-206f-595f-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-11 12:42:26.597480 | fa163e20-f24a-206f-595f-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-11 12:42:26.598964 | fa163e20-f24a-206f-595f-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.510211 | 0.30s 2026-03-11 12:42:26.640894 | fa163e20-f24a-206f-595f-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-11 12:42:26.641715 | fa163e20-f24a-206f-595f-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.552976 | 0.33s 2026-03-11 12:42:26.659790 | fa163e20-f24a-206f-595f-0000000001f4 | TASK | Render out the hosts entries 2026-03-11 12:42:26.761503 | fa163e20-f24a-206f-595f-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-11 12:42:26.762597 | fa163e20-f24a-206f-595f-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.673854 | 0.10s 2026-03-11 12:42:26.778090 | fa163e20-f24a-206f-595f-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-11 12:42:27.015467 | fa163e20-f24a-206f-595f-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-11 12:42:27.017179 | fa163e20-f24a-206f-595f-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.928422 | 0.24s 2026-03-11 12:42:27.084405 | fa163e20-f24a-206f-595f-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-11 12:42:27.085785 | fa163e20-f24a-206f-595f-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.997034 | 0.29s 2026-03-11 12:42:27.104082 | fa163e20-f24a-206f-595f-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-11 12:42:27.463255 | fa163e20-f24a-206f-595f-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-11 12:42:27.464538 | fa163e20-f24a-206f-595f-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.375796 | 0.34s 2026-03-11 12:42:27.465001 | fa163e20-f24a-206f-595f-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-11 12:42:27.465331 | fa163e20-f24a-206f-595f-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.376598 | 0.36s 2026-03-11 12:42:27.484984 | fa163e20-f24a-206f-595f-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-11 12:42:27.854519 | fa163e20-f24a-206f-595f-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-11 12:42:27.856097 | fa163e20-f24a-206f-595f-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.767343 | 0.35s 2026-03-11 12:42:27.857328 | fa163e20-f24a-206f-595f-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-11 12:42:27.858257 | fa163e20-f24a-206f-595f-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.769516 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-03-11 12:42:27.984547 | fa163e20-f24a-206f-595f-00000000002a | TASK | Common roles for TripleO servers 2026-03-11 12:42:28.006375 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-00000000002a') missing from stats 2026-03-11 12:42:28.067545 | fa163e20-f24a-206f-595f-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.978794 | 0.02s 2026-03-11 12:42:28.127129 | fa163e20-f24a-206f-595f-000000000254 | TASK | Gather variables for each operating system 2026-03-11 12:42:28.202673 | fa163e20-f24a-206f-595f-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 12:42:28.204169 | fa163e20-f24a-206f-595f-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.115420 | 0.08s 2026-03-11 12:42:28.214011 | fa163e20-f24a-206f-595f-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.125257 | 0.09s 2026-03-11 12:42:28.240400 | fa163e20-f24a-206f-595f-000000000256 | TASK | Check release version package is installed 2026-03-11 12:42:28.502710 | fa163e20-f24a-206f-595f-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-11 12:42:28.504197 | fa163e20-f24a-206f-595f-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.415446 | 0.26s 2026-03-11 12:42:28.532182 | fa163e20-f24a-206f-595f-000000000257 | TASK | Deploy release version package 2026-03-11 12:42:33.416368 | fa163e20-f24a-206f-595f-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-11 12:42:33.417611 | fa163e20-f24a-206f-595f-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.328864 | 4.88s 2026-03-11 12:42:33.441385 | fa163e20-f24a-206f-595f-000000000259 | TASK | Include packages tasks 2026-03-11 12:42:33.459277 | fa163e20-f24a-206f-595f-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.370522 | 0.02s 2026-03-11 12:42:33.486556 | fbc770db-fa9e-47aa-a759-00b9fe0e80ef | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-11 12:42:33.518933 | fa163e20-f24a-206f-595f-0000000002ad | TASK | Gather facts if they don't exist 2026-03-11 12:42:33.555387 | fa163e20-f24a-206f-595f-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 12:42:33.556876 | fa163e20-f24a-206f-595f-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.468089 | 0.04s 2026-03-11 12:42:33.583090 | fa163e20-f24a-206f-595f-0000000002ae | TASK | Gather variables for each operating system 2026-03-11 12:42:33.708257 | fa163e20-f24a-206f-595f-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 12:42:33.714323 | fa163e20-f24a-206f-595f-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.625573 | 0.13s 2026-03-11 12:42:33.738758 | fa163e20-f24a-206f-595f-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 12:42:34.011781 | fa163e20-f24a-206f-595f-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 12:42:34.013226 | fa163e20-f24a-206f-595f-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.924477 | 0.27s 2026-03-11 12:42:34.037900 | fa163e20-f24a-206f-595f-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 12:42:39.654026 | fa163e20-f24a-206f-595f-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 12:42:39.655391 | fa163e20-f24a-206f-595f-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.566648 | 5.62s 2026-03-11 12:42:39.675056 | fa163e20-f24a-206f-595f-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-11 12:42:41.002118 | fa163e20-f24a-206f-595f-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 12:42:41.003661 | fa163e20-f24a-206f-595f-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.914910 | 1.33s 2026-03-11 12:42:41.029099 | fa163e20-f24a-206f-595f-00000000025a | TASK | Enable openvswitch service if installed 2026-03-11 12:42:41.972939 | fa163e20-f24a-206f-595f-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-11 12:42:41.974813 | fa163e20-f24a-206f-595f-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.886063 | 0.94s 2026-03-11 12:42:42.000780 | fa163e20-f24a-206f-595f-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-11 12:42:42.231697 | fa163e20-f24a-206f-595f-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-11 12:42:42.233200 | fa163e20-f24a-206f-595f-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.144450 | 0.23s 2026-03-11 12:42:42.258261 | fa163e20-f24a-206f-595f-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-11 12:42:42.551335 | fa163e20-f24a-206f-595f-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-11 12:42:42.553024 | fa163e20-f24a-206f-595f-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.464267 | 0.29s 2026-03-11 12:42:42.578310 | fa163e20-f24a-206f-595f-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-11 12:42:42.637990 | fa163e20-f24a-206f-595f-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-11 12:42:42.639601 | fa163e20-f24a-206f-595f-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.550843 | 0.06s 2026-03-11 12:42:42.665369 | fa163e20-f24a-206f-595f-00000000025f | TASK | Ensure network service is enabled 2026-03-11 12:42:43.075794 | fa163e20-f24a-206f-595f-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-11 12:42:43.077893 | fa163e20-f24a-206f-595f-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.989136 | 0.41s 2026-03-11 12:42:43.107605 | fa163e20-f24a-206f-595f-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 12:42:43.453706 | fa163e20-f24a-206f-595f-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 12:42:43.455043 | fa163e20-f24a-206f-595f-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.366294 | 0.35s 2026-03-11 12:42:43.479667 | fa163e20-f24a-206f-595f-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 12:42:43.716328 | fa163e20-f24a-206f-595f-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 12:42:43.717715 | fa163e20-f24a-206f-595f-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.628964 | 0.24s 2026-03-11 12:42:43.741757 | fa163e20-f24a-206f-595f-000000000263 | TASK | Reload NetworkManager 2026-03-11 12:42:44.235069 | fa163e20-f24a-206f-595f-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-11 12:42:44.238732 | fa163e20-f24a-206f-595f-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.149977 | 0.50s 2026-03-11 12:42:44.266423 | fa163e20-f24a-206f-595f-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-11 12:42:44.491922 | fa163e20-f24a-206f-595f-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-11 12:42:44.493257 | fa163e20-f24a-206f-595f-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.404508 | 0.22s 2026-03-11 12:42:44.517611 | fa163e20-f24a-206f-595f-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-11 12:42:44.851028 | fa163e20-f24a-206f-595f-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-11 12:42:44.852328 | fa163e20-f24a-206f-595f-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.763580 | 0.33s 2026-03-11 12:42:44.877048 | fa163e20-f24a-206f-595f-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-11 12:42:45.089481 | fa163e20-f24a-206f-595f-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-11 12:42:45.090827 | fa163e20-f24a-206f-595f-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.002078 | 0.21s 2026-03-11 12:42:45.115159 | fa163e20-f24a-206f-595f-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-11 12:42:45.348767 | fa163e20-f24a-206f-595f-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-11 12:42:45.350171 | fa163e20-f24a-206f-595f-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.261421 | 0.23s 2026-03-11 12:42:45.423429 | fa163e20-f24a-206f-595f-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.334684 | 0.03s 2026-03-11 12:42:45.473991 | fa163e20-f24a-206f-595f-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-11 12:42:45.691573 | fa163e20-f24a-206f-595f-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-11 12:42:45.692802 | fa163e20-f24a-206f-595f-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.604053 | 0.22s 2026-03-11 12:42:45.716650 | fa163e20-f24a-206f-595f-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-11 12:42:45.927698 | fa163e20-f24a-206f-595f-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-11 12:42:45.929033 | fa163e20-f24a-206f-595f-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.840286 | 0.21s 2026-03-11 12:42:45.954186 | fa163e20-f24a-206f-595f-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-11 12:42:45.975042 | fa163e20-f24a-206f-595f-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-11 12:42:45.976586 | fa163e20-f24a-206f-595f-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.887824 | 0.02s 2026-03-11 12:42:46.008974 | fa163e20-f24a-206f-595f-000000000364 | TASK | Write temporary file 2026-03-11 12:42:46.039754 | fa163e20-f24a-206f-595f-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-11 12:42:46.040682 | fa163e20-f24a-206f-595f-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.951939 | 0.03s 2026-03-11 12:42:46.059552 | fa163e20-f24a-206f-595f-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-11 12:42:46.135514 | fa163e20-f24a-206f-595f-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-11 12:42:46.136721 | fa163e20-f24a-206f-595f-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.047972 | 0.08s 2026-03-11 12:42:46.161731 | fa163e20-f24a-206f-595f-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-11 12:42:46.394405 | fa163e20-f24a-206f-595f-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-11 12:42:46.395979 | fa163e20-f24a-206f-595f-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.307224 | 0.23s 2026-03-11 12:42:46.420293 | fa163e20-f24a-206f-595f-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-11 12:42:46.651376 | fa163e20-f24a-206f-595f-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-11 12:42:46.652749 | fa163e20-f24a-206f-595f-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.563998 | 0.23s 2026-03-11 12:42:46.677435 | fa163e20-f24a-206f-595f-000000000368 | TASK | Remove temp file 2026-03-11 12:42:46.899350 | fa163e20-f24a-206f-595f-000000000368 | CHANGED | Remove temp file | standalone 2026-03-11 12:42:46.900873 | fa163e20-f24a-206f-595f-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.812094 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-11 12:42:47.086640 | fa163e20-f24a-206f-595f-000000000034 | TASK | Deploy step tasks for step 0 2026-03-11 12:42:47.145010 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-000000000034') missing from stats 2026-03-11 12:42:47.171377 | fa163e20-f24a-206f-595f-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-11 12:42:47.411148 | fa163e20-f24a-206f-595f-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-11 12:42:47.412502 | fa163e20-f24a-206f-595f-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.323755 | 0.24s 2026-03-11 12:42:47.437329 | fa163e20-f24a-206f-595f-000000000036 | TASK | Check cloud-init status 2026-03-11 12:42:47.667017 | fa163e20-f24a-206f-595f-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-11 12:42:47.668339 | fa163e20-f24a-206f-595f-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.579575 | 0.23s 2026-03-11 12:42:47.693283 | fa163e20-f24a-206f-595f-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-11 12:42:47.895707 | fa163e20-f24a-206f-595f-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-11 12:42:47.897329 | fa163e20-f24a-206f-595f-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.808575 | 0.20s 2026-03-11 12:42:47.922115 | fa163e20-f24a-206f-595f-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-11 12:42:48.315494 | fa163e20-f24a-206f-595f-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-11 12:42:48.317299 | fa163e20-f24a-206f-595f-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.228546 | 0.39s 2026-03-11 12:42:48.350661 | fa163e20-f24a-206f-595f-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-11 12:42:48.584098 | fa163e20-f24a-206f-595f-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-11 12:42:48.584968 | fa163e20-f24a-206f-595f-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.496229 | 0.23s 2026-03-11 12:42:48.609634 | fa163e20-f24a-206f-595f-00000000003a | TASK | Write container-puppet.sh 2026-03-11 12:42:49.077241 | fa163e20-f24a-206f-595f-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-11 12:42:49.078599 | fa163e20-f24a-206f-595f-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.989852 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 12:42:49.140825 | fa163e20-f24a-206f-595f-00000000003b | TIMING | include_tasks | standalone | 0:00:29.052077 | 0.04s 2026-03-11 12:42:49.153810 | c83ed0ee-1a0b-4d5e-a9ea-a3a7de7f6012 | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-11 12:42:49.178764 | fa163e20-f24a-206f-595f-000000000416 | TASK | Configure tuned before reboot 2026-03-11 12:42:49.226378 | fa163e20-f24a-206f-595f-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.137626 | 0.05s 2026-03-11 12:42:49.272875 | fa163e20-f24a-206f-595f-000000000455 | TASK | Gather variables for each operating system 2026-03-11 12:42:49.395725 | fa163e20-f24a-206f-595f-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 12:42:49.398415 | fa163e20-f24a-206f-595f-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.309665 | 0.12s 2026-03-11 12:42:49.408742 | fa163e20-f24a-206f-595f-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.319988 | 0.13s 2026-03-11 12:42:49.486330 | fa163e20-f24a-206f-595f-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.397571 | 0.05s 2026-03-11 12:42:49.511153 | e86e0e09-e861-40f1-9907-9c20006580ec | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 12:42:49.551792 | fa163e20-f24a-206f-595f-00000000047f | TASK | Check tuned package is installed 2026-03-11 12:42:49.818114 | fa163e20-f24a-206f-595f-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-11 12:42:49.819607 | fa163e20-f24a-206f-595f-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.730857 | 0.27s 2026-03-11 12:42:49.846974 | fa163e20-f24a-206f-595f-000000000480 | TASK | Install tuned 2026-03-11 12:42:56.592453 | fa163e20-f24a-206f-595f-000000000480 | CHANGED | Install tuned | standalone 2026-03-11 12:42:56.594612 | fa163e20-f24a-206f-595f-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.505857 | 6.75s 2026-03-11 12:42:56.624175 | fa163e20-f24a-206f-595f-000000000481 | TASK | Restart tuned 2026-03-11 12:42:58.451411 | fa163e20-f24a-206f-595f-000000000481 | CHANGED | Restart tuned | standalone 2026-03-11 12:42:58.453278 | fa163e20-f24a-206f-595f-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:38.364531 | 1.83s 2026-03-11 12:42:58.472338 | fa163e20-f24a-206f-595f-000000000457 | TASK | Check for tuned-adm 2026-03-11 12:42:58.720376 | fa163e20-f24a-206f-595f-000000000457 | OK | Check for tuned-adm | standalone 2026-03-11 12:42:58.721825 | fa163e20-f24a-206f-595f-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.633079 | 0.25s 2026-03-11 12:42:58.788486 | fa163e20-f24a-206f-595f-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.699729 | 0.04s 2026-03-11 12:42:58.818309 | 20c03594-89ba-4a79-ab0f-7c6ea5e2eac0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 12:42:58.854594 | fa163e20-f24a-206f-595f-0000000004b6 | TASK | Ensure profile directory exists 2026-03-11 12:42:58.928957 | fa163e20-f24a-206f-595f-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 12:42:58.930872 | fa163e20-f24a-206f-595f-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.842087 | 0.08s 2026-03-11 12:42:58.965275 | fa163e20-f24a-206f-595f-0000000004b7 | TASK | Create custom tuned profile 2026-03-11 12:42:59.030402 | fa163e20-f24a-206f-595f-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-11 12:42:59.031873 | fa163e20-f24a-206f-595f-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.943099 | 0.06s 2026-03-11 12:42:59.057719 | fa163e20-f24a-206f-595f-0000000004b8 | TASK | Check tuned active profile 2026-03-11 12:42:59.472299 | fa163e20-f24a-206f-595f-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-11 12:42:59.473735 | fa163e20-f24a-206f-595f-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.384988 | 0.41s 2026-03-11 12:42:59.500678 | fa163e20-f24a-206f-595f-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-11 12:42:59.744588 | fa163e20-f24a-206f-595f-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-11 12:42:59.746022 | fa163e20-f24a-206f-595f-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:39.657275 | 0.24s 2026-03-11 12:42:59.772657 | fa163e20-f24a-206f-595f-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 12:42:59.845317 | fa163e20-f24a-206f-595f-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 12:42:59.846581 | fa163e20-f24a-206f-595f-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.757834 | 0.07s 2026-03-11 12:42:59.874606 | fa163e20-f24a-206f-595f-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 12:42:59.939732 | fa163e20-f24a-206f-595f-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 12:42:59.941045 | fa163e20-f24a-206f-595f-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.852299 | 0.06s 2026-03-11 12:42:59.967389 | fa163e20-f24a-206f-595f-0000000004bc | TASK | Enable tuned profile 2026-03-11 12:43:01.372969 | fa163e20-f24a-206f-595f-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-11 12:43:01.374255 | fa163e20-f24a-206f-595f-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.285510 | 1.41s 2026-03-11 12:43:01.413331 | fa163e20-f24a-206f-595f-000000000417 | TASK | Configure kernel args and reboot 2026-03-11 12:43:01.467810 | fa163e20-f24a-206f-595f-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.379050 | 0.05s 2026-03-11 12:43:01.615800 | fa163e20-f24a-206f-595f-000000000569 | TASK | Get the command line args of the node 2026-03-11 12:43:01.856980 | fa163e20-f24a-206f-595f-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-11 12:43:01.858355 | fa163e20-f24a-206f-595f-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.769606 | 0.24s 2026-03-11 12:43:01.884889 | fa163e20-f24a-206f-595f-00000000056b | TASK | Check if node has a nova.conf 2026-03-11 12:43:02.119727 | fa163e20-f24a-206f-595f-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-11 12:43:02.121364 | fa163e20-f24a-206f-595f-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.032611 | 0.23s 2026-03-11 12:43:02.147993 | fa163e20-f24a-206f-595f-00000000056d | TASK | Warn operator about workload protection 2026-03-11 12:43:02.188167 | fa163e20-f24a-206f-595f-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-11 12:43:02.189239 | fa163e20-f24a-206f-595f-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.100494 | 0.04s 2026-03-11 12:43:02.215553 | fa163e20-f24a-206f-595f-00000000056e | TASK | Setting defer reboot fact 2026-03-11 12:43:02.254639 | fa163e20-f24a-206f-595f-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-11 12:43:02.255886 | fa163e20-f24a-206f-595f-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.167097 | 0.04s 2026-03-11 12:43:02.281868 | fa163e20-f24a-206f-595f-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-11 12:43:02.311366 | fa163e20-f24a-206f-595f-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.222613 | 0.03s 2026-03-11 12:43:02.339147 | fa163e20-f24a-206f-595f-000000000575 | TASK | Find hugepages in cmdline 2026-03-11 12:43:02.389236 | fa163e20-f24a-206f-595f-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-11 12:43:02.390480 | fa163e20-f24a-206f-595f-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.301731 | 0.05s 2026-03-11 12:43:02.417235 | fa163e20-f24a-206f-595f-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-11 12:43:02.466770 | fa163e20-f24a-206f-595f-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-11 12:43:02.467893 | fa163e20-f24a-206f-595f-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.379147 | 0.05s 2026-03-11 12:43:02.493426 | fa163e20-f24a-206f-595f-00000000057a | TASK | Find desired default hugepage size 2026-03-11 12:43:02.542653 | fa163e20-f24a-206f-595f-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-11 12:43:02.543720 | fa163e20-f24a-206f-595f-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.454974 | 0.05s 2026-03-11 12:43:02.569128 | fa163e20-f24a-206f-595f-00000000057c | TASK | Storing non-configured hugepages 2026-03-11 12:43:02.609333 | fa163e20-f24a-206f-595f-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.520584 | 0.04s 2026-03-11 12:43:02.635268 | fa163e20-f24a-206f-595f-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-11 12:43:02.684886 | fa163e20-f24a-206f-595f-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-11 12:43:02.686067 | fa163e20-f24a-206f-595f-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:42.597320 | 0.05s 2026-03-11 12:43:02.711872 | fa163e20-f24a-206f-595f-00000000057f | TASK | Determining the default hugepagesz 2026-03-11 12:43:02.761410 | fa163e20-f24a-206f-595f-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-11 12:43:02.762539 | fa163e20-f24a-206f-595f-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:42.673793 | 0.05s 2026-03-11 12:43:02.788121 | fa163e20-f24a-206f-595f-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-11 12:43:02.832365 | fa163e20-f24a-206f-595f-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-11 12:43:02.833459 | fa163e20-f24a-206f-595f-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.744714 | 0.04s 2026-03-11 12:43:02.858824 | fa163e20-f24a-206f-595f-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-11 12:43:02.897735 | fa163e20-f24a-206f-595f-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-11 12:43:02.898929 | fa163e20-f24a-206f-595f-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.810184 | 0.04s 2026-03-11 12:43:02.924330 | fa163e20-f24a-206f-595f-000000000583 | TASK | Warn about possible modifications 2026-03-11 12:43:02.978996 | fa163e20-f24a-206f-595f-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-11 12:43:02.980157 | fa163e20-f24a-206f-595f-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.891412 | 0.05s 2026-03-11 12:43:03.005990 | fa163e20-f24a-206f-595f-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-11 12:43:03.060918 | fa163e20-f24a-206f-595f-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-11 12:43:03.062266 | fa163e20-f24a-206f-595f-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.973520 | 0.05s 2026-03-11 12:43:03.093387 | fa163e20-f24a-206f-595f-000000000585 | TASK | Cleaning up whitespaces 2026-03-11 12:43:03.144029 | fa163e20-f24a-206f-595f-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-11 12:43:03.145351 | fa163e20-f24a-206f-595f-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.056603 | 0.05s 2026-03-11 12:43:03.173340 | fa163e20-f24a-206f-595f-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-11 12:43:03.555496 | fa163e20-f24a-206f-595f-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-11 12:43:03.557083 | fa163e20-f24a-206f-595f-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.468330 | 0.38s 2026-03-11 12:43:03.584354 | fa163e20-f24a-206f-595f-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-11 12:43:03.645332 | fa163e20-f24a-206f-595f-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-11 12:43:03.646628 | fa163e20-f24a-206f-595f-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.557880 | 0.06s 2026-03-11 12:43:03.675592 | fa163e20-f24a-206f-595f-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-11 12:43:03.737408 | fa163e20-f24a-206f-595f-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-11 12:43:03.739064 | fa163e20-f24a-206f-595f-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:43.650311 | 0.06s 2026-03-11 12:43:03.765431 | fa163e20-f24a-206f-595f-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-11 12:43:03.825722 | fa163e20-f24a-206f-595f-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-11 12:43:03.826764 | fa163e20-f24a-206f-595f-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:43.738023 | 0.06s 2026-03-11 12:43:03.847001 | fa163e20-f24a-206f-595f-00000000058c | TASK | Generate grub config 2026-03-11 12:43:03.908256 | fa163e20-f24a-206f-595f-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-11 12:43:03.909665 | fa163e20-f24a-206f-595f-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.820917 | 0.06s 2026-03-11 12:43:03.939314 | fa163e20-f24a-206f-595f-000000000590 | TASK | Get the block device that /boot is on 2026-03-11 12:43:03.993057 | fa163e20-f24a-206f-595f-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-11 12:43:03.994491 | fa163e20-f24a-206f-595f-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.905741 | 0.05s 2026-03-11 12:43:04.020933 | fa163e20-f24a-206f-595f-000000000591 | TASK | Get the mount point that /boot is in 2026-03-11 12:43:04.075912 | fa163e20-f24a-206f-595f-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-11 12:43:04.077305 | fa163e20-f24a-206f-595f-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.988557 | 0.05s 2026-03-11 12:43:04.105708 | fa163e20-f24a-206f-595f-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-11 12:43:04.167292 | fa163e20-f24a-206f-595f-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-11 12:43:04.168655 | fa163e20-f24a-206f-595f-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.079908 | 0.06s 2026-03-11 12:43:04.195624 | fa163e20-f24a-206f-595f-000000000593 | TASK | Executed script to fix grub-menu 2026-03-11 12:43:04.259464 | fa163e20-f24a-206f-595f-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-11 12:43:04.260573 | fa163e20-f24a-206f-595f-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.171828 | 0.06s 2026-03-11 12:43:04.286224 | fa163e20-f24a-206f-595f-000000000594 | TASK | Check grub config paths 2026-03-11 12:43:04.352704 | fa163e20-f24a-206f-595f-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-11 12:43:04.367998 | fa163e20-f24a-206f-595f-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-11 12:43:04.374288 | fa163e20-f24a-206f-595f-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.285535 | 0.09s 2026-03-11 12:43:04.400805 | fa163e20-f24a-206f-595f-000000000595 | TASK | Write EFI grub.cfg 2026-03-11 12:43:04.454358 | fa163e20-f24a-206f-595f-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 12:43:04.470464 | fa163e20-f24a-206f-595f-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 12:43:04.477314 | fa163e20-f24a-206f-595f-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.388566 | 0.07s 2026-03-11 12:43:04.503169 | fa163e20-f24a-206f-595f-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-11 12:43:04.566562 | fa163e20-f24a-206f-595f-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-11 12:43:04.567827 | fa163e20-f24a-206f-595f-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.479081 | 0.06s 2026-03-11 12:43:04.593442 | fa163e20-f24a-206f-595f-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-11 12:43:04.653873 | fa163e20-f24a-206f-595f-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-11 12:43:04.655143 | fa163e20-f24a-206f-595f-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.566395 | 0.06s 2026-03-11 12:43:04.680944 | fa163e20-f24a-206f-595f-000000000598 | TASK | Execute grub2-mkconfig 2026-03-11 12:43:04.734791 | fa163e20-f24a-206f-595f-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-11 12:43:04.735829 | fa163e20-f24a-206f-595f-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:44.647084 | 0.05s 2026-03-11 12:43:04.761460 | fa163e20-f24a-206f-595f-000000000599 | TASK | Check for active tuned profile 2026-03-11 12:43:04.812105 | fa163e20-f24a-206f-595f-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-11 12:43:04.813266 | fa163e20-f24a-206f-595f-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:44.724521 | 0.05s 2026-03-11 12:43:04.838366 | fa163e20-f24a-206f-595f-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-11 12:43:04.892237 | fa163e20-f24a-206f-595f-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-11 12:43:04.893625 | fa163e20-f24a-206f-595f-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.804877 | 0.05s 2026-03-11 12:43:04.918815 | fa163e20-f24a-206f-595f-00000000059b | TASK | Set reboot required fact 2026-03-11 12:43:04.971753 | fa163e20-f24a-206f-595f-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-11 12:43:04.972887 | fa163e20-f24a-206f-595f-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.884140 | 0.05s 2026-03-11 12:43:04.997924 | fa163e20-f24a-206f-595f-00000000059d | TASK | Apply DPDK workarounds 2026-03-11 12:43:05.040508 | fa163e20-f24a-206f-595f-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-11 12:43:05.041610 | fa163e20-f24a-206f-595f-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.952864 | 0.04s 2026-03-11 12:43:05.066958 | fa163e20-f24a-206f-595f-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-11 12:43:05.105504 | fa163e20-f24a-206f-595f-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-11 12:43:05.106550 | fa163e20-f24a-206f-595f-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.017804 | 0.04s 2026-03-11 12:43:05.132979 | fa163e20-f24a-206f-595f-0000000005a0 | TASK | Load modules 2026-03-11 12:43:05.176388 | fa163e20-f24a-206f-595f-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-11 12:43:05.188237 | fa163e20-f24a-206f-595f-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.099490 | 0.05s 2026-03-11 12:43:05.212656 | fa163e20-f24a-206f-595f-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-11 12:43:05.258123 | fa163e20-f24a-206f-595f-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-11 12:43:05.264591 | fa163e20-f24a-206f-595f-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.175845 | 0.05s 2026-03-11 12:43:05.289752 | fa163e20-f24a-206f-595f-0000000005a4 | TASK | Drop module persistence 2026-03-11 12:43:05.335328 | fa163e20-f24a-206f-595f-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-11 12:43:05.341775 | fa163e20-f24a-206f-595f-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.253026 | 0.05s 2026-03-11 12:43:05.367596 | fa163e20-f24a-206f-595f-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-11 12:43:05.412002 | fa163e20-f24a-206f-595f-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-11 12:43:05.418130 | fa163e20-f24a-206f-595f-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.329381 | 0.05s 2026-03-11 12:43:05.443745 | fa163e20-f24a-206f-595f-0000000005a8 | TASK | Modules reload 2026-03-11 12:43:05.483807 | fa163e20-f24a-206f-595f-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-11 12:43:05.485701 | fa163e20-f24a-206f-595f-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.396946 | 0.04s 2026-03-11 12:43:05.514912 | fa163e20-f24a-206f-595f-0000000005aa | TASK | Reboot tasks 2026-03-11 12:43:05.565906 | fa163e20-f24a-206f-595f-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-11 12:43:05.566911 | fa163e20-f24a-206f-595f-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.478170 | 0.05s 2026-03-11 12:43:05.588291 | fa163e20-f24a-206f-595f-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-11 12:43:05.638544 | fa163e20-f24a-206f-595f-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-11 12:43:05.639718 | fa163e20-f24a-206f-595f-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:45.550971 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-11 12:43:05.828790 | fa163e20-f24a-206f-595f-00000000003f | TASK | Server pre-network deployments 2026-03-11 12:43:05.857028 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-00000000003f') missing from stats 2026-03-11 12:43:05.879237 | fa163e20-f24a-206f-595f-000000000043 | TASK | Hiera config 2026-03-11 12:43:05.898285 | fa163e20-f24a-206f-595f-000000000043 | TIMING | Hiera config | standalone | 0:00:45.809541 | 0.02s 2026-03-11 12:43:05.938200 | fa163e20-f24a-206f-595f-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-11 12:43:06.192053 | fa163e20-f24a-206f-595f-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-11 12:43:06.193598 | fa163e20-f24a-206f-595f-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.104848 | 0.25s 2026-03-11 12:43:06.219220 | fa163e20-f24a-206f-595f-000000000722 | TASK | Write hiera config 2026-03-11 12:43:06.750089 | fa163e20-f24a-206f-595f-000000000722 | CHANGED | Write hiera config | standalone 2026-03-11 12:43:06.751463 | fa163e20-f24a-206f-595f-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:46.662718 | 0.53s 2026-03-11 12:43:06.801943 | fa163e20-f24a-206f-595f-000000000044 | TASK | Hiera symlink 2026-03-11 12:43:07.043178 | fa163e20-f24a-206f-595f-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-11 12:43:07.044624 | fa163e20-f24a-206f-595f-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.955881 | 0.24s 2026-03-11 12:43:07.066108 | fa163e20-f24a-206f-595f-000000000045 | TASK | Hieradata from vars 2026-03-11 12:43:07.095913 | fa163e20-f24a-206f-595f-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.007152 | 0.03s 2026-03-11 12:43:07.144863 | fa163e20-f24a-206f-595f-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 12:43:07.684471 | fa163e20-f24a-206f-595f-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 12:43:07.685535 | fa163e20-f24a-206f-595f-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.596795 | 0.54s 2026-03-11 12:43:07.706150 | fa163e20-f24a-206f-595f-00000000077d | TASK | Render hieradata from template 2026-03-11 12:43:08.277189 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 12:43:08.279899 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.191151 | 0.57s 2026-03-11 12:43:08.842429 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-11 12:43:08.845049 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.756297 | 1.14s 2026-03-11 12:43:09.424656 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 12:43:09.427430 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.338681 | 1.72s 2026-03-11 12:43:09.882757 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 12:43:09.884231 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.795480 | 2.18s 2026-03-11 12:43:10.381326 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-11 12:43:10.384004 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.295254 | 2.68s 2026-03-11 12:43:10.809418 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-11 12:43:10.811439 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.722701 | 3.10s 2026-03-11 12:43:11.272376 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-11 12:43:11.274448 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.185702 | 3.57s 2026-03-11 12:43:11.739878 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-11 12:43:11.740952 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.652207 | 4.03s 2026-03-11 12:43:12.181747 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 12:43:12.182940 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.094194 | 4.48s 2026-03-11 12:43:12.609944 | fa163e20-f24a-206f-595f-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 12:43:12.611649 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.522908 | 4.90s 2026-03-11 12:43:12.624381 | fa163e20-f24a-206f-595f-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.535627 | 4.92s 2026-03-11 12:43:12.675037 | fa163e20-f24a-206f-595f-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 12:43:12.704057 | fa163e20-f24a-206f-595f-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:52.615297 | 0.03s 2026-03-11 12:43:12.771746 | fa163e20-f24a-206f-595f-000000000821 | TASK | Check for hieradata file 2026-03-11 12:43:12.974913 | fa163e20-f24a-206f-595f-000000000821 | OK | Check for hieradata file | standalone 2026-03-11 12:43:12.976269 | fa163e20-f24a-206f-595f-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.887521 | 0.20s 2026-03-11 12:43:12.999868 | fa163e20-f24a-206f-595f-000000000823 | TASK | Get existing data 2026-03-11 12:43:13.048918 | fa163e20-f24a-206f-595f-000000000823 | SKIPPED | Get existing data | standalone 2026-03-11 12:43:13.049920 | fa163e20-f24a-206f-595f-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.961179 | 0.05s 2026-03-11 12:43:13.070162 | fa163e20-f24a-206f-595f-000000000824 | TASK | Set data fact 2026-03-11 12:43:13.117806 | fa163e20-f24a-206f-595f-000000000824 | SKIPPED | Set data fact | standalone 2026-03-11 12:43:13.118981 | fa163e20-f24a-206f-595f-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.030234 | 0.05s 2026-03-11 12:43:13.144518 | fa163e20-f24a-206f-595f-000000000826 | TASK | Write ansible hieradata file 2026-03-11 12:43:13.633698 | fa163e20-f24a-206f-595f-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-11 12:43:13.634723 | fa163e20-f24a-206f-595f-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:53.545982 | 0.49s 2026-03-11 12:43:13.720822 | fa163e20-f24a-206f-595f-000000000047 | TIMING | include_tasks | standalone | 0:00:53.632071 | 0.05s PLAY [Server network deployments] ********************************************** 2026-03-11 12:43:13.864583 | fa163e20-f24a-206f-595f-00000000004b | TASK | Network Configuration 2026-03-11 12:43:13.890253 | fa163e20-f24a-206f-595f-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-00000000004b') missing from stats 2026-03-11 12:43:13.913714 | fa163e20-f24a-206f-595f-00000000004c | TASK | Check NetworkConfig script existence 2026-03-11 12:43:13.939245 | fa163e20-f24a-206f-595f-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-11 12:43:13.939992 | fa163e20-f24a-206f-595f-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.851250 | 0.03s 2026-03-11 12:43:13.959813 | fa163e20-f24a-206f-595f-000000000052 | TASK | Gather SELinux fact if needed 2026-03-11 12:43:13.997052 | fa163e20-f24a-206f-595f-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-11 12:43:13.998006 | fa163e20-f24a-206f-595f-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.909265 | 0.04s 2026-03-11 12:43:14.017734 | fa163e20-f24a-206f-595f-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-11 12:43:14.631825 | fa163e20-f24a-206f-595f-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-11 12:43:14.632819 | fa163e20-f24a-206f-595f-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:54.544078 | 0.61s 2026-03-11 12:43:14.653040 | fa163e20-f24a-206f-595f-000000000054 | TASK | Ensure requirements are satisfied 2026-03-11 12:43:14.682556 | fa163e20-f24a-206f-595f-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:54.593809 | 0.03s 2026-03-11 12:43:14.727735 | fa163e20-f24a-206f-595f-0000000008bf | TASK | Gather facts if they don't exist 2026-03-11 12:43:14.777985 | fa163e20-f24a-206f-595f-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-11 12:43:14.778908 | fa163e20-f24a-206f-595f-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.690168 | 0.05s 2026-03-11 12:43:14.798448 | fa163e20-f24a-206f-595f-0000000008c0 | TASK | Gather variables for each operating system 2026-03-11 12:43:14.919254 | fa163e20-f24a-206f-595f-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-11 12:43:14.930678 | fa163e20-f24a-206f-595f-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.841931 | 0.13s 2026-03-11 12:43:14.951449 | fa163e20-f24a-206f-595f-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-11 12:43:15.199525 | fa163e20-f24a-206f-595f-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-11 12:43:15.200948 | fa163e20-f24a-206f-595f-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.112200 | 0.25s 2026-03-11 12:43:15.226599 | fa163e20-f24a-206f-595f-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-11 12:43:15.270713 | fa163e20-f24a-206f-595f-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-11 12:43:15.271911 | fa163e20-f24a-206f-595f-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:55.183163 | 0.04s 2026-03-11 12:43:15.297085 | fa163e20-f24a-206f-595f-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-11 12:43:16.345529 | fa163e20-f24a-206f-595f-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-11 12:43:16.347004 | fa163e20-f24a-206f-595f-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:56.258258 | 1.05s 2026-03-11 12:43:16.395515 | fa163e20-f24a-206f-595f-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-11 12:43:16.668356 | fa163e20-f24a-206f-595f-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-11 12:43:16.669221 | fa163e20-f24a-206f-595f-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:56.580483 | 0.27s 2026-03-11 12:43:16.694173 | fa163e20-f24a-206f-595f-000000000057 | TASK | Reload NetworkManager 2026-03-11 12:43:17.102304 | fa163e20-f24a-206f-595f-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-11 12:43:17.104328 | fa163e20-f24a-206f-595f-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.015578 | 0.41s 2026-03-11 12:43:17.131119 | fa163e20-f24a-206f-595f-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-11 12:43:17.377797 | fa163e20-f24a-206f-595f-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-11 12:43:17.379294 | fa163e20-f24a-206f-595f-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.290546 | 0.25s 2026-03-11 12:43:17.404757 | fa163e20-f24a-206f-595f-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-11 12:43:17.635721 | fa163e20-f24a-206f-595f-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-11 12:43:17.637056 | fa163e20-f24a-206f-595f-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.548308 | 0.23s 2026-03-11 12:43:17.662255 | fa163e20-f24a-206f-595f-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-11 12:43:17.700794 | fa163e20-f24a-206f-595f-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-11 12:43:17.702043 | fa163e20-f24a-206f-595f-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.613295 | 0.04s 2026-03-11 12:43:17.727720 | fa163e20-f24a-206f-595f-00000000005c | TASK | Ensure we get cloud-init 2026-03-11 12:43:17.975016 | fa163e20-f24a-206f-595f-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-11 12:43:17.975981 | fa163e20-f24a-206f-595f-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:57.887241 | 0.25s 2026-03-11 12:43:17.993290 | fa163e20-f24a-206f-595f-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-11 12:43:18.265970 | fa163e20-f24a-206f-595f-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-11 12:43:18.267362 | fa163e20-f24a-206f-595f-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.178614 | 0.27s 2026-03-11 12:43:18.293607 | fa163e20-f24a-206f-595f-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-11 12:43:18.719473 | fa163e20-f24a-206f-595f-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-11 12:43:18.721013 | fa163e20-f24a-206f-595f-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.632265 | 0.43s 2026-03-11 12:43:18.745922 | fa163e20-f24a-206f-595f-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-11 12:43:18.821672 | fa163e20-f24a-206f-595f-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-11 12:43:18.823034 | fa163e20-f24a-206f-595f-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:58.734286 | 0.08s 2026-03-11 12:43:18.848670 | fa163e20-f24a-206f-595f-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-11 12:43:19.099765 | fa163e20-f24a-206f-595f-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-11 12:43:19.100740 | fa163e20-f24a-206f-595f-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.012000 | 0.25s 2026-03-11 12:43:19.120755 | fa163e20-f24a-206f-595f-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-11 12:43:19.189016 | fa163e20-f24a-206f-595f-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.100265 | 0.07s 2026-03-11 12:43:19.214569 | 19894672-cebe-41cf-85cd-1b93aad8adf4 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-11 12:43:19.246722 | fa163e20-f24a-206f-595f-000000000909 | TASK | Set nic_config_file fact 2026-03-11 12:43:19.321881 | fa163e20-f24a-206f-595f-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-11 12:43:19.323199 | fa163e20-f24a-206f-595f-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.234452 | 0.08s 2026-03-11 12:43:19.350324 | fa163e20-f24a-206f-595f-00000000090a | TASK | Render overidden network config 2026-03-11 12:43:19.426452 | fa163e20-f24a-206f-595f-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-11 12:43:19.427734 | fa163e20-f24a-206f-595f-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.338987 | 0.08s 2026-03-11 12:43:19.452942 | fa163e20-f24a-206f-595f-00000000090b | TASK | Render network_config 2026-03-11 12:43:19.515784 | fa163e20-f24a-206f-595f-00000000090b | SKIPPED | Render network_config | standalone 2026-03-11 12:43:19.516991 | fa163e20-f24a-206f-595f-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.428242 | 0.06s 2026-03-11 12:43:19.542224 | fa163e20-f24a-206f-595f-00000000090c | TASK | Render network_config from template 2026-03-11 12:43:20.082994 | fa163e20-f24a-206f-595f-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-11 12:43:20.084265 | fa163e20-f24a-206f-595f-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.995519 | 0.54s 2026-03-11 12:43:20.109884 | fa163e20-f24a-206f-595f-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=130432205238.46101 2026-03-11 12:43:24.119548 | fa163e20-f24a-206f-595f-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-11 12:43:24.121486 | fa163e20-f24a-206f-595f-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.032741 | 4.01s 2026-03-11 12:43:24.148764 | fa163e20-f24a-206f-595f-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-11 12:43:24.671000 | fa163e20-f24a-206f-595f-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-11 12:43:24.672306 | fa163e20-f24a-206f-595f-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.583559 | 0.52s 2026-03-11 12:43:24.697294 | fa163e20-f24a-206f-595f-000000000065 | TASK | Disable cloud-init network config 2026-03-11 12:43:25.193671 | fa163e20-f24a-206f-595f-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-11 12:43:25.194959 | fa163e20-f24a-206f-595f-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.106212 | 0.50s 2026-03-11 12:43:25.220396 | fa163e20-f24a-206f-595f-000000000066 | TASK | Ensure network service is enabled 2026-03-11 12:43:25.600292 | fa163e20-f24a-206f-595f-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-11 12:43:25.602491 | fa163e20-f24a-206f-595f-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.513743 | 0.38s PLAY [Server network validation] *********************************************** 2026-03-11 12:43:25.791002 | fa163e20-f24a-206f-595f-000000000096 | TASK | Basic Network Validation 2026-03-11 12:43:25.816425 | fa163e20-f24a-206f-595f-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.727676 | 0.02s 2026-03-11 12:43:25.860281 | fa163e20-f24a-206f-595f-000000000945 | TASK | Collect default network fact 2026-03-11 12:43:26.430930 | fa163e20-f24a-206f-595f-000000000945 | OK | Collect default network fact | standalone 2026-03-11 12:43:26.432466 | fa163e20-f24a-206f-595f-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.343711 | 0.57s 2026-03-11 12:43:26.466008 | fa163e20-f24a-206f-595f-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-11 12:43:26.494868 | fa163e20-f24a-206f-595f-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-11 12:43:26.496106 | fa163e20-f24a-206f-595f-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.407360 | 0.03s 2026-03-11 12:43:26.520617 | fa163e20-f24a-206f-595f-000000000947 | TASK | Check all networks Gateway availability 2026-03-11 12:43:26.548424 | fa163e20-f24a-206f-595f-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.459667 | 0.03s 2026-03-11 12:43:26.573437 | fa163e20-f24a-206f-595f-000000000949 | TASK | Check Controllers availability 2026-03-11 12:43:26.644069 | fa163e20-f24a-206f-595f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-11 12:43:26.653423 | fa163e20-f24a-206f-595f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-11 12:43:26.661660 | fa163e20-f24a-206f-595f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-11 12:43:26.668452 | fa163e20-f24a-206f-595f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-11 12:43:26.675511 | fa163e20-f24a-206f-595f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-11 12:43:26.680593 | fa163e20-f24a-206f-595f-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-11 12:43:26.692444 | fa163e20-f24a-206f-595f-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.603690 | 0.12s 2026-03-11 12:43:26.717750 | fa163e20-f24a-206f-595f-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-11 12:43:26.745871 | fa163e20-f24a-206f-595f-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-11 12:43:26.747150 | fa163e20-f24a-206f-595f-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.658402 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-11 12:43:26.924892 | fa163e20-f24a-206f-595f-00000000009a | TASK | Server pre deployments 2026-03-11 12:43:26.951378 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-00000000009a') missing from stats 2026-03-11 12:43:26.975511 | fa163e20-f24a-206f-595f-00000000009e | TASK | Hiera config 2026-03-11 12:43:27.008859 | fa163e20-f24a-206f-595f-00000000009e | TIMING | Hiera config | standalone | 0:01:06.920085 | 0.03s 2026-03-11 12:43:27.048533 | fa163e20-f24a-206f-595f-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-11 12:43:27.279926 | fa163e20-f24a-206f-595f-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-11 12:43:27.281292 | fa163e20-f24a-206f-595f-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.192544 | 0.23s 2026-03-11 12:43:27.306348 | fa163e20-f24a-206f-595f-00000000099f | TASK | Write hiera config 2026-03-11 12:43:27.829948 | fa163e20-f24a-206f-595f-00000000099f | OK | Write hiera config | standalone 2026-03-11 12:43:27.831466 | fa163e20-f24a-206f-595f-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.742720 | 0.52s 2026-03-11 12:43:27.884214 | fa163e20-f24a-206f-595f-00000000009f | TASK | Hiera symlink 2026-03-11 12:43:28.107343 | fa163e20-f24a-206f-595f-00000000009f | OK | Hiera symlink | standalone 2026-03-11 12:43:28.108739 | fa163e20-f24a-206f-595f-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.019992 | 0.22s 2026-03-11 12:43:28.135050 | fa163e20-f24a-206f-595f-0000000000a0 | TASK | Hieradata from vars 2026-03-11 12:43:28.168359 | fa163e20-f24a-206f-595f-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.079601 | 0.03s 2026-03-11 12:43:28.229058 | fa163e20-f24a-206f-595f-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-11 12:43:28.705444 | fa163e20-f24a-206f-595f-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-11 12:43:28.706905 | fa163e20-f24a-206f-595f-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.618156 | 0.48s 2026-03-11 12:43:28.732590 | fa163e20-f24a-206f-595f-0000000009fa | TASK | Render hieradata from template 2026-03-11 12:43:29.255558 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-11 12:43:29.258049 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.169298 | 0.52s 2026-03-11 12:43:29.737891 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-11 12:43:29.739815 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.651075 | 1.01s 2026-03-11 12:43:30.291156 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-11 12:43:30.293574 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.204828 | 1.56s 2026-03-11 12:43:30.677326 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-11 12:43:30.679481 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.590733 | 1.95s 2026-03-11 12:43:31.169311 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-11 12:43:31.170512 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.081765 | 2.44s 2026-03-11 12:43:31.587221 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-11 12:43:31.589683 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.500937 | 2.86s 2026-03-11 12:43:32.055604 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-11 12:43:32.056298 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.967561 | 3.32s 2026-03-11 12:43:32.474910 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-11 12:43:32.477362 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.388611 | 3.74s 2026-03-11 12:43:32.937721 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-11 12:43:32.939357 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.850605 | 4.21s 2026-03-11 12:43:33.429557 | fa163e20-f24a-206f-595f-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-11 12:43:33.431616 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.342870 | 4.70s 2026-03-11 12:43:33.444530 | fa163e20-f24a-206f-595f-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.355781 | 4.71s 2026-03-11 12:43:33.495124 | fa163e20-f24a-206f-595f-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-11 12:43:33.524018 | fa163e20-f24a-206f-595f-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.435261 | 0.03s 2026-03-11 12:43:33.592296 | fa163e20-f24a-206f-595f-000000000a9e | TASK | Check for hieradata file 2026-03-11 12:43:33.824049 | fa163e20-f24a-206f-595f-000000000a9e | OK | Check for hieradata file | standalone 2026-03-11 12:43:33.824820 | fa163e20-f24a-206f-595f-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.736083 | 0.23s 2026-03-11 12:43:33.842261 | fa163e20-f24a-206f-595f-000000000aa0 | TASK | Get existing data 2026-03-11 12:43:33.887055 | fa163e20-f24a-206f-595f-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-11 12:43:33.887613 | fa163e20-f24a-206f-595f-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.798877 | 0.04s 2026-03-11 12:43:33.904322 | fa163e20-f24a-206f-595f-000000000aa1 | TASK | Set data fact 2026-03-11 12:43:33.949692 | fa163e20-f24a-206f-595f-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-11 12:43:33.950459 | fa163e20-f24a-206f-595f-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.861720 | 0.05s 2026-03-11 12:43:33.967589 | fa163e20-f24a-206f-595f-000000000aa3 | TASK | Write ansible hieradata file 2026-03-11 12:43:34.417797 | fa163e20-f24a-206f-595f-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-11 12:43:34.419148 | fa163e20-f24a-206f-595f-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.330402 | 0.45s 2026-03-11 12:43:34.507869 | fa163e20-f24a-206f-595f-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.419086 | 0.04s PLAY [Host prep steps] ********************************************************* 2026-03-11 12:43:34.661633 | fa163e20-f24a-206f-595f-0000000000a6 | TASK | Host prep steps 2026-03-11 12:43:34.688877 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000a6') missing from stats 2026-03-11 12:43:34.770033 | fa163e20-f24a-206f-595f-0000000000a7 | TASK | Deploy Artifacts 2026-03-11 12:43:34.874345 | fa163e20-f24a-206f-595f-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-11 12:43:34.875601 | fa163e20-f24a-206f-595f-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.786852 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 12:43:34.941088 | fa163e20-f24a-206f-595f-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.852333 | 0.04s 2026-03-11 12:43:35.136390 | bf5d7f27-5550-4728-a38c-b07c00b285f5 | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/host_prep_tasks.yaml | standalone 2026-03-11 12:43:35.190077 | fa163e20-f24a-206f-595f-000000000b1e | TASK | Run firewall role 2026-03-11 12:43:35.214605 | fa163e20-f24a-206f-595f-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.125862 | 0.02s 2026-03-11 12:43:35.267642 | fa163e20-f24a-206f-595f-000000000c1d | TASK | Gather variables for each operating system 2026-03-11 12:43:35.380863 | fa163e20-f24a-206f-595f-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-11 12:43:35.381949 | fa163e20-f24a-206f-595f-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.293203 | 0.11s 2026-03-11 12:43:35.388123 | fa163e20-f24a-206f-595f-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.299374 | 0.12s 2026-03-11 12:43:35.414089 | fa163e20-f24a-206f-595f-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-11 12:43:38.570069 | fa163e20-f24a-206f-595f-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-11 12:43:38.570854 | fa163e20-f24a-206f-595f-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.482116 | 3.16s 2026-03-11 12:43:38.588351 | fa163e20-f24a-206f-595f-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-11 12:43:38.613110 | fa163e20-f24a-206f-595f-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-11 12:43:38.613656 | fa163e20-f24a-206f-595f-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.524919 | 0.02s 2026-03-11 12:43:38.630627 | fa163e20-f24a-206f-595f-000000000c23 | TASK | Enable masquerade 2026-03-11 12:43:38.655464 | fa163e20-f24a-206f-595f-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-11 12:43:38.656164 | fa163e20-f24a-206f-595f-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.567428 | 0.02s 2026-03-11 12:43:38.672983 | fa163e20-f24a-206f-595f-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-11 12:43:38.688526 | fa163e20-f24a-206f-595f-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-11 12:43:38.689241 | fa163e20-f24a-206f-595f-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.600503 | 0.02s 2026-03-11 12:43:38.706237 | fa163e20-f24a-206f-595f-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 12:43:38.740377 | fa163e20-f24a-206f-595f-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 12:43:38.741062 | fa163e20-f24a-206f-595f-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.652326 | 0.03s 2026-03-11 12:43:38.758096 | fa163e20-f24a-206f-595f-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-11 12:43:38.793682 | fa163e20-f24a-206f-595f-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-11 12:43:38.794479 | fa163e20-f24a-206f-595f-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.705743 | 0.04s 2026-03-11 12:43:38.811784 | fa163e20-f24a-206f-595f-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-11 12:43:38.836682 | fa163e20-f24a-206f-595f-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-11 12:43:38.837357 | fa163e20-f24a-206f-595f-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.748620 | 0.02s 2026-03-11 12:43:38.854607 | fa163e20-f24a-206f-595f-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-11 12:43:38.871735 | fa163e20-f24a-206f-595f-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-11 12:43:38.872418 | fa163e20-f24a-206f-595f-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.783681 | 0.02s 2026-03-11 12:43:38.889078 | fa163e20-f24a-206f-595f-000000000c2d | TASK | Enable LOG rules 2026-03-11 12:43:38.905117 | fa163e20-f24a-206f-595f-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-11 12:43:38.905680 | fa163e20-f24a-206f-595f-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.816944 | 0.02s 2026-03-11 12:43:38.922260 | fa163e20-f24a-206f-595f-000000000c2e | TASK | Set rule fact 2026-03-11 12:43:38.989797 | fa163e20-f24a-206f-595f-000000000c2e | OK | Set rule fact | standalone 2026-03-11 12:43:38.991246 | fa163e20-f24a-206f-595f-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.902510 | 0.07s 2026-03-11 12:43:39.009564 | fa163e20-f24a-206f-595f-000000000c2f | TASK | Manage rules via nftables 2026-03-11 12:43:39.024219 | fa163e20-f24a-206f-595f-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:18.935477 | 0.01s 2026-03-11 12:43:39.074574 | fa163e20-f24a-206f-595f-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.985826 | 0.01s 2026-03-11 12:43:39.085064 | 18434965-642f-4443-b330-1aa341d64cf2 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-11 12:43:39.106088 | fa163e20-f24a-206f-595f-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-11 12:43:39.523526 | fa163e20-f24a-206f-595f-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-11 12:43:39.524591 | fa163e20-f24a-206f-595f-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.435849 | 0.42s 2026-03-11 12:43:40.634581 | fa163e20-f24a-206f-595f-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-11 12:43:40.635434 | fa163e20-f24a-206f-595f-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.546699 | 1.53s 2026-03-11 12:43:40.644084 | fa163e20-f24a-206f-595f-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.555326 | 1.54s 2026-03-11 12:43:40.664793 | fa163e20-f24a-206f-595f-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-11 12:43:41.515559 | fa163e20-f24a-206f-595f-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-11 12:43:41.517353 | fa163e20-f24a-206f-595f-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:21.428606 | 0.85s 2026-03-11 12:43:41.544261 | fa163e20-f24a-206f-595f-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-11 12:43:41.573710 | fa163e20-f24a-206f-595f-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-11 12:43:41.574871 | fa163e20-f24a-206f-595f-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.486100 | 0.03s 2026-03-11 12:43:41.616945 | fa163e20-f24a-206f-595f-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.528192 | 0.02s 2026-03-11 12:43:41.653546 | 524ceeaa-1298-4ab1-bcd9-0b478ae36e68 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-11 12:43:41.688807 | fa163e20-f24a-206f-595f-000000000d23 | TASK | Push empty ruleset 2026-03-11 12:43:42.087575 | fa163e20-f24a-206f-595f-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-11 12:43:42.088617 | fa163e20-f24a-206f-595f-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.999877 | 0.40s 2026-03-11 12:43:42.107532 | fa163e20-f24a-206f-595f-000000000d24 | TASK | Load empty ruleset 2026-03-11 12:43:42.290363 | fa163e20-f24a-206f-595f-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-11 12:43:42.291147 | fa163e20-f24a-206f-595f-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.202410 | 0.18s 2026-03-11 12:43:42.309697 | fa163e20-f24a-206f-595f-000000000d26 | TASK | Use default rules 2026-03-11 12:43:42.378745 | fa163e20-f24a-206f-595f-000000000d26 | OK | Use default rules | standalone 2026-03-11 12:43:42.380599 | fa163e20-f24a-206f-595f-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.291860 | 0.07s 2026-03-11 12:43:42.400942 | fa163e20-f24a-206f-595f-000000000d27 | TASK | Enable LOG rules 2026-03-11 12:43:42.491047 | fa163e20-f24a-206f-595f-000000000d27 | OK | Enable LOG rules | standalone 2026-03-11 12:43:42.492816 | fa163e20-f24a-206f-595f-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.404078 | 0.09s 2026-03-11 12:43:42.513739 | fa163e20-f24a-206f-595f-000000000d29 | TASK | Get current nftables content 2026-03-11 12:43:43.500061 | fa163e20-f24a-206f-595f-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-11 12:43:43.500816 | fa163e20-f24a-206f-595f-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.412078 | 0.99s 2026-03-11 12:43:43.518471 | fa163e20-f24a-206f-595f-000000000d2b | TASK | Generate chain jumps 2026-03-11 12:43:43.990112 | fa163e20-f24a-206f-595f-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-11 12:43:43.990889 | fa163e20-f24a-206f-595f-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.902151 | 0.47s 2026-03-11 12:43:44.008238 | fa163e20-f24a-206f-595f-000000000d2c | TASK | Generate chain jumps 2026-03-11 12:43:45.079789 | fa163e20-f24a-206f-595f-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-11 12:43:45.082514 | fa163e20-f24a-206f-595f-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.993742 | 1.07s 2026-03-11 12:43:45.105232 | fa163e20-f24a-206f-595f-000000000d2d | TASK | Generate nft flushes 2026-03-11 12:43:45.536349 | fa163e20-f24a-206f-595f-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-11 12:43:45.538165 | fa163e20-f24a-206f-595f-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.449412 | 0.43s 2026-03-11 12:43:45.565998 | fa163e20-f24a-206f-595f-000000000d2e | TASK | Generate nft tripleo chains 2026-03-11 12:43:46.162456 | fa163e20-f24a-206f-595f-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-11 12:43:46.163718 | fa163e20-f24a-206f-595f-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.074975 | 0.60s 2026-03-11 12:43:46.183505 | fa163e20-f24a-206f-595f-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-11 12:43:47.940951 | fa163e20-f24a-206f-595f-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-11 12:43:47.942821 | fa163e20-f24a-206f-595f-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.854070 | 1.76s 2026-03-11 12:43:47.971221 | fa163e20-f24a-206f-595f-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-11 12:43:48.522238 | fa163e20-f24a-206f-595f-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-11 12:43:48.523973 | fa163e20-f24a-206f-595f-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.435222 | 0.55s 2026-03-11 12:43:48.551545 | fa163e20-f24a-206f-595f-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-11 12:43:48.814537 | fa163e20-f24a-206f-595f-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-11 12:43:48.816376 | fa163e20-f24a-206f-595f-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.727624 | 0.26s 2026-03-11 12:43:48.873238 | fa163e20-f24a-206f-595f-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.784475 | 0.03s 2026-03-11 12:43:48.892755 | 3d1d3af5-52e3-4141-93d6-fe19c888cfb9 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-11 12:43:48.947646 | fa163e20-f24a-206f-595f-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-11 12:43:49.192782 | fa163e20-f24a-206f-595f-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-11 12:43:49.195126 | fa163e20-f24a-206f-595f-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.106343 | 0.25s 2026-03-11 12:43:49.224145 | fa163e20-f24a-206f-595f-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-11 12:43:49.502903 | fa163e20-f24a-206f-595f-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-11 12:43:49.504584 | fa163e20-f24a-206f-595f-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.415834 | 0.28s 2026-03-11 12:43:49.581534 | fa163e20-f24a-206f-595f-000000000b1f | TASK | create persistent logs directory 2026-03-11 12:43:49.846670 | fa163e20-f24a-206f-595f-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 12:43:49.849010 | fa163e20-f24a-206f-595f-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.760257 | 0.27s 2026-03-11 12:43:50.079988 | fa163e20-f24a-206f-595f-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-11 12:43:50.081150 | fa163e20-f24a-206f-595f-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.992404 | 0.50s 2026-03-11 12:43:50.093537 | fa163e20-f24a-206f-595f-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:30.004786 | 0.51s 2026-03-11 12:43:50.121298 | fa163e20-f24a-206f-595f-000000000b20 | TASK | create persistent directories 2026-03-11 12:43:50.365278 | fa163e20-f24a-206f-595f-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 12:43:50.367501 | fa163e20-f24a-206f-595f-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.278751 | 0.24s 2026-03-11 12:43:50.377459 | fa163e20-f24a-206f-595f-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.288706 | 0.25s 2026-03-11 12:43:50.403522 | fa163e20-f24a-206f-595f-000000000b21 | TASK | create persistent directories 2026-03-11 12:43:50.672160 | fa163e20-f24a-206f-595f-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-11 12:43:50.673749 | fa163e20-f24a-206f-595f-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.584994 | 0.27s 2026-03-11 12:43:50.891858 | fa163e20-f24a-206f-595f-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-11 12:43:50.893767 | fa163e20-f24a-206f-595f-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.805021 | 0.49s 2026-03-11 12:43:50.904665 | fa163e20-f24a-206f-595f-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.815910 | 0.50s 2026-03-11 12:43:50.931249 | fa163e20-f24a-206f-595f-000000000b22 | TASK | create persistent directories 2026-03-11 12:43:51.184083 | fa163e20-f24a-206f-595f-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-11 12:43:51.185853 | fa163e20-f24a-206f-595f-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.097088 | 0.25s 2026-03-11 12:43:51.196202 | fa163e20-f24a-206f-595f-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.107454 | 0.26s 2026-03-11 12:43:51.221036 | fa163e20-f24a-206f-595f-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-11 12:43:52.323827 | fa163e20-f24a-206f-595f-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-11 12:43:52.325434 | fa163e20-f24a-206f-595f-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.236687 | 1.10s 2026-03-11 12:43:52.350107 | fa163e20-f24a-206f-595f-000000000b24 | TASK | create persistent directories 2026-03-11 12:43:52.618805 | fa163e20-f24a-206f-595f-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 12:43:52.620629 | fa163e20-f24a-206f-595f-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.531872 | 0.27s 2026-03-11 12:43:52.815621 | fa163e20-f24a-206f-595f-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-11 12:43:52.817425 | fa163e20-f24a-206f-595f-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.728680 | 0.47s 2026-03-11 12:43:52.827861 | fa163e20-f24a-206f-595f-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.739087 | 0.48s 2026-03-11 12:43:52.853025 | fa163e20-f24a-206f-595f-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-11 12:43:54.194476 | fa163e20-f24a-206f-595f-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-11 12:43:54.196959 | fa163e20-f24a-206f-595f-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.108211 | 1.34s 2026-03-11 12:43:54.226442 | fa163e20-f24a-206f-595f-000000000b26 | TASK | create persistent directories 2026-03-11 12:43:54.497759 | fa163e20-f24a-206f-595f-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 12:43:54.499730 | fa163e20-f24a-206f-595f-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.410977 | 0.27s 2026-03-11 12:43:54.711688 | fa163e20-f24a-206f-595f-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-11 12:43:54.712971 | fa163e20-f24a-206f-595f-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.624225 | 0.48s 2026-03-11 12:43:54.720071 | fa163e20-f24a-206f-595f-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.631309 | 0.49s 2026-03-11 12:43:54.746579 | fa163e20-f24a-206f-595f-000000000b27 | TASK | ensure ceph configurations exist 2026-03-11 12:43:54.986670 | fa163e20-f24a-206f-595f-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-11 12:43:54.988732 | fa163e20-f24a-206f-595f-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:34.899980 | 0.24s 2026-03-11 12:43:55.014214 | fa163e20-f24a-206f-595f-000000000b28 | TASK | create persistent directories 2026-03-11 12:43:55.260046 | fa163e20-f24a-206f-595f-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-11 12:43:55.262295 | fa163e20-f24a-206f-595f-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.173543 | 0.25s 2026-03-11 12:43:55.272727 | fa163e20-f24a-206f-595f-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.183980 | 0.26s 2026-03-11 12:43:55.301095 | fa163e20-f24a-206f-595f-000000000b2a | TASK | Create cinder image conversion directory 2026-03-11 12:43:55.334638 | fa163e20-f24a-206f-595f-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-11 12:43:55.336087 | fa163e20-f24a-206f-595f-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:35.247338 | 0.03s 2026-03-11 12:43:55.362161 | fa163e20-f24a-206f-595f-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-11 12:43:55.396663 | fa163e20-f24a-206f-595f-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-11 12:43:55.398113 | fa163e20-f24a-206f-595f-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.309366 | 0.03s 2026-03-11 12:43:55.422697 | fa163e20-f24a-206f-595f-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-11 12:43:55.452883 | fa163e20-f24a-206f-595f-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-11 12:43:55.454218 | fa163e20-f24a-206f-595f-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.365471 | 0.03s 2026-03-11 12:43:55.479151 | fa163e20-f24a-206f-595f-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-11 12:43:58.643183 | fa163e20-f24a-206f-595f-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-11 12:43:58.644897 | fa163e20-f24a-206f-595f-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:38.556149 | 3.16s 2026-03-11 12:43:58.669791 | fa163e20-f24a-206f-595f-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-11 12:43:58.923461 | fa163e20-f24a-206f-595f-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-11 12:43:58.924994 | fa163e20-f24a-206f-595f-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:38.836245 | 0.25s 2026-03-11 12:43:58.950043 | fa163e20-f24a-206f-595f-000000000b31 | TASK | Get or create LVM loopback device 2026-03-11 12:43:59.154714 | fa163e20-f24a-206f-595f-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-11 12:43:59.156400 | fa163e20-f24a-206f-595f-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:39.067646 | 0.21s 2026-03-11 12:43:59.181714 | fa163e20-f24a-206f-595f-000000000b32 | TASK | Create LVM volume group 2026-03-11 12:43:59.704115 | fa163e20-f24a-206f-595f-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-11 12:43:59.705936 | fa163e20-f24a-206f-595f-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:39.617185 | 0.52s 2026-03-11 12:43:59.732697 | fa163e20-f24a-206f-595f-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-11 12:44:00.154549 | fa163e20-f24a-206f-595f-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-11 12:44:00.155986 | fa163e20-f24a-206f-595f-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:40.067237 | 0.42s 2026-03-11 12:44:00.183538 | fa163e20-f24a-206f-595f-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-11 12:44:01.118886 | fa163e20-f24a-206f-595f-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-11 12:44:01.120710 | fa163e20-f24a-206f-595f-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:41.031968 | 0.94s 2026-03-11 12:44:01.139793 | fa163e20-f24a-206f-595f-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-11 12:44:02.076395 | fa163e20-f24a-206f-595f-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-11 12:44:02.078587 | fa163e20-f24a-206f-595f-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:41.989836 | 0.94s 2026-03-11 12:44:02.107280 | fa163e20-f24a-206f-595f-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-11 12:44:04.264019 | fa163e20-f24a-206f-595f-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-11 12:44:04.266235 | fa163e20-f24a-206f-595f-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.177488 | 2.16s 2026-03-11 12:44:04.320090 | fa163e20-f24a-206f-595f-000000000b39 | OK | set_fact | standalone 2026-03-11 12:44:04.321426 | fa163e20-f24a-206f-595f-000000000b39 | TIMING | set_fact | standalone | 0:01:44.232678 | 0.03s 2026-03-11 12:44:04.374027 | fa163e20-f24a-206f-595f-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.285265 | 0.03s 2026-03-11 12:44:04.431895 | fa163e20-f24a-206f-595f-000000000ee1 | TASK | ensure apache is installed 2026-03-11 12:44:11.041206 | fa163e20-f24a-206f-595f-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-11 12:44:11.042494 | fa163e20-f24a-206f-595f-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:50.953753 | 6.61s 2026-03-11 12:44:11.062978 | fa163e20-f24a-206f-595f-000000000ee2 | TASK | create image data directory 2026-03-11 12:44:11.299306 | fa163e20-f24a-206f-595f-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-11 12:44:11.300380 | fa163e20-f24a-206f-595f-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.211638 | 0.24s 2026-03-11 12:44:11.318090 | fa163e20-f24a-206f-595f-000000000ee3 | TASK | create /v2/ response file 2026-03-11 12:44:11.790050 | fa163e20-f24a-206f-595f-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-11 12:44:11.791396 | fa163e20-f24a-206f-595f-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.702647 | 0.47s 2026-03-11 12:44:11.816627 | fa163e20-f24a-206f-595f-000000000ee4 | TASK | Add listen line 2026-03-11 12:44:12.175531 | fa163e20-f24a-206f-595f-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-11 12:44:12.176944 | fa163e20-f24a-206f-595f-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.088195 | 0.36s 2026-03-11 12:44:12.202989 | fa163e20-f24a-206f-595f-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-11 12:44:12.682019 | fa163e20-f24a-206f-595f-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-11 12:44:12.683342 | fa163e20-f24a-206f-595f-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.594597 | 0.48s 2026-03-11 12:44:12.709364 | fa163e20-f24a-206f-595f-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-11 12:44:13.724213 | fa163e20-f24a-206f-595f-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-11 12:44:13.726498 | fa163e20-f24a-206f-595f-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.637752 | 1.02s 2026-03-11 12:44:13.775961 | fa163e20-f24a-206f-595f-000000000b3c | TASK | create persistent logs directory 2026-03-11 12:44:14.023867 | fa163e20-f24a-206f-595f-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-11 12:44:14.024854 | fa163e20-f24a-206f-595f-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.936090 | 0.25s 2026-03-11 12:44:14.231262 | fa163e20-f24a-206f-595f-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-11 12:44:14.233002 | fa163e20-f24a-206f-595f-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.144258 | 0.46s 2026-03-11 12:44:14.243790 | fa163e20-f24a-206f-595f-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.155037 | 0.47s 2026-03-11 12:44:14.268660 | fa163e20-f24a-206f-595f-000000000b3d | TASK | Mount NFS on host 2026-03-11 12:44:14.296757 | fa163e20-f24a-206f-595f-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-11 12:44:14.297824 | fa163e20-f24a-206f-595f-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.209079 | 0.03s 2026-03-11 12:44:14.322015 | fa163e20-f24a-206f-595f-000000000b3e | TASK | Mount Node Staging Location 2026-03-11 12:44:14.349929 | fa163e20-f24a-206f-595f-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-11 12:44:14.350967 | fa163e20-f24a-206f-595f-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.262221 | 0.03s 2026-03-11 12:44:14.374995 | fa163e20-f24a-206f-595f-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-11 12:44:14.599320 | fa163e20-f24a-206f-595f-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-11 12:44:14.600646 | fa163e20-f24a-206f-595f-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.511901 | 0.22s 2026-03-11 12:44:14.624989 | fa163e20-f24a-206f-595f-000000000b40 | TASK | create logs directory 2026-03-11 12:44:14.869428 | fa163e20-f24a-206f-595f-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 12:44:14.870958 | fa163e20-f24a-206f-595f-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.782208 | 0.24s 2026-03-11 12:44:15.070068 | fa163e20-f24a-206f-595f-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-11 12:44:15.071635 | fa163e20-f24a-206f-595f-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.982891 | 0.45s 2026-03-11 12:44:15.082333 | fa163e20-f24a-206f-595f-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.993590 | 0.46s 2026-03-11 12:44:15.108562 | fa163e20-f24a-206f-595f-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-11 12:44:15.136510 | fa163e20-f24a-206f-595f-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-11 12:44:15.137865 | fa163e20-f24a-206f-595f-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:55.049084 | 0.03s 2026-03-11 12:44:15.157436 | fa163e20-f24a-206f-595f-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-11 12:44:15.388348 | fa163e20-f24a-206f-595f-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-11 12:44:15.390372 | fa163e20-f24a-206f-595f-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.301620 | 0.23s 2026-03-11 12:44:15.417364 | fa163e20-f24a-206f-595f-000000000b43 | TASK | create persistent directories 2026-03-11 12:44:15.638898 | fa163e20-f24a-206f-595f-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-11 12:44:15.641219 | fa163e20-f24a-206f-595f-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.552467 | 0.22s 2026-03-11 12:44:15.651613 | fa163e20-f24a-206f-595f-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.562849 | 0.23s 2026-03-11 12:44:15.679706 | fa163e20-f24a-206f-595f-000000000b44 | TASK | create persistent data directory 2026-03-11 12:44:15.888263 | fa163e20-f24a-206f-595f-000000000b44 | OK | create persistent data directory | standalone 2026-03-11 12:44:15.889741 | fa163e20-f24a-206f-595f-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:55.800993 | 0.21s 2026-03-11 12:44:15.917669 | fa163e20-f24a-206f-595f-000000000b45 | TASK | create persistent directories 2026-03-11 12:44:16.172812 | fa163e20-f24a-206f-595f-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-11 12:44:16.175199 | fa163e20-f24a-206f-595f-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.086444 | 0.26s 2026-03-11 12:44:16.398455 | fa163e20-f24a-206f-595f-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-11 12:44:16.400579 | fa163e20-f24a-206f-595f-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.311835 | 0.48s 2026-03-11 12:44:16.411433 | fa163e20-f24a-206f-595f-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.322680 | 0.49s 2026-03-11 12:44:16.438121 | fa163e20-f24a-206f-595f-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-11 12:44:23.541256 | fa163e20-f24a-206f-595f-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-11 12:44:23.542920 | fa163e20-f24a-206f-595f-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.454169 | 7.10s 2026-03-11 12:44:23.569424 | fa163e20-f24a-206f-595f-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-11 12:44:23.653396 | fa163e20-f24a-206f-595f-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.72 seconds", "Notice: Applied catalog in 0.25 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.25", " Config retrieval: 0.79", " Last run: 1773233063", " Total: 0.26", "Version:", " Config: 1773233062", " 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 12:44:23.654384 | fa163e20-f24a-206f-595f-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.565642 | 0.08s 2026-03-11 12:44:23.674947 | fa163e20-f24a-206f-595f-000000000b48 | TASK | create persistent directories 2026-03-11 12:44:23.926422 | fa163e20-f24a-206f-595f-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 12:44:23.928113 | fa163e20-f24a-206f-595f-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.839361 | 0.25s 2026-03-11 12:44:24.116153 | fa163e20-f24a-206f-595f-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-11 12:44:24.117262 | fa163e20-f24a-206f-595f-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.028519 | 0.44s 2026-03-11 12:44:24.122817 | fa163e20-f24a-206f-595f-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.034083 | 0.45s 2026-03-11 12:44:24.139960 | fa163e20-f24a-206f-595f-000000000b49 | TASK | create persistent directories 2026-03-11 12:44:24.391849 | fa163e20-f24a-206f-595f-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 12:44:24.392687 | fa163e20-f24a-206f-595f-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.303946 | 0.25s 2026-03-11 12:44:24.578033 | fa163e20-f24a-206f-595f-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-11 12:44:24.579703 | fa163e20-f24a-206f-595f-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.490958 | 0.44s 2026-03-11 12:44:24.590310 | fa163e20-f24a-206f-595f-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.501567 | 0.45s 2026-03-11 12:44:24.615443 | fa163e20-f24a-206f-595f-000000000b4a | TASK | create persistent directories 2026-03-11 12:44:24.816244 | fa163e20-f24a-206f-595f-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-11 12:44:24.818344 | fa163e20-f24a-206f-595f-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.729596 | 0.20s 2026-03-11 12:44:24.828340 | fa163e20-f24a-206f-595f-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.739599 | 0.21s 2026-03-11 12:44:24.853157 | fa163e20-f24a-206f-595f-000000000b4b | TASK | create persistent directories 2026-03-11 12:44:25.121143 | fa163e20-f24a-206f-595f-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-11 12:44:25.122673 | fa163e20-f24a-206f-595f-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.033925 | 0.27s 2026-03-11 12:44:25.316427 | fa163e20-f24a-206f-595f-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-11 12:44:25.318223 | fa163e20-f24a-206f-595f-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.229477 | 0.46s 2026-03-11 12:44:25.512425 | fa163e20-f24a-206f-595f-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-11 12:44:25.513526 | fa163e20-f24a-206f-595f-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.424782 | 0.66s 2026-03-11 12:44:25.688824 | fa163e20-f24a-206f-595f-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-11 12:44:25.690593 | fa163e20-f24a-206f-595f-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.601848 | 0.84s 2026-03-11 12:44:25.701750 | fa163e20-f24a-206f-595f-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.613008 | 0.85s 2026-03-11 12:44:25.727436 | fa163e20-f24a-206f-595f-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-11 12:44:26.129901 | fa163e20-f24a-206f-595f-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-11 12:44:26.131274 | fa163e20-f24a-206f-595f-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:06.042527 | 0.40s 2026-03-11 12:44:26.155665 | fa163e20-f24a-206f-595f-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-11 12:44:27.426027 | fa163e20-f24a-206f-595f-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 12:44:27.427693 | fa163e20-f24a-206f-595f-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.338939 | 1.27s 2026-03-11 12:44:28.665779 | fa163e20-f24a-206f-595f-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 12:44:28.666713 | fa163e20-f24a-206f-595f-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.577975 | 2.51s 2026-03-11 12:44:29.867027 | fa163e20-f24a-206f-595f-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 12:44:29.869048 | fa163e20-f24a-206f-595f-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.780303 | 3.71s 2026-03-11 12:44:29.879306 | fa163e20-f24a-206f-595f-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.790555 | 3.72s 2026-03-11 12:44:29.911576 | fa163e20-f24a-206f-595f-000000000b4e | TASK | create persistent directories 2026-03-11 12:44:30.138635 | fa163e20-f24a-206f-595f-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-11 12:44:30.140354 | fa163e20-f24a-206f-595f-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.051597 | 0.23s 2026-03-11 12:44:30.345208 | fa163e20-f24a-206f-595f-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-11 12:44:30.347247 | fa163e20-f24a-206f-595f-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.258496 | 0.43s 2026-03-11 12:44:30.555076 | fa163e20-f24a-206f-595f-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-11 12:44:30.555861 | fa163e20-f24a-206f-595f-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.467122 | 0.64s 2026-03-11 12:44:30.561463 | fa163e20-f24a-206f-595f-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.472712 | 0.65s 2026-03-11 12:44:30.586965 | fa163e20-f24a-206f-595f-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-11 12:44:30.784152 | fa163e20-f24a-206f-595f-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-11 12:44:30.785440 | fa163e20-f24a-206f-595f-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:10.696694 | 0.20s 2026-03-11 12:44:30.809668 | fa163e20-f24a-206f-595f-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-11 12:44:30.837520 | fa163e20-f24a-206f-595f-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-11 12:44:30.838685 | fa163e20-f24a-206f-595f-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:10.749940 | 0.03s 2026-03-11 12:44:30.862742 | fa163e20-f24a-206f-595f-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-11 12:44:31.155338 | fa163e20-f24a-206f-595f-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-11 12:44:31.156575 | fa163e20-f24a-206f-595f-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:11.067830 | 0.29s 2026-03-11 12:44:31.180440 | fa163e20-f24a-206f-595f-000000000b52 | TASK | Stop iscsi.service 2026-03-11 12:44:31.220526 | fa163e20-f24a-206f-595f-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-11 12:44:31.221684 | fa163e20-f24a-206f-595f-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:11.132938 | 0.04s 2026-03-11 12:44:31.273781 | fa163e20-f24a-206f-595f-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:11.185023 | 0.03s 2026-03-11 12:44:31.369303 | fa163e20-f24a-206f-595f-00000000104c | TASK | Install additional packages 2026-03-11 12:44:31.394414 | fa163e20-f24a-206f-595f-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:11.305665 | 0.02s 2026-03-11 12:44:31.414069 | fa163e20-f24a-206f-595f-00000000104d | TASK | Remove dracut-config-generic 2026-03-11 12:44:35.379618 | fa163e20-f24a-206f-595f-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-11 12:44:35.381132 | fa163e20-f24a-206f-595f-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:15.292386 | 3.97s 2026-03-11 12:44:35.406727 | fa163e20-f24a-206f-595f-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-11 12:44:35.679143 | fa163e20-f24a-206f-595f-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-11 12:44:35.680657 | fa163e20-f24a-206f-595f-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:15.591910 | 0.27s 2026-03-11 12:44:35.705982 | fa163e20-f24a-206f-595f-00000000104f | TASK | Write list of modules to load at boot 2026-03-11 12:44:36.142726 | fa163e20-f24a-206f-595f-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-11 12:44:36.144287 | fa163e20-f24a-206f-595f-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.055539 | 0.44s 2026-03-11 12:44:36.170174 | fa163e20-f24a-206f-595f-000000001050 | TASK | Modules reload 2026-03-11 12:44:36.545202 | fa163e20-f24a-206f-595f-000000001050 | CHANGED | Modules reload | standalone 2026-03-11 12:44:36.547157 | fa163e20-f24a-206f-595f-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:16.458410 | 0.38s 2026-03-11 12:44:36.568961 | fa163e20-f24a-206f-595f-000000001051 | TASK | Set default sysctl options 2026-03-11 12:44:37.024751 | fa163e20-f24a-206f-595f-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-11 12:44:37.026143 | fa163e20-f24a-206f-595f-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:16.937396 | 0.46s 2026-03-11 12:44:37.052261 | fa163e20-f24a-206f-595f-000000001052 | TASK | Set extra sysctl options 2026-03-11 12:44:37.443737 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-11 12:44:37.445778 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.357028 | 0.39s 2026-03-11 12:44:37.669732 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-11 12:44:37.671459 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.582714 | 0.62s 2026-03-11 12:44:37.881252 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-11 12:44:37.882303 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.793558 | 0.83s 2026-03-11 12:44:38.170227 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-11 12:44:38.172071 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.083324 | 1.12s 2026-03-11 12:44:38.359392 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-11 12:44:38.360421 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.271676 | 1.31s 2026-03-11 12:44:38.587774 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-11 12:44:38.589216 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.500476 | 1.53s 2026-03-11 12:44:38.810576 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-11 12:44:38.812037 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.723270 | 1.76s 2026-03-11 12:44:39.025686 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-11 12:44:39.026550 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.937809 | 1.97s 2026-03-11 12:44:39.280021 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-11 12:44:39.280915 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.192172 | 2.23s 2026-03-11 12:44:39.502372 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-11 12:44:39.503200 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.414457 | 2.45s 2026-03-11 12:44:40.270822 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-11 12:44:40.272080 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.183332 | 3.22s 2026-03-11 12:44:40.527665 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-11 12:44:40.529348 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.440604 | 3.47s 2026-03-11 12:44:40.773092 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-11 12:44:40.775452 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.686702 | 3.72s 2026-03-11 12:44:40.995904 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-11 12:44:40.996702 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.907961 | 3.94s 2026-03-11 12:44:41.217953 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-11 12:44:41.218896 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.130156 | 4.16s 2026-03-11 12:44:41.419726 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-11 12:44:41.420569 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.331829 | 4.37s 2026-03-11 12:44:41.659004 | fa163e20-f24a-206f-595f-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-11 12:44:41.660466 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.571726 | 4.61s 2026-03-11 12:44:41.672342 | fa163e20-f24a-206f-595f-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.583591 | 4.62s 2026-03-11 12:44:41.692442 | fa163e20-f24a-206f-595f-000000001054 | TASK | Sysctl reload 2026-03-11 12:44:42.103060 | fa163e20-f24a-206f-595f-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-11 12:44:42.105826 | fa163e20-f24a-206f-595f-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:22.017073 | 0.41s 2026-03-11 12:44:42.166076 | fa163e20-f24a-206f-595f-000000000b54 | TASK | create persistent directories 2026-03-11 12:44:42.417543 | fa163e20-f24a-206f-595f-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-11 12:44:42.419870 | fa163e20-f24a-206f-595f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.331085 | 0.25s 2026-03-11 12:44:42.637874 | fa163e20-f24a-206f-595f-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-11 12:44:42.639450 | fa163e20-f24a-206f-595f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.550705 | 0.47s 2026-03-11 12:44:42.649208 | fa163e20-f24a-206f-595f-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.560467 | 0.48s 2026-03-11 12:44:42.666976 | fa163e20-f24a-206f-595f-000000000b55 | TASK | Check if file certs_valid exist 2026-03-11 12:44:42.882760 | fa163e20-f24a-206f-595f-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-11 12:44:42.884061 | fa163e20-f24a-206f-595f-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:22.795314 | 0.22s 2026-03-11 12:44:42.908407 | fa163e20-f24a-206f-595f-000000000b56 | TASK | Check if file cert9.db exist 2026-03-11 12:44:43.148636 | fa163e20-f24a-206f-595f-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-11 12:44:43.149581 | fa163e20-f24a-206f-595f-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:23.060841 | 0.24s 2026-03-11 12:44:43.174165 | fa163e20-f24a-206f-595f-000000000b57 | TASK | Check if file key4.db exist 2026-03-11 12:44:43.393988 | fa163e20-f24a-206f-595f-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-11 12:44:43.394796 | fa163e20-f24a-206f-595f-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:23.306055 | 0.22s 2026-03-11 12:44:43.430095 | fa163e20-f24a-206f-595f-000000000b58 | SKIPPED | fail | standalone 2026-03-11 12:44:43.431449 | fa163e20-f24a-206f-595f-000000000b58 | TIMING | fail | standalone | 0:02:23.342696 | 0.02s 2026-03-11 12:44:43.456583 | fa163e20-f24a-206f-595f-000000000b59 | TASK | Create persistent directories 2026-03-11 12:44:43.710406 | fa163e20-f24a-206f-595f-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 12:44:43.712620 | fa163e20-f24a-206f-595f-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.623871 | 0.25s 2026-03-11 12:44:43.931884 | fa163e20-f24a-206f-595f-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-11 12:44:43.932703 | fa163e20-f24a-206f-595f-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.843964 | 0.47s 2026-03-11 12:44:43.938013 | fa163e20-f24a-206f-595f-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.849268 | 0.48s 2026-03-11 12:44:43.963396 | fa163e20-f24a-206f-595f-000000000b5a | TASK | create persistent directories 2026-03-11 12:44:44.212696 | fa163e20-f24a-206f-595f-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 12:44:44.213705 | fa163e20-f24a-206f-595f-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.124965 | 0.25s 2026-03-11 12:44:44.225349 | fa163e20-f24a-206f-595f-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.136603 | 0.26s 2026-03-11 12:44:44.249917 | fa163e20-f24a-206f-595f-000000000b5b | TASK | create persistent directories 2026-03-11 12:44:44.507054 | fa163e20-f24a-206f-595f-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-11 12:44:44.508259 | fa163e20-f24a-206f-595f-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.419516 | 0.26s 2026-03-11 12:44:44.699186 | fa163e20-f24a-206f-595f-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-11 12:44:44.700268 | fa163e20-f24a-206f-595f-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.611526 | 0.45s 2026-03-11 12:44:44.706723 | fa163e20-f24a-206f-595f-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.617980 | 0.46s 2026-03-11 12:44:44.731755 | fa163e20-f24a-206f-595f-000000000b5c | TASK | create persistent directories 2026-03-11 12:44:44.947239 | fa163e20-f24a-206f-595f-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-11 12:44:44.948587 | fa163e20-f24a-206f-595f-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.859839 | 0.22s 2026-03-11 12:44:44.954598 | fa163e20-f24a-206f-595f-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.865857 | 0.22s 2026-03-11 12:44:44.978972 | fa163e20-f24a-206f-595f-000000000b5d | TASK | create persistent directories 2026-03-11 12:44:45.214663 | fa163e20-f24a-206f-595f-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-11 12:44:45.217218 | fa163e20-f24a-206f-595f-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.128464 | 0.24s 2026-03-11 12:44:45.413338 | fa163e20-f24a-206f-595f-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-11 12:44:45.415554 | fa163e20-f24a-206f-595f-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.326806 | 0.44s 2026-03-11 12:44:45.633501 | fa163e20-f24a-206f-595f-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-11 12:44:45.635370 | fa163e20-f24a-206f-595f-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.546626 | 0.65s 2026-03-11 12:44:45.646440 | fa163e20-f24a-206f-595f-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.557697 | 0.67s 2026-03-11 12:44:45.672202 | fa163e20-f24a-206f-595f-000000000b5e | TASK | create persistent directories 2026-03-11 12:44:45.913131 | fa163e20-f24a-206f-595f-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 12:44:45.915592 | fa163e20-f24a-206f-595f-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.826838 | 0.24s 2026-03-11 12:44:46.082937 | fa163e20-f24a-206f-595f-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-11 12:44:46.084739 | fa163e20-f24a-206f-595f-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.995994 | 0.41s 2026-03-11 12:44:46.095579 | fa163e20-f24a-206f-595f-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.006833 | 0.42s 2026-03-11 12:44:46.122277 | fa163e20-f24a-206f-595f-000000000b5f | TASK | create persistent directories 2026-03-11 12:44:46.363554 | fa163e20-f24a-206f-595f-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-11 12:44:46.366180 | fa163e20-f24a-206f-595f-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.277424 | 0.24s 2026-03-11 12:44:46.375627 | fa163e20-f24a-206f-595f-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.286884 | 0.25s 2026-03-11 12:44:46.401915 | fa163e20-f24a-206f-595f-000000000b60 | TASK | creating directory 2026-03-11 12:44:46.650423 | fa163e20-f24a-206f-595f-000000000b60 | CHANGED | creating directory | standalone 2026-03-11 12:44:46.651779 | fa163e20-f24a-206f-595f-000000000b60 | TIMING | creating directory | standalone | 0:02:26.563030 | 0.25s 2026-03-11 12:44:46.676650 | fa163e20-f24a-206f-595f-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-11 12:44:47.089414 | fa163e20-f24a-206f-595f-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-11 12:44:47.090855 | fa163e20-f24a-206f-595f-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:27.002100 | 0.41s 2026-03-11 12:44:47.116716 | fa163e20-f24a-206f-595f-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-11 12:44:47.915099 | fa163e20-f24a-206f-595f-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-11 12:44:47.916561 | fa163e20-f24a-206f-595f-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:27.827812 | 0.80s 2026-03-11 12:44:47.943314 | fa163e20-f24a-206f-595f-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-11 12:44:48.182811 | fa163e20-f24a-206f-595f-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-11 12:44:48.184269 | fa163e20-f24a-206f-595f-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:28.095521 | 0.24s 2026-03-11 12:44:48.210969 | fa163e20-f24a-206f-595f-000000000b64 | TASK | remove temp namespace 2026-03-11 12:44:48.442282 | fa163e20-f24a-206f-595f-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-11 12:44:48.443593 | fa163e20-f24a-206f-595f-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:28.354845 | 0.23s 2026-03-11 12:44:48.469810 | fa163e20-f24a-206f-595f-000000000b65 | TASK | create /var/lib/neutron 2026-03-11 12:44:48.808623 | fa163e20-f24a-206f-595f-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-11 12:44:48.809650 | fa163e20-f24a-206f-595f-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:28.720910 | 0.34s 2026-03-11 12:44:48.829425 | fa163e20-f24a-206f-595f-000000000b66 | TASK | set conditions 2026-03-11 12:44:48.855779 | fa163e20-f24a-206f-595f-000000000b66 | OK | set conditions | standalone 2026-03-11 12:44:48.856581 | fa163e20-f24a-206f-595f-000000000b66 | TIMING | set conditions | standalone | 0:02:28.767840 | 0.03s 2026-03-11 12:44:48.876827 | fa163e20-f24a-206f-595f-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-11 12:44:49.103764 | fa163e20-f24a-206f-595f-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-11 12:44:49.104851 | fa163e20-f24a-206f-595f-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:29.016110 | 0.23s 2026-03-11 12:44:49.123648 | fa163e20-f24a-206f-595f-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-11 12:44:49.763058 | fa163e20-f24a-206f-595f-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-11 12:44:49.763953 | fa163e20-f24a-206f-595f-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:29.675215 | 0.64s 2026-03-11 12:44:49.781079 | fa163e20-f24a-206f-595f-000000000b69 | TASK | create haproxy kill script 2026-03-11 12:44:50.637763 | fa163e20-f24a-206f-595f-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-11 12:44:50.638485 | fa163e20-f24a-206f-595f-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:30.549747 | 0.86s 2026-03-11 12:44:50.655215 | fa163e20-f24a-206f-595f-000000000b6a | TASK | create persistent directories 2026-03-11 12:44:51.584659 | fa163e20-f24a-206f-595f-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 12:44:51.586350 | fa163e20-f24a-206f-595f-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.497590 | 0.93s 2026-03-11 12:44:51.978294 | fa163e20-f24a-206f-595f-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-11 12:44:51.979659 | fa163e20-f24a-206f-595f-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.890922 | 1.32s 2026-03-11 12:44:51.990395 | fa163e20-f24a-206f-595f-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.901641 | 1.33s 2026-03-11 12:44:52.013432 | fa163e20-f24a-206f-595f-000000000b6b | TASK | create persistent directories 2026-03-11 12:44:52.216993 | fa163e20-f24a-206f-595f-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 12:44:52.218976 | fa163e20-f24a-206f-595f-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.130224 | 0.20s 2026-03-11 12:44:52.229236 | fa163e20-f24a-206f-595f-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.140486 | 0.21s 2026-03-11 12:44:52.254199 | fa163e20-f24a-206f-595f-000000000b6c | TASK | create persistent directories 2026-03-11 12:44:52.477446 | fa163e20-f24a-206f-595f-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-11 12:44:52.479944 | fa163e20-f24a-206f-595f-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.391182 | 0.22s 2026-03-11 12:44:52.632920 | fa163e20-f24a-206f-595f-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-11 12:44:52.634746 | fa163e20-f24a-206f-595f-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.546000 | 0.38s 2026-03-11 12:44:52.645483 | fa163e20-f24a-206f-595f-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.556730 | 0.39s 2026-03-11 12:44:52.672450 | fa163e20-f24a-206f-595f-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-11 12:44:52.883890 | fa163e20-f24a-206f-595f-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-11 12:44:52.885225 | fa163e20-f24a-206f-595f-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:32.796478 | 0.21s 2026-03-11 12:44:52.910009 | fa163e20-f24a-206f-595f-000000000b6e | TASK | create persistent directories 2026-03-11 12:44:53.157073 | fa163e20-f24a-206f-595f-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 12:44:53.158622 | fa163e20-f24a-206f-595f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.069870 | 0.25s 2026-03-11 12:44:53.342294 | fa163e20-f24a-206f-595f-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-11 12:44:53.343027 | fa163e20-f24a-206f-595f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.254290 | 0.43s 2026-03-11 12:44:53.527977 | fa163e20-f24a-206f-595f-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-11 12:44:53.530100 | fa163e20-f24a-206f-595f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.441349 | 0.62s 2026-03-11 12:44:53.710304 | fa163e20-f24a-206f-595f-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 12:44:53.711406 | fa163e20-f24a-206f-595f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.622660 | 0.80s 2026-03-11 12:44:53.871348 | fa163e20-f24a-206f-595f-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-11 12:44:53.872436 | fa163e20-f24a-206f-595f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.783693 | 0.96s 2026-03-11 12:44:53.885132 | fa163e20-f24a-206f-595f-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.796385 | 0.97s 2026-03-11 12:44:53.907587 | fa163e20-f24a-206f-595f-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-11 12:44:54.352476 | fa163e20-f24a-206f-595f-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-11 12:44:54.353323 | fa163e20-f24a-206f-595f-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:34.264585 | 0.44s 2026-03-11 12:44:54.379693 | fa163e20-f24a-206f-595f-000000000b70 | TASK | create tempfiles 2026-03-11 12:44:54.659875 | fa163e20-f24a-206f-595f-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-11 12:44:54.660812 | fa163e20-f24a-206f-595f-000000000b70 | TIMING | create tempfiles | standalone | 0:02:34.572072 | 0.28s 2026-03-11 12:44:54.680573 | fa163e20-f24a-206f-595f-000000000b71 | TASK | Mount Nova NFS Share 2026-03-11 12:44:54.706943 | fa163e20-f24a-206f-595f-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-11 12:44:54.708136 | fa163e20-f24a-206f-595f-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:34.619389 | 0.03s 2026-03-11 12:44:54.732400 | fa163e20-f24a-206f-595f-000000000b73 | TASK | check systemd-container package installed or not 2026-03-11 12:44:54.763493 | fa163e20-f24a-206f-595f-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-11 12:44:54.764692 | fa163e20-f24a-206f-595f-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:34.675947 | 0.03s 2026-03-11 12:44:54.788276 | fa163e20-f24a-206f-595f-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-11 12:44:54.816750 | fa163e20-f24a-206f-595f-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-11 12:44:54.817314 | fa163e20-f24a-206f-595f-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:34.728577 | 0.03s 2026-03-11 12:44:54.833670 | fa163e20-f24a-206f-595f-000000000b75 | TASK | Install systemd-container package on boot 2026-03-11 12:44:54.858704 | fa163e20-f24a-206f-595f-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-11 12:44:54.859247 | fa163e20-f24a-206f-595f-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:34.770511 | 0.03s 2026-03-11 12:44:54.875869 | fa163e20-f24a-206f-595f-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-11 12:44:54.912573 | fa163e20-f24a-206f-595f-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-11 12:44:54.913305 | fa163e20-f24a-206f-595f-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:34.824569 | 0.04s 2026-03-11 12:44:54.930038 | fa163e20-f24a-206f-595f-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-11 12:44:54.957348 | fa163e20-f24a-206f-595f-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-11 12:44:54.958133 | fa163e20-f24a-206f-595f-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:34.869395 | 0.03s 2026-03-11 12:44:54.975219 | fa163e20-f24a-206f-595f-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-11 12:44:54.999516 | fa163e20-f24a-206f-595f-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-11 12:44:55.000198 | fa163e20-f24a-206f-595f-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:34.911461 | 0.02s 2026-03-11 12:44:55.016934 | fa163e20-f24a-206f-595f-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-11 12:44:55.042070 | fa163e20-f24a-206f-595f-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-11 12:44:55.042819 | fa163e20-f24a-206f-595f-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:34.954081 | 0.03s 2026-03-11 12:44:55.059962 | fa163e20-f24a-206f-595f-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-11 12:44:55.084575 | fa163e20-f24a-206f-595f-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-11 12:44:55.085317 | fa163e20-f24a-206f-595f-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:34.996577 | 0.02s 2026-03-11 12:44:55.101783 | fa163e20-f24a-206f-595f-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 12:44:55.126801 | fa163e20-f24a-206f-595f-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 12:44:55.127421 | fa163e20-f24a-206f-595f-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.038684 | 0.03s 2026-03-11 12:44:55.144053 | fa163e20-f24a-206f-595f-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-11 12:44:55.171450 | fa163e20-f24a-206f-595f-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 12:44:55.172677 | fa163e20-f24a-206f-595f-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.083928 | 0.03s 2026-03-11 12:44:55.197029 | fa163e20-f24a-206f-595f-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-11 12:44:55.226522 | fa163e20-f24a-206f-595f-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-11 12:44:55.227692 | fa163e20-f24a-206f-595f-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:35.138947 | 0.03s 2026-03-11 12:44:55.251212 | fa163e20-f24a-206f-595f-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-11 12:44:55.278205 | fa163e20-f24a-206f-595f-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-11 12:44:55.279246 | fa163e20-f24a-206f-595f-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:35.190501 | 0.03s 2026-03-11 12:44:55.303059 | fa163e20-f24a-206f-595f-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-11 12:44:55.332327 | fa163e20-f24a-206f-595f-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-11 12:44:55.333331 | fa163e20-f24a-206f-595f-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.244586 | 0.03s 2026-03-11 12:44:55.357556 | fa163e20-f24a-206f-595f-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-11 12:44:55.387558 | fa163e20-f24a-206f-595f-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-11 12:44:55.388658 | fa163e20-f24a-206f-595f-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.299912 | 0.03s 2026-03-11 12:44:55.413451 | fa163e20-f24a-206f-595f-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-11 12:44:55.443977 | fa163e20-f24a-206f-595f-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-11 12:44:55.445104 | fa163e20-f24a-206f-595f-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:35.356358 | 0.03s 2026-03-11 12:44:55.469287 | fa163e20-f24a-206f-595f-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-11 12:44:55.518715 | fa163e20-f24a-206f-595f-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-11 12:44:55.519953 | fa163e20-f24a-206f-595f-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:35.431205 | 0.05s 2026-03-11 12:44:55.544143 | fa163e20-f24a-206f-595f-000000000b87 | TASK | Is irqbalance enabled 2026-03-11 12:44:55.583376 | fa163e20-f24a-206f-595f-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-11 12:44:55.584432 | fa163e20-f24a-206f-595f-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:35.495687 | 0.04s 2026-03-11 12:44:55.609145 | fa163e20-f24a-206f-595f-000000000b88 | TASK | disable irqbalance service on compute 2026-03-11 12:44:55.648375 | fa163e20-f24a-206f-595f-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-11 12:44:55.649453 | fa163e20-f24a-206f-595f-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:35.560707 | 0.04s 2026-03-11 12:44:55.673596 | fa163e20-f24a-206f-595f-000000000b89 | TASK | create persistent directories 2026-03-11 12:44:55.895810 | fa163e20-f24a-206f-595f-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-11 12:44:55.897812 | fa163e20-f24a-206f-595f-000000000b89 | TIMING | create persistent directories | standalone | 0:02:35.809064 | 0.22s 2026-03-11 12:44:55.907987 | fa163e20-f24a-206f-595f-000000000b89 | TIMING | create persistent directories | standalone | 0:02:35.819244 | 0.23s 2026-03-11 12:44:55.932706 | fa163e20-f24a-206f-595f-000000000b8a | TASK | create libvirt persistent data directories 2026-03-11 12:44:56.205650 | fa163e20-f24a-206f-595f-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-11 12:44:56.206551 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.117812 | 0.27s 2026-03-11 12:44:56.443146 | fa163e20-f24a-206f-595f-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-11 12:44:56.444475 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.355737 | 0.51s 2026-03-11 12:44:56.642899 | fa163e20-f24a-206f-595f-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-11 12:44:56.644040 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.555294 | 0.71s 2026-03-11 12:44:56.891468 | fa163e20-f24a-206f-595f-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-11 12:44:56.892164 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.803427 | 0.96s 2026-03-11 12:44:57.134372 | fa163e20-f24a-206f-595f-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-11 12:44:57.135550 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.046806 | 1.20s 2026-03-11 12:44:57.375742 | fa163e20-f24a-206f-595f-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-11 12:44:57.376790 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.288046 | 1.44s 2026-03-11 12:44:57.609271 | fa163e20-f24a-206f-595f-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-11 12:44:57.609963 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.521227 | 1.68s 2026-03-11 12:44:57.836616 | fa163e20-f24a-206f-595f-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-11 12:44:57.837698 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.748953 | 1.90s 2026-03-11 12:44:57.846825 | fa163e20-f24a-206f-595f-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.758071 | 1.91s 2026-03-11 12:44:57.874031 | fa163e20-f24a-206f-595f-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-11 12:44:58.480077 | fa163e20-f24a-206f-595f-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-11 12:44:58.481384 | fa163e20-f24a-206f-595f-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:38.392637 | 0.61s 2026-03-11 12:44:58.505692 | fa163e20-f24a-206f-595f-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-11 12:44:59.111897 | fa163e20-f24a-206f-595f-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-11 12:44:59.113266 | fa163e20-f24a-206f-595f-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:39.024519 | 0.61s 2026-03-11 12:44:59.137894 | fa163e20-f24a-206f-595f-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-11 12:44:59.367773 | fa163e20-f24a-206f-595f-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-11 12:44:59.369209 | fa163e20-f24a-206f-595f-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:39.280462 | 0.23s 2026-03-11 12:44:59.394315 | fa163e20-f24a-206f-595f-000000000b8e | TASK | check if libvirt is installed 2026-03-11 12:44:59.615353 | fa163e20-f24a-206f-595f-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-11 12:44:59.616751 | fa163e20-f24a-206f-595f-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:39.528005 | 0.22s 2026-03-11 12:44:59.642330 | fa163e20-f24a-206f-595f-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-11 12:44:59.682500 | fa163e20-f24a-206f-595f-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-11 12:44:59.689080 | fa163e20-f24a-206f-595f-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-11 12:44:59.695157 | fa163e20-f24a-206f-595f-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:39.606395 | 0.05s 2026-03-11 12:44:59.720098 | fa163e20-f24a-206f-595f-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-11 12:45:00.156218 | fa163e20-f24a-206f-595f-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-11 12:45:00.157540 | fa163e20-f24a-206f-595f-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:40.068795 | 0.44s 2026-03-11 12:45:00.181889 | fa163e20-f24a-206f-595f-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-11 12:45:01.151259 | fa163e20-f24a-206f-595f-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-11 12:45:01.152877 | fa163e20-f24a-206f-595f-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:41.064100 | 0.97s 2026-03-11 12:45:01.178006 | fa163e20-f24a-206f-595f-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-11 12:45:01.408585 | fa163e20-f24a-206f-595f-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-11 12:45:01.409871 | fa163e20-f24a-206f-595f-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:41.321096 | 0.23s 2026-03-11 12:45:01.434047 | fa163e20-f24a-206f-595f-000000000b93 | TASK | update crypto policies 2026-03-11 12:45:01.461578 | fa163e20-f24a-206f-595f-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-11 12:45:01.462699 | fa163e20-f24a-206f-595f-000000000b93 | TIMING | update crypto policies | standalone | 0:02:41.373953 | 0.03s 2026-03-11 12:45:01.486954 | fa163e20-f24a-206f-595f-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-11 12:45:01.730933 | fa163e20-f24a-206f-595f-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-11 12:45:01.732909 | fa163e20-f24a-206f-595f-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.644158 | 0.24s 2026-03-11 12:45:01.742748 | fa163e20-f24a-206f-595f-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:41.654001 | 0.25s 2026-03-11 12:45:01.763062 | fa163e20-f24a-206f-595f-000000000b95 | TASK | create persistent directories 2026-03-11 12:45:02.035865 | fa163e20-f24a-206f-595f-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 12:45:02.038315 | fa163e20-f24a-206f-595f-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.949562 | 0.27s 2026-03-11 12:45:02.248186 | fa163e20-f24a-206f-595f-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 12:45:02.248894 | fa163e20-f24a-206f-595f-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.160157 | 0.48s 2026-03-11 12:45:02.252776 | fa163e20-f24a-206f-595f-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.164025 | 0.49s 2026-03-11 12:45:02.279023 | fa163e20-f24a-206f-595f-000000000b96 | TASK | Copy in cleanup script 2026-03-11 12:45:02.758259 | fa163e20-f24a-206f-595f-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-11 12:45:02.759063 | fa163e20-f24a-206f-595f-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:42.670325 | 0.48s 2026-03-11 12:45:02.792331 | fa163e20-f24a-206f-595f-000000000b97 | TASK | Copy in cleanup service 2026-03-11 12:45:03.257468 | fa163e20-f24a-206f-595f-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-11 12:45:03.258959 | fa163e20-f24a-206f-595f-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:43.170208 | 0.46s 2026-03-11 12:45:03.284912 | fa163e20-f24a-206f-595f-000000000b98 | TASK | Enabling the cleanup service 2026-03-11 12:45:04.977866 | fa163e20-f24a-206f-595f-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-11 12:45:04.979651 | fa163e20-f24a-206f-595f-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:44.890904 | 1.69s 2026-03-11 12:45:05.005417 | fa163e20-f24a-206f-595f-000000000b99 | TASK | create persistent directories 2026-03-11 12:45:05.263142 | fa163e20-f24a-206f-595f-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-11 12:45:05.264870 | fa163e20-f24a-206f-595f-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.176079 | 0.26s 2026-03-11 12:45:05.437877 | fa163e20-f24a-206f-595f-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-11 12:45:05.439037 | fa163e20-f24a-206f-595f-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.350291 | 0.43s 2026-03-11 12:45:05.445778 | fa163e20-f24a-206f-595f-000000000b99 | TIMING | create persistent directories | standalone | 0:02:45.357027 | 0.44s 2026-03-11 12:45:05.470582 | fa163e20-f24a-206f-595f-000000000b9a | TASK | set conditions 2026-03-11 12:45:05.497618 | fa163e20-f24a-206f-595f-000000000b9a | OK | set conditions | standalone 2026-03-11 12:45:05.498754 | fa163e20-f24a-206f-595f-000000000b9a | TIMING | set conditions | standalone | 0:02:45.410007 | 0.03s 2026-03-11 12:45:05.522861 | fa163e20-f24a-206f-595f-000000000b9b | TASK | create persistent directories 2026-03-11 12:45:05.791491 | fa163e20-f24a-206f-595f-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 12:45:05.792693 | fa163e20-f24a-206f-595f-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.703936 | 0.27s 2026-03-11 12:45:06.032949 | fa163e20-f24a-206f-595f-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-11 12:45:06.034054 | fa163e20-f24a-206f-595f-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.945310 | 0.51s 2026-03-11 12:45:06.215908 | fa163e20-f24a-206f-595f-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-11 12:45:06.217805 | fa163e20-f24a-206f-595f-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.129061 | 0.69s 2026-03-11 12:45:06.228701 | fa163e20-f24a-206f-595f-000000000b9b | TIMING | create persistent directories | standalone | 0:02:46.139951 | 0.70s 2026-03-11 12:45:06.253287 | fa163e20-f24a-206f-595f-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-11 12:45:06.696863 | fa163e20-f24a-206f-595f-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-11 12:45:06.697784 | fa163e20-f24a-206f-595f-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:46.609044 | 0.44s 2026-03-11 12:45:06.717493 | fa163e20-f24a-206f-595f-000000000b9d | TASK | create persistent directories 2026-03-11 12:45:06.954014 | fa163e20-f24a-206f-595f-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 12:45:06.955817 | fa163e20-f24a-206f-595f-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.867065 | 0.24s 2026-03-11 12:45:07.158762 | fa163e20-f24a-206f-595f-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-11 12:45:07.160484 | fa163e20-f24a-206f-595f-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.071740 | 0.44s 2026-03-11 12:45:07.170880 | fa163e20-f24a-206f-595f-000000000b9d | TIMING | create persistent directories | standalone | 0:02:47.082138 | 0.45s 2026-03-11 12:45:07.196549 | fa163e20-f24a-206f-595f-000000000b9e | TASK | create empty log files 2026-03-11 12:45:07.414104 | fa163e20-f24a-206f-595f-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 12:45:07.415165 | fa163e20-f24a-206f-595f-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.326421 | 0.22s 2026-03-11 12:45:07.568422 | fa163e20-f24a-206f-595f-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 12:45:07.570040 | fa163e20-f24a-206f-595f-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.481295 | 0.37s 2026-03-11 12:45:07.580663 | fa163e20-f24a-206f-595f-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.491920 | 0.38s 2026-03-11 12:45:07.606791 | fa163e20-f24a-206f-595f-000000000b9f | TASK | create persistent directories 2026-03-11 12:45:07.805108 | fa163e20-f24a-206f-595f-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-11 12:45:07.807032 | fa163e20-f24a-206f-595f-000000000b9f | TIMING | create persistent directories | standalone | 0:02:47.718284 | 0.20s 2026-03-11 12:45:07.817201 | fa163e20-f24a-206f-595f-000000000b9f | TIMING | create persistent directories | standalone | 0:02:47.728458 | 0.21s 2026-03-11 12:45:07.841614 | fa163e20-f24a-206f-595f-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-11 12:45:10.899470 | fa163e20-f24a-206f-595f-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-11 12:45:10.900900 | fa163e20-f24a-206f-595f-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:50.812154 | 3.06s 2026-03-11 12:45:10.952876 | fa163e20-f24a-206f-595f-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:50.864087 | 0.03s 2026-03-11 12:45:11.015201 | fa163e20-f24a-206f-595f-00000000129e | TASK | Gather variables for each operating system 2026-03-11 12:45:11.129202 | fa163e20-f24a-206f-595f-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:51.040444 | 0.11s 2026-03-11 12:45:11.154530 | fa163e20-f24a-206f-595f-00000000129f | TASK | Set packages facts 2026-03-11 12:45:11.203642 | fa163e20-f24a-206f-595f-00000000129f | OK | Set packages facts | standalone 2026-03-11 12:45:11.205114 | fa163e20-f24a-206f-595f-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:51.116366 | 0.05s 2026-03-11 12:45:11.229781 | fa163e20-f24a-206f-595f-0000000012a0 | TASK | Manage package 2026-03-11 12:45:11.287496 | fa163e20-f24a-206f-595f-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-11 12:45:11.302898 | fa163e20-f24a-206f-595f-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-11 12:45:11.319559 | fa163e20-f24a-206f-595f-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-11 12:45:15.904431 | fa163e20-f24a-206f-595f-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.815671 | 4.67s 2026-03-11 12:45:15.933158 | fa163e20-f24a-206f-595f-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-11 12:45:15.944216 | fa163e20-f24a-206f-595f-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.855472 | 4.71s 2026-03-11 12:45:15.991609 | fa163e20-f24a-206f-595f-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-11 12:45:17.180611 | fa163e20-f24a-206f-595f-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-11 12:45:17.182865 | fa163e20-f24a-206f-595f-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:57.094078 | 1.19s 2026-03-11 12:45:17.210798 | fa163e20-f24a-206f-595f-000000000ba5 | TASK | create persistent directories 2026-03-11 12:45:17.475018 | fa163e20-f24a-206f-595f-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 12:45:17.477302 | fa163e20-f24a-206f-595f-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.388546 | 0.26s 2026-03-11 12:45:17.670733 | fa163e20-f24a-206f-595f-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-11 12:45:17.671737 | fa163e20-f24a-206f-595f-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.582994 | 0.46s 2026-03-11 12:45:17.678598 | fa163e20-f24a-206f-595f-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.589848 | 0.47s 2026-03-11 12:45:17.705304 | fa163e20-f24a-206f-595f-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 12:45:17.971301 | fa163e20-f24a-206f-595f-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 12:45:17.973685 | fa163e20-f24a-206f-595f-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:57.884938 | 0.27s 2026-03-11 12:45:17.995800 | fa163e20-f24a-206f-595f-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-11 12:45:18.024166 | fa163e20-f24a-206f-595f-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-11 12:45:18.025807 | fa163e20-f24a-206f-595f-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:57.937064 | 0.03s 2026-03-11 12:45:18.047930 | fa163e20-f24a-206f-595f-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-11 12:45:18.277191 | fa163e20-f24a-206f-595f-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-11 12:45:18.279962 | fa163e20-f24a-206f-595f-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:58.191212 | 0.23s 2026-03-11 12:45:18.305596 | fa163e20-f24a-206f-595f-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-11 12:45:18.508436 | fa163e20-f24a-206f-595f-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-11 12:45:18.509807 | fa163e20-f24a-206f-595f-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:58.421060 | 0.20s 2026-03-11 12:45:18.534509 | fa163e20-f24a-206f-595f-000000000baa | TASK | Restart systemd-logind 2026-03-11 12:45:19.055547 | fa163e20-f24a-206f-595f-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-11 12:45:19.057416 | fa163e20-f24a-206f-595f-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:58.968668 | 0.52s 2026-03-11 12:45:19.082972 | fa163e20-f24a-206f-595f-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 12:45:19.154538 | fa163e20-f24a-206f-595f-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-11 12:45:19.155349 | fa163e20-f24a-206f-595f-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:59.066602 | 0.07s 2026-03-11 12:45:19.179518 | fa163e20-f24a-206f-595f-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 12:45:19.243281 | fa163e20-f24a-206f-595f-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-11 12:45:19.244180 | fa163e20-f24a-206f-595f-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:59.155434 | 0.06s 2026-03-11 12:45:19.268378 | fa163e20-f24a-206f-595f-000000000bad | TASK | create persistent logs directory 2026-03-11 12:45:19.508565 | fa163e20-f24a-206f-595f-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-11 12:45:19.510880 | fa163e20-f24a-206f-595f-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.422137 | 0.24s 2026-03-11 12:45:19.663371 | fa163e20-f24a-206f-595f-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-11 12:45:19.665059 | fa163e20-f24a-206f-595f-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.576316 | 0.40s 2026-03-11 12:45:19.675889 | fa163e20-f24a-206f-595f-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.587137 | 0.41s 2026-03-11 12:45:19.701379 | fa163e20-f24a-206f-595f-000000000baf | TASK | Set login facts 2026-03-11 12:45:19.732577 | fa163e20-f24a-206f-595f-000000000baf | OK | Set login facts | standalone 2026-03-11 12:45:19.733854 | fa163e20-f24a-206f-595f-000000000baf | TIMING | Set login facts | standalone | 0:02:59.645081 | 0.03s 2026-03-11 12:45:19.759281 | fa163e20-f24a-206f-595f-000000000bb0 | TASK | Convert logins json to dict 2026-03-11 12:45:19.798420 | fa163e20-f24a-206f-595f-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-11 12:45:19.799689 | fa163e20-f24a-206f-595f-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:59.710942 | 0.04s 2026-03-11 12:45:19.824268 | fa163e20-f24a-206f-595f-000000000bb1 | TASK | Set registry logins 2026-03-11 12:45:19.872500 | fa163e20-f24a-206f-595f-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-11 12:45:19.873891 | fa163e20-f24a-206f-595f-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:59.785144 | 0.05s 2026-03-11 12:45:19.899660 | fa163e20-f24a-206f-595f-000000000bb2 | TASK | Run podman install 2026-03-11 12:45:19.929813 | fa163e20-f24a-206f-595f-000000000bb2 | TIMING | Run podman install | standalone | 0:02:59.841054 | 0.03s 2026-03-11 12:45:20.021521 | fa163e20-f24a-206f-595f-000000001330 | TASK | Gather variables for each operating system 2026-03-11 12:45:20.167643 | fa163e20-f24a-206f-595f-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-11 12:45:20.169796 | fa163e20-f24a-206f-595f-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.081045 | 0.15s 2026-03-11 12:45:20.179945 | fa163e20-f24a-206f-595f-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.091195 | 0.16s 2026-03-11 12:45:20.208867 | fa163e20-f24a-206f-595f-000000001332 | TASK | ensure podman and deps are installed 2026-03-11 12:45:23.239548 | fa163e20-f24a-206f-595f-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-11 12:45:23.241250 | fa163e20-f24a-206f-595f-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:03.152504 | 3.03s 2026-03-11 12:45:23.262201 | fa163e20-f24a-206f-595f-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-11 12:45:23.877909 | fa163e20-f24a-206f-595f-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-11 12:45:23.879635 | fa163e20-f24a-206f-595f-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:03.790877 | 0.62s 2026-03-11 12:45:23.907711 | fa163e20-f24a-206f-595f-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-11 12:45:23.943524 | fa163e20-f24a-206f-595f-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-11 12:45:23.944955 | fa163e20-f24a-206f-595f-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:03.856206 | 0.04s 2026-03-11 12:45:23.970703 | fa163e20-f24a-206f-595f-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-11 12:45:24.012105 | fa163e20-f24a-206f-595f-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-11 12:45:24.013356 | fa163e20-f24a-206f-595f-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:03.924612 | 0.04s 2026-03-11 12:45:24.031874 | fa163e20-f24a-206f-595f-000000001337 | TASK | Update default network configuration if possible 2026-03-11 12:45:24.073650 | fa163e20-f24a-206f-595f-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-11 12:45:24.075547 | fa163e20-f24a-206f-595f-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:03.986794 | 0.04s 2026-03-11 12:45:24.106966 | fa163e20-f24a-206f-595f-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-11 12:45:24.354858 | fa163e20-f24a-206f-595f-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-11 12:45:24.356654 | fa163e20-f24a-206f-595f-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:04.267902 | 0.25s 2026-03-11 12:45:24.376985 | fa163e20-f24a-206f-595f-00000000133a | TASK | Get current podman network 2026-03-11 12:45:24.678681 | fa163e20-f24a-206f-595f-00000000133a | CHANGED | Get current podman network | standalone 2026-03-11 12:45:24.680219 | fa163e20-f24a-206f-595f-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:04.591470 | 0.30s 2026-03-11 12:45:24.705863 | fa163e20-f24a-206f-595f-00000000133b | TASK | Update the default network configuration 2026-03-11 12:45:25.276865 | fa163e20-f24a-206f-595f-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-11 12:45:25.278207 | fa163e20-f24a-206f-595f-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:05.189460 | 0.57s 2026-03-11 12:45:25.303040 | fa163e20-f24a-206f-595f-00000000133c | TASK | Write containers registries.conf 2026-03-11 12:45:25.842872 | fa163e20-f24a-206f-595f-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-11 12:45:25.844214 | fa163e20-f24a-206f-595f-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:05.755466 | 0.54s 2026-03-11 12:45:25.869943 | fa163e20-f24a-206f-595f-00000000133d | TASK | Write containers.conf 2026-03-11 12:45:26.115812 | fa163e20-f24a-206f-595f-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-11 12:45:26.117273 | fa163e20-f24a-206f-595f-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.028523 | 0.25s 2026-03-11 12:45:26.289679 | fa163e20-f24a-206f-595f-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-11 12:45:26.290663 | fa163e20-f24a-206f-595f-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.201921 | 0.42s 2026-03-11 12:45:26.466511 | fa163e20-f24a-206f-595f-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-11 12:45:26.467503 | fa163e20-f24a-206f-595f-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.378759 | 0.60s 2026-03-11 12:45:26.635941 | fa163e20-f24a-206f-595f-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-11 12:45:26.637005 | fa163e20-f24a-206f-595f-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.548261 | 0.77s 2026-03-11 12:45:26.643898 | fa163e20-f24a-206f-595f-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.555151 | 0.77s 2026-03-11 12:45:26.662102 | fa163e20-f24a-206f-595f-00000000133e | TASK | Enable podman.socket service 2026-03-11 12:45:26.690221 | fa163e20-f24a-206f-595f-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-11 12:45:26.691054 | fa163e20-f24a-206f-595f-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:06.602316 | 0.03s 2026-03-11 12:45:26.724217 | fa163e20-f24a-206f-595f-000000000bb3 | TASK | Run podman login 2026-03-11 12:45:26.749657 | fa163e20-f24a-206f-595f-000000000bb3 | TIMING | Run podman login | standalone | 0:03:06.660910 | 0.02s 2026-03-11 12:45:26.802330 | fa163e20-f24a-206f-595f-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-11 12:45:26.827990 | fa163e20-f24a-206f-595f-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:06.739244 | 0.02s 2026-03-11 12:45:26.861620 | fa163e20-f24a-206f-595f-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-11 12:45:27.327611 | fa163e20-f24a-206f-595f-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-11 12:45:27.329011 | fa163e20-f24a-206f-595f-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:07.240263 | 0.47s 2026-03-11 12:45:27.353865 | fa163e20-f24a-206f-595f-000000000bb6 | TASK | create persistent directories 2026-03-11 12:45:27.603144 | fa163e20-f24a-206f-595f-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-11 12:45:27.604696 | fa163e20-f24a-206f-595f-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.515944 | 0.25s 2026-03-11 12:45:27.837165 | fa163e20-f24a-206f-595f-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-11 12:45:27.838241 | fa163e20-f24a-206f-595f-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.749497 | 0.48s 2026-03-11 12:45:28.032163 | fa163e20-f24a-206f-595f-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-11 12:45:28.034149 | fa163e20-f24a-206f-595f-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.945405 | 0.68s 2026-03-11 12:45:28.045279 | fa163e20-f24a-206f-595f-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.956527 | 0.69s 2026-03-11 12:45:28.070800 | fa163e20-f24a-206f-595f-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-11 12:45:28.539051 | fa163e20-f24a-206f-595f-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-11 12:45:28.540429 | fa163e20-f24a-206f-595f-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:08.451683 | 0.47s 2026-03-11 12:45:28.564943 | fa163e20-f24a-206f-595f-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-11 12:45:31.686123 | fa163e20-f24a-206f-595f-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-11 12:45:31.688637 | fa163e20-f24a-206f-595f-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:11.599887 | 3.12s 2026-03-11 12:45:31.714883 | fa163e20-f24a-206f-595f-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-11 12:45:32.105909 | fa163e20-f24a-206f-595f-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-11 12:45:32.108808 | fa163e20-f24a-206f-595f-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:12.020060 | 0.39s 2026-03-11 12:45:32.163290 | fa163e20-f24a-206f-595f-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:12.074532 | 0.03s 2026-03-11 12:45:32.253922 | fa163e20-f24a-206f-595f-000000001559 | TASK | Gather variables for each operating system 2026-03-11 12:45:32.371215 | fa163e20-f24a-206f-595f-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-11 12:45:32.372216 | fa163e20-f24a-206f-595f-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.283475 | 0.12s 2026-03-11 12:45:32.375656 | fa163e20-f24a-206f-595f-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.286909 | 0.12s 2026-03-11 12:45:32.401556 | fa163e20-f24a-206f-595f-00000000155b | TASK | Install the OpenSSH server 2026-03-11 12:45:35.391378 | fa163e20-f24a-206f-595f-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-11 12:45:35.393323 | fa163e20-f24a-206f-595f-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:15.304569 | 2.99s 2026-03-11 12:45:35.418772 | fa163e20-f24a-206f-595f-00000000155c | TASK | Start sshd 2026-03-11 12:45:35.453003 | fa163e20-f24a-206f-595f-00000000155c | SKIPPED | Start sshd | standalone 2026-03-11 12:45:35.454044 | fa163e20-f24a-206f-595f-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:15.365303 | 0.03s 2026-03-11 12:45:35.474757 | fa163e20-f24a-206f-595f-00000000155d | TASK | PasswordAuthentication notice 2026-03-11 12:45:35.516269 | fa163e20-f24a-206f-595f-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 12:45:35.517211 | fa163e20-f24a-206f-595f-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:15.428469 | 0.04s 2026-03-11 12:45:35.537240 | fa163e20-f24a-206f-595f-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-11 12:45:35.566979 | fa163e20-f24a-206f-595f-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-11 12:45:35.567732 | fa163e20-f24a-206f-595f-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:15.478992 | 0.03s 2026-03-11 12:45:35.587724 | fa163e20-f24a-206f-595f-00000000155f | TASK | Motd duplication notice 2026-03-11 12:45:35.626301 | fa163e20-f24a-206f-595f-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 12:45:35.627318 | fa163e20-f24a-206f-595f-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:15.538574 | 0.04s 2026-03-11 12:45:35.651568 | fa163e20-f24a-206f-595f-000000001560 | TASK | Configure the banner text 2026-03-11 12:45:35.681720 | fa163e20-f24a-206f-595f-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-11 12:45:35.682781 | fa163e20-f24a-206f-595f-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.594034 | 0.03s 2026-03-11 12:45:35.707805 | fa163e20-f24a-206f-595f-000000001561 | TASK | Configure the motd banner 2026-03-11 12:45:35.747634 | fa163e20-f24a-206f-595f-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-11 12:45:35.748745 | fa163e20-f24a-206f-595f-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:15.660000 | 0.04s 2026-03-11 12:45:35.773708 | fa163e20-f24a-206f-595f-000000001562 | TASK | Update sshd configuration options from vars 2026-03-11 12:45:35.817902 | fa163e20-f24a-206f-595f-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-11 12:45:35.819118 | fa163e20-f24a-206f-595f-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:15.730372 | 0.04s 2026-03-11 12:45:35.843683 | fa163e20-f24a-206f-595f-000000001563 | TASK | Adjust ssh server configuration 2026-03-11 12:45:36.448604 | fa163e20-f24a-206f-595f-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-11 12:45:36.449905 | fa163e20-f24a-206f-595f-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:16.361160 | 0.60s 2026-03-11 12:45:36.474930 | fa163e20-f24a-206f-595f-000000001564 | TASK | Restart sshd 2026-03-11 12:45:36.931328 | fa163e20-f24a-206f-595f-000000001564 | CHANGED | Restart sshd | standalone 2026-03-11 12:45:36.933268 | fa163e20-f24a-206f-595f-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:16.844521 | 0.46s 2026-03-11 12:45:36.981614 | fa163e20-f24a-206f-595f-000000000bbb | TASK | create persistent directories 2026-03-11 12:45:37.234106 | fa163e20-f24a-206f-595f-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 12:45:37.236814 | fa163e20-f24a-206f-595f-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.148059 | 0.25s 2026-03-11 12:45:37.448483 | fa163e20-f24a-206f-595f-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-11 12:45:37.450100 | fa163e20-f24a-206f-595f-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.361356 | 0.47s 2026-03-11 12:45:37.636961 | fa163e20-f24a-206f-595f-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 12:45:37.638048 | fa163e20-f24a-206f-595f-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.549304 | 0.66s 2026-03-11 12:45:37.650248 | fa163e20-f24a-206f-595f-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.561500 | 0.67s 2026-03-11 12:45:37.672256 | fa163e20-f24a-206f-595f-000000000bbc | TASK | create persistent directories 2026-03-11 12:45:37.924018 | fa163e20-f24a-206f-595f-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-11 12:45:37.926219 | fa163e20-f24a-206f-595f-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.837465 | 0.25s 2026-03-11 12:45:38.147822 | fa163e20-f24a-206f-595f-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-11 12:45:38.149582 | fa163e20-f24a-206f-595f-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.060836 | 0.48s 2026-03-11 12:45:38.346371 | fa163e20-f24a-206f-595f-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-11 12:45:38.347289 | fa163e20-f24a-206f-595f-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.258549 | 0.67s 2026-03-11 12:45:38.352758 | fa163e20-f24a-206f-595f-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.264005 | 0.68s 2026-03-11 12:45:38.378198 | fa163e20-f24a-206f-595f-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-11 12:45:38.409080 | fa163e20-f24a-206f-595f-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-11 12:45:38.410326 | fa163e20-f24a-206f-595f-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:18.321579 | 0.03s 2026-03-11 12:45:38.434428 | fa163e20-f24a-206f-595f-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-11 12:45:38.463899 | fa163e20-f24a-206f-595f-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-11 12:45:38.464990 | fa163e20-f24a-206f-595f-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:18.376244 | 0.03s 2026-03-11 12:45:38.489284 | fa163e20-f24a-206f-595f-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-11 12:45:38.729685 | fa163e20-f24a-206f-595f-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-11 12:45:38.731153 | fa163e20-f24a-206f-595f-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:18.642407 | 0.24s 2026-03-11 12:45:38.756806 | fa163e20-f24a-206f-595f-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-11 12:45:38.797681 | fa163e20-f24a-206f-595f-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-11 12:45:38.799075 | fa163e20-f24a-206f-595f-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:18.710327 | 0.04s 2026-03-11 12:45:38.823742 | fa163e20-f24a-206f-595f-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-11 12:45:38.853442 | fa163e20-f24a-206f-595f-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-11 12:45:38.854092 | fa163e20-f24a-206f-595f-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:18.765355 | 0.03s 2026-03-11 12:45:38.874497 | fa163e20-f24a-206f-595f-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-11 12:45:38.900993 | fa163e20-f24a-206f-595f-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-11 12:45:38.901955 | fa163e20-f24a-206f-595f-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:18.813215 | 0.03s 2026-03-11 12:45:38.921953 | fa163e20-f24a-206f-595f-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-11 12:45:38.948677 | fa163e20-f24a-206f-595f-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:18.859925 | 0.03s 2026-03-11 12:45:38.970229 | fa163e20-f24a-206f-595f-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-11 12:45:39.017777 | fa163e20-f24a-206f-595f-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-11 12:45:39.019056 | fa163e20-f24a-206f-595f-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:18.930311 | 0.05s 2026-03-11 12:45:39.044815 | fa163e20-f24a-206f-595f-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-11 12:45:39.073482 | fa163e20-f24a-206f-595f-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:18.984722 | 0.03s 2026-03-11 12:45:39.098318 | fa163e20-f24a-206f-595f-000000000bc6 | TASK | Check for NTP service 2026-03-11 12:45:39.333372 | fa163e20-f24a-206f-595f-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-11 12:45:39.334618 | fa163e20-f24a-206f-595f-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:19.245872 | 0.23s 2026-03-11 12:45:39.359216 | fa163e20-f24a-206f-595f-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-11 12:45:39.399372 | fa163e20-f24a-206f-595f-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 12:45:39.400564 | fa163e20-f24a-206f-595f-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:19.311816 | 0.04s 2026-03-11 12:45:39.425585 | fa163e20-f24a-206f-595f-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-11 12:45:39.453891 | fa163e20-f24a-206f-595f-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:19.365099 | 0.03s 2026-03-11 12:45:39.549138 | fa163e20-f24a-206f-595f-0000000016f5 | TASK | Load distro-specific variables 2026-03-11 12:45:39.574573 | fa163e20-f24a-206f-595f-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.485830 | 0.02s 2026-03-11 12:45:39.582464 | 5eb6e5c2-b693-48b3-a2c0-8f941c6b5af1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 12:45:39.603319 | fa163e20-f24a-206f-595f-0000000017da | TASK | Load distro-specific variables 2026-03-11 12:45:39.655314 | fa163e20-f24a-206f-595f-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 12:45:39.656712 | fa163e20-f24a-206f-595f-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.567962 | 0.05s 2026-03-11 12:45:39.662305 | fa163e20-f24a-206f-595f-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.573566 | 0.06s 2026-03-11 12:45:39.679354 | fa163e20-f24a-206f-595f-0000000016f6 | TASK | Install chronyd 2026-03-11 12:45:39.707530 | fa163e20-f24a-206f-595f-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:19.618791 | 0.03s 2026-03-11 12:45:39.718801 | 255e6506-7af7-4dd2-b972-327e6137e67b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-11 12:45:39.741658 | fa163e20-f24a-206f-595f-000000001813 | TASK | Load distro-specific variables 2026-03-11 12:45:39.767351 | fa163e20-f24a-206f-595f-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.678605 | 0.03s 2026-03-11 12:45:39.777459 | 3495e545-7223-426e-9e7d-4204dca2e590 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 12:45:39.801400 | fa163e20-f24a-206f-595f-00000000185a | TASK | Load distro-specific variables 2026-03-11 12:45:39.854906 | fa163e20-f24a-206f-595f-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 12:45:39.856254 | fa163e20-f24a-206f-595f-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.767505 | 0.05s 2026-03-11 12:45:39.862524 | fa163e20-f24a-206f-595f-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.773780 | 0.06s 2026-03-11 12:45:39.888124 | fa163e20-f24a-206f-595f-000000001814 | TASK | Check for NTP service 2026-03-11 12:45:40.313406 | fa163e20-f24a-206f-595f-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-11 12:45:40.314805 | fa163e20-f24a-206f-595f-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:20.226057 | 0.43s 2026-03-11 12:45:40.342028 | fa163e20-f24a-206f-595f-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-11 12:45:40.393063 | fa163e20-f24a-206f-595f-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-11 12:45:40.394262 | fa163e20-f24a-206f-595f-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:20.305514 | 0.05s 2026-03-11 12:45:40.419575 | fa163e20-f24a-206f-595f-000000001816 | TASK | Install chronyd package 2026-03-11 12:45:43.556642 | fa163e20-f24a-206f-595f-000000001816 | OK | Install chronyd package | standalone 2026-03-11 12:45:43.558506 | fa163e20-f24a-206f-595f-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:23.469754 | 3.14s 2026-03-11 12:45:43.589258 | fa163e20-f24a-206f-595f-0000000016f7 | TASK | Upgrade chronyd 2026-03-11 12:45:43.623506 | fa163e20-f24a-206f-595f-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-11 12:45:43.624781 | fa163e20-f24a-206f-595f-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:23.536035 | 0.03s 2026-03-11 12:45:43.646377 | fa163e20-f24a-206f-595f-0000000016f8 | TASK | Configure chronyd 2026-03-11 12:45:43.677618 | fa163e20-f24a-206f-595f-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:23.588841 | 0.03s 2026-03-11 12:45:43.701368 | 1bb471f2-7dd5-4ad9-89c6-5261c2f4b2af | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-11 12:45:43.738009 | fa163e20-f24a-206f-595f-000000001893 | TASK | Load distro-specific variables 2026-03-11 12:45:43.767651 | fa163e20-f24a-206f-595f-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.678888 | 0.03s 2026-03-11 12:45:43.780679 | f1d04ec3-f872-4f0c-a856-de2e37794e24 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 12:45:43.804721 | fa163e20-f24a-206f-595f-0000000018ff | TASK | Load distro-specific variables 2026-03-11 12:45:43.863187 | fa163e20-f24a-206f-595f-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 12:45:43.864477 | fa163e20-f24a-206f-595f-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.775732 | 0.06s 2026-03-11 12:45:43.878557 | fa163e20-f24a-206f-595f-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.789794 | 0.07s 2026-03-11 12:45:43.904781 | fa163e20-f24a-206f-595f-000000001894 | TASK | Install chrony configuration file 2026-03-11 12:45:44.569807 | fa163e20-f24a-206f-595f-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-11 12:45:44.571626 | fa163e20-f24a-206f-595f-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:24.482876 | 0.67s 2026-03-11 12:45:44.599437 | fa163e20-f24a-206f-595f-0000000016f9 | TASK | Run chronyd 2026-03-11 12:45:44.633884 | fa163e20-f24a-206f-595f-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:24.545072 | 0.03s 2026-03-11 12:45:44.659481 | ff0dfc06-531d-4624-94bf-fe064c5e497d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-11 12:45:44.704184 | fa163e20-f24a-206f-595f-000000001922 | TASK | Load distro-specific variables 2026-03-11 12:45:44.732820 | fa163e20-f24a-206f-595f-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.644069 | 0.03s 2026-03-11 12:45:44.743912 | f493e65d-7411-4e12-b2d7-3903dab03bdd | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-11 12:45:44.768072 | fa163e20-f24a-206f-595f-0000000019a6 | TASK | Load distro-specific variables 2026-03-11 12:45:44.817526 | fa163e20-f24a-206f-595f-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-11 12:45:44.819742 | fa163e20-f24a-206f-595f-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.730990 | 0.05s 2026-03-11 12:45:44.829732 | fa163e20-f24a-206f-595f-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.740968 | 0.06s 2026-03-11 12:45:44.857394 | fa163e20-f24a-206f-595f-000000001923 | TASK | Ensure chronyd is running 2026-03-11 12:45:45.275452 | fa163e20-f24a-206f-595f-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-11 12:45:45.277746 | fa163e20-f24a-206f-595f-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:25.188995 | 0.42s 2026-03-11 12:45:45.305130 | fa163e20-f24a-206f-595f-000000001924 | TASK | Force chronyd restart 2026-03-11 12:45:45.820204 | fa163e20-f24a-206f-595f-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-11 12:45:45.822424 | fa163e20-f24a-206f-595f-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:25.733674 | 0.52s 2026-03-11 12:45:45.850392 | fa163e20-f24a-206f-595f-0000000016fa | TASK | Enable online service 2026-03-11 12:45:45.893002 | fa163e20-f24a-206f-595f-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:25.804230 | 0.04s 2026-03-11 12:45:45.916244 | e15fa49a-b447-4152-b8d8-7ee391da14e1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-11 12:45:45.966581 | fa163e20-f24a-206f-595f-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-11 12:45:46.410712 | fa163e20-f24a-206f-595f-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-11 12:45:46.412304 | fa163e20-f24a-206f-595f-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:26.323556 | 0.44s 2026-03-11 12:45:46.437935 | fa163e20-f24a-206f-595f-0000000019d4 | TASK | Enable chrony-online.service 2026-03-11 12:45:47.315142 | fa163e20-f24a-206f-595f-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-11 12:45:47.316898 | fa163e20-f24a-206f-595f-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:27.228156 | 0.88s 2026-03-11 12:45:47.339305 | fa163e20-f24a-206f-595f-0000000016fb | TASK | Sync chronyc 2026-03-11 12:45:47.368988 | fa163e20-f24a-206f-595f-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:27.280241 | 0.03s 2026-03-11 12:45:47.382693 | b0673717-5213-4285-afa3-5f343ca5a82d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-11 12:45:47.417898 | fa163e20-f24a-206f-595f-000000001a79 | TASK | Force NTP sync 2026-03-11 12:45:47.652548 | fa163e20-f24a-206f-595f-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-11 12:45:47.653886 | fa163e20-f24a-206f-595f-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:27.565139 | 0.24s 2026-03-11 12:45:47.679096 | fa163e20-f24a-206f-595f-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-11 12:45:57.925207 | fa163e20-f24a-206f-595f-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 12:45:57.926557 | fa163e20-f24a-206f-595f-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:37.837812 | 10.25s 2026-03-11 12:45:57.973810 | fa163e20-f24a-206f-595f-000000000bc9 | TASK | Force NTP sync 2026-03-11 12:45:58.204097 | fa163e20-f24a-206f-595f-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-11 12:45:58.205381 | fa163e20-f24a-206f-595f-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:38.116635 | 0.23s 2026-03-11 12:45:58.229216 | fa163e20-f24a-206f-595f-000000000bca | TASK | Ensure system is NTP time synced 2026-03-11 12:45:58.427666 | fa163e20-f24a-206f-595f-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-11 12:45:58.429002 | fa163e20-f24a-206f-595f-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:38.340256 | 0.20s 2026-03-11 12:45:58.454503 | fa163e20-f24a-206f-595f-000000000bcb | TASK | Run timezone role 2026-03-11 12:45:58.482375 | fa163e20-f24a-206f-595f-000000000bcb | TIMING | Run timezone role | standalone | 0:03:38.393620 | 0.03s 2026-03-11 12:45:58.585748 | fa163e20-f24a-206f-595f-000000001c3a | TASK | Set timezone 2026-03-11 12:45:59.077600 | fa163e20-f24a-206f-595f-000000001c3a | OK | Set timezone | standalone 2026-03-11 12:45:59.079049 | fa163e20-f24a-206f-595f-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:38.990302 | 0.49s 2026-03-11 12:45:59.104127 | fa163e20-f24a-206f-595f-000000001c3b | TASK | Restart time services 2026-03-11 12:45:59.142026 | fa163e20-f24a-206f-595f-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-11 12:45:59.147459 | fa163e20-f24a-206f-595f-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-11 12:45:59.155024 | fa163e20-f24a-206f-595f-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:39.066270 | 0.05s 2026-03-11 12:45:59.195326 | fa163e20-f24a-206f-595f-000000000bcc | TASK | install tmpwatch on the host 2026-03-11 12:46:02.163213 | fa163e20-f24a-206f-595f-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-11 12:46:02.164534 | fa163e20-f24a-206f-595f-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:42.075790 | 2.97s 2026-03-11 12:46:02.188646 | fa163e20-f24a-206f-595f-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-11 12:46:02.222401 | fa163e20-f24a-206f-595f-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-11 12:46:02.223707 | fa163e20-f24a-206f-595f-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:42.134961 | 0.03s 2026-03-11 12:46:02.276919 | fa163e20-f24a-206f-595f-000000000bce | TIMING | include_role : tuned | standalone | 0:03:42.188165 | 0.03s 2026-03-11 12:46:02.379520 | fa163e20-f24a-206f-595f-000000001e6e | TASK | Gather variables for each operating system 2026-03-11 12:46:02.497343 | fa163e20-f24a-206f-595f-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-11 12:46:02.498702 | fa163e20-f24a-206f-595f-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:42.409951 | 0.12s 2026-03-11 12:46:02.504624 | fa163e20-f24a-206f-595f-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:42.415874 | 0.12s 2026-03-11 12:46:02.601417 | fa163e20-f24a-206f-595f-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:42.512661 | 0.07s 2026-03-11 12:46:02.621531 | f9c5579a-a31b-4daf-b97c-acc57599aa7f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-11 12:46:02.654649 | fa163e20-f24a-206f-595f-000000001f9f | TASK | Check tuned package is installed 2026-03-11 12:46:02.922679 | fa163e20-f24a-206f-595f-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-11 12:46:02.923766 | fa163e20-f24a-206f-595f-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:42.835025 | 0.27s 2026-03-11 12:46:02.943891 | fa163e20-f24a-206f-595f-000000001fa0 | TASK | Install tuned 2026-03-11 12:46:02.973399 | fa163e20-f24a-206f-595f-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-11 12:46:02.974488 | fa163e20-f24a-206f-595f-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:42.885742 | 0.03s 2026-03-11 12:46:02.999528 | fa163e20-f24a-206f-595f-000000001fa1 | TASK | Restart tuned 2026-03-11 12:46:03.030585 | fa163e20-f24a-206f-595f-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-11 12:46:03.031666 | fa163e20-f24a-206f-595f-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:42.942921 | 0.03s 2026-03-11 12:46:03.056695 | fa163e20-f24a-206f-595f-000000001e70 | TASK | Check for tuned-adm 2026-03-11 12:46:03.287128 | fa163e20-f24a-206f-595f-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-11 12:46:03.288532 | fa163e20-f24a-206f-595f-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:43.199785 | 0.23s 2026-03-11 12:46:03.345982 | fa163e20-f24a-206f-595f-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:43.257225 | 0.03s 2026-03-11 12:46:03.371942 | 9fa45597-62c2-4ff8-a56b-c5ad27c70723 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-11 12:46:03.406762 | fa163e20-f24a-206f-595f-000000001fcc | TASK | Ensure profile directory exists 2026-03-11 12:46:03.475584 | fa163e20-f24a-206f-595f-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-11 12:46:03.476845 | fa163e20-f24a-206f-595f-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:43.388097 | 0.07s 2026-03-11 12:46:03.501947 | fa163e20-f24a-206f-595f-000000001fcd | TASK | Create custom tuned profile 2026-03-11 12:46:03.573836 | fa163e20-f24a-206f-595f-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-11 12:46:03.574988 | fa163e20-f24a-206f-595f-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:43.486243 | 0.07s 2026-03-11 12:46:03.599806 | fa163e20-f24a-206f-595f-000000001fce | TASK | Check tuned active profile 2026-03-11 12:46:03.821194 | fa163e20-f24a-206f-595f-000000001fce | OK | Check tuned active profile | standalone 2026-03-11 12:46:03.822062 | fa163e20-f24a-206f-595f-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:43.733324 | 0.22s 2026-03-11 12:46:03.839663 | fa163e20-f24a-206f-595f-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-11 12:46:04.022811 | fa163e20-f24a-206f-595f-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-11 12:46:04.023680 | fa163e20-f24a-206f-595f-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:43.934940 | 0.18s 2026-03-11 12:46:04.041617 | fa163e20-f24a-206f-595f-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-11 12:46:04.103530 | fa163e20-f24a-206f-595f-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-11 12:46:04.104304 | fa163e20-f24a-206f-595f-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:44.015566 | 0.06s 2026-03-11 12:46:04.130757 | fa163e20-f24a-206f-595f-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-11 12:46:04.192012 | fa163e20-f24a-206f-595f-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-11 12:46:04.193137 | fa163e20-f24a-206f-595f-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:44.104392 | 0.06s 2026-03-11 12:46:04.217891 | fa163e20-f24a-206f-595f-000000001fd2 | TASK | Enable tuned profile 2026-03-11 12:46:04.251060 | fa163e20-f24a-206f-595f-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-11 12:46:04.252202 | fa163e20-f24a-206f-595f-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:44.163456 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-11 12:46:04.430018 | fa163e20-f24a-206f-595f-0000000000ac | TASK | Overcloud container setup tasks 2026-03-11 12:46:04.456509 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000ac') missing from stats 2026-03-11 12:46:04.481349 | fa163e20-f24a-206f-595f-0000000000ad | TASK | Write config data 2026-03-11 12:46:04.544252 | fa163e20-f24a-206f-595f-0000000000ad | TIMING | Write config data | standalone | 0:03:44.455502 | 0.06s 2026-03-11 12:46:04.572907 | 6f141576-9c2d-4a2b-b405-be2617b65c60 | INCLUDED | /root/standalone-ansible-suuaa9r4/common_container_setup_tasks.yaml | standalone 2026-03-11 12:46:04.596364 | fa163e20-f24a-206f-595f-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-11 12:46:04.814337 | fa163e20-f24a-206f-595f-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-11 12:46:04.815235 | fa163e20-f24a-206f-595f-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:44.726495 | 0.22s 2026-03-11 12:46:04.832336 | fa163e20-f24a-206f-595f-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-11 12:46:05.038044 | fa163e20-f24a-206f-595f-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-11 12:46:05.039436 | fa163e20-f24a-206f-595f-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:44.950689 | 0.21s 2026-03-11 12:46:05.064250 | fa163e20-f24a-206f-595f-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-11 12:46:05.286052 | fa163e20-f24a-206f-595f-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-11 12:46:05.287422 | fa163e20-f24a-206f-595f-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:45.198674 | 0.22s 2026-03-11 12:46:05.312323 | fa163e20-f24a-206f-595f-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-11 12:46:05.539520 | fa163e20-f24a-206f-595f-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-11 12:46:05.541030 | fa163e20-f24a-206f-595f-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:45.452282 | 0.23s 2026-03-11 12:46:05.566422 | fa163e20-f24a-206f-595f-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-11 12:46:05.787219 | fa163e20-f24a-206f-595f-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-11 12:46:05.788655 | fa163e20-f24a-206f-595f-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:45.699908 | 0.22s 2026-03-11 12:46:05.815138 | fa163e20-f24a-206f-595f-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-11 12:46:07.000462 | fa163e20-f24a-206f-595f-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-11 12:46:07.002124 | fa163e20-f24a-206f-595f-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:46.913351 | 1.19s 2026-03-11 12:46:07.027577 | fa163e20-f24a-206f-595f-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-11 12:46:07.248732 | fa163e20-f24a-206f-595f-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-11 12:46:07.250301 | fa163e20-f24a-206f-595f-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:47.161551 | 0.22s 2026-03-11 12:46:07.275893 | fa163e20-f24a-206f-595f-00000000203a | TASK | Write container config scripts 2026-03-11 12:46:07.577978 | fa163e20-f24a-206f-595f-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-11 12:46:07.579377 | fa163e20-f24a-206f-595f-00000000203a | TIMING | Write container config scripts | standalone | 0:03:47.490628 | 0.30s 2026-03-11 12:46:07.606138 | fa163e20-f24a-206f-595f-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-11 12:46:08.031263 | fa163e20-f24a-206f-595f-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-11 12:46:08.032648 | fa163e20-f24a-206f-595f-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:47.943900 | 0.42s 2026-03-11 12:46:08.057655 | fa163e20-f24a-206f-595f-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-11 12:46:08.656395 | fa163e20-f24a-206f-595f-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-11 12:46:08.665411 | fa163e20-f24a-206f-595f-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:48.576661 | 0.61s 2026-03-11 12:46:08.705081 | fa163e20-f24a-206f-595f-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-11 12:46:08.962654 | fa163e20-f24a-206f-595f-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-11 12:46:08.964207 | fa163e20-f24a-206f-595f-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:48.875458 | 0.26s 2026-03-11 12:46:08.990762 | fa163e20-f24a-206f-595f-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-11 12:46:09.223534 | fa163e20-f24a-206f-595f-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-11 12:46:09.225105 | fa163e20-f24a-206f-595f-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:49.136356 | 0.23s 2026-03-11 12:46:09.250206 | fa163e20-f24a-206f-595f-00000000203f | TASK | Write container config json files 2026-03-11 12:46:09.754534 | fa163e20-f24a-206f-595f-00000000203f | CHANGED | Write container config json files | standalone 2026-03-11 12:46:09.762525 | fa163e20-f24a-206f-595f-00000000203f | TIMING | Write container config json files | standalone | 0:03:49.673759 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-11 12:46:09.931058 | fa163e20-f24a-206f-595f-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-11 12:46:09.961092 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-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 12:46:10.028787 | fa163e20-f24a-206f-595f-0000000000b2 | TIMING | include_tasks | standalone | 0:03:49.940033 | 0.05s 2026-03-11 12:46:10.058684 | 07c0f8a8-f720-4483-b71d-399dc5ec3881 | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-11 12:46:10.093590 | fa163e20-f24a-206f-595f-000000002073 | TASK | Get undercloud FQDN 2026-03-11 12:46:10.167196 | fa163e20-f24a-206f-595f-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-000000002073') missing from stats 2026-03-11 12:46:10.235598 | fa163e20-f24a-206f-595f-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:50.146838 | 0.04s 2026-03-11 12:46:10.308185 | fa163e20-f24a-206f-595f-000000002098 | TASK | set main facts 2026-03-11 12:46:10.380246 | fa163e20-f24a-206f-595f-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-000000002098') missing from stats 2026-03-11 12:46:10.428542 | fa163e20-f24a-206f-595f-000000002099 | TASK | get the default.conf file 2026-03-11 12:46:10.681320 | fa163e20-f24a-206f-595f-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-000000002099') missing from stats 2026-03-11 12:46:10.731116 | fa163e20-f24a-206f-595f-00000000209a | TASK | set the principal 2026-03-11 12:46:10.819694 | fa163e20-f24a-206f-595f-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-00000000209a') missing from stats 2026-03-11 12:46:10.868092 | fa163e20-f24a-206f-595f-00000000209c | TASK | add new host with one-time password 2026-03-11 12:46:12.203193 | fa163e20-f24a-206f-595f-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-00000000209c') missing from stats 2026-03-11 12:46:12.244680 | fa163e20-f24a-206f-595f-00000000209d | TASK | set otp as a host fact 2026-03-11 12:46:12.284819 | fa163e20-f24a-206f-595f-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-11 12:46:12.286179 | fa163e20-f24a-206f-595f-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:52.197430 | 0.04s 2026-03-11 12:46:12.335569 | fa163e20-f24a-206f-595f-00000000209f | TASK | add required services using custom module 2026-03-11 12:46:15.491299 | fa163e20-f24a-206f-595f-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e20-f24a-206f-595f-00000000209f') missing from stats 2026-03-11 12:46:15.563335 | fa163e20-f24a-206f-595f-000000002076 | TASK | check if default.conf exists 2026-03-11 12:46:15.821049 | fa163e20-f24a-206f-595f-000000002076 | OK | check if default.conf exists | standalone 2026-03-11 12:46:15.822540 | fa163e20-f24a-206f-595f-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:55.733792 | 0.26s 2026-03-11 12:46:15.847818 | fa163e20-f24a-206f-595f-000000002077 | TASK | install openssl-perl 2026-03-11 12:46:15.888910 | fa163e20-f24a-206f-595f-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-11 12:46:15.890332 | fa163e20-f24a-206f-595f-000000002077 | TIMING | install openssl-perl | standalone | 0:03:55.801583 | 0.04s 2026-03-11 12:46:15.915684 | fa163e20-f24a-206f-595f-000000002078 | TASK | register as an ipa client 2026-03-11 12:46:15.960613 | fa163e20-f24a-206f-595f-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-11 12:46:15.962118 | fa163e20-f24a-206f-595f-000000002078 | TIMING | register as an ipa client | standalone | 0:03:55.873370 | 0.04s 2026-03-11 12:46:15.987266 | fa163e20-f24a-206f-595f-000000002079 | TASK | restart certmonger service 2026-03-11 12:46:16.029445 | fa163e20-f24a-206f-595f-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-11 12:46:16.030829 | fa163e20-f24a-206f-595f-000000002079 | TIMING | restart certmonger service | standalone | 0:03:55.942074 | 0.04s 2026-03-11 12:46:16.056284 | fa163e20-f24a-206f-595f-00000000207a | TASK | set discovered ipa realm 2026-03-11 12:46:16.108343 | fa163e20-f24a-206f-595f-00000000207a | OK | set discovered ipa realm | standalone 2026-03-11 12:46:16.109684 | fa163e20-f24a-206f-595f-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:56.020937 | 0.05s PLAY [External deployment step 1] ********************************************** 2026-03-11 12:46:16.258146 | fa163e20-f24a-206f-595f-0000000000b6 | TASK | External deployment step 1 2026-03-11 12:46:16.287186 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000b6') missing from stats 2026-03-11 12:46:16.352249 | fa163e20-f24a-206f-595f-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:56.263486 | 0.04s 2026-03-11 12:46:16.389817 | 2d0255f4-6736-4079-a25a-fff63858a0c3 | INCLUDED | /root/standalone-ansible-suuaa9r4/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-11 12:46:16.412299 | fa163e20-f24a-206f-595f-0000000020f5 | TASK | Container image prepare 2026-03-11 12:46:17.444736 | fa163e20-f24a-206f-595f-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-11 12:46:17.447353 | fa163e20-f24a-206f-595f-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:57.358601 | 1.03s 2026-03-11 12:46:17.536225 | fa163e20-f24a-206f-595f-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:57.447468 | 0.05s 2026-03-11 12:46:17.581182 | fa163e20-f24a-206f-595f-00000000211b | TASK | get dns zones and entries to add 2026-03-11 12:46:17.646038 | fa163e20-f24a-206f-595f-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-11 12:46:17.647585 | fa163e20-f24a-206f-595f-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:57.558839 | 0.06s 2026-03-11 12:46:17.729547 | fa163e20-f24a-206f-595f-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "122.168.192.in-addr.arpa", "0.17.172.in-addr.arpa", "storagemgmt.ooo.test", "ctlplane.ooo.test", "storage.ooo.test", "external.ooo.test", "0.18.172.in-addr.arpa", "0.19.172.in-addr.arpa", "0.20.172.in-addr.arpa", "internalapi.ooo.test", "ooo.test", "tenant.ooo.test", "0.21.172.in-addr.arpa" ] } 2026-03-11 12:46:17.730962 | fa163e20-f24a-206f-595f-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:57.642215 | 0.06s 2026-03-11 12:46:17.810806 | fa163e20-f24a-206f-595f-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 12:46:17.813388 | fa163e20-f24a-206f-595f-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:57.724640 | 0.06s 2026-03-11 12:46:17.832204 | fa163e20-f24a-206f-595f-00000000211e | TASK | add dns zones and records 2026-03-11 12:46:21.427564 | fa163e20-f24a-206f-595f-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-11 12:46:21.428497 | fa163e20-f24a-206f-595f-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:01.339760 | 3.59s 2026-03-11 12:46:21.455450 | fa163e20-f24a-206f-595f-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-11 12:46:21.659260 | fa163e20-f24a-206f-595f-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-11 12:46:21.660558 | fa163e20-f24a-206f-595f-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:01.571811 | 0.20s 2026-03-11 12:46:21.678599 | fa163e20-f24a-206f-595f-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 12:46:21.728159 | fa163e20-f24a-206f-595f-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:01.639403 | 0.05s 2026-03-11 12:46:21.773806 | fa163e20-f24a-206f-595f-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-11 12:46:22.009911 | fa163e20-f24a-206f-595f-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-11 12:46:22.011202 | fa163e20-f24a-206f-595f-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:01.922454 | 0.24s 2026-03-11 12:46:22.031631 | fa163e20-f24a-206f-595f-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-11 12:46:22.474548 | fa163e20-f24a-206f-595f-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-11 12:46:22.475939 | fa163e20-f24a-206f-595f-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:02.387191 | 0.44s 2026-03-11 12:46:22.496626 | fa163e20-f24a-206f-595f-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-11 12:46:22.547470 | fa163e20-f24a-206f-595f-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:02.458712 | 0.05s 2026-03-11 12:46:22.593552 | fa163e20-f24a-206f-595f-00000000218c | TASK | Check for a configured destination 2026-03-11 12:46:22.663948 | fa163e20-f24a-206f-595f-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-11 12:46:22.665059 | fa163e20-f24a-206f-595f-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:02.576312 | 0.07s 2026-03-11 12:46:22.700779 | fa163e20-f24a-206f-595f-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-11 12:46:23.167349 | fa163e20-f24a-206f-595f-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-11 12:46:23.169141 | fa163e20-f24a-206f-595f-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:03.080385 | 0.47s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-11 12:46:23.340429 | fa163e20-f24a-206f-595f-0000000000ba | TASK | Deploy step tasks for 1 2026-03-11 12:46:23.368493 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000ba') missing from stats 2026-03-11 12:46:23.389470 | fa163e20-f24a-206f-595f-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-11 12:46:23.852829 | fa163e20-f24a-206f-595f-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-11 12:46:23.854020 | fa163e20-f24a-206f-595f-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:03.765276 | 0.46s 2026-03-11 12:46:23.876126 | fa163e20-f24a-206f-595f-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 12:46:24.121058 | fa163e20-f24a-206f-595f-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 12:46:24.122906 | fa163e20-f24a-206f-595f-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:04.034126 | 0.24s 2026-03-11 12:46:24.148774 | fa163e20-f24a-206f-595f-0000000000be | TASK | Write config data at the start of step 1 2026-03-11 12:46:24.227507 | fa163e20-f24a-206f-595f-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:04.138736 | 0.08s 2026-03-11 12:46:24.273515 | e1d59e63-f52d-4777-a063-2e17ac0478e7 | INCLUDED | /root/standalone-ansible-suuaa9r4/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-11 12:46:24.298805 | fa163e20-f24a-206f-595f-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 12:46:24.330536 | fa163e20-f24a-206f-595f-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 12:46:24.331564 | fa163e20-f24a-206f-595f-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:04.242819 | 0.03s 2026-03-11 12:46:24.351362 | fa163e20-f24a-206f-595f-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-11 12:46:24.383905 | fa163e20-f24a-206f-595f-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-11 12:46:24.385455 | fa163e20-f24a-206f-595f-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:04.296705 | 0.03s 2026-03-11 12:46:24.410751 | fa163e20-f24a-206f-595f-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-11 12:46:24.896030 | fa163e20-f24a-206f-595f-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-11 12:46:24.897710 | fa163e20-f24a-206f-595f-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:04.808959 | 0.49s 2026-03-11 12:46:24.922690 | fa163e20-f24a-206f-595f-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 12:46:24.955385 | fa163e20-f24a-206f-595f-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 12:46:24.956678 | fa163e20-f24a-206f-595f-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:04.867930 | 0.03s 2026-03-11 12:46:24.981652 | fa163e20-f24a-206f-595f-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-11 12:46:25.016703 | fa163e20-f24a-206f-595f-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-11 12:46:25.018092 | fa163e20-f24a-206f-595f-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:04.929343 | 0.03s 2026-03-11 12:46:25.043797 | fa163e20-f24a-206f-595f-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-11 12:46:25.277152 | fa163e20-f24a-206f-595f-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-11 12:46:25.279067 | fa163e20-f24a-206f-595f-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:05.190313 | 0.23s 2026-03-11 12:46:25.307191 | fa163e20-f24a-206f-595f-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-11 12:46:25.340061 | fa163e20-f24a-206f-595f-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 12:46:25.341941 | fa163e20-f24a-206f-595f-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:05.253184 | 0.03s 2026-03-11 12:46:25.370844 | fa163e20-f24a-206f-595f-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-11 12:46:25.405345 | fa163e20-f24a-206f-595f-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-11 12:46:25.406930 | fa163e20-f24a-206f-595f-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:05.318180 | 0.03s 2026-03-11 12:46:25.432069 | fa163e20-f24a-206f-595f-0000000021d3 | TASK | Write container-puppet.json file 2026-03-11 12:46:26.033755 | fa163e20-f24a-206f-595f-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-11 12:46:26.034929 | fa163e20-f24a-206f-595f-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:05.946186 | 0.60s 2026-03-11 12:46:26.054739 | fa163e20-f24a-206f-595f-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 12:46:26.085391 | fa163e20-f24a-206f-595f-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 12:46:26.086575 | fa163e20-f24a-206f-595f-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:05.997833 | 0.03s 2026-03-11 12:46:26.108030 | fa163e20-f24a-206f-595f-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-11 12:46:26.140623 | fa163e20-f24a-206f-595f-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-11 12:46:26.141830 | fa163e20-f24a-206f-595f-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:06.053087 | 0.03s 2026-03-11 12:46:26.163307 | fa163e20-f24a-206f-595f-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-11 12:46:26.523918 | fa163e20-f24a-206f-595f-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-11 12:46:26.525413 | fa163e20-f24a-206f-595f-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:06.436666 | 0.36s 2026-03-11 12:46:26.550224 | fa163e20-f24a-206f-595f-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-11 12:46:26.583575 | fa163e20-f24a-206f-595f-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-11 12:46:26.584971 | fa163e20-f24a-206f-595f-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:06.496224 | 0.03s 2026-03-11 12:46:26.611551 | fa163e20-f24a-206f-595f-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-11 12:46:26.695476 | fa163e20-f24a-206f-595f-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-11 12:46:26.696552 | fa163e20-f24a-206f-595f-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:06.607810 | 0.08s 2026-03-11 12:46:26.763802 | fa163e20-f24a-206f-595f-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-11 12:46:26.792043 | fa163e20-f24a-206f-595f-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-11 12:46:26.793003 | fa163e20-f24a-206f-595f-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:06.704262 | 0.03s 2026-03-11 12:46:26.812503 | fa163e20-f24a-206f-595f-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-11 12:46:26.842664 | fa163e20-f24a-206f-595f-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-11 12:46:26.843443 | fa163e20-f24a-206f-595f-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:06.754704 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 12:46:26.904030 | fa163e20-f24a-206f-595f-0000000000c0 | TIMING | include_tasks | standalone | 0:04:06.815282 | 0.04s 2026-03-11 12:46:27.028114 | 60eb994e-1287-4d53-936f-1cde2038c0fc | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-11 12:46:27.073929 | fa163e20-f24a-206f-595f-000000002205 | TASK | Create dirs for certificates and keys 2026-03-11 12:46:27.350665 | fa163e20-f24a-206f-595f-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-11 12:46:27.351692 | fa163e20-f24a-206f-595f-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.262952 | 0.28s 2026-03-11 12:46:27.579175 | fa163e20-f24a-206f-595f-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-11 12:46:27.580629 | fa163e20-f24a-206f-595f-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.491881 | 0.51s 2026-03-11 12:46:27.587595 | fa163e20-f24a-206f-595f-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:07.498838 | 0.51s 2026-03-11 12:46:27.663745 | fa163e20-f24a-206f-595f-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:07.574986 | 0.05s 2026-03-11 12:46:27.723934 | fa163e20-f24a-206f-595f-00000000231c | TASK | Set version specific variables 2026-03-11 12:46:27.762578 | fa163e20-f24a-206f-595f-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:07.673823 | 0.04s 2026-03-11 12:46:27.773152 | dcf7e241-3614-4639-b298-bf24b20a93dc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:46:27.794704 | fa163e20-f24a-206f-595f-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-11 12:46:28.184806 | fa163e20-f24a-206f-595f-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:46:28.186388 | fa163e20-f24a-206f-595f-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:08.097640 | 0.39s 2026-03-11 12:46:28.213544 | fa163e20-f24a-206f-595f-000000002350 | TASK | Set platform/version specific variables 2026-03-11 12:46:28.299158 | fa163e20-f24a-206f-595f-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:46:28.329542 | fa163e20-f24a-206f-595f-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:46:28.356341 | fa163e20-f24a-206f-595f-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:46:28.376372 | fa163e20-f24a-206f-595f-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:46:28.382464 | fa163e20-f24a-206f-595f-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:08.293705 | 0.17s 2026-03-11 12:46:28.408369 | fa163e20-f24a-206f-595f-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:46:31.573037 | fa163e20-f24a-206f-595f-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:46:31.574590 | fa163e20-f24a-206f-595f-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:11.485842 | 3.16s 2026-03-11 12:46:31.600076 | fa163e20-f24a-206f-595f-00000000231f | TASK | Ensure provider packages are installed 2026-03-11 12:46:34.692137 | fa163e20-f24a-206f-595f-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:14.603375 | 3.09s 2026-03-11 12:46:34.704471 | fa163e20-f24a-206f-595f-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:14.615716 | 3.10s 2026-03-11 12:46:34.731211 | fa163e20-f24a-206f-595f-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:46:35.030173 | fa163e20-f24a-206f-595f-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:46:35.032390 | fa163e20-f24a-206f-595f-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:14.943639 | 0.30s 2026-03-11 12:46:35.042278 | fa163e20-f24a-206f-595f-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:14.953529 | 0.31s 2026-03-11 12:46:35.068092 | fa163e20-f24a-206f-595f-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:46:35.384853 | fa163e20-f24a-206f-595f-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:46:35.387521 | fa163e20-f24a-206f-595f-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:15.298767 | 0.32s 2026-03-11 12:46:35.397315 | fa163e20-f24a-206f-595f-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:15.308559 | 0.33s 2026-03-11 12:46:35.424535 | fa163e20-f24a-206f-595f-000000002325 | TASK | Ensure provider service is running 2026-03-11 12:46:36.108279 | fa163e20-f24a-206f-595f-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:46:36.109718 | fa163e20-f24a-206f-595f-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:16.020977 | 0.68s 2026-03-11 12:46:36.130738 | fa163e20-f24a-206f-595f-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:16.041988 | 0.70s 2026-03-11 12:46:36.157946 | fa163e20-f24a-206f-595f-000000002328 | TASK | Ensure certificate requests 2026-03-11 12:46:38.254190 | fa163e20-f24a-206f-595f-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 12:46:38.256676 | fa163e20-f24a-206f-595f-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:18.167926 | 2.10s 2026-03-11 12:46:40.653236 | fa163e20-f24a-206f-595f-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 12:46:40.655807 | fa163e20-f24a-206f-595f-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.567055 | 4.50s 2026-03-11 12:46:42.077199 | fa163e20-f24a-206f-595f-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 12:46:42.078814 | fa163e20-f24a-206f-595f-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.990075 | 5.92s 2026-03-11 12:46:43.935789 | fa163e20-f24a-206f-595f-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 12:46:43.937036 | fa163e20-f24a-206f-595f-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:23.848290 | 7.78s 2026-03-11 12:46:45.454253 | fa163e20-f24a-206f-595f-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 12:46:45.455653 | fa163e20-f24a-206f-595f-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.366902 | 9.30s 2026-03-11 12:46:45.469785 | fa163e20-f24a-206f-595f-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.381034 | 9.31s 2026-03-11 12:46:45.520613 | fa163e20-f24a-206f-595f-00000000220d | TASK | Fail if container image is undefined 2026-03-11 12:46:45.583922 | fa163e20-f24a-206f-595f-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:46:45.585208 | fa163e20-f24a-206f-595f-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:25.496461 | 0.06s 2026-03-11 12:46:45.626170 | fa163e20-f24a-206f-595f-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-11 12:47:04.656321 | fa163e20-f24a-206f-595f-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-11 12:47:04.658044 | fa163e20-f24a-206f-595f-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:44.569295 | 19.03s 2026-03-11 12:47:04.714138 | fa163e20-f24a-206f-595f-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 12:47:04.996288 | fa163e20-f24a-206f-595f-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 12:47:04.997599 | fa163e20-f24a-206f-595f-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.908853 | 0.28s 2026-03-11 12:47:05.053307 | fa163e20-f24a-206f-595f-00000000221e | TASK | Fail if container image is undefined 2026-03-11 12:47:05.094094 | fa163e20-f24a-206f-595f-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:47:05.095422 | fa163e20-f24a-206f-595f-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:45.006676 | 0.04s 2026-03-11 12:47:05.136688 | fa163e20-f24a-206f-595f-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-11 12:47:09.590384 | fa163e20-f24a-206f-595f-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-11 12:47:09.591819 | fa163e20-f24a-206f-595f-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:49.503071 | 4.45s 2026-03-11 12:47:09.648280 | fa163e20-f24a-206f-595f-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 12:47:10.001609 | fa163e20-f24a-206f-595f-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 12:47:10.003037 | fa163e20-f24a-206f-595f-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:49.914289 | 0.35s 2026-03-11 12:47:10.051915 | fa163e20-f24a-206f-595f-00000000222b | TASK | Check if rsyslog exists 2026-03-11 12:47:10.315318 | fa163e20-f24a-206f-595f-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-11 12:47:10.316921 | fa163e20-f24a-206f-595f-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:50.228173 | 0.26s 2026-03-11 12:47:10.344347 | fa163e20-f24a-206f-595f-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-11 12:47:10.602780 | fa163e20-f24a-206f-595f-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-11 12:47:10.604209 | fa163e20-f24a-206f-595f-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:50.515461 | 0.26s 2026-03-11 12:47:10.630772 | fa163e20-f24a-206f-595f-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-11 12:47:11.282418 | fa163e20-f24a-206f-595f-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-11 12:47:11.284351 | fa163e20-f24a-206f-595f-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:51.195603 | 0.65s 2026-03-11 12:47:11.311702 | fa163e20-f24a-206f-595f-000000002235 | TASK | Fail if container image is undefined 2026-03-11 12:47:11.374480 | fa163e20-f24a-206f-595f-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:47:11.375749 | fa163e20-f24a-206f-595f-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:51.287001 | 0.06s 2026-03-11 12:47:11.419345 | fa163e20-f24a-206f-595f-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 12:47:16.489746 | fa163e20-f24a-206f-595f-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 12:47:16.491537 | fa163e20-f24a-206f-595f-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:56.402788 | 5.07s 2026-03-11 12:47:16.548831 | fa163e20-f24a-206f-595f-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-11 12:47:16.904987 | fa163e20-f24a-206f-595f-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-11 12:47:16.906271 | fa163e20-f24a-206f-595f-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:56.817526 | 0.36s 2026-03-11 12:47:16.953707 | fa163e20-f24a-206f-595f-000000002242 | TASK | make sure certmonger is installed 2026-03-11 12:47:19.973158 | fa163e20-f24a-206f-595f-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-11 12:47:19.974820 | fa163e20-f24a-206f-595f-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:59.886074 | 3.02s 2026-03-11 12:47:20.000783 | fa163e20-f24a-206f-595f-000000002243 | TASK | make sure certmonger service is started 2026-03-11 12:47:20.402897 | fa163e20-f24a-206f-595f-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-11 12:47:20.404848 | fa163e20-f24a-206f-595f-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:00.316099 | 0.40s 2026-03-11 12:47:20.431353 | fa163e20-f24a-206f-595f-000000002244 | TASK | Create dirs for certificates and keys 2026-03-11 12:47:20.695727 | fa163e20-f24a-206f-595f-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 12:47:20.699234 | fa163e20-f24a-206f-595f-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.610479 | 0.27s 2026-03-11 12:47:20.886969 | fa163e20-f24a-206f-595f-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 12:47:20.888721 | fa163e20-f24a-206f-595f-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.799981 | 0.46s 2026-03-11 12:47:20.901319 | fa163e20-f24a-206f-595f-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:00.812562 | 0.47s 2026-03-11 12:47:20.927896 | fa163e20-f24a-206f-595f-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-11 12:47:22.101823 | fa163e20-f24a-206f-595f-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-11 12:47:22.103304 | fa163e20-f24a-206f-595f-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:02.014558 | 1.17s 2026-03-11 12:47:22.179003 | fa163e20-f24a-206f-595f-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:02.090246 | 0.05s 2026-03-11 12:47:22.246948 | fa163e20-f24a-206f-595f-0000000023d0 | TASK | Set version specific variables 2026-03-11 12:47:22.294582 | fa163e20-f24a-206f-595f-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:02.205828 | 0.05s 2026-03-11 12:47:22.312814 | 4b129347-28f6-4edc-b75e-0d21b5955711 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:47:22.342199 | fa163e20-f24a-206f-595f-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-11 12:47:22.726040 | fa163e20-f24a-206f-595f-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:47:22.727600 | fa163e20-f24a-206f-595f-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:02.638853 | 0.38s 2026-03-11 12:47:22.753157 | fa163e20-f24a-206f-595f-000000002410 | TASK | Set platform/version specific variables 2026-03-11 12:47:22.825382 | fa163e20-f24a-206f-595f-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:47:22.841764 | fa163e20-f24a-206f-595f-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:47:22.859954 | fa163e20-f24a-206f-595f-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:47:22.873810 | fa163e20-f24a-206f-595f-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:47:22.885772 | fa163e20-f24a-206f-595f-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:02.797013 | 0.13s 2026-03-11 12:47:22.911962 | fa163e20-f24a-206f-595f-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:47:25.899296 | fa163e20-f24a-206f-595f-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:47:25.900680 | fa163e20-f24a-206f-595f-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:05.811934 | 2.99s 2026-03-11 12:47:25.925326 | fa163e20-f24a-206f-595f-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-11 12:47:28.968090 | fa163e20-f24a-206f-595f-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.879335 | 3.04s 2026-03-11 12:47:28.972315 | fa163e20-f24a-206f-595f-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:08.883573 | 3.05s 2026-03-11 12:47:28.990503 | fa163e20-f24a-206f-595f-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:47:29.331123 | fa163e20-f24a-206f-595f-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:47:29.333635 | fa163e20-f24a-206f-595f-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:09.244883 | 0.34s 2026-03-11 12:47:29.345690 | fa163e20-f24a-206f-595f-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:09.256940 | 0.35s 2026-03-11 12:47:29.371992 | fa163e20-f24a-206f-595f-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:47:29.634961 | fa163e20-f24a-206f-595f-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:47:29.638057 | fa163e20-f24a-206f-595f-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.549312 | 0.26s 2026-03-11 12:47:29.647207 | fa163e20-f24a-206f-595f-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:09.558465 | 0.27s 2026-03-11 12:47:29.674411 | fa163e20-f24a-206f-595f-0000000023d9 | TASK | Ensure provider service is running 2026-03-11 12:47:30.150245 | fa163e20-f24a-206f-595f-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:47:30.152644 | fa163e20-f24a-206f-595f-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.063887 | 0.48s 2026-03-11 12:47:30.166419 | fa163e20-f24a-206f-595f-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.077658 | 0.49s 2026-03-11 12:47:30.195585 | fa163e20-f24a-206f-595f-0000000023dc | TASK | Ensure certificate requests 2026-03-11 12:47:32.150149 | fa163e20-f24a-206f-595f-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 12:47:32.152603 | fa163e20-f24a-206f-595f-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.063852 | 1.93s 2026-03-11 12:47:32.163066 | fa163e20-f24a-206f-595f-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:12.074312 | 1.94s 2026-03-11 12:47:32.211643 | fa163e20-f24a-206f-595f-000000002248 | TASK | Create dirs for certificates and keys 2026-03-11 12:47:32.475454 | fa163e20-f24a-206f-595f-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-11 12:47:32.477090 | fa163e20-f24a-206f-595f-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.388335 | 0.26s 2026-03-11 12:47:32.770173 | fa163e20-f24a-206f-595f-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-11 12:47:32.772654 | fa163e20-f24a-206f-595f-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.683904 | 0.56s 2026-03-11 12:47:32.783222 | fa163e20-f24a-206f-595f-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.694468 | 0.57s 2026-03-11 12:47:32.858591 | fa163e20-f24a-206f-595f-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:12.769835 | 0.05s 2026-03-11 12:47:32.924049 | fa163e20-f24a-206f-595f-00000000245e | TASK | Set version specific variables 2026-03-11 12:47:32.973348 | fa163e20-f24a-206f-595f-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:12.884587 | 0.05s 2026-03-11 12:47:32.994543 | 8e76cc37-a247-400f-8b3e-ae3a0c174056 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:47:33.021970 | fa163e20-f24a-206f-595f-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-11 12:47:33.384191 | fa163e20-f24a-206f-595f-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:47:33.385999 | fa163e20-f24a-206f-595f-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:13.297225 | 0.36s 2026-03-11 12:47:33.413078 | fa163e20-f24a-206f-595f-000000002492 | TASK | Set platform/version specific variables 2026-03-11 12:47:33.468938 | fa163e20-f24a-206f-595f-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:47:33.485100 | fa163e20-f24a-206f-595f-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:47:33.502576 | fa163e20-f24a-206f-595f-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:47:33.512314 | fa163e20-f24a-206f-595f-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:47:33.519072 | fa163e20-f24a-206f-595f-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:13.430314 | 0.10s 2026-03-11 12:47:33.545257 | fa163e20-f24a-206f-595f-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:47:36.713831 | fa163e20-f24a-206f-595f-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:47:36.714665 | fa163e20-f24a-206f-595f-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:16.625924 | 3.17s 2026-03-11 12:47:36.740699 | fa163e20-f24a-206f-595f-000000002461 | TASK | Ensure provider packages are installed 2026-03-11 12:47:39.800471 | fa163e20-f24a-206f-595f-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.711708 | 3.06s 2026-03-11 12:47:39.811795 | fa163e20-f24a-206f-595f-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:19.723052 | 3.07s 2026-03-11 12:47:39.836651 | fa163e20-f24a-206f-595f-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:47:40.133892 | fa163e20-f24a-206f-595f-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:47:40.136121 | fa163e20-f24a-206f-595f-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:20.047369 | 0.30s 2026-03-11 12:47:40.146168 | fa163e20-f24a-206f-595f-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:20.057425 | 0.31s 2026-03-11 12:47:40.171482 | fa163e20-f24a-206f-595f-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:47:40.646020 | fa163e20-f24a-206f-595f-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:47:40.647850 | fa163e20-f24a-206f-595f-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.559100 | 0.48s 2026-03-11 12:47:40.657978 | fa163e20-f24a-206f-595f-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.569235 | 0.49s 2026-03-11 12:47:40.683267 | fa163e20-f24a-206f-595f-000000002467 | TASK | Ensure provider service is running 2026-03-11 12:47:41.471126 | fa163e20-f24a-206f-595f-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:47:41.473687 | fa163e20-f24a-206f-595f-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:21.384938 | 0.79s 2026-03-11 12:47:41.484416 | fa163e20-f24a-206f-595f-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:21.395673 | 0.80s 2026-03-11 12:47:41.511034 | fa163e20-f24a-206f-595f-00000000246a | TASK | Ensure certificate requests 2026-03-11 12:47:43.470259 | fa163e20-f24a-206f-595f-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 12:47:43.472945 | fa163e20-f24a-206f-595f-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.384195 | 1.96s 2026-03-11 12:47:45.737896 | fa163e20-f24a-206f-595f-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 12:47:45.739138 | fa163e20-f24a-206f-595f-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.650393 | 4.23s 2026-03-11 12:47:47.717018 | fa163e20-f24a-206f-595f-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 12:47:47.718367 | fa163e20-f24a-206f-595f-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.629617 | 6.21s 2026-03-11 12:47:49.615220 | fa163e20-f24a-206f-595f-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 12:47:49.617265 | fa163e20-f24a-206f-595f-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.528520 | 8.10s 2026-03-11 12:47:49.628996 | fa163e20-f24a-206f-595f-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:29.540246 | 8.12s 2026-03-11 12:47:49.678817 | fa163e20-f24a-206f-595f-00000000224b | TASK | Run lvmfilter role 2026-03-11 12:47:49.729445 | fa163e20-f24a-206f-595f-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:29.640689 | 0.05s 2026-03-11 12:47:49.801304 | fa163e20-f24a-206f-595f-0000000024fe | TASK | Check if lvm2 is installed 2026-03-11 12:47:50.041501 | fa163e20-f24a-206f-595f-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-11 12:47:50.042512 | fa163e20-f24a-206f-595f-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:29.953769 | 0.24s 2026-03-11 12:47:50.062625 | fa163e20-f24a-206f-595f-000000002500 | TASK | collect ansible devices 2026-03-11 12:47:50.111633 | fa163e20-f24a-206f-595f-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-11 12:47:50.112729 | fa163e20-f24a-206f-595f-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:30.023982 | 0.05s 2026-03-11 12:47:50.138478 | fa163e20-f24a-206f-595f-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-11 12:47:50.195752 | fa163e20-f24a-206f-595f-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-11 12:47:50.197155 | fa163e20-f24a-206f-595f-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:30.108406 | 0.06s 2026-03-11 12:47:50.222213 | fa163e20-f24a-206f-595f-000000002502 | TASK | set allowed_devices 2026-03-11 12:47:50.271752 | fa163e20-f24a-206f-595f-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-11 12:47:50.272998 | fa163e20-f24a-206f-595f-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:30.184252 | 0.05s 2026-03-11 12:47:50.298622 | fa163e20-f24a-206f-595f-000000002503 | TASK | build lvm2 allow list 2026-03-11 12:47:50.350307 | fa163e20-f24a-206f-595f-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-11 12:47:50.351368 | fa163e20-f24a-206f-595f-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:30.262623 | 0.05s 2026-03-11 12:47:50.375634 | fa163e20-f24a-206f-595f-000000002504 | TASK | build lvm2 deny list 2026-03-11 12:47:50.461727 | fa163e20-f24a-206f-595f-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-11 12:47:50.463058 | fa163e20-f24a-206f-595f-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:30.374270 | 0.09s 2026-03-11 12:47:50.488461 | fa163e20-f24a-206f-595f-000000002505 | TASK | build lvm2 filter 2026-03-11 12:47:50.589507 | fa163e20-f24a-206f-595f-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-11 12:47:50.590250 | fa163e20-f24a-206f-595f-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:30.501511 | 0.10s 2026-03-11 12:47:50.606875 | fa163e20-f24a-206f-595f-000000002506 | TASK | regenerate lvm config 2026-03-11 12:47:50.642579 | fa163e20-f24a-206f-595f-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-11 12:47:50.643908 | fa163e20-f24a-206f-595f-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:30.555125 | 0.04s 2026-03-11 12:47:50.670215 | fa163e20-f24a-206f-595f-000000002507 | TASK | copy new lvm.conf in place 2026-03-11 12:47:50.722591 | fa163e20-f24a-206f-595f-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-11 12:47:50.723774 | fa163e20-f24a-206f-595f-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:30.635016 | 0.05s 2026-03-11 12:47:50.772696 | fa163e20-f24a-206f-595f-000000002251 | TASK | Fail if container image is undefined 2026-03-11 12:47:50.833049 | fa163e20-f24a-206f-595f-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:47:50.834257 | fa163e20-f24a-206f-595f-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:30.745502 | 0.06s 2026-03-11 12:47:50.876780 | fa163e20-f24a-206f-595f-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-11 12:47:59.326112 | fa163e20-f24a-206f-595f-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-11 12:47:59.329055 | fa163e20-f24a-206f-595f-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:39.240305 | 8.45s 2026-03-11 12:47:59.386251 | fa163e20-f24a-206f-595f-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 12:47:59.745969 | fa163e20-f24a-206f-595f-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 12:47:59.748663 | fa163e20-f24a-206f-595f-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:39.659907 | 0.36s 2026-03-11 12:47:59.840801 | fa163e20-f24a-206f-595f-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:39.752013 | 0.04s 2026-03-11 12:47:59.905200 | fa163e20-f24a-206f-595f-000000002576 | TASK | Set version specific variables 2026-03-11 12:47:59.954555 | fa163e20-f24a-206f-595f-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:39.865803 | 0.05s 2026-03-11 12:47:59.968467 | 2f21da3e-1412-4293-b668-82157815c871 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:47:59.991918 | fa163e20-f24a-206f-595f-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-11 12:48:00.325947 | fa163e20-f24a-206f-595f-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:48:00.328638 | fa163e20-f24a-206f-595f-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:40.239888 | 0.34s 2026-03-11 12:48:00.356707 | fa163e20-f24a-206f-595f-0000000025a6 | TASK | Set platform/version specific variables 2026-03-11 12:48:00.431987 | fa163e20-f24a-206f-595f-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:00.451177 | fa163e20-f24a-206f-595f-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:00.472709 | fa163e20-f24a-206f-595f-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:48:00.487106 | fa163e20-f24a-206f-595f-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:48:00.498557 | fa163e20-f24a-206f-595f-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:40.409806 | 0.14s 2026-03-11 12:48:00.520527 | fa163e20-f24a-206f-595f-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:48:03.557213 | fa163e20-f24a-206f-595f-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:48:03.558662 | fa163e20-f24a-206f-595f-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:43.469914 | 3.04s 2026-03-11 12:48:03.583905 | fa163e20-f24a-206f-595f-000000002579 | TASK | Ensure provider packages are installed 2026-03-11 12:48:06.655715 | fa163e20-f24a-206f-595f-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:46.566963 | 3.07s 2026-03-11 12:48:06.660972 | fa163e20-f24a-206f-595f-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:46.572219 | 3.08s 2026-03-11 12:48:06.694409 | fa163e20-f24a-206f-595f-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:48:06.980555 | fa163e20-f24a-206f-595f-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:06.982701 | fa163e20-f24a-206f-595f-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.893951 | 0.29s 2026-03-11 12:48:06.992744 | fa163e20-f24a-206f-595f-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.903992 | 0.30s 2026-03-11 12:48:07.018927 | fa163e20-f24a-206f-595f-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:48:07.299245 | fa163e20-f24a-206f-595f-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:07.300553 | fa163e20-f24a-206f-595f-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.211805 | 0.28s 2026-03-11 12:48:07.306593 | fa163e20-f24a-206f-595f-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:47.217840 | 0.29s 2026-03-11 12:48:07.332753 | fa163e20-f24a-206f-595f-00000000257f | TASK | Ensure provider service is running 2026-03-11 12:48:07.755617 | fa163e20-f24a-206f-595f-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:48:07.757513 | fa163e20-f24a-206f-595f-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.668762 | 0.42s 2026-03-11 12:48:07.771828 | fa163e20-f24a-206f-595f-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:47.683071 | 0.44s 2026-03-11 12:48:07.791467 | fa163e20-f24a-206f-595f-000000002582 | TASK | Ensure certificate requests 2026-03-11 12:48:09.955598 | fa163e20-f24a-206f-595f-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 12:48:09.956435 | fa163e20-f24a-206f-595f-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.867697 | 2.16s 2026-03-11 12:48:09.960300 | fa163e20-f24a-206f-595f-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.871549 | 2.17s 2026-03-11 12:48:10.063317 | fa163e20-f24a-206f-595f-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:49.974564 | 0.05s 2026-03-11 12:48:10.127264 | fa163e20-f24a-206f-595f-0000000025ea | TASK | Set version specific variables 2026-03-11 12:48:10.176130 | fa163e20-f24a-206f-595f-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:50.087375 | 0.05s 2026-03-11 12:48:10.195193 | 0a36e068-7521-46e1-8350-db5f51ff34d7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:48:10.226633 | fa163e20-f24a-206f-595f-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-11 12:48:10.609953 | fa163e20-f24a-206f-595f-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:48:10.612029 | fa163e20-f24a-206f-595f-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.523272 | 0.38s 2026-03-11 12:48:10.639038 | fa163e20-f24a-206f-595f-00000000261a | TASK | Set platform/version specific variables 2026-03-11 12:48:10.726106 | fa163e20-f24a-206f-595f-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:10.756580 | fa163e20-f24a-206f-595f-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:10.785163 | fa163e20-f24a-206f-595f-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:48:10.807338 | fa163e20-f24a-206f-595f-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:48:10.814474 | fa163e20-f24a-206f-595f-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.725716 | 0.17s 2026-03-11 12:48:10.840666 | fa163e20-f24a-206f-595f-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:48:13.789479 | fa163e20-f24a-206f-595f-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:48:13.791081 | fa163e20-f24a-206f-595f-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:53.702333 | 2.95s 2026-03-11 12:48:13.816960 | fa163e20-f24a-206f-595f-0000000025ed | TASK | Ensure provider packages are installed 2026-03-11 12:48:16.825651 | fa163e20-f24a-206f-595f-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.736892 | 3.01s 2026-03-11 12:48:16.838077 | fa163e20-f24a-206f-595f-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.749327 | 3.02s 2026-03-11 12:48:16.863988 | fa163e20-f24a-206f-595f-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:48:17.160188 | fa163e20-f24a-206f-595f-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:17.162079 | fa163e20-f24a-206f-595f-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.073328 | 0.30s 2026-03-11 12:48:17.171492 | fa163e20-f24a-206f-595f-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.082749 | 0.31s 2026-03-11 12:48:17.191435 | fa163e20-f24a-206f-595f-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:48:17.488000 | fa163e20-f24a-206f-595f-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:17.489714 | fa163e20-f24a-206f-595f-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.400963 | 0.30s 2026-03-11 12:48:17.499407 | fa163e20-f24a-206f-595f-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.410664 | 0.31s 2026-03-11 12:48:17.519344 | fa163e20-f24a-206f-595f-0000000025f3 | TASK | Ensure provider service is running 2026-03-11 12:48:17.957559 | fa163e20-f24a-206f-595f-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:48:17.959400 | fa163e20-f24a-206f-595f-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.870651 | 0.44s 2026-03-11 12:48:17.967087 | fa163e20-f24a-206f-595f-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.878338 | 0.45s 2026-03-11 12:48:17.992891 | fa163e20-f24a-206f-595f-0000000025f6 | TASK | Ensure certificate requests 2026-03-11 12:48:19.523030 | fa163e20-f24a-206f-595f-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 12:48:19.525523 | fa163e20-f24a-206f-595f-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.436775 | 1.53s 2026-03-11 12:48:19.535930 | fa163e20-f24a-206f-595f-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:59.447187 | 1.54s 2026-03-11 12:48:19.584826 | fa163e20-f24a-206f-595f-000000002267 | TASK | Fail if container image is undefined 2026-03-11 12:48:19.647124 | fa163e20-f24a-206f-595f-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:48:19.648351 | fa163e20-f24a-206f-595f-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:59.559603 | 0.06s 2026-03-11 12:48:19.692178 | fa163e20-f24a-206f-595f-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 12:48:26.859017 | fa163e20-f24a-206f-595f-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 12:48:26.860171 | fa163e20-f24a-206f-595f-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:06.771429 | 7.17s 2026-03-11 12:48:26.899733 | fa163e20-f24a-206f-595f-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-11 12:48:27.244382 | fa163e20-f24a-206f-595f-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-11 12:48:27.245947 | fa163e20-f24a-206f-595f-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:07.157191 | 0.35s 2026-03-11 12:48:27.350127 | fa163e20-f24a-206f-595f-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:07.261367 | 0.05s 2026-03-11 12:48:27.412649 | fa163e20-f24a-206f-595f-000000002664 | TASK | Set version specific variables 2026-03-11 12:48:27.460209 | fa163e20-f24a-206f-595f-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:07.371449 | 0.05s 2026-03-11 12:48:27.479204 | 49ca34d1-4aed-4ff9-9d94-f4ef628d96a6 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:48:27.509627 | fa163e20-f24a-206f-595f-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-11 12:48:27.905328 | fa163e20-f24a-206f-595f-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:48:27.906943 | fa163e20-f24a-206f-595f-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:07.818177 | 0.40s 2026-03-11 12:48:27.933980 | fa163e20-f24a-206f-595f-000000002694 | TASK | Set platform/version specific variables 2026-03-11 12:48:27.990749 | fa163e20-f24a-206f-595f-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:28.009615 | fa163e20-f24a-206f-595f-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:28.021243 | fa163e20-f24a-206f-595f-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:48:28.066917 | fa163e20-f24a-206f-595f-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:48:28.078797 | fa163e20-f24a-206f-595f-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:07.990049 | 0.14s 2026-03-11 12:48:28.114367 | fa163e20-f24a-206f-595f-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:48:32.382066 | fa163e20-f24a-206f-595f-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:48:32.383784 | fa163e20-f24a-206f-595f-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:12.295034 | 4.27s 2026-03-11 12:48:32.409910 | fa163e20-f24a-206f-595f-000000002667 | TASK | Ensure provider packages are installed 2026-03-11 12:48:35.524802 | fa163e20-f24a-206f-595f-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:15.436041 | 3.11s 2026-03-11 12:48:35.537563 | fa163e20-f24a-206f-595f-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:15.448810 | 3.13s 2026-03-11 12:48:35.563540 | fa163e20-f24a-206f-595f-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:48:35.844829 | fa163e20-f24a-206f-595f-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:35.846519 | fa163e20-f24a-206f-595f-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:15.757769 | 0.28s 2026-03-11 12:48:35.852531 | fa163e20-f24a-206f-595f-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:15.763780 | 0.29s 2026-03-11 12:48:35.878903 | fa163e20-f24a-206f-595f-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:48:36.130336 | fa163e20-f24a-206f-595f-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:36.132148 | fa163e20-f24a-206f-595f-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:16.043398 | 0.25s 2026-03-11 12:48:36.138849 | fa163e20-f24a-206f-595f-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:16.050106 | 0.26s 2026-03-11 12:48:36.167482 | fa163e20-f24a-206f-595f-00000000266d | TASK | Ensure provider service is running 2026-03-11 12:48:36.579642 | fa163e20-f24a-206f-595f-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:48:36.582269 | fa163e20-f24a-206f-595f-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:16.493521 | 0.41s 2026-03-11 12:48:36.592906 | fa163e20-f24a-206f-595f-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:16.504119 | 0.42s 2026-03-11 12:48:36.620402 | fa163e20-f24a-206f-595f-000000002670 | TASK | Ensure certificate requests 2026-03-11 12:48:38.557502 | fa163e20-f24a-206f-595f-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 12:48:38.560084 | fa163e20-f24a-206f-595f-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.471335 | 1.94s 2026-03-11 12:48:38.570186 | fa163e20-f24a-206f-595f-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.481435 | 1.95s 2026-03-11 12:48:38.670111 | fa163e20-f24a-206f-595f-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:18.581353 | 0.05s 2026-03-11 12:48:38.734346 | fa163e20-f24a-206f-595f-0000000026d8 | TASK | Set version specific variables 2026-03-11 12:48:38.782515 | fa163e20-f24a-206f-595f-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:18.693760 | 0.05s 2026-03-11 12:48:38.800935 | 904eeafb-ef3d-4233-9c03-b4a7015c6b9b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:48:38.831106 | fa163e20-f24a-206f-595f-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-11 12:48:39.215779 | fa163e20-f24a-206f-595f-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:48:39.217396 | fa163e20-f24a-206f-595f-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:19.128648 | 0.38s 2026-03-11 12:48:39.243404 | fa163e20-f24a-206f-595f-000000002708 | TASK | Set platform/version specific variables 2026-03-11 12:48:39.306254 | fa163e20-f24a-206f-595f-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:39.327940 | fa163e20-f24a-206f-595f-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:48:39.350374 | fa163e20-f24a-206f-595f-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:48:39.370294 | fa163e20-f24a-206f-595f-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:48:39.374469 | fa163e20-f24a-206f-595f-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:19.285715 | 0.13s 2026-03-11 12:48:39.392554 | fa163e20-f24a-206f-595f-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:48:42.455159 | fa163e20-f24a-206f-595f-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:48:42.457240 | fa163e20-f24a-206f-595f-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:22.368479 | 3.06s 2026-03-11 12:48:42.483711 | fa163e20-f24a-206f-595f-0000000026db | TASK | Ensure provider packages are installed 2026-03-11 12:48:45.507979 | fa163e20-f24a-206f-595f-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.419221 | 3.02s 2026-03-11 12:48:45.519980 | fa163e20-f24a-206f-595f-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.431228 | 3.03s 2026-03-11 12:48:45.547400 | fa163e20-f24a-206f-595f-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:48:45.881783 | fa163e20-f24a-206f-595f-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:45.883142 | fa163e20-f24a-206f-595f-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.794394 | 0.33s 2026-03-11 12:48:45.895064 | fa163e20-f24a-206f-595f-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.806321 | 0.35s 2026-03-11 12:48:45.922626 | fa163e20-f24a-206f-595f-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:48:46.215417 | fa163e20-f24a-206f-595f-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:48:46.216987 | fa163e20-f24a-206f-595f-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:26.128236 | 0.29s 2026-03-11 12:48:46.229083 | fa163e20-f24a-206f-595f-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:26.140328 | 0.31s 2026-03-11 12:48:46.255512 | fa163e20-f24a-206f-595f-0000000026e1 | TASK | Ensure provider service is running 2026-03-11 12:48:46.672447 | fa163e20-f24a-206f-595f-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:48:46.675579 | fa163e20-f24a-206f-595f-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.586824 | 0.42s 2026-03-11 12:48:46.685785 | fa163e20-f24a-206f-595f-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.597034 | 0.43s 2026-03-11 12:48:46.714302 | fa163e20-f24a-206f-595f-0000000026e4 | TASK | Ensure certificate requests 2026-03-11 12:48:48.404129 | fa163e20-f24a-206f-595f-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 12:48:48.406753 | fa163e20-f24a-206f-595f-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:28.317999 | 1.69s 2026-03-11 12:48:48.416938 | fa163e20-f24a-206f-595f-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:28.328195 | 1.70s 2026-03-11 12:48:48.465419 | fa163e20-f24a-206f-595f-000000002278 | TASK | install systemd-container for a greenfield 2026-03-11 12:49:06.166828 | fa163e20-f24a-206f-595f-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-11 12:49:06.168202 | fa163e20-f24a-206f-595f-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:46.079461 | 17.70s 2026-03-11 12:49:06.188992 | fa163e20-f24a-206f-595f-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-11 12:49:06.240280 | fa163e20-f24a-206f-595f-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-11 12:49:06.241185 | fa163e20-f24a-206f-595f-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:46.152447 | 0.05s 2026-03-11 12:49:06.259034 | fa163e20-f24a-206f-595f-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-11 12:49:06.533534 | fa163e20-f24a-206f-595f-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-11 12:49:06.534802 | fa163e20-f24a-206f-595f-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:46.446055 | 0.28s 2026-03-11 12:49:06.560070 | fa163e20-f24a-206f-595f-00000000227d | TASK | is KSM enabled 2026-03-11 12:49:06.620650 | fa163e20-f24a-206f-595f-00000000227d | OK | is KSM enabled | standalone 2026-03-11 12:49:06.621946 | fa163e20-f24a-206f-595f-00000000227d | TIMING | is KSM enabled | standalone | 0:06:46.533199 | 0.06s 2026-03-11 12:49:06.646891 | fa163e20-f24a-206f-595f-00000000227f | TASK | Check for ksm 2026-03-11 12:49:06.867457 | fa163e20-f24a-206f-595f-00000000227f | CHANGED | Check for ksm | standalone 2026-03-11 12:49:06.868841 | fa163e20-f24a-206f-595f-00000000227f | TIMING | Check for ksm | standalone | 0:06:46.780094 | 0.22s 2026-03-11 12:49:06.894493 | fa163e20-f24a-206f-595f-000000002280 | TASK | disable KSM services 2026-03-11 12:49:06.980907 | fa163e20-f24a-206f-595f-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-11 12:49:07.015433 | fa163e20-f24a-206f-595f-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-11 12:49:07.027172 | fa163e20-f24a-206f-595f-000000002280 | TIMING | disable KSM services | standalone | 0:06:46.938414 | 0.13s 2026-03-11 12:49:07.053294 | fa163e20-f24a-206f-595f-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-11 12:49:07.103813 | fa163e20-f24a-206f-595f-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-11 12:49:07.105222 | fa163e20-f24a-206f-595f-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:47.016466 | 0.05s 2026-03-11 12:49:07.131028 | fa163e20-f24a-206f-595f-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-11 12:49:07.184661 | fa163e20-f24a-206f-595f-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-11 12:49:07.186400 | fa163e20-f24a-206f-595f-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:47.097647 | 0.05s 2026-03-11 12:49:07.216300 | fa163e20-f24a-206f-595f-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-11 12:49:07.266632 | fa163e20-f24a-206f-595f-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-11 12:49:07.267675 | fa163e20-f24a-206f-595f-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:47.178933 | 0.05s 2026-03-11 12:49:07.288440 | fa163e20-f24a-206f-595f-000000002285 | TASK | enable ksmtunded 2026-03-11 12:49:07.352807 | fa163e20-f24a-206f-595f-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-11 12:49:07.376538 | fa163e20-f24a-206f-595f-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-11 12:49:07.382895 | fa163e20-f24a-206f-595f-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:47.294150 | 0.09s 2026-03-11 12:49:07.400586 | fa163e20-f24a-206f-595f-000000002287 | TASK | Create dirs for certificates and keys 2026-03-11 12:49:07.656703 | fa163e20-f24a-206f-595f-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-11 12:49:07.658279 | fa163e20-f24a-206f-595f-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:47.569524 | 0.26s 2026-03-11 12:49:07.858763 | fa163e20-f24a-206f-595f-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-11 12:49:07.860559 | fa163e20-f24a-206f-595f-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:47.771816 | 0.46s 2026-03-11 12:49:08.066687 | fa163e20-f24a-206f-595f-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-11 12:49:08.069113 | fa163e20-f24a-206f-595f-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:47.980370 | 0.67s 2026-03-11 12:49:08.080502 | fa163e20-f24a-206f-595f-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:47.991750 | 0.68s 2026-03-11 12:49:08.145599 | fa163e20-f24a-206f-595f-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:48.056841 | 0.04s 2026-03-11 12:49:08.210743 | fa163e20-f24a-206f-595f-000000002774 | TASK | Set version specific variables 2026-03-11 12:49:08.247217 | fa163e20-f24a-206f-595f-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:48.158459 | 0.04s 2026-03-11 12:49:08.266361 | 48643e0f-d0c0-47d6-baac-5dfe034b1422 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:49:08.296738 | fa163e20-f24a-206f-595f-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-11 12:49:08.689557 | fa163e20-f24a-206f-595f-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:49:08.691121 | fa163e20-f24a-206f-595f-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:48.602372 | 0.39s 2026-03-11 12:49:08.716975 | fa163e20-f24a-206f-595f-0000000027a8 | TASK | Set platform/version specific variables 2026-03-11 12:49:08.789135 | fa163e20-f24a-206f-595f-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:08.807092 | fa163e20-f24a-206f-595f-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:08.825580 | fa163e20-f24a-206f-595f-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:49:08.840289 | fa163e20-f24a-206f-595f-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:49:08.851468 | fa163e20-f24a-206f-595f-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:48.762724 | 0.13s 2026-03-11 12:49:08.868906 | fa163e20-f24a-206f-595f-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:49:12.041022 | fa163e20-f24a-206f-595f-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:49:12.042684 | fa163e20-f24a-206f-595f-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:51.953930 | 3.17s 2026-03-11 12:49:12.068517 | fa163e20-f24a-206f-595f-000000002777 | TASK | Ensure provider packages are installed 2026-03-11 12:49:15.127939 | fa163e20-f24a-206f-595f-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:55.039175 | 3.06s 2026-03-11 12:49:15.139610 | fa163e20-f24a-206f-595f-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:55.050864 | 3.07s 2026-03-11 12:49:15.173413 | fa163e20-f24a-206f-595f-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:49:15.453407 | fa163e20-f24a-206f-595f-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:15.456022 | fa163e20-f24a-206f-595f-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:55.367264 | 0.28s 2026-03-11 12:49:15.465910 | fa163e20-f24a-206f-595f-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:55.377156 | 0.29s 2026-03-11 12:49:15.493239 | fa163e20-f24a-206f-595f-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:49:15.793240 | fa163e20-f24a-206f-595f-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:15.795347 | fa163e20-f24a-206f-595f-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:55.706589 | 0.30s 2026-03-11 12:49:15.804575 | fa163e20-f24a-206f-595f-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:55.715832 | 0.31s 2026-03-11 12:49:15.822152 | fa163e20-f24a-206f-595f-00000000277d | TASK | Ensure provider service is running 2026-03-11 12:49:16.251605 | fa163e20-f24a-206f-595f-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:49:16.253990 | fa163e20-f24a-206f-595f-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:56.165233 | 0.43s 2026-03-11 12:49:16.263554 | fa163e20-f24a-206f-595f-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:56.174800 | 0.44s 2026-03-11 12:49:16.292330 | fa163e20-f24a-206f-595f-000000002780 | TASK | Ensure certificate requests 2026-03-11 12:49:18.235952 | fa163e20-f24a-206f-595f-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 12:49:18.238710 | fa163e20-f24a-206f-595f-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.149955 | 1.94s 2026-03-11 12:49:19.986233 | fa163e20-f24a-206f-595f-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 12:49:19.987726 | fa163e20-f24a-206f-595f-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:59.898973 | 3.69s 2026-03-11 12:49:22.093961 | fa163e20-f24a-206f-595f-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 12:49:22.095914 | fa163e20-f24a-206f-595f-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.007123 | 5.80s 2026-03-11 12:49:23.733757 | fa163e20-f24a-206f-595f-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 12:49:23.734810 | fa163e20-f24a-206f-595f-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:03.646067 | 7.44s 2026-03-11 12:49:23.747958 | fa163e20-f24a-206f-595f-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:03.659216 | 7.45s 2026-03-11 12:49:23.799498 | fa163e20-f24a-206f-595f-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-11 12:49:23.882548 | fa163e20-f24a-206f-595f-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:03.793784 | 0.08s 2026-03-11 12:49:23.894053 | fa163e20-f24a-206f-595f-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:03.805310 | 0.09s 2026-03-11 12:49:23.906151 | fa163e20-f24a-206f-595f-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:03.817408 | 0.10s 2026-03-11 12:49:23.989842 | fa163e20-f24a-206f-595f-0000000027fe | TASK | Set version specific variables 2026-03-11 12:49:24.037055 | fa163e20-f24a-206f-595f-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:03.948306 | 0.05s 2026-03-11 12:49:24.055495 | ddfc13e7-f23a-4916-ad12-e46abf533a7c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:49:24.086618 | fa163e20-f24a-206f-595f-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-11 12:49:24.485623 | fa163e20-f24a-206f-595f-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:49:24.487449 | fa163e20-f24a-206f-595f-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:04.398699 | 0.40s 2026-03-11 12:49:24.515831 | fa163e20-f24a-206f-595f-000000002857 | TASK | Set platform/version specific variables 2026-03-11 12:49:24.589711 | fa163e20-f24a-206f-595f-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:24.607788 | fa163e20-f24a-206f-595f-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:24.620989 | fa163e20-f24a-206f-595f-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:49:24.630950 | fa163e20-f24a-206f-595f-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:49:24.634990 | fa163e20-f24a-206f-595f-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:04.546235 | 0.12s 2026-03-11 12:49:24.663145 | fa163e20-f24a-206f-595f-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:49:27.679580 | fa163e20-f24a-206f-595f-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:49:27.680945 | fa163e20-f24a-206f-595f-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:07.592199 | 3.02s 2026-03-11 12:49:27.705904 | fa163e20-f24a-206f-595f-000000002801 | TASK | Ensure provider packages are installed 2026-03-11 12:49:30.776907 | fa163e20-f24a-206f-595f-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:10.688121 | 3.07s 2026-03-11 12:49:30.787689 | fa163e20-f24a-206f-595f-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:10.698934 | 3.08s 2026-03-11 12:49:30.813688 | fa163e20-f24a-206f-595f-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:49:31.086262 | fa163e20-f24a-206f-595f-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:31.088765 | fa163e20-f24a-206f-595f-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.000010 | 0.27s 2026-03-11 12:49:31.098793 | fa163e20-f24a-206f-595f-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.010036 | 0.28s 2026-03-11 12:49:31.125557 | fa163e20-f24a-206f-595f-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:49:31.448669 | fa163e20-f24a-206f-595f-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:31.450587 | fa163e20-f24a-206f-595f-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.361834 | 0.32s 2026-03-11 12:49:31.457042 | fa163e20-f24a-206f-595f-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.368284 | 0.33s 2026-03-11 12:49:31.485080 | fa163e20-f24a-206f-595f-000000002807 | TASK | Ensure provider service is running 2026-03-11 12:49:31.922665 | fa163e20-f24a-206f-595f-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:49:31.925074 | fa163e20-f24a-206f-595f-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:11.836331 | 0.44s 2026-03-11 12:49:31.935939 | fa163e20-f24a-206f-595f-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:11.847176 | 0.45s 2026-03-11 12:49:31.959242 | fa163e20-f24a-206f-595f-00000000280a | TASK | Ensure certificate requests 2026-03-11 12:49:33.827197 | fa163e20-f24a-206f-595f-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 12:49:33.828712 | fa163e20-f24a-206f-595f-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:13.739964 | 1.87s 2026-03-11 12:49:33.835648 | fa163e20-f24a-206f-595f-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:13.746892 | 1.87s 2026-03-11 12:49:33.886721 | fa163e20-f24a-206f-595f-000000002827 | TASK | Set version specific variables 2026-03-11 12:49:33.937588 | fa163e20-f24a-206f-595f-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:13.848830 | 0.05s 2026-03-11 12:49:33.956785 | 1d5719d4-04fa-43aa-905a-f8e9ae2faa88 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:49:33.987898 | fa163e20-f24a-206f-595f-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-11 12:49:34.381549 | fa163e20-f24a-206f-595f-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:49:34.383147 | fa163e20-f24a-206f-595f-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:14.294398 | 0.39s 2026-03-11 12:49:34.409367 | fa163e20-f24a-206f-595f-000000002891 | TASK | Set platform/version specific variables 2026-03-11 12:49:34.481578 | fa163e20-f24a-206f-595f-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:34.499120 | fa163e20-f24a-206f-595f-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:34.518065 | fa163e20-f24a-206f-595f-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:49:34.532213 | fa163e20-f24a-206f-595f-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:49:34.544090 | fa163e20-f24a-206f-595f-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:14.455341 | 0.13s 2026-03-11 12:49:34.569476 | fa163e20-f24a-206f-595f-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:49:37.663785 | fa163e20-f24a-206f-595f-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:49:37.665331 | fa163e20-f24a-206f-595f-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:17.576583 | 3.09s 2026-03-11 12:49:37.692017 | fa163e20-f24a-206f-595f-00000000282a | TASK | Ensure provider packages are installed 2026-03-11 12:49:41.579009 | fa163e20-f24a-206f-595f-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:21.490249 | 3.89s 2026-03-11 12:49:41.591263 | fa163e20-f24a-206f-595f-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:21.502511 | 3.90s 2026-03-11 12:49:41.617250 | fa163e20-f24a-206f-595f-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:49:41.913715 | fa163e20-f24a-206f-595f-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:41.915914 | fa163e20-f24a-206f-595f-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.827165 | 0.30s 2026-03-11 12:49:41.926456 | fa163e20-f24a-206f-595f-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.837698 | 0.31s 2026-03-11 12:49:41.953994 | fa163e20-f24a-206f-595f-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:49:42.245472 | fa163e20-f24a-206f-595f-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:42.246898 | fa163e20-f24a-206f-595f-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:22.158125 | 0.29s 2026-03-11 12:49:42.252913 | fa163e20-f24a-206f-595f-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:22.164124 | 0.30s 2026-03-11 12:49:42.279111 | fa163e20-f24a-206f-595f-000000002830 | TASK | Ensure provider service is running 2026-03-11 12:49:42.703828 | fa163e20-f24a-206f-595f-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:49:42.706628 | fa163e20-f24a-206f-595f-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.617878 | 0.43s 2026-03-11 12:49:42.717483 | fa163e20-f24a-206f-595f-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.628728 | 0.44s 2026-03-11 12:49:42.745704 | fa163e20-f24a-206f-595f-000000002833 | TASK | Ensure certificate requests 2026-03-11 12:49:44.763914 | fa163e20-f24a-206f-595f-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 12:49:44.766533 | fa163e20-f24a-206f-595f-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.677783 | 2.02s 2026-03-11 12:49:44.777058 | fa163e20-f24a-206f-595f-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.688305 | 2.03s 2026-03-11 12:49:44.878347 | fa163e20-f24a-206f-595f-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:24.789587 | 0.05s 2026-03-11 12:49:44.944267 | fa163e20-f24a-206f-595f-0000000028d5 | TASK | Set version specific variables 2026-03-11 12:49:44.992393 | fa163e20-f24a-206f-595f-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:24.903633 | 0.05s 2026-03-11 12:49:45.012418 | 1721a4b6-d5e8-440b-8a46-03385ed7eea9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:49:45.043787 | fa163e20-f24a-206f-595f-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-11 12:49:45.430945 | fa163e20-f24a-206f-595f-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:49:45.432809 | fa163e20-f24a-206f-595f-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:25.344057 | 0.39s 2026-03-11 12:49:45.467094 | fa163e20-f24a-206f-595f-000000002905 | TASK | Set platform/version specific variables 2026-03-11 12:49:45.541892 | fa163e20-f24a-206f-595f-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:45.564040 | fa163e20-f24a-206f-595f-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:45.588302 | fa163e20-f24a-206f-595f-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:49:45.607561 | fa163e20-f24a-206f-595f-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:49:45.614602 | fa163e20-f24a-206f-595f-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:25.525834 | 0.14s 2026-03-11 12:49:45.646240 | fa163e20-f24a-206f-595f-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:49:48.670511 | fa163e20-f24a-206f-595f-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:49:48.672022 | fa163e20-f24a-206f-595f-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:28.583275 | 3.02s 2026-03-11 12:49:48.697526 | fa163e20-f24a-206f-595f-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-11 12:49:51.829378 | fa163e20-f24a-206f-595f-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:31.740606 | 3.13s 2026-03-11 12:49:51.836312 | fa163e20-f24a-206f-595f-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:31.747560 | 3.14s 2026-03-11 12:49:51.865230 | fa163e20-f24a-206f-595f-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:49:52.114485 | fa163e20-f24a-206f-595f-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:52.115893 | fa163e20-f24a-206f-595f-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:32.027117 | 0.25s 2026-03-11 12:49:52.121852 | fa163e20-f24a-206f-595f-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:32.033099 | 0.25s 2026-03-11 12:49:52.148020 | fa163e20-f24a-206f-595f-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:49:52.441114 | fa163e20-f24a-206f-595f-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:49:52.443208 | fa163e20-f24a-206f-595f-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:32.354457 | 0.29s 2026-03-11 12:49:52.454006 | fa163e20-f24a-206f-595f-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:32.365254 | 0.30s 2026-03-11 12:49:52.481325 | fa163e20-f24a-206f-595f-0000000028de | TASK | Ensure provider service is running 2026-03-11 12:49:52.938737 | fa163e20-f24a-206f-595f-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:49:52.941210 | fa163e20-f24a-206f-595f-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:32.852466 | 0.46s 2026-03-11 12:49:52.951924 | fa163e20-f24a-206f-595f-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:32.863172 | 0.47s 2026-03-11 12:49:52.980255 | fa163e20-f24a-206f-595f-0000000028e1 | TASK | Ensure certificate requests 2026-03-11 12:49:54.553497 | fa163e20-f24a-206f-595f-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 12:49:54.555970 | fa163e20-f24a-206f-595f-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:34.467220 | 1.57s 2026-03-11 12:49:54.566557 | fa163e20-f24a-206f-595f-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:34.477808 | 1.58s 2026-03-11 12:49:54.615255 | fa163e20-f24a-206f-595f-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 12:49:54.690714 | fa163e20-f24a-206f-595f-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 12:49:54.691948 | fa163e20-f24a-206f-595f-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:34.603201 | 0.08s 2026-03-11 12:49:54.717232 | fa163e20-f24a-206f-595f-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-11 12:49:57.703037 | fa163e20-f24a-206f-595f-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-11 12:49:57.708063 | fa163e20-f24a-206f-595f-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:37.619315 | 2.99s 2026-03-11 12:49:57.743216 | fa163e20-f24a-206f-595f-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-11 12:49:57.814438 | fa163e20-f24a-206f-595f-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-11 12:49:57.815699 | fa163e20-f24a-206f-595f-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:37.726953 | 0.07s 2026-03-11 12:49:57.843974 | fa163e20-f24a-206f-595f-000000002293 | TASK | Fetch ovn VIP 2026-03-11 12:49:57.906587 | fa163e20-f24a-206f-595f-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-11 12:49:57.907849 | fa163e20-f24a-206f-595f-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:37.819101 | 0.06s 2026-03-11 12:49:57.929812 | fa163e20-f24a-206f-595f-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-11 12:49:57.978833 | fa163e20-f24a-206f-595f-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-11 12:49:57.979657 | fa163e20-f24a-206f-595f-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:37.890919 | 0.05s 2026-03-11 12:49:57.998998 | fa163e20-f24a-206f-595f-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-11 12:49:58.044932 | fa163e20-f24a-206f-595f-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-11 12:49:58.045601 | fa163e20-f24a-206f-595f-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:37.956863 | 0.05s 2026-03-11 12:49:58.063949 | fa163e20-f24a-206f-595f-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-11 12:49:58.131519 | fa163e20-f24a-206f-595f-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-11 12:49:58.132732 | fa163e20-f24a-206f-595f-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:38.043985 | 0.07s 2026-03-11 12:49:58.162921 | fa163e20-f24a-206f-595f-000000002297 | TASK | Remove pacemaker attributes 2026-03-11 12:49:58.226561 | fa163e20-f24a-206f-595f-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-11 12:49:58.238145 | fa163e20-f24a-206f-595f-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:38.149403 | 0.07s 2026-03-11 12:49:58.308963 | fa163e20-f24a-206f-595f-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:38.220217 | 0.05s 2026-03-11 12:49:58.395923 | fa163e20-f24a-206f-595f-00000000295d | TASK | Set version specific variables 2026-03-11 12:49:58.431006 | fa163e20-f24a-206f-595f-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:38.342264 | 0.03s 2026-03-11 12:49:58.441221 | a7214b41-b789-4524-aa13-44570838e51c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:49:58.461496 | fa163e20-f24a-206f-595f-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-11 12:49:58.814541 | fa163e20-f24a-206f-595f-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:49:58.816098 | fa163e20-f24a-206f-595f-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:38.727351 | 0.35s 2026-03-11 12:49:58.844565 | fa163e20-f24a-206f-595f-00000000298f | TASK | Set platform/version specific variables 2026-03-11 12:49:58.914679 | fa163e20-f24a-206f-595f-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:58.937241 | fa163e20-f24a-206f-595f-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:49:58.960844 | fa163e20-f24a-206f-595f-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:49:58.981578 | fa163e20-f24a-206f-595f-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:49:58.987394 | fa163e20-f24a-206f-595f-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:38.898641 | 0.14s 2026-03-11 12:49:59.015959 | fa163e20-f24a-206f-595f-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:50:02.211712 | fa163e20-f24a-206f-595f-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:50:02.212574 | fa163e20-f24a-206f-595f-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:42.123835 | 3.20s 2026-03-11 12:50:02.231787 | fa163e20-f24a-206f-595f-000000002960 | TASK | Ensure provider packages are installed 2026-03-11 12:50:05.304189 | fa163e20-f24a-206f-595f-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:45.215428 | 3.07s 2026-03-11 12:50:05.316674 | fa163e20-f24a-206f-595f-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:45.227909 | 3.08s 2026-03-11 12:50:05.347474 | fa163e20-f24a-206f-595f-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:50:05.654394 | fa163e20-f24a-206f-595f-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:05.656756 | fa163e20-f24a-206f-595f-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:45.568005 | 0.31s 2026-03-11 12:50:05.667082 | fa163e20-f24a-206f-595f-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:45.578318 | 0.32s 2026-03-11 12:50:05.700046 | fa163e20-f24a-206f-595f-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:50:06.059737 | fa163e20-f24a-206f-595f-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:06.061449 | fa163e20-f24a-206f-595f-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:45.972699 | 0.36s 2026-03-11 12:50:06.068131 | fa163e20-f24a-206f-595f-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:45.979376 | 0.37s 2026-03-11 12:50:06.098089 | fa163e20-f24a-206f-595f-000000002966 | TASK | Ensure provider service is running 2026-03-11 12:50:06.530507 | fa163e20-f24a-206f-595f-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:50:06.531737 | fa163e20-f24a-206f-595f-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:46.442994 | 0.43s 2026-03-11 12:50:06.544102 | fa163e20-f24a-206f-595f-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:46.455354 | 0.44s 2026-03-11 12:50:06.567722 | fa163e20-f24a-206f-595f-000000002969 | TASK | Ensure certificate requests 2026-03-11 12:50:08.086108 | fa163e20-f24a-206f-595f-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 12:50:08.087575 | fa163e20-f24a-206f-595f-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:47.998828 | 1.52s 2026-03-11 12:50:08.093925 | fa163e20-f24a-206f-595f-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:48.005183 | 1.52s 2026-03-11 12:50:08.150108 | fa163e20-f24a-206f-595f-00000000229c | TASK | Configure OVN DBs and northd 2026-03-11 12:50:08.202825 | fa163e20-f24a-206f-595f-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:48.114064 | 0.05s 2026-03-11 12:50:08.266582 | fa163e20-f24a-206f-595f-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-11 12:50:08.524055 | fa163e20-f24a-206f-595f-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-11 12:50:08.525904 | fa163e20-f24a-206f-595f-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:48.437127 | 0.26s 2026-03-11 12:50:08.552303 | fa163e20-f24a-206f-595f-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-11 12:50:08.625042 | fa163e20-f24a-206f-595f-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-11 12:50:08.626473 | fa163e20-f24a-206f-595f-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:48.537728 | 0.07s 2026-03-11 12:50:08.650303 | fa163e20-f24a-206f-595f-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-11 12:50:08.975606 | fa163e20-f24a-206f-595f-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-11 12:50:08.977533 | fa163e20-f24a-206f-595f-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:48.888780 | 0.33s 2026-03-11 12:50:09.011695 | fa163e20-f24a-206f-595f-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-11 12:50:09.081497 | fa163e20-f24a-206f-595f-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-11 12:50:09.083098 | fa163e20-f24a-206f-595f-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:48.994347 | 0.07s 2026-03-11 12:50:09.115296 | fa163e20-f24a-206f-595f-0000000029dc | TASK | render OVN cluster configuration 2026-03-11 12:50:09.748566 | fa163e20-f24a-206f-595f-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-11 12:50:09.750320 | fa163e20-f24a-206f-595f-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:49.661569 | 0.63s 2026-03-11 12:50:09.782082 | fa163e20-f24a-206f-595f-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-11 12:50:09.849353 | fa163e20-f24a-206f-595f-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:49.760582 | 0.07s 2026-03-11 12:50:09.879105 | fa163e20-f24a-206f-595f-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:49.790356 | 0.10s 2026-03-11 12:50:09.895331 | fa163e20-f24a-206f-595f-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:49.806589 | 0.11s 2026-03-11 12:50:09.907393 | fa163e20-f24a-206f-595f-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:49.818636 | 0.12s 2026-03-11 12:50:09.925939 | 32b6e84a-03c7-43ee-8c25-39023a54b97b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 12:50:09.931495 | 2a065f8a-42b1-4c1b-b802-9a5a98d3d664 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 12:50:09.936495 | 3cd6c4aa-100d-4997-a413-4a4b5dbbe085 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-11 12:50:09.967923 | fa163e20-f24a-206f-595f-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-11 12:50:10.237549 | fa163e20-f24a-206f-595f-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-11 12:50:10.238940 | fa163e20-f24a-206f-595f-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:50.150194 | 0.27s 2026-03-11 12:50:10.263059 | fa163e20-f24a-206f-595f-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-11 12:50:10.317442 | fa163e20-f24a-206f-595f-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-11 12:50:10.318943 | fa163e20-f24a-206f-595f-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:50.230198 | 0.05s 2026-03-11 12:50:10.352621 | fa163e20-f24a-206f-595f-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-11 12:50:10.611619 | fa163e20-f24a-206f-595f-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-11 12:50:10.613367 | fa163e20-f24a-206f-595f-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:50.524615 | 0.26s 2026-03-11 12:50:10.647595 | fa163e20-f24a-206f-595f-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-11 12:50:10.703097 | fa163e20-f24a-206f-595f-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-11 12:50:10.704909 | fa163e20-f24a-206f-595f-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:50.616156 | 0.05s 2026-03-11 12:50:10.737971 | fa163e20-f24a-206f-595f-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-11 12:50:10.998123 | fa163e20-f24a-206f-595f-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-11 12:50:10.999622 | fa163e20-f24a-206f-595f-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:50.910872 | 0.26s 2026-03-11 12:50:11.030832 | fa163e20-f24a-206f-595f-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-11 12:50:11.081763 | fa163e20-f24a-206f-595f-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-11 12:50:11.082983 | fa163e20-f24a-206f-595f-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:50.994235 | 0.05s 2026-03-11 12:50:11.187417 | fa163e20-f24a-206f-595f-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:51.098660 | 0.05s 2026-03-11 12:50:11.255624 | fa163e20-f24a-206f-595f-000000002a64 | TASK | Set version specific variables 2026-03-11 12:50:11.305975 | fa163e20-f24a-206f-595f-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:51.217215 | 0.05s 2026-03-11 12:50:11.328536 | 9d96a2a3-015f-4967-b677-2b28ab81a723 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:50:11.360991 | fa163e20-f24a-206f-595f-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-11 12:50:11.757970 | fa163e20-f24a-206f-595f-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:50:11.759601 | fa163e20-f24a-206f-595f-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:51.670851 | 0.40s 2026-03-11 12:50:11.788359 | fa163e20-f24a-206f-595f-000000002a94 | TASK | Set platform/version specific variables 2026-03-11 12:50:11.880070 | fa163e20-f24a-206f-595f-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:50:11.910072 | fa163e20-f24a-206f-595f-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:50:11.937108 | fa163e20-f24a-206f-595f-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:50:11.957203 | fa163e20-f24a-206f-595f-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:50:11.963138 | fa163e20-f24a-206f-595f-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:51.874382 | 0.17s 2026-03-11 12:50:11.992109 | fa163e20-f24a-206f-595f-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:50:15.027576 | fa163e20-f24a-206f-595f-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:50:15.029144 | fa163e20-f24a-206f-595f-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:54.940395 | 3.04s 2026-03-11 12:50:15.048237 | fa163e20-f24a-206f-595f-000000002a67 | TASK | Ensure provider packages are installed 2026-03-11 12:50:18.359912 | fa163e20-f24a-206f-595f-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:58.271110 | 3.31s 2026-03-11 12:50:18.372504 | fa163e20-f24a-206f-595f-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:58.283742 | 3.32s 2026-03-11 12:50:18.403553 | fa163e20-f24a-206f-595f-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:50:18.731048 | fa163e20-f24a-206f-595f-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:18.733528 | fa163e20-f24a-206f-595f-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:58.644774 | 0.33s 2026-03-11 12:50:18.743888 | fa163e20-f24a-206f-595f-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:58.655097 | 0.34s 2026-03-11 12:50:18.777338 | fa163e20-f24a-206f-595f-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:50:19.094365 | fa163e20-f24a-206f-595f-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:19.096772 | fa163e20-f24a-206f-595f-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.008021 | 0.32s 2026-03-11 12:50:19.107010 | fa163e20-f24a-206f-595f-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.018246 | 0.33s 2026-03-11 12:50:19.138168 | fa163e20-f24a-206f-595f-000000002a6d | TASK | Ensure provider service is running 2026-03-11 12:50:19.607335 | fa163e20-f24a-206f-595f-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:50:19.609215 | fa163e20-f24a-206f-595f-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:59.520464 | 0.47s 2026-03-11 12:50:19.624027 | fa163e20-f24a-206f-595f-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:59.535257 | 0.48s 2026-03-11 12:50:19.655917 | fa163e20-f24a-206f-595f-000000002a70 | TASK | Ensure certificate requests 2026-03-11 12:50:21.415139 | fa163e20-f24a-206f-595f-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 12:50:21.417887 | fa163e20-f24a-206f-595f-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.329110 | 1.76s 2026-03-11 12:50:21.428341 | fa163e20-f24a-206f-595f-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.339581 | 1.77s 2026-03-11 12:50:21.539030 | fa163e20-f24a-206f-595f-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:01.450261 | 0.05s 2026-03-11 12:50:21.610379 | fa163e20-f24a-206f-595f-000000002ad8 | TASK | Set version specific variables 2026-03-11 12:50:21.670507 | fa163e20-f24a-206f-595f-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:01.581745 | 0.06s 2026-03-11 12:50:21.687123 | 5a656853-7f5a-4df3-ac4f-bb1da6ccf94f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:50:21.712667 | fa163e20-f24a-206f-595f-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-11 12:50:22.115936 | fa163e20-f24a-206f-595f-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:50:22.118296 | fa163e20-f24a-206f-595f-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:02.029541 | 0.40s 2026-03-11 12:50:22.150811 | fa163e20-f24a-206f-595f-000000002b08 | TASK | Set platform/version specific variables 2026-03-11 12:50:22.207598 | fa163e20-f24a-206f-595f-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:50:22.219703 | fa163e20-f24a-206f-595f-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:50:22.232934 | fa163e20-f24a-206f-595f-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:50:22.243270 | fa163e20-f24a-206f-595f-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:50:22.247212 | fa163e20-f24a-206f-595f-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:02.158450 | 0.09s 2026-03-11 12:50:22.272950 | fa163e20-f24a-206f-595f-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:50:25.225061 | fa163e20-f24a-206f-595f-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:50:25.227170 | fa163e20-f24a-206f-595f-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:05.138413 | 2.95s 2026-03-11 12:50:25.254757 | fa163e20-f24a-206f-595f-000000002adb | TASK | Ensure provider packages are installed 2026-03-11 12:50:28.398221 | fa163e20-f24a-206f-595f-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.309471 | 3.14s 2026-03-11 12:50:28.402581 | fa163e20-f24a-206f-595f-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:08.313827 | 3.15s 2026-03-11 12:50:28.432808 | fa163e20-f24a-206f-595f-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:50:28.729674 | fa163e20-f24a-206f-595f-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:28.731776 | fa163e20-f24a-206f-595f-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.643027 | 0.30s 2026-03-11 12:50:28.742049 | fa163e20-f24a-206f-595f-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.653296 | 0.31s 2026-03-11 12:50:28.771517 | fa163e20-f24a-206f-595f-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:50:29.059775 | fa163e20-f24a-206f-595f-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:29.061694 | fa163e20-f24a-206f-595f-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:08.972950 | 0.29s 2026-03-11 12:50:29.071939 | fa163e20-f24a-206f-595f-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:08.983188 | 0.30s 2026-03-11 12:50:29.100941 | fa163e20-f24a-206f-595f-000000002ae1 | TASK | Ensure provider service is running 2026-03-11 12:50:29.538378 | fa163e20-f24a-206f-595f-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:50:29.541365 | fa163e20-f24a-206f-595f-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.452613 | 0.44s 2026-03-11 12:50:29.552098 | fa163e20-f24a-206f-595f-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.463343 | 0.45s 2026-03-11 12:50:29.581937 | fa163e20-f24a-206f-595f-000000002ae4 | TASK | Ensure certificate requests 2026-03-11 12:50:31.232433 | fa163e20-f24a-206f-595f-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 12:50:31.235145 | fa163e20-f24a-206f-595f-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.146394 | 1.65s 2026-03-11 12:50:31.245733 | fa163e20-f24a-206f-595f-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.156971 | 1.66s 2026-03-11 12:50:31.366801 | fa163e20-f24a-206f-595f-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:11.278024 | 0.06s 2026-03-11 12:50:31.446887 | fa163e20-f24a-206f-595f-000000002b4c | TASK | Set version specific variables 2026-03-11 12:50:31.511254 | fa163e20-f24a-206f-595f-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:11.422487 | 0.06s 2026-03-11 12:50:31.528292 | c930eb80-4002-4e3f-9022-6f4c9351c409 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:50:31.558631 | fa163e20-f24a-206f-595f-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-11 12:50:31.955667 | fa163e20-f24a-206f-595f-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:50:31.957598 | fa163e20-f24a-206f-595f-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:11.868845 | 0.40s 2026-03-11 12:50:31.987625 | fa163e20-f24a-206f-595f-000000002b7c | TASK | Set platform/version specific variables 2026-03-11 12:50:32.074483 | fa163e20-f24a-206f-595f-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:50:32.095757 | fa163e20-f24a-206f-595f-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:50:32.118427 | fa163e20-f24a-206f-595f-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:50:32.139175 | fa163e20-f24a-206f-595f-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:50:32.145293 | fa163e20-f24a-206f-595f-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:12.056524 | 0.16s 2026-03-11 12:50:32.177356 | fa163e20-f24a-206f-595f-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:50:35.255270 | fa163e20-f24a-206f-595f-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:50:35.256604 | fa163e20-f24a-206f-595f-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:15.167856 | 3.08s 2026-03-11 12:50:35.285114 | fa163e20-f24a-206f-595f-000000002b4f | TASK | Ensure provider packages are installed 2026-03-11 12:50:38.374102 | fa163e20-f24a-206f-595f-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.285334 | 3.09s 2026-03-11 12:50:38.381367 | fa163e20-f24a-206f-595f-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.292614 | 3.09s 2026-03-11 12:50:38.410568 | fa163e20-f24a-206f-595f-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:50:38.751623 | fa163e20-f24a-206f-595f-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:38.754125 | fa163e20-f24a-206f-595f-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.665372 | 0.34s 2026-03-11 12:50:38.763966 | fa163e20-f24a-206f-595f-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.675206 | 0.35s 2026-03-11 12:50:38.793618 | fa163e20-f24a-206f-595f-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:50:39.096268 | fa163e20-f24a-206f-595f-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:50:39.098553 | fa163e20-f24a-206f-595f-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.009801 | 0.30s 2026-03-11 12:50:39.108779 | fa163e20-f24a-206f-595f-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.020028 | 0.31s 2026-03-11 12:50:39.137724 | fa163e20-f24a-206f-595f-000000002b55 | TASK | Ensure provider service is running 2026-03-11 12:50:39.692919 | fa163e20-f24a-206f-595f-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:50:39.695672 | fa163e20-f24a-206f-595f-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.606910 | 0.56s 2026-03-11 12:50:39.706144 | fa163e20-f24a-206f-595f-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.617393 | 0.57s 2026-03-11 12:50:39.736740 | fa163e20-f24a-206f-595f-000000002b58 | TASK | Ensure certificate requests 2026-03-11 12:50:42.020493 | fa163e20-f24a-206f-595f-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 12:50:42.022013 | fa163e20-f24a-206f-595f-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.933266 | 2.28s 2026-03-11 12:50:42.028449 | fa163e20-f24a-206f-595f-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:21.939699 | 2.29s 2026-03-11 12:50:42.083273 | fa163e20-f24a-206f-595f-0000000022a9 | TASK | Fail if container image is undefined 2026-03-11 12:50:42.153749 | fa163e20-f24a-206f-595f-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:50:42.154989 | fa163e20-f24a-206f-595f-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:22.066241 | 0.07s 2026-03-11 12:50:42.200801 | fa163e20-f24a-206f-595f-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 12:50:49.094492 | fa163e20-f24a-206f-595f-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 12:50:49.096158 | fa163e20-f24a-206f-595f-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:29.007406 | 6.89s 2026-03-11 12:50:49.152446 | fa163e20-f24a-206f-595f-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-11 12:50:49.527980 | fa163e20-f24a-206f-595f-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-11 12:50:49.529325 | fa163e20-f24a-206f-595f-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:29.440579 | 0.38s 2026-03-11 12:50:49.584205 | fa163e20-f24a-206f-595f-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-11 12:50:54.271693 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-11 12:50:54.275882 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.187115 | 4.69s 2026-03-11 12:50:59.560839 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-11 12:50:59.563612 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.474866 | 9.98s 2026-03-11 12:51:02.975796 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-11 12:51:02.978521 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.889775 | 13.39s 2026-03-11 12:51:07.484704 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-11 12:51:07.488215 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.399469 | 17.90s 2026-03-11 12:51:09.528688 | fa163e20-f24a-206f-595f-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-11 12:51:09.531313 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.442566 | 19.95s 2026-03-11 12:51:11.293006 | fa163e20-f24a-206f-595f-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-11 12:51:11.296175 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.207429 | 21.71s 2026-03-11 12:51:25.168117 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-11 12:51:25.172027 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.083274 | 35.59s 2026-03-11 12:51:29.503516 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-11 12:51:29.507056 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:09.418298 | 39.92s 2026-03-11 12:51:35.569901 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-11 12:51:35.573893 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.485127 | 45.99s 2026-03-11 12:51:37.859123 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-11 12:51:37.862886 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.774124 | 48.28s 2026-03-11 12:51:45.312216 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-11 12:51:45.315244 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:25.226499 | 55.73s 2026-03-11 12:51:48.194100 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-11 12:51:48.197209 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:28.108462 | 58.61s 2026-03-11 12:52:05.389000 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-11 12:52:05.392607 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:45.303859 | 75.81s 2026-03-11 12:52:15.771496 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-11 12:52:15.774495 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:55.685747 | 86.19s 2026-03-11 12:52:23.318337 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-11 12:52:23.322479 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:03.233725 | 93.74s 2026-03-11 12:52:34.385716 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-11 12:52:34.388888 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:14.300123 | 104.80s 2026-03-11 12:52:42.532130 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-11 12:52:42.535574 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:22.446828 | 112.95s 2026-03-11 12:52:47.281942 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-11 12:52:47.284597 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:27.195852 | 117.70s 2026-03-11 12:52:51.756672 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-11 12:52:51.760533 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:31.671787 | 122.17s 2026-03-11 12:52:55.661929 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-11 12:52:55.665681 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:35.576933 | 126.08s 2026-03-11 12:53:00.851971 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-11 12:53:00.855021 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:40.766274 | 131.27s 2026-03-11 12:53:12.781304 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-11 12:53:12.784664 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:52.695914 | 143.20s 2026-03-11 12:53:15.741980 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-11 12:53:15.745994 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:55.657246 | 146.16s 2026-03-11 12:53:28.082541 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-11 12:53:28.085538 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:07.996792 | 158.50s 2026-03-11 12:53:32.252028 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-11 12:53:32.255739 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.166993 | 162.67s 2026-03-11 12:53:35.270048 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-11 12:53:35.274424 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:15.185678 | 165.69s 2026-03-11 12:53:38.045426 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-11 12:53:38.049102 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:17.960356 | 168.46s 2026-03-11 12:53:42.023990 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-11 12:53:42.028047 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.939298 | 172.44s 2026-03-11 12:53:46.998223 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-11 12:53:47.001331 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:26.912578 | 177.42s 2026-03-11 12:53:49.381889 | fa163e20-f24a-206f-595f-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-11 12:53:49.385756 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:29.297009 | 179.80s 2026-03-11 12:53:51.604583 | fa163e20-f24a-206f-595f-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-11 12:53:51.608392 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:31.519645 | 182.02s 2026-03-11 12:53:54.450204 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-11 12:53:54.453074 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.364327 | 184.87s 2026-03-11 12:53:56.577658 | fa163e20-f24a-206f-595f-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-11 12:53:56.581367 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.492620 | 187.00s 2026-03-11 12:54:02.468300 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-11 12:54:02.472541 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:42.383793 | 192.89s 2026-03-11 12:54:05.307045 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-11 12:54:05.309921 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:45.221174 | 195.72s 2026-03-11 12:54:07.927750 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-11 12:54:07.930571 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.841823 | 198.34s 2026-03-11 12:54:11.567339 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-11 12:54:11.571197 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:51.482451 | 201.98s 2026-03-11 12:54:28.055487 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-11 12:54:28.059230 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:07.970482 | 218.47s 2026-03-11 12:54:31.273307 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-11 12:54:31.277664 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:11.188911 | 221.69s 2026-03-11 12:54:34.445102 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-11 12:54:34.448886 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:14.360122 | 224.86s 2026-03-11 12:54:37.467269 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-11 12:54:37.470066 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.381319 | 227.88s 2026-03-11 12:54:40.317923 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-11 12:54:40.322288 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:20.233539 | 230.74s 2026-03-11 12:54:54.010974 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-11 12:54:54.014955 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:33.926208 | 244.43s 2026-03-11 12:54:56.765696 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-11 12:54:56.769929 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:36.681177 | 247.18s 2026-03-11 12:54:59.113487 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-11 12:54:59.116339 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:39.027594 | 249.53s 2026-03-11 12:55:02.454940 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-11 12:55:02.459159 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:42.370415 | 252.87s 2026-03-11 12:55:05.128018 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-11 12:55:05.131916 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:45.043167 | 255.55s 2026-03-11 12:55:08.594374 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-11 12:55:08.596418 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:48.507677 | 259.01s 2026-03-11 12:55:11.500820 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-11 12:55:11.504625 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:51.415878 | 261.92s 2026-03-11 12:55:16.134636 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-11 12:55:16.137558 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:56.048813 | 266.55s 2026-03-11 12:55:19.091781 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-11 12:55:19.095720 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:59.006973 | 269.51s 2026-03-11 12:55:21.900001 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-11 12:55:21.904823 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:01.816073 | 272.32s 2026-03-11 12:55:24.824654 | fa163e20-f24a-206f-595f-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-11 12:55:24.827927 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:04.739176 | 275.24s 2026-03-11 12:55:25.149214 | fa163e20-f24a-206f-595f-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:13:05.060461 | 275.56s 2026-03-11 12:55:25.412361 | fa163e20-f24a-206f-595f-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:05.323608 | 0.06s 2026-03-11 12:55:25.468219 | fa163e20-f24a-206f-595f-000000002c32 | TASK | Set version specific variables 2026-03-11 12:55:25.496316 | fa163e20-f24a-206f-595f-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:05.407563 | 0.03s 2026-03-11 12:55:25.511549 | 42ddab9b-d3d6-428b-b6bc-3d3f6d3ffa8b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-11 12:55:25.536425 | fa163e20-f24a-206f-595f-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-11 12:55:25.898989 | fa163e20-f24a-206f-595f-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-11 12:55:25.900553 | fa163e20-f24a-206f-595f-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:05.811804 | 0.36s 2026-03-11 12:55:25.931168 | fa163e20-f24a-206f-595f-000000002c62 | TASK | Set platform/version specific variables 2026-03-11 12:55:26.027250 | fa163e20-f24a-206f-595f-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:55:26.058191 | fa163e20-f24a-206f-595f-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-11 12:55:26.086264 | fa163e20-f24a-206f-595f-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-11 12:55:26.106466 | fa163e20-f24a-206f-595f-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-11 12:55:26.118377 | fa163e20-f24a-206f-595f-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:06.029623 | 0.19s 2026-03-11 12:55:26.148744 | fa163e20-f24a-206f-595f-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-11 12:55:29.408005 | fa163e20-f24a-206f-595f-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-11 12:55:29.408851 | fa163e20-f24a-206f-595f-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:09.320113 | 3.26s 2026-03-11 12:55:29.429839 | fa163e20-f24a-206f-595f-000000002c35 | TASK | Ensure provider packages are installed 2026-03-11 12:55:32.495603 | fa163e20-f24a-206f-595f-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:12.406842 | 3.06s 2026-03-11 12:55:32.502447 | fa163e20-f24a-206f-595f-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:12.413696 | 3.07s 2026-03-11 12:55:32.532424 | fa163e20-f24a-206f-595f-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-11 12:55:32.845396 | fa163e20-f24a-206f-595f-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:55:32.846800 | fa163e20-f24a-206f-595f-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:12.758052 | 0.31s 2026-03-11 12:55:32.852774 | fa163e20-f24a-206f-595f-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:12.764023 | 0.32s 2026-03-11 12:55:32.881977 | fa163e20-f24a-206f-595f-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-11 12:55:33.193720 | fa163e20-f24a-206f-595f-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-11 12:55:33.195116 | fa163e20-f24a-206f-595f-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:13.106366 | 0.31s 2026-03-11 12:55:33.201623 | fa163e20-f24a-206f-595f-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:13.112873 | 0.32s 2026-03-11 12:55:33.231223 | fa163e20-f24a-206f-595f-000000002c3b | TASK | Ensure provider service is running 2026-03-11 12:55:33.663305 | fa163e20-f24a-206f-595f-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-11 12:55:33.665573 | fa163e20-f24a-206f-595f-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:13.576818 | 0.43s 2026-03-11 12:55:33.678725 | fa163e20-f24a-206f-595f-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:13.589973 | 0.45s 2026-03-11 12:55:33.709149 | fa163e20-f24a-206f-595f-000000002c3e | TASK | Ensure certificate requests 2026-03-11 12:55:36.039321 | fa163e20-f24a-206f-595f-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 12:55:36.041120 | fa163e20-f24a-206f-595f-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:15.952371 | 2.33s 2026-03-11 12:55:36.052753 | fa163e20-f24a-206f-595f-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:15.964010 | 2.34s 2026-03-11 12:55:36.089088 | fa163e20-f24a-206f-595f-0000000022c0 | TASK | Fail if container image is undefined 2026-03-11 12:55:36.135148 | fa163e20-f24a-206f-595f-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-11 12:55:36.135754 | fa163e20-f24a-206f-595f-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:16.047017 | 0.05s 2026-03-11 12:55:36.175956 | fa163e20-f24a-206f-595f-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 12:55:38.122967 | fa163e20-f24a-206f-595f-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 12:55:38.124385 | fa163e20-f24a-206f-595f-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:18.035636 | 1.95s 2026-03-11 12:55:38.182218 | fa163e20-f24a-206f-595f-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-11 12:55:38.529110 | fa163e20-f24a-206f-595f-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-11 12:55:38.530460 | fa163e20-f24a-206f-595f-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:18.441714 | 0.35s 2026-03-11 12:55:38.585588 | fa163e20-f24a-206f-595f-0000000022cd | TASK | Check if rsyslog exists 2026-03-11 12:55:38.840644 | fa163e20-f24a-206f-595f-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-11 12:55:38.842114 | fa163e20-f24a-206f-595f-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:13:18.753366 | 0.25s 2026-03-11 12:55:38.870096 | fa163e20-f24a-206f-595f-0000000022ce | TASK | Forward logging to swift.log file 2026-03-11 12:55:39.378215 | fa163e20-f24a-206f-595f-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-11 12:55:39.379719 | fa163e20-f24a-206f-595f-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:13:19.290972 | 0.51s 2026-03-11 12:55:39.408845 | fa163e20-f24a-206f-595f-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-11 12:55:40.512684 | fa163e20-f24a-206f-595f-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-11 12:55:40.514537 | fa163e20-f24a-206f-595f-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:20.425790 | 1.10s 2026-03-11 12:55:40.543796 | fa163e20-f24a-206f-595f-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-11 12:55:40.734003 | fa163e20-f24a-206f-595f-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-11 12:55:40.735470 | fa163e20-f24a-206f-595f-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:20.646724 | 0.19s 2026-03-11 12:55:40.847235 | fa163e20-f24a-206f-595f-0000000000c3 | TIMING | include_tasks | standalone | 0:13:20.758479 | 0.08s 2026-03-11 12:55:40.890767 | bcf6fbb7-5114-4f6f-9af5-99ac4a3469f1 | INCLUDED | /root/standalone-ansible-suuaa9r4/common_deploy_steps_tasks.yaml | standalone 2026-03-11 12:55:40.917559 | fa163e20-f24a-206f-595f-000000002ca9 | TASK | Write the config_step hieradata 2026-03-11 12:55:41.385839 | fa163e20-f24a-206f-595f-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-11 12:55:41.387162 | fa163e20-f24a-206f-595f-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:13:21.298413 | 0.47s 2026-03-11 12:55:41.416907 | fa163e20-f24a-206f-595f-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-11 12:55:41.732947 | fa163e20-f24a-206f-595f-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-11 12:55:41.734185 | fa163e20-f24a-206f-595f-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:21.645438 | 0.32s 2026-03-11 12:55:41.763028 | fa163e20-f24a-206f-595f-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-11 12:55:42.020842 | fa163e20-f24a-206f-595f-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 12:55:52.255674 | fa163e20-f24a-206f-595f-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 12:56:02.493240 | fa163e20-f24a-206f-595f-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 12:56:12.713360 | fa163e20-f24a-206f-595f-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-11 12:56:22.944093 | fa163e20-f24a-206f-595f-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-11 12:56:33.158200 | fa163e20-f24a-206f-595f-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-11 12:56:43.414045 | fa163e20-f24a-206f-595f-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 12:56:43.415374 | fa163e20-f24a-206f-595f-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:23.326627 | 61.65s 2026-03-11 12:56:43.448222 | fa163e20-f24a-206f-595f-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-11 12:56:43.558059 | fa163e20-f24a-206f-595f-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 12:55:41 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 12:55:47 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 12:55:47 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 12:55:47 puppet-user: (file & line not available)", "<13>Mar 11 12:55:47 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 12:55:47 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 12:55:48 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 12:55:48 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Mar 11 12:55:48 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 11 12:55:48 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 11 12:55:48 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 11 12:55:55 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 11 12:56:03 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 11 12:56:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 11 12:56:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 11 12:56:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 11 12:56:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 12:56:08 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 11 12:56:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 11 12:56:12 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 12:56:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 11 12:56:15 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 11 12:56:15 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 11 12:56:38 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 11 12:56:39 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 12:56:41 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 11 12:56:41 puppet-user: Notice: Applied catalog in 53.69 seconds", "<13>Mar 11 12:56:41 puppet-user: Application:", "<13>Mar 11 12:56:41 puppet-user: Initial environment: production", "<13>Mar 11 12:56:41 puppet-user: Converged environment: production", "<13>Mar 11 12:56:41 puppet-user: Run mode: user", "<13>Mar 11 12:56:41 puppet-user: Changes:", "<13>Mar 11 12:56:41 puppet-user: Total: 17", "<13>Mar 11 12:56:41 puppet-user: Events:", "<13>Mar 11 12:56:41 puppet-user: Success: 17", "<13>Mar 11 12:56:41 puppet-user: Resources:", "<13>Mar 11 12:56:41 puppet-user: Restarted: 1", "<13>Mar 11 12:56:41 puppet-user: Changed: 16", "<13>Mar 11 12:56:41 puppet-user: Out of sync: 16", "<13>Mar 11 12:56:41 puppet-user: Total: 26", "<13>Mar 11 12:56:41 puppet-user: Time:", "<13>Mar 11 12:56:41 puppet-user: Filebucket: 0.00", "<13>Mar 11 12:56:41 puppet-user: Schedule: 0.00", "<13>Mar 11 12:56:41 puppet-user: File: 0.00", "<13>Mar 11 12:56:41 puppet-user: File line: 0.00", "<13>Mar 11 12:56:41 puppet-user: Augeas: 0.04", "<13>Mar 11 12:56:41 puppet-user: Config retrieval: 0.43", "<13>Mar 11 12:56:41 puppet-user: User: 0.56", "<13>Mar 11 12:56:41 puppet-user: Package: 15.17", "<13>Mar 11 12:56:41 puppet-user: Last run: 1773233801", "<13>Mar 11 12:56:41 puppet-user: Exec: 28.62", "<13>Mar 11 12:56:41 puppet-user: Pcmk property: 3.55", "<13>Mar 11 12:56:41 puppet-user: Service: 4.47", "<13>Mar 11 12:56:41 puppet-user: Transaction evaluation: 53.68", "<13>Mar 11 12:56:41 puppet-user: Catalog application: 53.69", "<13>Mar 11 12:56:41 puppet-user: Total: 53.69", "<13>Mar 11 12:56:41 puppet-user: Version:", "<13>Mar 11 12:56:41 puppet-user: Config: 1773233747", "<13>Mar 11 12:56:41 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 12:56:43.559586 | fa163e20-f24a-206f-595f-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:23.470838 | 0.11s 2026-03-11 12:56:43.588734 | fa163e20-f24a-206f-595f-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-11 12:56:43.617922 | fa163e20-f24a-206f-595f-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:23.529119 | 0.03s 2026-03-11 12:56:43.689663 | fa163e20-f24a-206f-595f-000000002cf4 | TASK | Gather variables for each operating system 2026-03-11 12:56:43.815537 | fa163e20-f24a-206f-595f-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:23.726772 | 0.12s 2026-03-11 12:56:43.845432 | fa163e20-f24a-206f-595f-000000002cf5 | TASK | Create puppet caching structures 2026-03-11 12:56:44.090407 | fa163e20-f24a-206f-595f-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-03-11 12:56:44.091906 | fa163e20-f24a-206f-595f-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:24.003158 | 0.24s 2026-03-11 12:56:44.122539 | fa163e20-f24a-206f-595f-000000002cf6 | TASK | Check for facter.conf 2026-03-11 12:56:44.335162 | fa163e20-f24a-206f-595f-000000002cf6 | OK | Check for facter.conf | standalone 2026-03-11 12:56:44.336542 | fa163e20-f24a-206f-595f-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:24.247796 | 0.21s 2026-03-11 12:56:44.366067 | fa163e20-f24a-206f-595f-000000002cf7 | TASK | Remove facter.conf if directory 2026-03-11 12:56:44.416559 | fa163e20-f24a-206f-595f-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 12:56:44.417753 | fa163e20-f24a-206f-595f-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:24.329006 | 0.05s 2026-03-11 12:56:44.447370 | fa163e20-f24a-206f-595f-000000002cf8 | TASK | Write facter cache config 2026-03-11 12:56:44.936702 | fa163e20-f24a-206f-595f-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-03-11 12:56:44.938079 | fa163e20-f24a-206f-595f-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:24.849333 | 0.49s 2026-03-11 12:56:44.967210 | fa163e20-f24a-206f-595f-000000002cf9 | TASK | Cleanup facter cache if exists 2026-03-11 12:56:45.200955 | fa163e20-f24a-206f-595f-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-03-11 12:56:45.202362 | fa163e20-f24a-206f-595f-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:25.113614 | 0.23s 2026-03-11 12:56:45.232327 | fa163e20-f24a-206f-595f-000000002cfa | TASK | Pre-cache facts 2026-03-11 12:56:45.860442 | fa163e20-f24a-206f-595f-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-03-11 12:56:45.861670 | fa163e20-f24a-206f-595f-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:25.772920 | 0.63s 2026-03-11 12:56:45.903582 | fa163e20-f24a-206f-595f-000000002cfb | TASK | Failed deployment if facter fails 2026-03-11 12:56:45.943132 | fa163e20-f24a-206f-595f-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 12:56:45.944431 | fa163e20-f24a-206f-595f-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:25.855684 | 0.04s 2026-03-11 12:56:45.993268 | fa163e20-f24a-206f-595f-000000002cfc | TASK | Sync cached facts 2026-03-11 12:56:46.475562 | fa163e20-f24a-206f-595f-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e20-f24a-206f-595f-000000002cfc') missing from stats 2026-03-11 12:56:46.533313 | fa163e20-f24a-206f-595f-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 12:56:46.587241 | fa163e20-f24a-206f-595f-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:26.498482 | 0.05s 2026-03-11 12:56:46.619256 | f0b2a1fe-1368-4bca-b8e3-5b5a4eeabfe6 | INCLUDED | /root/standalone-ansible-suuaa9r4/generate-config-tasks.yaml | standalone 2026-03-11 12:56:46.660426 | fa163e20-f24a-206f-595f-000000002d46 | TASK | Create base directory puppet configs 2026-03-11 12:56:46.893061 | fa163e20-f24a-206f-595f-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-03-11 12:56:46.894434 | fa163e20-f24a-206f-595f-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:14:26.805687 | 0.23s 2026-03-11 12:56:46.925285 | fa163e20-f24a-206f-595f-000000002d47 | TASK | Generate container puppet configs for step 1 2026-03-11 12:56:47.190391 | fa163e20-f24a-206f-595f-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-11 12:56:47.191397 | fa163e20-f24a-206f-595f-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:27.102656 | 0.26s 2026-03-11 12:56:47.215172 | fa163e20-f24a-206f-595f-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-11 12:56:47.237186 | fa163e20-f24a-206f-595f-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:27.148429 | 0.02s 2026-03-11 12:56:47.307714 | fa163e20-f24a-206f-595f-000000002dd2 | TASK | Gather variables for each operating system 2026-03-11 12:56:47.431731 | fa163e20-f24a-206f-595f-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:27.342972 | 0.12s 2026-03-11 12:56:47.462329 | fa163e20-f24a-206f-595f-000000002dd3 | TASK | Create container logs path 2026-03-11 12:56:47.701473 | fa163e20-f24a-206f-595f-000000002dd3 | OK | Create container logs path | standalone 2026-03-11 12:56:47.702816 | fa163e20-f24a-206f-595f-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:27.614070 | 0.24s 2026-03-11 12:56:47.734762 | fa163e20-f24a-206f-595f-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:56:48.133895 | fa163e20-f24a-206f-595f-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:56:48.135101 | fa163e20-f24a-206f-595f-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:28.046355 | 0.40s 2026-03-11 12:56:48.167736 | fa163e20-f24a-206f-595f-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-11 12:56:48.243518 | fa163e20-f24a-206f-595f-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-11 12:56:48.244719 | fa163e20-f24a-206f-595f-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:28.155974 | 0.08s 2026-03-11 12:56:48.273448 | fa163e20-f24a-206f-595f-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-11 12:56:48.314244 | fa163e20-f24a-206f-595f-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 12:56:48.315556 | fa163e20-f24a-206f-595f-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:28.226810 | 0.04s 2026-03-11 12:56:48.345352 | fa163e20-f24a-206f-595f-000000002dda | TASK | Update container configs with new config hashes 2026-03-11 12:56:48.408345 | fa163e20-f24a-206f-595f-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 12:56:48.409776 | fa163e20-f24a-206f-595f-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:28.321029 | 0.06s 2026-03-11 12:56:48.443030 | fa163e20-f24a-206f-595f-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:56:48.505032 | fa163e20-f24a-206f-595f-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:28.416275 | 0.06s 2026-03-11 12:56:48.530138 | e8e7cec6-905e-4a19-b57c-50709975eebf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 12:56:48.566361 | fa163e20-f24a-206f-595f-000000002e1f | TASK | Gather podman infos 2026-03-11 12:56:49.099503 | fa163e20-f24a-206f-595f-000000002e1f | OK | Gather podman infos | standalone 2026-03-11 12:56:49.101484 | fa163e20-f24a-206f-595f-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:29.012733 | 0.53s 2026-03-11 12:56:49.138130 | fa163e20-f24a-206f-595f-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:56:49.200691 | fa163e20-f24a-206f-595f-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:56:49.202162 | fa163e20-f24a-206f-595f-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:29.113414 | 0.06s 2026-03-11 12:56:49.235920 | fa163e20-f24a-206f-595f-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:56:49.293831 | fa163e20-f24a-206f-595f-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:29.205074 | 0.06s 2026-03-11 12:56:49.323644 | 031f8ed5-833d-49c1-b37e-5950495b7ca0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 12:56:49.369334 | fa163e20-f24a-206f-595f-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:57:20.173916 | fa163e20-f24a-206f-595f-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:57:20.175618 | fa163e20-f24a-206f-595f-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.086869 | 30.80s 2026-03-11 12:57:20.247198 | fa163e20-f24a-206f-595f-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:57:20.331803 | fa163e20-f24a-206f-595f-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:57:20.333130 | fa163e20-f24a-206f-595f-000000002e4a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.244380 | 0.08s 2026-03-11 12:57:20.390145 | fa163e20-f24a-206f-595f-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-03-11 12:57:20.420977 | fa163e20-f24a-206f-595f-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 12:57:20.422279 | fa163e20-f24a-206f-595f-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:00.333532 | 0.03s 2026-03-11 12:57:20.451061 | fa163e20-f24a-206f-595f-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-03-11 12:57:20.483072 | fa163e20-f24a-206f-595f-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-11 12:57:20.484432 | fa163e20-f24a-206f-595f-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:00.395682 | 0.03s 2026-03-11 12:57:20.516271 | fa163e20-f24a-206f-595f-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-11 12:57:20.545213 | fa163e20-f24a-206f-595f-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:00.456455 | 0.03s 2026-03-11 12:57:20.611623 | fa163e20-f24a-206f-595f-000000002e9f | TASK | Gather variables for each operating system 2026-03-11 12:57:20.723788 | fa163e20-f24a-206f-595f-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:00.635030 | 0.11s 2026-03-11 12:57:20.752571 | fa163e20-f24a-206f-595f-000000002ea0 | TASK | Create container logs path 2026-03-11 12:57:21.005279 | fa163e20-f24a-206f-595f-000000002ea0 | OK | Create container logs path | standalone 2026-03-11 12:57:21.006738 | fa163e20-f24a-206f-595f-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:00.917989 | 0.25s 2026-03-11 12:57:21.038440 | fa163e20-f24a-206f-595f-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 12:57:21.304305 | fa163e20-f24a-206f-595f-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 12:57:21.305563 | fa163e20-f24a-206f-595f-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:01.216815 | 0.27s 2026-03-11 12:57:21.334322 | fa163e20-f24a-206f-595f-000000002ea3 | TASK | Finalise hashes for all containers 2026-03-11 12:57:21.395002 | fa163e20-f24a-206f-595f-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-03-11 12:57:21.396269 | fa163e20-f24a-206f-595f-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:01.307522 | 0.06s 2026-03-11 12:57:21.425327 | fa163e20-f24a-206f-595f-000000002ea5 | TASK | Manage systemd shutdown files 2026-03-11 12:57:21.457843 | fa163e20-f24a-206f-595f-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:01.369086 | 0.03s 2026-03-11 12:57:21.493995 | 311888a4-9fee-4486-8462-ab43a2a4054d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 12:57:21.521087 | fa163e20-f24a-206f-595f-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 12:57:21.781886 | fa163e20-f24a-206f-595f-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 12:57:21.783399 | fa163e20-f24a-206f-595f-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:01.694648 | 0.26s 2026-03-11 12:57:21.812840 | fa163e20-f24a-206f-595f-000000002ed9 | TASK | Set podman_drop_in fact 2026-03-11 12:57:21.875553 | fa163e20-f24a-206f-595f-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-03-11 12:57:21.876720 | fa163e20-f24a-206f-595f-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:01.787972 | 0.06s 2026-03-11 12:57:21.905247 | fa163e20-f24a-206f-595f-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 12:57:22.475170 | fa163e20-f24a-206f-595f-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 12:57:22.476447 | fa163e20-f24a-206f-595f-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:02.387698 | 0.57s 2026-03-11 12:57:22.996488 | fa163e20-f24a-206f-595f-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 12:57:22.998266 | fa163e20-f24a-206f-595f-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:02.909515 | 1.09s 2026-03-11 12:57:23.008247 | fa163e20-f24a-206f-595f-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:02.919477 | 1.10s 2026-03-11 12:57:23.031846 | fa163e20-f24a-206f-595f-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 12:57:23.527352 | fa163e20-f24a-206f-595f-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 12:57:23.528439 | fa163e20-f24a-206f-595f-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:03.439696 | 0.50s 2026-03-11 12:57:23.550912 | fa163e20-f24a-206f-595f-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 12:57:23.997828 | fa163e20-f24a-206f-595f-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 12:57:23.998915 | fa163e20-f24a-206f-595f-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:03.910175 | 0.45s 2026-03-11 12:57:24.021684 | fa163e20-f24a-206f-595f-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-03-11 12:57:24.870755 | fa163e20-f24a-206f-595f-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-11 12:57:24.871914 | fa163e20-f24a-206f-595f-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:04.783174 | 0.85s 2026-03-11 12:57:24.891642 | fa163e20-f24a-206f-595f-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 12:57:25.364404 | fa163e20-f24a-206f-595f-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 12:57:25.365831 | fa163e20-f24a-206f-595f-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:05.277081 | 0.47s 2026-03-11 12:57:25.395924 | fa163e20-f24a-206f-595f-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 12:57:25.875613 | fa163e20-f24a-206f-595f-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 12:57:25.877104 | fa163e20-f24a-206f-595f-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:05.788357 | 0.48s 2026-03-11 12:57:25.906603 | fa163e20-f24a-206f-595f-000000002ee1 | TASK | Enable and start netns-placeholder 2026-03-11 12:57:26.806164 | fa163e20-f24a-206f-595f-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 12:57:26.808242 | fa163e20-f24a-206f-595f-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:06.719494 | 0.90s 2026-03-11 12:57:26.839110 | fa163e20-f24a-206f-595f-000000002ea7 | TASK | Update container configs with new config hashes 2026-03-11 12:57:26.878165 | fa163e20-f24a-206f-595f-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:06.789412 | 0.04s 2026-03-11 12:57:26.898619 | ba058fee-ecb7-4866-bc58-39421f55d271 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 12:57:26.932044 | fa163e20-f24a-206f-595f-000000002f09 | TASK | Update config hashes for container startup configs 2026-03-11 12:57:27.247380 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-11 12:57:27.248558 | | WARNING | Config change detected for mysql_bootstrap, new hash: 17952bb52a27cd24608af305bc44b79d 2026-03-11 12:57:27.249114 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 1e53e58ed3e3b690bcd2d188170edde8 2026-03-11 12:57:27.249603 | | WARNING | Config change detected for redis_tls_proxy, new hash: d213ca7fccd795aa69f6232da494c7c3 2026-03-11 12:57:27.250150 | | WARNING | Config change detected for clustercheck, new hash: 8818d1bbb15b5c6ac1c1a64fedae15fd 2026-03-11 12:57:27.250678 | | WARNING | Config change detected for horizon_fix_perms, new hash: 4e6cf561b5d4df34f5f027f94912df8f 2026-03-11 12:57:27.251191 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 17952bb52a27cd24608af305bc44b79d 2026-03-11 12:57:27.251702 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.252201 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.252717 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.253254 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.253645 | | WARNING | Config change detected for aodh_db_sync, new hash: f8a812047ca97575de052d267c327e3f 2026-03-11 12:57:27.254094 | | WARNING | Config change detected for cinder_api_db_sync, new hash: e5e9bde3b835e2c4a0849edece657cd4 2026-03-11 12:57:27.254554 | | WARNING | Config change detected for glance_api_db_sync, new hash: 73f65efec56737a9ffe1a3203a243b83-7523bb727e087e296a68801f4d1d2b8f 2026-03-11 12:57:27.255050 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 4b7f6a50f5e79cf302d909088eee6d04 2026-03-11 12:57:27.255495 | | WARNING | Config change detected for horizon, new hash: 4e6cf561b5d4df34f5f027f94912df8f 2026-03-11 12:57:27.255965 | | WARNING | Config change detected for iscsid, new hash: 7523bb727e087e296a68801f4d1d2b8f 2026-03-11 12:57:27.256457 | | WARNING | Config change detected for keystone, new hash: 64376f8b0a46f665648c42450a95eb64 2026-03-11 12:57:27.257021 | | WARNING | Config change detected for keystone_cron, new hash: 64376f8b0a46f665648c42450a95eb64 2026-03-11 12:57:27.257480 | | WARNING | Config change detected for keystone_db_sync, new hash: 64376f8b0a46f665648c42450a95eb64 2026-03-11 12:57:27.257988 | | WARNING | Config change detected for manila_api_db_sync, new hash: dc630e03482340efe3c5eb2f34587e44 2026-03-11 12:57:27.258480 | | WARNING | Config change detected for neutron_db_sync, new hash: 74791a2c747fb08f4b1710c15b036bfe 2026-03-11 12:57:27.258984 | | WARNING | Config change detected for nova_api_db_sync, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.259485 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.260015 | | WARNING | Config change detected for nova_db_sync, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.260522 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.261074 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.261559 | | WARNING | Config change detected for nova_virtproxyd, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.262062 | | WARNING | Config change detected for nova_virtqemud, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.262544 | | WARNING | Config change detected for nova_virtsecretd, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.263048 | | WARNING | Config change detected for nova_virtstoraged, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.263598 | | WARNING | Config change detected for octavia_db_sync, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.264106 | | WARNING | Config change detected for placement_api_db_sync, new hash: 900ab2ed6903352aa1b4dbe9af6efc51 2026-03-11 12:57:27.264944 | | WARNING | Config change detected for swift_copy_rings, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f-c375d9c291e910125dd52dfaa0ded0c8 2026-03-11 12:57:27.265425 | | WARNING | Config change detected for aodh_api, new hash: f8a812047ca97575de052d267c327e3f 2026-03-11 12:57:27.265913 | | WARNING | Config change detected for aodh_api_cron, new hash: f8a812047ca97575de052d267c327e3f 2026-03-11 12:57:27.266401 | | WARNING | Config change detected for aodh_evaluator, new hash: f8a812047ca97575de052d267c327e3f 2026-03-11 12:57:27.266895 | | WARNING | Config change detected for aodh_listener, new hash: f8a812047ca97575de052d267c327e3f 2026-03-11 12:57:27.267399 | | WARNING | Config change detected for aodh_notifier, new hash: f8a812047ca97575de052d267c327e3f 2026-03-11 12:57:27.267913 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 6b9f9b12037e07b49a6af8e87a4a6155 2026-03-11 12:57:27.268393 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 6b9f9b12037e07b49a6af8e87a4a6155 2026-03-11 12:57:27.268962 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 6b9f9b12037e07b49a6af8e87a4a6155 2026-03-11 12:57:27.269459 | | WARNING | Config change detected for cinder_api, new hash: e5e9bde3b835e2c4a0849edece657cd4 2026-03-11 12:57:27.269986 | | WARNING | Config change detected for cinder_api_cron, new hash: e5e9bde3b835e2c4a0849edece657cd4 2026-03-11 12:57:27.270471 | | WARNING | Config change detected for cinder_scheduler, new hash: e5e9bde3b835e2c4a0849edece657cd4 2026-03-11 12:57:27.270972 | | WARNING | Config change detected for glance_api, new hash: 73f65efec56737a9ffe1a3203a243b83-7523bb727e087e296a68801f4d1d2b8f 2026-03-11 12:57:27.271437 | | WARNING | Config change detected for glance_api_cron, new hash: 73f65efec56737a9ffe1a3203a243b83 2026-03-11 12:57:27.271979 | | WARNING | Config change detected for glance_api_internal, new hash: b65609467ce35010c171eb1329105fe1-7523bb727e087e296a68801f4d1d2b8f 2026-03-11 12:57:27.272457 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: b65609467ce35010c171eb1329105fe1 2026-03-11 12:57:27.272963 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 73f65efec56737a9ffe1a3203a243b83 2026-03-11 12:57:27.273443 | | WARNING | Config change detected for heat_api, new hash: c82004919a3d258d46ac59c58b0daecd 2026-03-11 12:57:27.273935 | | WARNING | Config change detected for heat_api_cfn, new hash: 204de72eaec2d1b38bc266cf8e386735 2026-03-11 12:57:27.274420 | | WARNING | Config change detected for heat_api_cron, new hash: c82004919a3d258d46ac59c58b0daecd 2026-03-11 12:57:27.274898 | | WARNING | Config change detected for heat_engine, new hash: 4b7f6a50f5e79cf302d909088eee6d04 2026-03-11 12:57:27.275390 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-11 12:57:27.275887 | | WARNING | Config change detected for manila_api, new hash: dc630e03482340efe3c5eb2f34587e44 2026-03-11 12:57:27.276386 | | WARNING | Config change detected for manila_api_cron, new hash: dc630e03482340efe3c5eb2f34587e44 2026-03-11 12:57:27.276899 | | WARNING | Config change detected for manila_scheduler, new hash: dc630e03482340efe3c5eb2f34587e44 2026-03-11 12:57:27.277230 | | WARNING | Config change detected for neutron_api, new hash: 74791a2c747fb08f4b1710c15b036bfe 2026-03-11 12:57:27.277537 | | WARNING | Config change detected for neutron_dhcp, new hash: 74791a2c747fb08f4b1710c15b036bfe 2026-03-11 12:57:27.277848 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 74791a2c747fb08f4b1710c15b036bfe 2026-03-11 12:57:27.278172 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 74791a2c747fb08f4b1710c15b036bfe 2026-03-11 12:57:27.278473 | | WARNING | Config change detected for nova_api, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.278772 | | WARNING | Config change detected for nova_api_cron, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.279097 | | WARNING | Config change detected for nova_conductor, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.279388 | | WARNING | Config change detected for nova_metadata, new hash: 8fc376562379a3c5bcfb7706986ecf72 2026-03-11 12:57:27.279686 | | WARNING | Config change detected for nova_migration_target, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.280015 | | WARNING | Config change detected for nova_scheduler, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.280314 | | WARNING | Config change detected for nova_vnc_proxy, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.280622 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: f79e3bd29db0acf8799e8dc31fbe6915 2026-03-11 12:57:27.280984 | | WARNING | Config change detected for octavia_api, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.281352 | | WARNING | Config change detected for octavia_driver_agent, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.281668 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 74791a2c747fb08f4b1710c15b036bfe 2026-03-11 12:57:27.281998 | | WARNING | Config change detected for placement_api, new hash: 900ab2ed6903352aa1b4dbe9af6efc51 2026-03-11 12:57:27.282315 | | WARNING | Config change detected for placement_wait_for_service, new hash: 900ab2ed6903352aa1b4dbe9af6efc51 2026-03-11 12:57:27.282618 | | WARNING | Config change detected for swift_account_reaper, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.282947 | | WARNING | Config change detected for swift_account_server, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.283282 | | WARNING | Config change detected for swift_container_server, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.283584 | | WARNING | Config change detected for swift_container_updater, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.283903 | | WARNING | Config change detected for swift_object_expirer, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.284217 | | WARNING | Config change detected for swift_object_server, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.284580 | | WARNING | Config change detected for swift_object_updater, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.284944 | | WARNING | Config change detected for swift_proxy, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.285258 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 3d6e973dbd5d8767ce9a13a2a747a58f 2026-03-11 12:57:27.285628 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 6b9f9b12037e07b49a6af8e87a4a6155 2026-03-11 12:57:27.285967 | | WARNING | Config change detected for gnocchi_api, new hash: 155132e5ada3e06190a6672153a730fc 2026-03-11 12:57:27.286284 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 155132e5ada3e06190a6672153a730fc 2026-03-11 12:57:27.286699 | | WARNING | Config change detected for gnocchi_metricd, new hash: 155132e5ada3e06190a6672153a730fc 2026-03-11 12:57:27.287102 | | WARNING | Config change detected for gnocchi_statsd, new hash: 155132e5ada3e06190a6672153a730fc 2026-03-11 12:57:27.287408 | | WARNING | Config change detected for nova_compute, new hash: 7523bb727e087e296a68801f4d1d2b8f-2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.287713 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 2552ceb325410ca98f6b1550b7d8c5a1 2026-03-11 12:57:27.288067 | | WARNING | Config change detected for octavia_health_manager, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.288388 | | WARNING | Config change detected for octavia_housekeeping, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.288710 | | WARNING | Config change detected for octavia_rsyslog, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.289047 | | WARNING | Config change detected for octavia_worker, new hash: 6cdfeb9326aa84a2edaee373c176758d 2026-03-11 12:57:27.289403 | fa163e20-f24a-206f-595f-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-11 12:57:27.290039 | fa163e20-f24a-206f-595f-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:07.201295 | 0.36s 2026-03-11 12:57:27.315278 | fa163e20-f24a-206f-595f-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 12:57:27.374111 | fa163e20-f24a-206f-595f-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:07.285358 | 0.06s 2026-03-11 12:57:27.396428 | 17631c52-31e5-4351-9410-636b2a905c79 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 12:57:27.433603 | fa163e20-f24a-206f-595f-000000002f28 | TASK | Gather podman infos 2026-03-11 12:57:28.298171 | fa163e20-f24a-206f-595f-000000002f28 | OK | Gather podman infos | standalone 2026-03-11 12:57:28.299381 | fa163e20-f24a-206f-595f-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:08.210635 | 0.86s 2026-03-11 12:57:28.365495 | fa163e20-f24a-206f-595f-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 12:57:28.429287 | fa163e20-f24a-206f-595f-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:08.340529 | 0.06s 2026-03-11 12:57:28.561124 | fa163e20-f24a-206f-595f-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:08.472361 | 0.06s 2026-03-11 12:57:28.619995 | fa163e20-f24a-206f-595f-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 12:57:28.674568 | fa163e20-f24a-206f-595f-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:08.585813 | 0.05s 2026-03-11 12:57:28.705186 | 0de04336-72fa-4f3a-9ad3-3638e7046cee | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 12:57:28.741272 | fa163e20-f24a-206f-595f-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 12:57:36.562719 | fa163e20-f24a-206f-595f-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 12:57:36.564692 | fa163e20-f24a-206f-595f-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:16.475941 | 7.82s 2026-03-11 12:57:36.600853 | fa163e20-f24a-206f-595f-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-11 12:57:41.142798 | fa163e20-f24a-206f-595f-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-11 12:57:41.144277 | fa163e20-f24a-206f-595f-000000002f99 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:21.055531 | 4.54s 2026-03-11 12:57:41.217803 | fa163e20-f24a-206f-595f-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-11 12:57:41.446564 | fa163e20-f24a-206f-595f-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-11 12:57:41.447792 | fa163e20-f24a-206f-595f-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:21.359046 | 0.23s 2026-03-11 12:57:41.493930 | fa163e20-f24a-206f-595f-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-11 12:57:41.544577 | fa163e20-f24a-206f-595f-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:21.455822 | 0.05s 2026-03-11 12:57:41.574605 | fa163e20-f24a-206f-595f-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-11 12:57:41.618986 | fa163e20-f24a-206f-595f-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:21.530231 | 0.04s 2026-03-11 12:57:41.645357 | 87aadd2b-1d37-474e-8e4b-18107c843e7b | INCLUDED | /root/standalone-ansible-suuaa9r4/host-container-puppet-tasks.yaml | standalone 2026-03-11 12:57:41.693193 | fa163e20-f24a-206f-595f-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-11 12:57:42.182929 | fa163e20-f24a-206f-595f-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-11 12:57:42.184175 | fa163e20-f24a-206f-595f-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:22.095428 | 0.49s 2026-03-11 12:57:42.216450 | fa163e20-f24a-206f-595f-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-03-11 12:57:42.507450 | fa163e20-f24a-206f-595f-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-03-11 12:57:42.508774 | fa163e20-f24a-206f-595f-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:22.420028 | 0.29s 2026-03-11 12:57:42.539999 | fa163e20-f24a-206f-595f-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-11 12:57:42.570738 | fa163e20-f24a-206f-595f-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:22.481982 | 0.03s 2026-03-11 12:57:42.630667 | fa163e20-f24a-206f-595f-000000002dd2 | TASK | Gather variables for each operating system 2026-03-11 12:57:42.756500 | fa163e20-f24a-206f-595f-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:22.667743 | 0.12s 2026-03-11 12:57:42.787534 | fa163e20-f24a-206f-595f-000000002dd3 | TASK | Create container logs path 2026-03-11 12:57:43.022260 | fa163e20-f24a-206f-595f-000000002dd3 | OK | Create container logs path | standalone 2026-03-11 12:57:43.023507 | fa163e20-f24a-206f-595f-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:22.934761 | 0.23s 2026-03-11 12:57:43.054345 | fa163e20-f24a-206f-595f-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:57:43.308770 | fa163e20-f24a-206f-595f-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:57:43.310136 | fa163e20-f24a-206f-595f-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:23.221382 | 0.25s 2026-03-11 12:57:43.340842 | fa163e20-f24a-206f-595f-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-11 12:57:43.386115 | fa163e20-f24a-206f-595f-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-11 12:57:43.387415 | fa163e20-f24a-206f-595f-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:23.298661 | 0.04s 2026-03-11 12:57:43.417335 | fa163e20-f24a-206f-595f-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-11 12:57:43.450120 | fa163e20-f24a-206f-595f-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 12:57:43.451499 | fa163e20-f24a-206f-595f-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:23.362745 | 0.03s 2026-03-11 12:57:43.482471 | fa163e20-f24a-206f-595f-000000002dda | TASK | Update container configs with new config hashes 2026-03-11 12:57:43.532815 | fa163e20-f24a-206f-595f-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 12:57:43.534241 | fa163e20-f24a-206f-595f-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:23.445488 | 0.05s 2026-03-11 12:57:43.565985 | fa163e20-f24a-206f-595f-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:57:43.615475 | fa163e20-f24a-206f-595f-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:57:43.616639 | fa163e20-f24a-206f-595f-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:23.527891 | 0.05s 2026-03-11 12:57:43.648274 | fa163e20-f24a-206f-595f-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-11 12:57:43.698424 | fa163e20-f24a-206f-595f-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-11 12:57:43.699711 | fa163e20-f24a-206f-595f-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:23.610964 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-11 12:57:43.887285 | fa163e20-f24a-206f-595f-0000000000c6 | TASK | External deployment step 2 2026-03-11 12:57:43.921625 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000c6') missing from stats 2026-03-11 12:57:43.973793 | fa163e20-f24a-206f-595f-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:23.885032 | 0.04s 2026-03-11 12:57:43.980772 | 27f96353-f95b-4691-bc0a-bb3a2ef8d3d8 | INCLUDED | /root/standalone-ansible-suuaa9r4/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-11 12:57:44.114939 | fa163e20-f24a-206f-595f-0000000000ca | TASK | Deploy step tasks for 2 2026-03-11 12:57:44.143264 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000ca') missing from stats 2026-03-11 12:57:44.166329 | fa163e20-f24a-206f-595f-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-11 12:57:44.711100 | fa163e20-f24a-206f-595f-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-11 12:57:44.712473 | fa163e20-f24a-206f-595f-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:24.623726 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 12:57:44.780113 | fa163e20-f24a-206f-595f-0000000000cc | TIMING | include_tasks | standalone | 0:15:24.691360 | 0.04s 2026-03-11 12:57:44.873325 | da515d0e-83b8-48f1-b9a4-07071c8b3455 | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-11 12:57:44.908832 | fa163e20-f24a-206f-595f-000000003075 | TASK | Push script 2026-03-11 12:57:45.431587 | fa163e20-f24a-206f-595f-000000003075 | CHANGED | Push script | standalone 2026-03-11 12:57:45.432910 | fa163e20-f24a-206f-595f-000000003075 | TIMING | Push script | standalone | 0:15:25.344160 | 0.52s 2026-03-11 12:57:45.461345 | fa163e20-f24a-206f-595f-000000003076 | TASK | Insert cronjob in root crontab 2026-03-11 12:57:45.864383 | fa163e20-f24a-206f-595f-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-11 12:57:45.865685 | fa163e20-f24a-206f-595f-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:15:25.776937 | 0.40s 2026-03-11 12:57:45.894807 | fa163e20-f24a-206f-595f-00000000307d | TASK | Gather variables for each operating system 2026-03-11 12:57:46.001007 | fa163e20-f24a-206f-595f-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:25.912249 | 0.10s 2026-03-11 12:57:46.030610 | fa163e20-f24a-206f-595f-00000000307e | TASK | Detect if resource is being created or already exists 2026-03-11 12:57:46.770189 | fa163e20-f24a-206f-595f-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 12:57:46.771062 | fa163e20-f24a-206f-595f-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:26.682323 | 0.74s 2026-03-11 12:57:46.790999 | fa163e20-f24a-206f-595f-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-03-11 12:59:33.956826 | fa163e20-f24a-206f-595f-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-11 12:59:33.960029 | fa163e20-f24a-206f-595f-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:13.871278 | 107.17s 2026-03-11 12:59:33.992914 | fa163e20-f24a-206f-595f-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-11 12:59:34.273201 | fa163e20-f24a-206f-595f-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-11 12:59:34.275602 | fa163e20-f24a-206f-595f-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:14.186853 | 0.28s 2026-03-11 12:59:34.306067 | fa163e20-f24a-206f-595f-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 12:59:34.913382 | fa163e20-f24a-206f-595f-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 12:59:34.914767 | fa163e20-f24a-206f-595f-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:14.826018 | 0.61s 2026-03-11 12:59:34.946825 | fa163e20-f24a-206f-595f-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-11 12:59:35.200408 | fa163e20-f24a-206f-595f-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-11 12:59:35.202701 | fa163e20-f24a-206f-595f-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:15.113951 | 0.25s 2026-03-11 12:59:35.233909 | fa163e20-f24a-206f-595f-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-11 12:59:35.290772 | fa163e20-f24a-206f-595f-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-11 12:59:35.292173 | fa163e20-f24a-206f-595f-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:15.203425 | 0.06s 2026-03-11 12:59:35.323361 | fa163e20-f24a-206f-595f-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-11 12:59:35.379239 | fa163e20-f24a-206f-595f-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-11 12:59:35.380581 | fa163e20-f24a-206f-595f-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:15.291831 | 0.06s 2026-03-11 12:59:35.412050 | fa163e20-f24a-206f-595f-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-11 12:59:35.466685 | fa163e20-f24a-206f-595f-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-11 12:59:35.468535 | fa163e20-f24a-206f-595f-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:15.379783 | 0.05s 2026-03-11 12:59:35.506985 | fa163e20-f24a-206f-595f-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 12:59:35.564630 | fa163e20-f24a-206f-595f-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 12:59:35.566031 | fa163e20-f24a-206f-595f-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:15.477281 | 0.06s 2026-03-11 12:59:35.598962 | fa163e20-f24a-206f-595f-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-11 12:59:35.655673 | fa163e20-f24a-206f-595f-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-11 12:59:35.657161 | fa163e20-f24a-206f-595f-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:15.568412 | 0.06s 2026-03-11 12:59:35.714482 | fa163e20-f24a-206f-595f-0000000030a9 | TASK | Gather variables for each operating system 2026-03-11 12:59:35.840593 | fa163e20-f24a-206f-595f-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:15.751834 | 0.12s 2026-03-11 12:59:35.873779 | fa163e20-f24a-206f-595f-0000000030aa | TASK | Detect if resource is being created or already exists 2026-03-11 12:59:36.615228 | fa163e20-f24a-206f-595f-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 12:59:36.616649 | fa163e20-f24a-206f-595f-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:16.527901 | 0.74s 2026-03-11 12:59:36.648254 | fa163e20-f24a-206f-595f-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-03-11 13:00:05.146302 | fa163e20-f24a-206f-595f-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-11 13:00:05.149014 | fa163e20-f24a-206f-595f-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:45.060263 | 28.50s 2026-03-11 13:00:05.182539 | fa163e20-f24a-206f-595f-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-11 13:00:05.463645 | fa163e20-f24a-206f-595f-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-11 13:00:05.465511 | fa163e20-f24a-206f-595f-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:45.376769 | 0.28s 2026-03-11 13:00:05.488504 | fa163e20-f24a-206f-595f-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 13:00:05.939045 | fa163e20-f24a-206f-595f-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 13:00:05.940926 | fa163e20-f24a-206f-595f-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:45.852120 | 0.45s 2026-03-11 13:00:05.967039 | fa163e20-f24a-206f-595f-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-11 13:00:06.218404 | fa163e20-f24a-206f-595f-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-11 13:00:06.220893 | fa163e20-f24a-206f-595f-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:46.132028 | 0.25s 2026-03-11 13:00:06.251673 | fa163e20-f24a-206f-595f-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-11 13:00:06.301076 | fa163e20-f24a-206f-595f-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-11 13:00:06.302072 | fa163e20-f24a-206f-595f-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:46.213329 | 0.05s 2026-03-11 13:00:06.325911 | fa163e20-f24a-206f-595f-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-03-11 13:00:06.383928 | fa163e20-f24a-206f-595f-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-11 13:00:06.384684 | fa163e20-f24a-206f-595f-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:46.295944 | 0.06s 2026-03-11 13:00:06.407890 | fa163e20-f24a-206f-595f-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-11 13:00:06.456203 | fa163e20-f24a-206f-595f-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-11 13:00:06.457012 | fa163e20-f24a-206f-595f-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:46.368270 | 0.05s 2026-03-11 13:00:06.481330 | fa163e20-f24a-206f-595f-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 13:00:06.521224 | fa163e20-f24a-206f-595f-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 13:00:06.521996 | fa163e20-f24a-206f-595f-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:46.433254 | 0.04s 2026-03-11 13:00:06.545308 | fa163e20-f24a-206f-595f-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-03-11 13:00:06.587289 | fa163e20-f24a-206f-595f-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-11 13:00:06.588019 | fa163e20-f24a-206f-595f-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:46.499281 | 0.04s 2026-03-11 13:00:06.630158 | fa163e20-f24a-206f-595f-0000000030d5 | TASK | Gather variables for each operating system 2026-03-11 13:00:06.731561 | fa163e20-f24a-206f-595f-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:46.642802 | 0.10s 2026-03-11 13:00:06.761366 | fa163e20-f24a-206f-595f-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-03-11 13:00:07.535421 | fa163e20-f24a-206f-595f-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 13:00:07.536887 | fa163e20-f24a-206f-595f-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:47.448112 | 0.77s 2026-03-11 13:00:07.568258 | fa163e20-f24a-206f-595f-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-11 13:00:34.873574 | fa163e20-f24a-206f-595f-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-11 13:00:34.875350 | fa163e20-f24a-206f-595f-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:14.786602 | 27.31s 2026-03-11 13:00:34.907002 | fa163e20-f24a-206f-595f-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-11 13:00:35.147654 | fa163e20-f24a-206f-595f-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-11 13:00:35.149129 | fa163e20-f24a-206f-595f-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:15.060381 | 0.24s 2026-03-11 13:00:35.181543 | fa163e20-f24a-206f-595f-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 13:00:35.611002 | fa163e20-f24a-206f-595f-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 13:00:35.611779 | fa163e20-f24a-206f-595f-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:15.523039 | 0.43s 2026-03-11 13:00:35.631977 | fa163e20-f24a-206f-595f-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-11 13:00:35.863005 | fa163e20-f24a-206f-595f-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-11 13:00:35.864847 | fa163e20-f24a-206f-595f-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:15.776098 | 0.23s 2026-03-11 13:00:35.897306 | fa163e20-f24a-206f-595f-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-11 13:00:35.947549 | fa163e20-f24a-206f-595f-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-11 13:00:35.948896 | fa163e20-f24a-206f-595f-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:15.860123 | 0.05s 2026-03-11 13:00:35.981425 | fa163e20-f24a-206f-595f-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-11 13:00:36.038369 | fa163e20-f24a-206f-595f-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-11 13:00:36.040048 | fa163e20-f24a-206f-595f-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:15.951294 | 0.06s 2026-03-11 13:00:36.075834 | fa163e20-f24a-206f-595f-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-11 13:00:36.127588 | fa163e20-f24a-206f-595f-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-11 13:00:36.129008 | fa163e20-f24a-206f-595f-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:16.040252 | 0.05s 2026-03-11 13:00:36.163182 | fa163e20-f24a-206f-595f-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 13:00:36.218128 | fa163e20-f24a-206f-595f-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 13:00:36.219776 | fa163e20-f24a-206f-595f-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:16.131012 | 0.05s 2026-03-11 13:00:36.255254 | fa163e20-f24a-206f-595f-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-11 13:00:36.312006 | fa163e20-f24a-206f-595f-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-11 13:00:36.313376 | fa163e20-f24a-206f-595f-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:16.224621 | 0.06s 2026-03-11 13:00:36.371747 | fa163e20-f24a-206f-595f-000000003101 | TASK | Gather variables for each operating system 2026-03-11 13:00:36.476684 | fa163e20-f24a-206f-595f-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:16.387929 | 0.10s 2026-03-11 13:00:36.506557 | fa163e20-f24a-206f-595f-000000003102 | TASK | Detect if resource is being created or already exists 2026-03-11 13:00:37.254332 | fa163e20-f24a-206f-595f-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 13:00:37.255902 | fa163e20-f24a-206f-595f-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:17.167119 | 0.75s 2026-03-11 13:00:37.286699 | fa163e20-f24a-206f-595f-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-03-11 13:01:04.779635 | fa163e20-f24a-206f-595f-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-11 13:01:04.781510 | fa163e20-f24a-206f-595f-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:44.692762 | 27.49s 2026-03-11 13:01:04.811563 | fa163e20-f24a-206f-595f-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-11 13:01:05.082694 | fa163e20-f24a-206f-595f-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-11 13:01:05.084406 | fa163e20-f24a-206f-595f-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:44.995647 | 0.27s 2026-03-11 13:01:05.111909 | fa163e20-f24a-206f-595f-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 13:01:05.541960 | fa163e20-f24a-206f-595f-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 13:01:05.543015 | fa163e20-f24a-206f-595f-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:45.454269 | 0.43s 2026-03-11 13:01:05.566963 | fa163e20-f24a-206f-595f-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-11 13:01:05.801969 | fa163e20-f24a-206f-595f-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-11 13:01:05.802847 | fa163e20-f24a-206f-595f-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:45.714109 | 0.23s 2026-03-11 13:01:05.823746 | fa163e20-f24a-206f-595f-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-11 13:01:05.864921 | fa163e20-f24a-206f-595f-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-11 13:01:05.865678 | fa163e20-f24a-206f-595f-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:45.776939 | 0.04s 2026-03-11 13:01:05.886173 | fa163e20-f24a-206f-595f-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-03-11 13:01:05.922060 | fa163e20-f24a-206f-595f-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-11 13:01:05.922782 | fa163e20-f24a-206f-595f-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:45.834042 | 0.04s 2026-03-11 13:01:05.942683 | fa163e20-f24a-206f-595f-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-03-11 13:01:05.990084 | fa163e20-f24a-206f-595f-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-11 13:01:05.990985 | fa163e20-f24a-206f-595f-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:45.902244 | 0.05s 2026-03-11 13:01:06.012125 | fa163e20-f24a-206f-595f-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 13:01:06.063950 | fa163e20-f24a-206f-595f-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 13:01:06.064800 | fa163e20-f24a-206f-595f-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:45.976060 | 0.05s 2026-03-11 13:01:06.086506 | fa163e20-f24a-206f-595f-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-03-11 13:01:06.135689 | fa163e20-f24a-206f-595f-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-11 13:01:06.136537 | fa163e20-f24a-206f-595f-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:46.047797 | 0.05s 2026-03-11 13:01:06.174113 | fa163e20-f24a-206f-595f-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-11 13:01:06.391366 | fa163e20-f24a-206f-595f-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-11 13:01:06.393024 | fa163e20-f24a-206f-595f-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:46.304272 | 0.22s 2026-03-11 13:01:06.503214 | fa163e20-f24a-206f-595f-0000000000cf | TIMING | include_tasks | standalone | 0:18:46.414454 | 0.08s 2026-03-11 13:01:06.544347 | 0104cfc4-23ed-4599-ae28-357b65485f4a | INCLUDED | /root/standalone-ansible-suuaa9r4/common_deploy_steps_tasks.yaml | standalone 2026-03-11 13:01:06.570168 | fa163e20-f24a-206f-595f-0000000031a1 | TASK | Write the config_step hieradata 2026-03-11 13:01:07.005737 | fa163e20-f24a-206f-595f-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-03-11 13:01:07.006747 | fa163e20-f24a-206f-595f-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:46.918007 | 0.44s 2026-03-11 13:01:07.026152 | fa163e20-f24a-206f-595f-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-03-11 13:01:07.299010 | fa163e20-f24a-206f-595f-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-11 13:01:07.300028 | fa163e20-f24a-206f-595f-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:47.211287 | 0.27s 2026-03-11 13:01:07.319492 | fa163e20-f24a-206f-595f-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-03-11 13:01:07.524145 | fa163e20-f24a-206f-595f-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 13:01:17.727034 | fa163e20-f24a-206f-595f-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 13:01:27.951280 | fa163e20-f24a-206f-595f-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 13:01:27.952588 | fa163e20-f24a-206f-595f-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:07.863841 | 20.63s 2026-03-11 13:01:27.983879 | fa163e20-f24a-206f-595f-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-11 13:01:28.054725 | fa163e20-f24a-206f-595f-0000000031a4 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 13:01:07 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 13:01:13 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 13:01:13 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 13:01:13 puppet-user: (file & line not available)", "<13>Mar 11 13:01:13 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 13:01:13 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 13:01:13 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 13:01:13 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Mar 11 13:01:19 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 13:01:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 13:01:23 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 13:01:23 puppet-user: Notice: Applied catalog in 10.02 seconds", "<13>Mar 11 13:01:23 puppet-user: Application:", "<13>Mar 11 13:01:23 puppet-user: Initial environment: production", "<13>Mar 11 13:01:23 puppet-user: Converged environment: production", "<13>Mar 11 13:01:23 puppet-user: Run mode: user", "<13>Mar 11 13:01:23 puppet-user: Changes:", "<13>Mar 11 13:01:23 puppet-user: Total: 2", "<13>Mar 11 13:01:23 puppet-user: Events:", "<13>Mar 11 13:01:23 puppet-user: Success: 2", "<13>Mar 11 13:01:23 puppet-user: Resources:", "<13>Mar 11 13:01:23 puppet-user: Changed: 2", "<13>Mar 11 13:01:23 puppet-user: Out of sync: 2", "<13>Mar 11 13:01:23 puppet-user: Total: 28", "<13>Mar 11 13:01:23 puppet-user: Time:", "<13>Mar 11 13:01:23 puppet-user: Filebucket: 0.00", "<13>Mar 11 13:01:23 puppet-user: Schedule: 0.00", "<13>Mar 11 13:01:23 puppet-user: Package: 0.00", "<13>Mar 11 13:01:23 puppet-user: File line: 0.00", "<13>Mar 11 13:01:23 puppet-user: File: 0.00", "<13>Mar 11 13:01:23 puppet-user: Augeas: 0.01", "<13>Mar 11 13:01:23 puppet-user: User: 0.01", "<13>Mar 11 13:01:23 puppet-user: Service: 0.09", "<13>Mar 11 13:01:23 puppet-user: Config retrieval: 0.47", "<13>Mar 11 13:01:23 puppet-user: Pcmk property: 1.52", "<13>Mar 11 13:01:23 puppet-user: Exec: 1.92", "<13>Mar 11 13:01:23 puppet-user: Catalog application: 10.02", "<13>Mar 11 13:01:23 puppet-user: Last run: 1773234083", "<13>Mar 11 13:01:23 puppet-user: Pcmk resource op default: 3.05", "<13>Mar 11 13:01:23 puppet-user: Pcmk resource default: 3.22", "<13>Mar 11 13:01:23 puppet-user: Transaction evaluation: 10.00", "<13>Mar 11 13:01:23 puppet-user: Total: 10.02", "<13>Mar 11 13:01:23 puppet-user: Version:", "<13>Mar 11 13:01:23 puppet-user: Config: 1773234073", "<13>Mar 11 13:01:23 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 13:01:28.056064 | fa163e20-f24a-206f-595f-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:07.967315 | 0.07s 2026-03-11 13:01:28.084893 | fa163e20-f24a-206f-595f-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-03-11 13:01:28.113822 | fa163e20-f24a-206f-595f-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:08.025067 | 0.03s 2026-03-11 13:01:28.180539 | fa163e20-f24a-206f-595f-0000000031e4 | TASK | Gather variables for each operating system 2026-03-11 13:01:28.303815 | fa163e20-f24a-206f-595f-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:08.215057 | 0.12s 2026-03-11 13:01:28.333216 | fa163e20-f24a-206f-595f-0000000031e5 | TASK | Create puppet caching structures 2026-03-11 13:01:28.584765 | fa163e20-f24a-206f-595f-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-03-11 13:01:28.586297 | fa163e20-f24a-206f-595f-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:08.497551 | 0.25s 2026-03-11 13:01:28.623320 | fa163e20-f24a-206f-595f-0000000031e6 | TASK | Check for facter.conf 2026-03-11 13:01:28.883918 | fa163e20-f24a-206f-595f-0000000031e6 | OK | Check for facter.conf | standalone 2026-03-11 13:01:28.885565 | fa163e20-f24a-206f-595f-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:08.796813 | 0.26s 2026-03-11 13:01:28.916808 | fa163e20-f24a-206f-595f-0000000031e7 | TASK | Remove facter.conf if directory 2026-03-11 13:01:28.970798 | fa163e20-f24a-206f-595f-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 13:01:28.972613 | fa163e20-f24a-206f-595f-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:08.883863 | 0.05s 2026-03-11 13:01:29.004066 | fa163e20-f24a-206f-595f-0000000031e8 | TASK | Write facter cache config 2026-03-11 13:01:29.506652 | fa163e20-f24a-206f-595f-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-03-11 13:01:29.507755 | fa163e20-f24a-206f-595f-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:09.419015 | 0.50s 2026-03-11 13:01:29.527399 | fa163e20-f24a-206f-595f-0000000031e9 | TASK | Cleanup facter cache if exists 2026-03-11 13:01:29.764841 | fa163e20-f24a-206f-595f-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 13:01:29.766506 | fa163e20-f24a-206f-595f-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:09.677756 | 0.24s 2026-03-11 13:01:29.796697 | fa163e20-f24a-206f-595f-0000000031ea | TASK | Pre-cache facts 2026-03-11 13:01:30.435611 | fa163e20-f24a-206f-595f-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-03-11 13:01:30.437123 | fa163e20-f24a-206f-595f-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:10.348374 | 0.64s 2026-03-11 13:01:30.468545 | fa163e20-f24a-206f-595f-0000000031eb | TASK | Failed deployment if facter fails 2026-03-11 13:01:30.502430 | fa163e20-f24a-206f-595f-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 13:01:30.503608 | fa163e20-f24a-206f-595f-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:10.414860 | 0.03s 2026-03-11 13:01:30.549990 | fa163e20-f24a-206f-595f-0000000031ec | TASK | Sync cached facts 2026-03-11 13:01:30.839896 | fa163e20-f24a-206f-595f-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e20-f24a-206f-595f-0000000031ec') missing from stats 2026-03-11 13:01:30.902385 | fa163e20-f24a-206f-595f-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 13:01:30.960243 | fa163e20-f24a-206f-595f-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 13:01:30.961533 | fa163e20-f24a-206f-595f-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:10.872785 | 0.06s 2026-03-11 13:01:30.992376 | fa163e20-f24a-206f-595f-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-11 13:01:31.021778 | fa163e20-f24a-206f-595f-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:10.933011 | 0.03s 2026-03-11 13:01:31.088315 | fa163e20-f24a-206f-595f-000000003243 | TASK | Gather variables for each operating system 2026-03-11 13:01:31.203757 | fa163e20-f24a-206f-595f-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:11.115001 | 0.11s 2026-03-11 13:01:31.233328 | fa163e20-f24a-206f-595f-000000003244 | TASK | Create container logs path 2026-03-11 13:01:31.487349 | fa163e20-f24a-206f-595f-000000003244 | OK | Create container logs path | standalone 2026-03-11 13:01:31.488822 | fa163e20-f24a-206f-595f-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:11.400074 | 0.25s 2026-03-11 13:01:31.520639 | fa163e20-f24a-206f-595f-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 13:01:31.796807 | fa163e20-f24a-206f-595f-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 13:01:31.797997 | fa163e20-f24a-206f-595f-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:11.709250 | 0.28s 2026-03-11 13:01:31.829657 | fa163e20-f24a-206f-595f-000000003247 | TASK | Finalise hashes for all containers 2026-03-11 13:01:31.882903 | fa163e20-f24a-206f-595f-000000003247 | OK | Finalise hashes for all containers | standalone 2026-03-11 13:01:31.884026 | fa163e20-f24a-206f-595f-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:11.795283 | 0.05s 2026-03-11 13:01:31.907334 | fa163e20-f24a-206f-595f-000000003249 | TASK | Manage systemd shutdown files 2026-03-11 13:01:31.949552 | fa163e20-f24a-206f-595f-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:11.860804 | 0.04s 2026-03-11 13:01:31.965855 | b5277af5-6a8e-4426-8803-41e125ae7052 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 13:01:31.988192 | fa163e20-f24a-206f-595f-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 13:01:32.252335 | fa163e20-f24a-206f-595f-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 13:01:32.253780 | fa163e20-f24a-206f-595f-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:12.165030 | 0.26s 2026-03-11 13:01:32.283083 | fa163e20-f24a-206f-595f-00000000327d | TASK | Set podman_drop_in fact 2026-03-11 13:01:32.344315 | fa163e20-f24a-206f-595f-00000000327d | OK | Set podman_drop_in fact | standalone 2026-03-11 13:01:32.345599 | fa163e20-f24a-206f-595f-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:12.256850 | 0.06s 2026-03-11 13:01:32.374697 | fa163e20-f24a-206f-595f-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 13:01:32.893701 | fa163e20-f24a-206f-595f-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 13:01:32.895326 | fa163e20-f24a-206f-595f-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:12.806574 | 0.52s 2026-03-11 13:01:33.379160 | fa163e20-f24a-206f-595f-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 13:01:33.381061 | fa163e20-f24a-206f-595f-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:13.292315 | 1.00s 2026-03-11 13:01:33.391987 | fa163e20-f24a-206f-595f-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:13.303233 | 1.02s 2026-03-11 13:01:33.422552 | fa163e20-f24a-206f-595f-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 13:01:33.920004 | fa163e20-f24a-206f-595f-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 13:01:33.921395 | fa163e20-f24a-206f-595f-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:13.832646 | 0.50s 2026-03-11 13:01:33.952434 | fa163e20-f24a-206f-595f-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 13:01:34.448647 | fa163e20-f24a-206f-595f-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 13:01:34.449446 | fa163e20-f24a-206f-595f-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:14.360709 | 0.50s 2026-03-11 13:01:34.467795 | fa163e20-f24a-206f-595f-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 13:01:35.190266 | fa163e20-f24a-206f-595f-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 13:01:35.192516 | fa163e20-f24a-206f-595f-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:15.103767 | 0.72s 2026-03-11 13:01:35.225851 | fa163e20-f24a-206f-595f-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 13:01:35.691961 | fa163e20-f24a-206f-595f-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 13:01:35.693409 | fa163e20-f24a-206f-595f-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:15.604661 | 0.47s 2026-03-11 13:01:35.723318 | fa163e20-f24a-206f-595f-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 13:01:36.230319 | fa163e20-f24a-206f-595f-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 13:01:36.231712 | fa163e20-f24a-206f-595f-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:16.142963 | 0.51s 2026-03-11 13:01:36.262005 | fa163e20-f24a-206f-595f-000000003285 | TASK | Enable and start netns-placeholder 2026-03-11 13:01:37.034570 | fa163e20-f24a-206f-595f-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 13:01:37.036559 | fa163e20-f24a-206f-595f-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:16.947810 | 0.77s 2026-03-11 13:01:37.066901 | fa163e20-f24a-206f-595f-00000000324b | TASK | Update container configs with new config hashes 2026-03-11 13:01:37.128202 | fa163e20-f24a-206f-595f-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:17.039439 | 0.06s 2026-03-11 13:01:37.149983 | d6eac3d0-829d-499a-b340-c6f37724bc40 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 13:01:37.186907 | fa163e20-f24a-206f-595f-0000000032ad | TASK | Update config hashes for container startup configs 2026-03-11 13:01:37.462731 | fa163e20-f24a-206f-595f-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-03-11 13:01:37.464055 | fa163e20-f24a-206f-595f-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:17.375307 | 0.28s 2026-03-11 13:01:37.495941 | fa163e20-f24a-206f-595f-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 13:01:37.536191 | fa163e20-f24a-206f-595f-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:17.447429 | 0.04s 2026-03-11 13:01:37.559663 | a28df6d0-80a7-4947-9687-c1e900b09baf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:01:37.597314 | fa163e20-f24a-206f-595f-0000000032cc | TASK | Gather podman infos 2026-03-11 13:01:38.451033 | fa163e20-f24a-206f-595f-0000000032cc | OK | Gather podman infos | standalone 2026-03-11 13:01:38.452347 | fa163e20-f24a-206f-595f-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:18.363598 | 0.85s 2026-03-11 13:01:38.523638 | fa163e20-f24a-206f-595f-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 13:01:38.583247 | fa163e20-f24a-206f-595f-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:18.494489 | 0.06s 2026-03-11 13:01:38.681232 | fa163e20-f24a-206f-595f-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:18.592475 | 0.04s 2026-03-11 13:01:38.739407 | fa163e20-f24a-206f-595f-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 13:01:38.772515 | fa163e20-f24a-206f-595f-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:18.683756 | 0.03s 2026-03-11 13:01:38.795287 | 41ad9a84-9a1e-4d99-98d4-bc33f30c5cf2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:01:38.829530 | fa163e20-f24a-206f-595f-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 13:01:58.923628 | fa163e20-f24a-206f-595f-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 13:01:58.926033 | fa163e20-f24a-206f-595f-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:38.837281 | 20.10s 2026-03-11 13:01:58.960178 | fa163e20-f24a-206f-595f-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-11 13:02:01.666133 | fa163e20-f24a-206f-595f-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-11 13:02:01.668098 | fa163e20-f24a-206f-595f-00000000333d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:41.579360 | 2.71s 2026-03-11 13:02:01.719700 | fa163e20-f24a-206f-595f-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-11 13:02:01.951974 | fa163e20-f24a-206f-595f-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-11 13:02:01.952812 | fa163e20-f24a-206f-595f-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:41.864074 | 0.23s 2026-03-11 13:02:01.979977 | fa163e20-f24a-206f-595f-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-11 13:02:02.031006 | fa163e20-f24a-206f-595f-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:41.942246 | 0.05s 2026-03-11 13:02:02.064426 | fa163e20-f24a-206f-595f-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-03-11 13:02:02.110301 | fa163e20-f24a-206f-595f-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:42.021550 | 0.04s 2026-03-11 13:02:02.122270 | 2eff18f7-bc9f-4169-abbf-88f0d2a4a83f | INCLUDED | /root/standalone-ansible-suuaa9r4/host-container-puppet-tasks.yaml | standalone 2026-03-11 13:02:02.152073 | fa163e20-f24a-206f-595f-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-11 13:02:02.623906 | fa163e20-f24a-206f-595f-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-11 13:02:02.626105 | fa163e20-f24a-206f-595f-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:42.537356 | 0.47s 2026-03-11 13:02:02.655906 | fa163e20-f24a-206f-595f-00000000338a | TASK | Generate container puppet configs for step 2 2026-03-11 13:02:02.893792 | fa163e20-f24a-206f-595f-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-03-11 13:02:02.895247 | fa163e20-f24a-206f-595f-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:42.806493 | 0.24s 2026-03-11 13:02:02.925330 | fa163e20-f24a-206f-595f-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-11 13:02:02.960203 | fa163e20-f24a-206f-595f-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:42.871448 | 0.03s 2026-03-11 13:02:03.028676 | fa163e20-f24a-206f-595f-0000000033ba | TASK | Gather variables for each operating system 2026-03-11 13:02:03.131998 | fa163e20-f24a-206f-595f-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:43.043250 | 0.10s 2026-03-11 13:02:03.151410 | fa163e20-f24a-206f-595f-0000000033bb | TASK | Create container logs path 2026-03-11 13:02:03.391553 | fa163e20-f24a-206f-595f-0000000033bb | OK | Create container logs path | standalone 2026-03-11 13:02:03.392959 | fa163e20-f24a-206f-595f-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:43.304210 | 0.24s 2026-03-11 13:02:03.424548 | fa163e20-f24a-206f-595f-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 13:02:03.660889 | fa163e20-f24a-206f-595f-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 13:02:03.662144 | fa163e20-f24a-206f-595f-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:43.573396 | 0.24s 2026-03-11 13:02:03.690671 | fa163e20-f24a-206f-595f-0000000033be | TASK | Finalise hashes for all containers 2026-03-11 13:02:03.742092 | fa163e20-f24a-206f-595f-0000000033be | OK | Finalise hashes for all containers | standalone 2026-03-11 13:02:03.743181 | fa163e20-f24a-206f-595f-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:43.654436 | 0.05s 2026-03-11 13:02:03.772129 | fa163e20-f24a-206f-595f-0000000033c0 | TASK | Manage systemd shutdown files 2026-03-11 13:02:03.805548 | fa163e20-f24a-206f-595f-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:02:03.806662 | fa163e20-f24a-206f-595f-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:43.717916 | 0.03s 2026-03-11 13:02:03.835893 | fa163e20-f24a-206f-595f-0000000033c2 | TASK | Update container configs with new config hashes 2026-03-11 13:02:03.900612 | fa163e20-f24a-206f-595f-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:02:03.901464 | fa163e20-f24a-206f-595f-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:43.812724 | 0.06s 2026-03-11 13:02:03.922770 | fa163e20-f24a-206f-595f-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 13:02:03.972751 | fa163e20-f24a-206f-595f-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 13:02:03.973504 | fa163e20-f24a-206f-595f-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:43.884766 | 0.05s 2026-03-11 13:02:03.994125 | fa163e20-f24a-206f-595f-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-11 13:02:04.033514 | fa163e20-f24a-206f-595f-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-11 13:02:04.034130 | fa163e20-f24a-206f-595f-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:43.945392 | 0.04s PLAY [External deployment step 3] ********************************************** 2026-03-11 13:02:04.148040 | fa163e20-f24a-206f-595f-0000000000d2 | TASK | External deployment step 3 2026-03-11 13:02:04.174921 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000d2') missing from stats 2026-03-11 13:02:04.213980 | fa163e20-f24a-206f-595f-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:44.125240 | 0.02s 2026-03-11 13:02:04.216979 | 1540d995-caf5-4d8e-b599-a7c02e015cdb | INCLUDED | /root/standalone-ansible-suuaa9r4/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-11 13:02:04.309811 | fa163e20-f24a-206f-595f-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-11 13:02:04.345647 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000d6') missing from stats 2026-03-11 13:02:04.365349 | fa163e20-f24a-206f-595f-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-11 13:02:04.879517 | fa163e20-f24a-206f-595f-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-11 13:02:04.880862 | fa163e20-f24a-206f-595f-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:44.792108 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 13:02:04.948806 | fa163e20-f24a-206f-595f-0000000000d8 | TIMING | include_tasks | standalone | 0:19:44.860053 | 0.04s 2026-03-11 13:02:04.976539 | 976dc06a-ffb0-4247-83cf-9f4eaf5138d3 | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-11 13:02:05.007445 | fa163e20-f24a-206f-595f-000000003428 | TASK | Start OVN container 2026-03-11 13:02:05.095407 | fa163e20-f24a-206f-595f-000000003428 | TIMING | Start OVN container | standalone | 0:19:45.006611 | 0.09s 2026-03-11 13:02:05.128529 | fa163e20-f24a-206f-595f-000000003428 | TIMING | Start OVN container | standalone | 0:19:45.039788 | 0.12s 2026-03-11 13:02:05.152297 | fa163e20-f24a-206f-595f-000000003428 | TIMING | Start OVN container | standalone | 0:19:45.063558 | 0.14s 2026-03-11 13:02:05.163851 | fa163e20-f24a-206f-595f-000000003428 | TIMING | Start OVN container | standalone | 0:19:45.075098 | 0.15s 2026-03-11 13:02:05.267134 | fa163e20-f24a-206f-595f-000000003460 | TASK | Gather variables for each operating system 2026-03-11 13:02:05.390050 | fa163e20-f24a-206f-595f-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:45.301288 | 0.12s 2026-03-11 13:02:05.420597 | fa163e20-f24a-206f-595f-000000003461 | TASK | Create container logs path 2026-03-11 13:02:05.683842 | fa163e20-f24a-206f-595f-000000003461 | OK | Create container logs path | standalone 2026-03-11 13:02:05.685362 | fa163e20-f24a-206f-595f-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:45.596612 | 0.26s 2026-03-11 13:02:05.717528 | fa163e20-f24a-206f-595f-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:06.039620 | fa163e20-f24a-206f-595f-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:06.041013 | fa163e20-f24a-206f-595f-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:45.952265 | 0.32s 2026-03-11 13:02:06.070296 | fa163e20-f24a-206f-595f-000000003464 | TASK | Finalise hashes for all containers 2026-03-11 13:02:06.167833 | fa163e20-f24a-206f-595f-000000003464 | OK | Finalise hashes for all containers | standalone 2026-03-11 13:02:06.169310 | fa163e20-f24a-206f-595f-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:46.080561 | 0.10s 2026-03-11 13:02:06.199329 | fa163e20-f24a-206f-595f-000000003466 | TASK | Manage systemd shutdown files 2026-03-11 13:02:06.254138 | fa163e20-f24a-206f-595f-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:02:06.255332 | fa163e20-f24a-206f-595f-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:46.166585 | 0.05s 2026-03-11 13:02:06.284634 | fa163e20-f24a-206f-595f-000000003468 | TASK | Update container configs with new config hashes 2026-03-11 13:02:06.359234 | fa163e20-f24a-206f-595f-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:02:06.360093 | fa163e20-f24a-206f-595f-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:46.271353 | 0.07s 2026-03-11 13:02:06.385695 | fa163e20-f24a-206f-595f-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:06.452067 | fa163e20-f24a-206f-595f-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:46.363313 | 0.06s 2026-03-11 13:02:06.475673 | 8da7af2f-54e7-4105-8133-fb544ea421ef | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:02:06.511009 | fa163e20-f24a-206f-595f-0000000034f5 | TASK | Gather podman infos 2026-03-11 13:02:07.633846 | fa163e20-f24a-206f-595f-0000000034f5 | OK | Gather podman infos | standalone 2026-03-11 13:02:07.636400 | fa163e20-f24a-206f-595f-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:47.547653 | 1.12s 2026-03-11 13:02:07.733602 | fa163e20-f24a-206f-595f-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:07.819949 | fa163e20-f24a-206f-595f-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:47.731190 | 0.08s 2026-03-11 13:02:07.971244 | fa163e20-f24a-206f-595f-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:47.882488 | 0.09s 2026-03-11 13:02:08.027807 | fa163e20-f24a-206f-595f-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:08.101549 | fa163e20-f24a-206f-595f-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:48.012795 | 0.07s 2026-03-11 13:02:08.123910 | 98009afd-137d-45d3-8900-de07598aee0d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:02:08.163982 | fa163e20-f24a-206f-595f-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:09.069885 | fa163e20-f24a-206f-595f-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:09.071290 | fa163e20-f24a-206f-595f-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:48.982542 | 0.91s 2026-03-11 13:02:09.104690 | fa163e20-f24a-206f-595f-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:11.884096 | fa163e20-f24a-206f-595f-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:11.885589 | fa163e20-f24a-206f-595f-000000003561 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:51.796842 | 2.78s 2026-03-11 13:02:11.940973 | fa163e20-f24a-206f-595f-00000000348b | TASK | Gather variables for each operating system 2026-03-11 13:02:12.060149 | fa163e20-f24a-206f-595f-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:51.971390 | 0.12s 2026-03-11 13:02:12.086043 | fa163e20-f24a-206f-595f-00000000348c | TASK | Create container logs path 2026-03-11 13:02:12.337953 | fa163e20-f24a-206f-595f-00000000348c | OK | Create container logs path | standalone 2026-03-11 13:02:12.339366 | fa163e20-f24a-206f-595f-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:52.250619 | 0.25s 2026-03-11 13:02:12.370692 | fa163e20-f24a-206f-595f-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:12.693663 | fa163e20-f24a-206f-595f-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:12.694901 | fa163e20-f24a-206f-595f-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:52.606119 | 0.32s 2026-03-11 13:02:12.723598 | fa163e20-f24a-206f-595f-00000000348f | TASK | Finalise hashes for all containers 2026-03-11 13:02:12.839372 | fa163e20-f24a-206f-595f-00000000348f | OK | Finalise hashes for all containers | standalone 2026-03-11 13:02:12.840737 | fa163e20-f24a-206f-595f-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:52.751991 | 0.12s 2026-03-11 13:02:12.876311 | fa163e20-f24a-206f-595f-000000003491 | TASK | Manage systemd shutdown files 2026-03-11 13:02:12.949770 | fa163e20-f24a-206f-595f-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:02:12.951975 | fa163e20-f24a-206f-595f-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:52.863222 | 0.07s 2026-03-11 13:02:12.984615 | fa163e20-f24a-206f-595f-000000003493 | TASK | Update container configs with new config hashes 2026-03-11 13:02:13.058362 | fa163e20-f24a-206f-595f-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:02:13.059729 | fa163e20-f24a-206f-595f-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:52.970979 | 0.07s 2026-03-11 13:02:13.091670 | fa163e20-f24a-206f-595f-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:13.158725 | fa163e20-f24a-206f-595f-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.069963 | 0.07s 2026-03-11 13:02:13.183912 | 7727500b-fa2e-4f2b-852a-c3b8fd5a6cad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:02:13.213190 | fa163e20-f24a-206f-595f-0000000035ac | TASK | Gather podman infos 2026-03-11 13:02:14.300256 | fa163e20-f24a-206f-595f-0000000035ac | OK | Gather podman infos | standalone 2026-03-11 13:02:14.301770 | fa163e20-f24a-206f-595f-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:54.213020 | 1.09s 2026-03-11 13:02:14.390514 | fa163e20-f24a-206f-595f-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:14.484113 | fa163e20-f24a-206f-595f-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:54.395349 | 0.09s 2026-03-11 13:02:14.631264 | fa163e20-f24a-206f-595f-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:54.542504 | 0.09s 2026-03-11 13:02:14.691686 | fa163e20-f24a-206f-595f-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:14.766372 | fa163e20-f24a-206f-595f-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:54.677616 | 0.07s 2026-03-11 13:02:14.789367 | a28d1286-1710-4df8-8c8a-695510012fe3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:02:14.830935 | fa163e20-f24a-206f-595f-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:15.753650 | fa163e20-f24a-206f-595f-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:15.756898 | fa163e20-f24a-206f-595f-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.668123 | 0.92s 2026-03-11 13:02:15.792443 | fa163e20-f24a-206f-595f-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:18.469126 | fa163e20-f24a-206f-595f-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:18.470804 | fa163e20-f24a-206f-595f-000000003613 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:58.382057 | 2.67s 2026-03-11 13:02:18.525017 | fa163e20-f24a-206f-595f-0000000034b6 | TASK | Gather variables for each operating system 2026-03-11 13:02:18.650207 | fa163e20-f24a-206f-595f-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:58.561455 | 0.12s 2026-03-11 13:02:18.679753 | fa163e20-f24a-206f-595f-0000000034b7 | TASK | Create container logs path 2026-03-11 13:02:18.905221 | fa163e20-f24a-206f-595f-0000000034b7 | OK | Create container logs path | standalone 2026-03-11 13:02:18.906690 | fa163e20-f24a-206f-595f-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:58.817941 | 0.23s 2026-03-11 13:02:18.937095 | fa163e20-f24a-206f-595f-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:19.246589 | fa163e20-f24a-206f-595f-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:19.247997 | fa163e20-f24a-206f-595f-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:59.159248 | 0.31s 2026-03-11 13:02:19.276650 | fa163e20-f24a-206f-595f-0000000034ba | TASK | Finalise hashes for all containers 2026-03-11 13:02:19.349428 | fa163e20-f24a-206f-595f-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-03-11 13:02:19.350616 | fa163e20-f24a-206f-595f-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:59.261869 | 0.07s 2026-03-11 13:02:19.379948 | fa163e20-f24a-206f-595f-0000000034bc | TASK | Manage systemd shutdown files 2026-03-11 13:02:19.441629 | fa163e20-f24a-206f-595f-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:02:19.442776 | fa163e20-f24a-206f-595f-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:59.354029 | 0.06s 2026-03-11 13:02:19.471959 | fa163e20-f24a-206f-595f-0000000034be | TASK | Update container configs with new config hashes 2026-03-11 13:02:19.514952 | fa163e20-f24a-206f-595f-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:02:19.516136 | fa163e20-f24a-206f-595f-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:59.427389 | 0.04s 2026-03-11 13:02:19.547481 | fa163e20-f24a-206f-595f-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:19.590029 | fa163e20-f24a-206f-595f-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:59.501274 | 0.04s 2026-03-11 13:02:19.615235 | b4f587e3-de9d-48ae-995c-398c65d15d9c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:02:19.651965 | fa163e20-f24a-206f-595f-00000000365e | TASK | Gather podman infos 2026-03-11 13:02:20.758528 | fa163e20-f24a-206f-595f-00000000365e | OK | Gather podman infos | standalone 2026-03-11 13:02:20.760629 | fa163e20-f24a-206f-595f-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:00.671883 | 1.11s 2026-03-11 13:02:20.848747 | fa163e20-f24a-206f-595f-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:20.907943 | fa163e20-f24a-206f-595f-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:00.819196 | 0.05s 2026-03-11 13:02:21.030718 | fa163e20-f24a-206f-595f-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:00.941959 | 0.07s 2026-03-11 13:02:21.089502 | fa163e20-f24a-206f-595f-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:21.164367 | fa163e20-f24a-206f-595f-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.075611 | 0.07s 2026-03-11 13:02:21.188336 | ceb824d4-2f71-4f7a-8fd4-6afdbed75e8d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:02:21.229431 | fa163e20-f24a-206f-595f-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:22.229151 | fa163e20-f24a-206f-595f-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:22.230736 | fa163e20-f24a-206f-595f-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:02.141986 | 1.00s 2026-03-11 13:02:22.261068 | fa163e20-f24a-206f-595f-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-11 13:02:24.895902 | fa163e20-f24a-206f-595f-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-11 13:02:24.896738 | fa163e20-f24a-206f-595f-0000000036c5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:04.808001 | 2.63s 2026-03-11 13:02:24.933334 | fa163e20-f24a-206f-595f-00000000342a | TASK | Set NB connection 2026-03-11 13:02:25.376604 | fa163e20-f24a-206f-595f-00000000342a | CHANGED | Set NB connection | standalone 2026-03-11 13:02:25.378121 | fa163e20-f24a-206f-595f-00000000342a | TIMING | Set NB connection | standalone | 0:20:05.289373 | 0.44s 2026-03-11 13:02:25.406184 | fa163e20-f24a-206f-595f-00000000342b | TASK | Set SB connection 2026-03-11 13:02:25.832465 | fa163e20-f24a-206f-595f-00000000342b | CHANGED | Set SB connection | standalone 2026-03-11 13:02:25.834291 | fa163e20-f24a-206f-595f-00000000342b | TIMING | Set SB connection | standalone | 0:20:05.745535 | 0.43s 2026-03-11 13:02:25.865350 | fa163e20-f24a-206f-595f-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-11 13:02:26.092928 | fa163e20-f24a-206f-595f-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-11 13:02:26.094327 | fa163e20-f24a-206f-595f-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:06.005579 | 0.23s 2026-03-11 13:02:26.208195 | fa163e20-f24a-206f-595f-0000000000db | TIMING | include_tasks | standalone | 0:20:06.119436 | 0.08s 2026-03-11 13:02:26.247011 | 66e52216-8def-4d3b-aa60-411ab25c1141 | INCLUDED | /root/standalone-ansible-suuaa9r4/common_deploy_steps_tasks.yaml | standalone 2026-03-11 13:02:26.277092 | fa163e20-f24a-206f-595f-00000000370a | TASK | Write the config_step hieradata 2026-03-11 13:02:26.847709 | fa163e20-f24a-206f-595f-00000000370a | OK | Write the config_step hieradata | standalone 2026-03-11 13:02:26.849010 | fa163e20-f24a-206f-595f-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:20:06.760260 | 0.57s 2026-03-11 13:02:26.878366 | fa163e20-f24a-206f-595f-00000000370b | TASK | Run puppet host configuration for step 3 2026-03-11 13:02:27.161494 | fa163e20-f24a-206f-595f-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-11 13:02:27.162577 | fa163e20-f24a-206f-595f-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:07.073831 | 0.28s 2026-03-11 13:02:27.184468 | fa163e20-f24a-206f-595f-00000000370c | TASK | Wait for puppet host configuration to finish 2026-03-11 13:02:27.423913 | fa163e20-f24a-206f-595f-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 13:02:37.648567 | fa163e20-f24a-206f-595f-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 13:02:47.871262 | fa163e20-f24a-206f-595f-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 13:02:47.872809 | fa163e20-f24a-206f-595f-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:27.784059 | 20.69s 2026-03-11 13:02:47.905001 | fa163e20-f24a-206f-595f-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-11 13:02:47.991406 | fa163e20-f24a-206f-595f-00000000370d | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 13:02:27 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 13:02:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 13:02:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 13:02:33 puppet-user: (file & line not available)", "<13>Mar 11 13:02:33 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 11 13:02:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 11 13:02:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 13:02:33 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Mar 11 13:02:38 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 13:02:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 13:02:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 13:02:41 puppet-user: Notice: Applied catalog in 7.82 seconds", "<13>Mar 11 13:02:41 puppet-user: Application:", "<13>Mar 11 13:02:41 puppet-user: Initial environment: production", "<13>Mar 11 13:02:41 puppet-user: Converged environment: production", "<13>Mar 11 13:02:41 puppet-user: Run mode: user", "<13>Mar 11 13:02:41 puppet-user: Changes:", "<13>Mar 11 13:02:41 puppet-user: Total: 2", "<13>Mar 11 13:02:41 puppet-user: Events:", "<13>Mar 11 13:02:41 puppet-user: Success: 2", "<13>Mar 11 13:02:41 puppet-user: Resources:", "<13>Mar 11 13:02:41 puppet-user: Changed: 2", "<13>Mar 11 13:02:41 puppet-user: Out of sync: 2", "<13>Mar 11 13:02:41 puppet-user: Total: 28", "<13>Mar 11 13:02:41 puppet-user: Time:", "<13>Mar 11 13:02:41 puppet-user: Filebucket: 0.00", "<13>Mar 11 13:02:41 puppet-user: Schedule: 0.00", "<13>Mar 11 13:02:41 puppet-user: Package: 0.00", "<13>Mar 11 13:02:41 puppet-user: File line: 0.00", "<13>Mar 11 13:02:41 puppet-user: File: 0.00", "<13>Mar 11 13:02:41 puppet-user: Augeas: 0.01", "<13>Mar 11 13:02:41 puppet-user: User: 0.08", "<13>Mar 11 13:02:41 puppet-user: Service: 0.08", "<13>Mar 11 13:02:41 puppet-user: Config retrieval: 0.47", "<13>Mar 11 13:02:41 puppet-user: Pcmk property: 1.37", "<13>Mar 11 13:02:41 puppet-user: Pcmk resource default: 1.96", "<13>Mar 11 13:02:41 puppet-user: Last run: 1773234161", "<13>Mar 11 13:02:41 puppet-user: Exec: 2.01", "<13>Mar 11 13:02:41 puppet-user: Pcmk resource op default: 2.12", "<13>Mar 11 13:02:41 puppet-user: Transaction evaluation: 7.79", "<13>Mar 11 13:02:41 puppet-user: Catalog application: 7.82", "<13>Mar 11 13:02:41 puppet-user: Total: 7.82", "<13>Mar 11 13:02:41 puppet-user: Version:", "<13>Mar 11 13:02:41 puppet-user: Config: 1773234153", "<13>Mar 11 13:02:41 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 13:02:47.992830 | fa163e20-f24a-206f-595f-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:27.904080 | 0.09s 2026-03-11 13:02:48.021985 | fa163e20-f24a-206f-595f-00000000370e | TASK | Pre-cache facts for puppet containers 2026-03-11 13:02:48.052625 | fa163e20-f24a-206f-595f-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:27.963867 | 0.03s 2026-03-11 13:02:48.121818 | fa163e20-f24a-206f-595f-00000000374d | TASK | Gather variables for each operating system 2026-03-11 13:02:48.237555 | fa163e20-f24a-206f-595f-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:28.148796 | 0.11s 2026-03-11 13:02:48.266598 | fa163e20-f24a-206f-595f-00000000374e | TASK | Create puppet caching structures 2026-03-11 13:02:48.509282 | fa163e20-f24a-206f-595f-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-03-11 13:02:48.510654 | fa163e20-f24a-206f-595f-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:28.421907 | 0.24s 2026-03-11 13:02:48.539173 | fa163e20-f24a-206f-595f-00000000374f | TASK | Check for facter.conf 2026-03-11 13:02:48.777692 | fa163e20-f24a-206f-595f-00000000374f | OK | Check for facter.conf | standalone 2026-03-11 13:02:48.779125 | fa163e20-f24a-206f-595f-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:28.690377 | 0.24s 2026-03-11 13:02:48.807975 | fa163e20-f24a-206f-595f-000000003750 | TASK | Remove facter.conf if directory 2026-03-11 13:02:48.860282 | fa163e20-f24a-206f-595f-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 13:02:48.861610 | fa163e20-f24a-206f-595f-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:28.772861 | 0.05s 2026-03-11 13:02:48.890146 | fa163e20-f24a-206f-595f-000000003751 | TASK | Write facter cache config 2026-03-11 13:02:49.416023 | fa163e20-f24a-206f-595f-000000003751 | CHANGED | Write facter cache config | standalone 2026-03-11 13:02:49.418134 | fa163e20-f24a-206f-595f-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:29.329380 | 0.53s 2026-03-11 13:02:49.448577 | fa163e20-f24a-206f-595f-000000003752 | TASK | Cleanup facter cache if exists 2026-03-11 13:02:49.700207 | fa163e20-f24a-206f-595f-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 13:02:49.702117 | fa163e20-f24a-206f-595f-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:29.613362 | 0.25s 2026-03-11 13:02:49.732790 | fa163e20-f24a-206f-595f-000000003753 | TASK | Pre-cache facts 2026-03-11 13:02:50.376811 | fa163e20-f24a-206f-595f-000000003753 | CHANGED | Pre-cache facts | standalone 2026-03-11 13:02:50.378670 | fa163e20-f24a-206f-595f-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:30.289914 | 0.64s 2026-03-11 13:02:50.410643 | fa163e20-f24a-206f-595f-000000003754 | TASK | Failed deployment if facter fails 2026-03-11 13:02:50.446452 | fa163e20-f24a-206f-595f-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 13:02:50.447840 | fa163e20-f24a-206f-595f-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:30.359092 | 0.03s 2026-03-11 13:02:50.492385 | fa163e20-f24a-206f-595f-000000003755 | TASK | Sync cached facts 2026-03-11 13:02:50.814135 | fa163e20-f24a-206f-595f-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e20-f24a-206f-595f-000000003755') missing from stats 2026-03-11 13:02:50.871141 | fa163e20-f24a-206f-595f-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 13:02:50.921322 | fa163e20-f24a-206f-595f-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 13:02:50.922641 | fa163e20-f24a-206f-595f-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:30.833890 | 0.05s 2026-03-11 13:02:50.953402 | fa163e20-f24a-206f-595f-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-11 13:02:50.983391 | fa163e20-f24a-206f-595f-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:30.894634 | 0.03s 2026-03-11 13:02:51.047631 | fa163e20-f24a-206f-595f-0000000037ac | TASK | Gather variables for each operating system 2026-03-11 13:02:51.163259 | fa163e20-f24a-206f-595f-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:31.074497 | 0.11s 2026-03-11 13:02:51.192916 | fa163e20-f24a-206f-595f-0000000037ad | TASK | Create container logs path 2026-03-11 13:02:51.441170 | fa163e20-f24a-206f-595f-0000000037ad | OK | Create container logs path | standalone 2026-03-11 13:02:51.442529 | fa163e20-f24a-206f-595f-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:31.353780 | 0.25s 2026-03-11 13:02:51.473266 | fa163e20-f24a-206f-595f-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 13:02:51.758380 | fa163e20-f24a-206f-595f-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 13:02:51.759616 | fa163e20-f24a-206f-595f-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:31.670867 | 0.28s 2026-03-11 13:02:51.790376 | fa163e20-f24a-206f-595f-0000000037b0 | TASK | Finalise hashes for all containers 2026-03-11 13:02:51.873726 | fa163e20-f24a-206f-595f-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-03-11 13:02:51.874883 | fa163e20-f24a-206f-595f-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:31.786109 | 0.08s 2026-03-11 13:02:51.903365 | fa163e20-f24a-206f-595f-0000000037b2 | TASK | Manage systemd shutdown files 2026-03-11 13:02:51.938567 | fa163e20-f24a-206f-595f-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:31.849812 | 0.03s 2026-03-11 13:02:51.973457 | 049ad1f8-b5a6-4302-ac80-3236f6b196e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 13:02:52.002144 | fa163e20-f24a-206f-595f-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 13:02:52.252056 | fa163e20-f24a-206f-595f-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 13:02:52.253420 | fa163e20-f24a-206f-595f-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:32.164670 | 0.25s 2026-03-11 13:02:52.282368 | fa163e20-f24a-206f-595f-0000000037e6 | TASK | Set podman_drop_in fact 2026-03-11 13:02:52.321931 | fa163e20-f24a-206f-595f-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-03-11 13:02:52.323138 | fa163e20-f24a-206f-595f-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:32.234390 | 0.04s 2026-03-11 13:02:52.351774 | fa163e20-f24a-206f-595f-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 13:02:52.812543 | fa163e20-f24a-206f-595f-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 13:02:52.814227 | fa163e20-f24a-206f-595f-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:32.725473 | 0.46s 2026-03-11 13:02:53.291712 | fa163e20-f24a-206f-595f-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 13:02:53.292414 | fa163e20-f24a-206f-595f-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:33.203676 | 0.94s 2026-03-11 13:02:53.299567 | fa163e20-f24a-206f-595f-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:33.210825 | 0.95s 2026-03-11 13:02:53.323141 | fa163e20-f24a-206f-595f-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 13:02:53.834052 | fa163e20-f24a-206f-595f-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 13:02:53.837258 | fa163e20-f24a-206f-595f-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:33.748496 | 0.51s 2026-03-11 13:02:53.866911 | fa163e20-f24a-206f-595f-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 13:02:54.347577 | fa163e20-f24a-206f-595f-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 13:02:54.351987 | fa163e20-f24a-206f-595f-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:34.263238 | 0.48s 2026-03-11 13:02:54.381291 | fa163e20-f24a-206f-595f-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-03-11 13:02:55.020551 | fa163e20-f24a-206f-595f-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 13:02:55.022503 | fa163e20-f24a-206f-595f-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:34.933753 | 0.64s 2026-03-11 13:02:55.053434 | fa163e20-f24a-206f-595f-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 13:02:55.530039 | fa163e20-f24a-206f-595f-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 13:02:55.530881 | fa163e20-f24a-206f-595f-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:35.442130 | 0.48s 2026-03-11 13:02:55.561162 | fa163e20-f24a-206f-595f-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 13:02:56.073563 | fa163e20-f24a-206f-595f-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 13:02:56.075029 | fa163e20-f24a-206f-595f-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:35.986279 | 0.51s 2026-03-11 13:02:56.103719 | fa163e20-f24a-206f-595f-0000000037ee | TASK | Enable and start netns-placeholder 2026-03-11 13:02:56.818556 | fa163e20-f24a-206f-595f-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 13:02:56.819738 | fa163e20-f24a-206f-595f-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:36.730998 | 0.71s 2026-03-11 13:02:56.839768 | fa163e20-f24a-206f-595f-0000000037b4 | TASK | Update container configs with new config hashes 2026-03-11 13:02:56.892331 | fa163e20-f24a-206f-595f-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:36.803483 | 0.05s 2026-03-11 13:02:56.913884 | fac536a4-10fe-4fa1-8365-0bfc42479370 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 13:02:56.947139 | fa163e20-f24a-206f-595f-000000003816 | TASK | Update config hashes for container startup configs 2026-03-11 13:02:57.257548 | fa163e20-f24a-206f-595f-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-03-11 13:02:57.258999 | fa163e20-f24a-206f-595f-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:37.170249 | 0.31s 2026-03-11 13:02:57.291314 | fa163e20-f24a-206f-595f-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 13:02:57.353106 | fa163e20-f24a-206f-595f-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:37.264347 | 0.06s 2026-03-11 13:02:57.376710 | 5e527f12-c019-431e-827b-804a969c9754 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:02:57.416446 | fa163e20-f24a-206f-595f-000000003835 | TASK | Gather podman infos 2026-03-11 13:02:58.487508 | fa163e20-f24a-206f-595f-000000003835 | OK | Gather podman infos | standalone 2026-03-11 13:02:58.488740 | fa163e20-f24a-206f-595f-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:38.399995 | 1.07s 2026-03-11 13:02:58.585121 | fa163e20-f24a-206f-595f-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 13:02:58.666166 | fa163e20-f24a-206f-595f-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:38.577407 | 0.07s 2026-03-11 13:02:58.819199 | fa163e20-f24a-206f-595f-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:38.730439 | 0.09s 2026-03-11 13:02:58.876298 | fa163e20-f24a-206f-595f-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 13:02:58.931191 | fa163e20-f24a-206f-595f-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:38.842437 | 0.05s 2026-03-11 13:02:58.953330 | af42b6dd-c742-4a38-9a50-495e61fab9ae | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:02:58.985401 | fa163e20-f24a-206f-595f-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 13:03:49.949659 | fa163e20-f24a-206f-595f-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 13:03:49.951587 | fa163e20-f24a-206f-595f-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:29.862837 | 50.97s 2026-03-11 13:03:49.983180 | fa163e20-f24a-206f-595f-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-11 13:04:14.241683 | fa163e20-f24a-206f-595f-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-11 13:04:14.243608 | fa163e20-f24a-206f-595f-0000000038a1 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:54.154859 | 24.26s 2026-03-11 13:04:14.298042 | fa163e20-f24a-206f-595f-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-11 13:04:14.525119 | fa163e20-f24a-206f-595f-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-11 13:04:14.526519 | fa163e20-f24a-206f-595f-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:54.437773 | 0.23s 2026-03-11 13:04:14.574420 | fa163e20-f24a-206f-595f-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-11 13:04:14.628533 | fa163e20-f24a-206f-595f-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:54.539781 | 0.05s 2026-03-11 13:04:14.651638 | fa163e20-f24a-206f-595f-000000003715 | TASK | Include container-puppet tasks for step 3 2026-03-11 13:04:14.699313 | fa163e20-f24a-206f-595f-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:54.610566 | 0.05s 2026-03-11 13:04:14.715134 | b2457a1b-3078-4833-90ab-a9abdfa0fec1 | INCLUDED | /root/standalone-ansible-suuaa9r4/host-container-puppet-tasks.yaml | standalone 2026-03-11 13:04:14.750076 | fa163e20-f24a-206f-595f-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-11 13:04:15.195339 | fa163e20-f24a-206f-595f-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-11 13:04:15.196331 | fa163e20-f24a-206f-595f-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:55.107588 | 0.45s 2026-03-11 13:04:15.225641 | fa163e20-f24a-206f-595f-0000000038ee | TASK | Generate container puppet configs for step 3 2026-03-11 13:04:15.523642 | fa163e20-f24a-206f-595f-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-03-11 13:04:15.525093 | fa163e20-f24a-206f-595f-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:55.436308 | 0.30s 2026-03-11 13:04:15.555409 | fa163e20-f24a-206f-595f-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-11 13:04:15.586084 | fa163e20-f24a-206f-595f-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:55.497329 | 0.03s 2026-03-11 13:04:15.652365 | fa163e20-f24a-206f-595f-00000000391e | TASK | Gather variables for each operating system 2026-03-11 13:04:15.776573 | fa163e20-f24a-206f-595f-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:55.687809 | 0.12s 2026-03-11 13:04:15.806308 | fa163e20-f24a-206f-595f-00000000391f | TASK | Create container logs path 2026-03-11 13:04:16.042354 | fa163e20-f24a-206f-595f-00000000391f | OK | Create container logs path | standalone 2026-03-11 13:04:16.043661 | fa163e20-f24a-206f-595f-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:55.954912 | 0.24s 2026-03-11 13:04:16.081527 | fa163e20-f24a-206f-595f-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 13:04:16.340125 | fa163e20-f24a-206f-595f-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 13:04:16.341435 | fa163e20-f24a-206f-595f-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:56.252687 | 0.26s 2026-03-11 13:04:16.370608 | fa163e20-f24a-206f-595f-000000003922 | TASK | Finalise hashes for all containers 2026-03-11 13:04:16.428250 | fa163e20-f24a-206f-595f-000000003922 | OK | Finalise hashes for all containers | standalone 2026-03-11 13:04:16.429414 | fa163e20-f24a-206f-595f-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:56.340667 | 0.06s 2026-03-11 13:04:16.459242 | fa163e20-f24a-206f-595f-000000003924 | TASK | Manage systemd shutdown files 2026-03-11 13:04:16.499044 | fa163e20-f24a-206f-595f-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:04:16.500320 | fa163e20-f24a-206f-595f-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:56.411574 | 0.04s 2026-03-11 13:04:16.529012 | fa163e20-f24a-206f-595f-000000003926 | TASK | Update container configs with new config hashes 2026-03-11 13:04:16.579930 | fa163e20-f24a-206f-595f-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:04:16.581080 | fa163e20-f24a-206f-595f-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:56.492332 | 0.05s 2026-03-11 13:04:16.612601 | fa163e20-f24a-206f-595f-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 13:04:16.664170 | fa163e20-f24a-206f-595f-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 13:04:16.665582 | fa163e20-f24a-206f-595f-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:56.576833 | 0.05s 2026-03-11 13:04:16.706145 | fa163e20-f24a-206f-595f-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-11 13:04:16.760261 | fa163e20-f24a-206f-595f-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-11 13:04:16.761785 | fa163e20-f24a-206f-595f-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:56.673034 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-11 13:04:16.944716 | fa163e20-f24a-206f-595f-0000000000de | TASK | External deployment step 4 2026-03-11 13:04:16.988348 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000de') missing from stats 2026-03-11 13:04:17.045423 | fa163e20-f24a-206f-595f-0000000000df | TIMING | include_tasks | undercloud | 0:21:56.956670 | 0.04s 2026-03-11 13:04:17.069351 | f801adb1-9efb-47ed-8f35-e9030434c82e | INCLUDED | /root/standalone-ansible-suuaa9r4/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-11 13:04:17.086739 | fa163e20-f24a-206f-595f-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-11 13:04:18.703016 | fa163e20-f24a-206f-595f-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-11 13:04:18.705370 | fa163e20-f24a-206f-595f-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:58.616617 | 1.62s 2026-03-11 13:04:19.928102 | fa163e20-f24a-206f-595f-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-11 13:04:19.929616 | fa163e20-f24a-206f-595f-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:59.840870 | 2.84s 2026-03-11 13:04:19.939730 | fa163e20-f24a-206f-595f-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:59.850984 | 2.85s 2026-03-11 13:04:19.958230 | fa163e20-f24a-206f-595f-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-03-11 13:04:20.036668 | fa163e20-f24a-206f-595f-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:59.947904 | 0.08s 2026-03-11 13:04:20.093838 | fa163e20-f24a-206f-595f-0000000039a6 | TASK | Create Keystone Admin resources 2026-03-11 13:04:20.133195 | fa163e20-f24a-206f-595f-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:00.044446 | 0.04s 2026-03-11 13:04:20.160744 | f982b217-786c-45a4-b464-1fb26454b997 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-11 13:04:20.190265 | fa163e20-f24a-206f-595f-0000000039e7 | TASK | Create admin and service projects 2026-03-11 13:04:20.243017 | fa163e20-f24a-206f-595f-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:00.154258 | 0.05s 2026-03-11 13:04:20.253049 | e4e21b4e-1524-4511-a610-5f4864f20f54 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 13:04:20.289719 | fa163e20-f24a-206f-595f-000000003a38 | TASK | Async creation of Keystone project 2026-03-11 13:04:20.835236 | fa163e20-f24a-206f-595f-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-11 13:04:20.837976 | fa163e20-f24a-206f-595f-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:00.749221 | 0.55s 2026-03-11 13:04:21.135969 | fa163e20-f24a-206f-595f-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 13:04:21.137440 | fa163e20-f24a-206f-595f-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:01.048701 | 0.85s 2026-03-11 13:04:21.147987 | fa163e20-f24a-206f-595f-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:01.059238 | 0.86s 2026-03-11 13:04:21.166817 | fa163e20-f24a-206f-595f-000000003a3a | TASK | Check Keystone project status 2026-03-11 13:04:21.423797 | fa163e20-f24a-206f-595f-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 13:04:26.639286 | fa163e20-f24a-206f-595f-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-03-11 13:04:26.641232 | fa163e20-f24a-206f-595f-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:06.552491 | 5.47s 2026-03-11 13:04:26.886449 | fa163e20-f24a-206f-595f-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-11 13:04:26.887808 | fa163e20-f24a-206f-595f-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:06.799072 | 5.72s 2026-03-11 13:04:26.899022 | fa163e20-f24a-206f-595f-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:06.810273 | 5.73s 2026-03-11 13:04:26.919195 | fa163e20-f24a-206f-595f-0000000039e8 | TASK | Create admin role 2026-03-11 13:04:28.289838 | fa163e20-f24a-206f-595f-0000000039e8 | OK | Create admin role | undercloud 2026-03-11 13:04:28.291339 | fa163e20-f24a-206f-595f-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:08.202591 | 1.37s 2026-03-11 13:04:28.308501 | fa163e20-f24a-206f-595f-0000000039e9 | TASK | Create _member_ role 2026-03-11 13:04:28.381690 | fa163e20-f24a-206f-595f-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-03-11 13:04:28.383094 | fa163e20-f24a-206f-595f-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:08.294342 | 0.07s 2026-03-11 13:04:28.402821 | fa163e20-f24a-206f-595f-0000000039ea | TASK | Check admin password 2026-03-11 13:04:29.863152 | fa163e20-f24a-206f-595f-0000000039ea | OK | Check admin password | undercloud 2026-03-11 13:04:29.864608 | fa163e20-f24a-206f-595f-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:09.775857 | 1.46s 2026-03-11 13:04:29.886902 | fa163e20-f24a-206f-595f-0000000039eb | TASK | Create admin user 2026-03-11 13:04:31.652842 | fa163e20-f24a-206f-595f-0000000039eb | CHANGED | Create admin user | undercloud 2026-03-11 13:04:31.654211 | fa163e20-f24a-206f-595f-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:11.565461 | 1.77s 2026-03-11 13:04:31.672996 | fa163e20-f24a-206f-595f-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-03-11 13:04:33.393231 | fa163e20-f24a-206f-595f-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-03-11 13:04:33.394619 | fa163e20-f24a-206f-595f-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:13.305869 | 1.72s 2026-03-11 13:04:33.413629 | fa163e20-f24a-206f-595f-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-03-11 13:04:33.477151 | fa163e20-f24a-206f-595f-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-11 13:04:33.478528 | fa163e20-f24a-206f-595f-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:13.389780 | 0.06s 2026-03-11 13:04:33.497965 | fa163e20-f24a-206f-595f-0000000039ee | TASK | Create identity service 2026-03-11 13:04:34.663607 | fa163e20-f24a-206f-595f-0000000039ee | OK | Create identity service | undercloud 2026-03-11 13:04:34.664978 | fa163e20-f24a-206f-595f-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:14.576231 | 1.17s 2026-03-11 13:04:34.683530 | fa163e20-f24a-206f-595f-0000000039ef | TASK | Create identity public endpoint 2026-03-11 13:04:36.041540 | fa163e20-f24a-206f-595f-0000000039ef | OK | Create identity public endpoint | undercloud 2026-03-11 13:04:36.043128 | fa163e20-f24a-206f-595f-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:15.954378 | 1.36s 2026-03-11 13:04:36.062789 | fa163e20-f24a-206f-595f-0000000039f0 | TASK | Create identity internal endpoint 2026-03-11 13:04:37.270676 | fa163e20-f24a-206f-595f-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-03-11 13:04:37.272400 | fa163e20-f24a-206f-595f-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:17.183650 | 1.21s 2026-03-11 13:04:37.292058 | fa163e20-f24a-206f-595f-0000000039f1 | TASK | Create identity admin endpoint 2026-03-11 13:04:38.482820 | fa163e20-f24a-206f-595f-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-03-11 13:04:38.484252 | fa163e20-f24a-206f-595f-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:18.395504 | 1.19s 2026-03-11 13:04:38.503328 | fa163e20-f24a-206f-595f-0000000039a7 | TASK | Create Keystone Projects 2026-03-11 13:04:38.605059 | fa163e20-f24a-206f-595f-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:18.516297 | 0.10s 2026-03-11 13:04:38.611430 | fa163e20-f24a-206f-595f-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:18.522679 | 0.11s 2026-03-11 13:04:38.625304 | 598475b7-39c8-4740-89ef-ad6ac2ae0269 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-11 13:04:38.676751 | fa163e20-f24a-206f-595f-000000003ac4 | TASK | Async creation of Keystone project 2026-03-11 13:04:39.030732 | fa163e20-f24a-206f-595f-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-11 13:04:39.032657 | fa163e20-f24a-206f-595f-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:18.943906 | 0.35s 2026-03-11 13:04:39.042781 | fa163e20-f24a-206f-595f-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:18.954032 | 0.36s 2026-03-11 13:04:39.059592 | fa163e20-f24a-206f-595f-000000003ac6 | TASK | Check Keystone project status 2026-03-11 13:04:39.361507 | fa163e20-f24a-206f-595f-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-11 13:04:44.601292 | fa163e20-f24a-206f-595f-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-03-11 13:04:44.603519 | fa163e20-f24a-206f-595f-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:24.514764 | 5.54s 2026-03-11 13:04:44.613651 | fa163e20-f24a-206f-595f-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:24.524896 | 5.55s 2026-03-11 13:04:44.633067 | fa163e20-f24a-206f-595f-0000000039a9 | TASK | Create Keystone Domains 2026-03-11 13:04:44.708269 | fa163e20-f24a-206f-595f-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:24.619494 | 0.07s 2026-03-11 13:04:44.720407 | fa163e20-f24a-206f-595f-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:24.631658 | 0.09s 2026-03-11 13:04:44.735090 | 23e70ee1-8f8a-43a0-bb77-22f759878992 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-11 13:04:44.784223 | fa163e20-f24a-206f-595f-000000003b79 | TASK | Async creation of Keystone domains 2026-03-11 13:04:45.302678 | fa163e20-f24a-206f-595f-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-11 13:04:45.305475 | fa163e20-f24a-206f-595f-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:25.216716 | 0.52s 2026-03-11 13:04:45.315104 | fa163e20-f24a-206f-595f-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:25.226346 | 0.53s 2026-03-11 13:04:45.333699 | fa163e20-f24a-206f-595f-000000003b7b | TASK | Check Keystone domain status 2026-03-11 13:04:45.617486 | fa163e20-f24a-206f-595f-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-11 13:04:50.853727 | fa163e20-f24a-206f-595f-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-11 13:04:50.854920 | fa163e20-f24a-206f-595f-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:30.766176 | 5.52s 2026-03-11 13:04:50.858574 | fa163e20-f24a-206f-595f-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:30.769814 | 5.52s 2026-03-11 13:04:50.879785 | fa163e20-f24a-206f-595f-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-11 13:04:50.933392 | fa163e20-f24a-206f-595f-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:30.844616 | 0.05s 2026-03-11 13:04:50.949207 | 27604123-d26b-437f-a515-f29a855f9fcf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-11 13:04:50.999420 | fa163e20-f24a-206f-595f-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-03-11 13:04:52.435951 | fa163e20-f24a-206f-595f-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-11 13:04:52.437492 | fa163e20-f24a-206f-595f-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:32.348741 | 1.44s 2026-03-11 13:04:52.456646 | fa163e20-f24a-206f-595f-000000003c44 | TASK | Set openstack_domains fact 2026-03-11 13:04:52.521229 | fa163e20-f24a-206f-595f-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-03-11 13:04:52.522481 | fa163e20-f24a-206f-595f-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:32.433732 | 0.06s 2026-03-11 13:04:52.540776 | fa163e20-f24a-206f-595f-0000000039ac | TASK | Create Keystone Services 2026-03-11 13:04:52.644546 | fa163e20-f24a-206f-595f-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:32.555733 | 0.10s 2026-03-11 13:04:52.662154 | fa163e20-f24a-206f-595f-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:32.573410 | 0.12s 2026-03-11 13:04:52.673507 | fa163e20-f24a-206f-595f-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:32.584750 | 0.13s 2026-03-11 13:04:52.692127 | 94bf9158-f6e9-4eef-b6bb-0e30443f9366 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 13:04:52.701189 | bf958d4f-b1c7-4b3a-9258-13d59dbd244f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-11 13:04:52.748428 | fa163e20-f24a-206f-595f-000000003d20 | TASK | Async creation of Keystone service 2026-03-11 13:04:53.096214 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-11 13:04:53.099332 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.010564 | 0.35s 2026-03-11 13:04:53.384088 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-11 13:04:53.385621 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.296878 | 0.64s 2026-03-11 13:04:53.644309 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-11 13:04:53.648281 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.559535 | 0.90s 2026-03-11 13:04:53.948276 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-11 13:04:53.950262 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:33.861520 | 1.20s 2026-03-11 13:04:54.237369 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-11 13:04:54.238330 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.149589 | 1.49s 2026-03-11 13:04:54.487424 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-11 13:04:54.488428 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.399687 | 1.74s 2026-03-11 13:04:54.776958 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-11 13:04:54.778625 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.689880 | 2.03s 2026-03-11 13:04:55.026670 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-11 13:04:55.027482 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:34.938743 | 2.28s 2026-03-11 13:04:55.298518 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-11 13:04:55.299209 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:35.210471 | 2.55s 2026-03-11 13:04:55.579457 | fa163e20-f24a-206f-595f-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-11 13:04:55.584669 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:35.495928 | 2.84s 2026-03-11 13:04:55.592457 | fa163e20-f24a-206f-595f-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:35.503699 | 2.84s 2026-03-11 13:04:55.612406 | fa163e20-f24a-206f-595f-000000003d22 | TASK | Check Keystone service status 2026-03-11 13:04:55.914623 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-11 13:04:55.916704 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:35.827940 | 0.29s 2026-03-11 13:04:56.176002 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-11 13:04:56.176840 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:36.088102 | 0.55s 2026-03-11 13:04:56.415263 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-11 13:04:56.417476 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:36.328729 | 0.79s 2026-03-11 13:04:56.701340 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-11 13:04:56.702660 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:36.613914 | 1.08s 2026-03-11 13:04:57.004974 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-11 13:04:57.005727 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:36.916988 | 1.38s 2026-03-11 13:04:57.292203 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-11 13:04:57.294178 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:37.205431 | 1.67s 2026-03-11 13:04:57.511042 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-11 13:04:57.513300 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:37.424553 | 1.89s 2026-03-11 13:04:57.764177 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-11 13:04:57.766131 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:37.677386 | 2.14s 2026-03-11 13:04:58.030338 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-11 13:04:58.032074 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:37.943322 | 2.41s 2026-03-11 13:04:58.279831 | fa163e20-f24a-206f-595f-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-11 13:04:58.282263 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:38.193513 | 2.66s 2026-03-11 13:04:58.295820 | fa163e20-f24a-206f-595f-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:38.207068 | 2.67s 2026-03-11 13:04:58.320917 | fa163e20-f24a-206f-595f-000000003d27 | TASK | Async creation of Keystone service 2026-03-11 13:04:58.666992 | fa163e20-f24a-206f-595f-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-11 13:04:58.669746 | fa163e20-f24a-206f-595f-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:38.580991 | 0.35s 2026-03-11 13:04:59.002384 | fa163e20-f24a-206f-595f-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-11 13:04:59.004177 | fa163e20-f24a-206f-595f-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:38.915431 | 0.68s 2026-03-11 13:04:59.362635 | fa163e20-f24a-206f-595f-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-11 13:04:59.363833 | fa163e20-f24a-206f-595f-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:39.275087 | 1.04s 2026-03-11 13:04:59.377428 | fa163e20-f24a-206f-595f-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:39.288677 | 1.05s 2026-03-11 13:04:59.397486 | fa163e20-f24a-206f-595f-000000003d29 | TASK | Check Keystone service status 2026-03-11 13:04:59.618621 | fa163e20-f24a-206f-595f-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-11 13:05:04.849593 | fa163e20-f24a-206f-595f-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-11 13:05:04.852236 | fa163e20-f24a-206f-595f-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.763478 | 5.45s 2026-03-11 13:05:05.095151 | fa163e20-f24a-206f-595f-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-11 13:05:05.097469 | fa163e20-f24a-206f-595f-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.008715 | 5.70s 2026-03-11 13:05:05.353108 | fa163e20-f24a-206f-595f-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-11 13:05:05.355015 | fa163e20-f24a-206f-595f-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.266267 | 5.96s 2026-03-11 13:05:05.366303 | fa163e20-f24a-206f-595f-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.277551 | 5.97s 2026-03-11 13:05:05.386732 | fa163e20-f24a-206f-595f-0000000039ae | TASK | Create Keystone Endpoints 2026-03-11 13:05:05.464700 | fa163e20-f24a-206f-595f-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:45.375934 | 0.08s 2026-03-11 13:05:05.495413 | fa163e20-f24a-206f-595f-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:45.406666 | 0.11s 2026-03-11 13:05:05.521360 | fa163e20-f24a-206f-595f-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:45.432616 | 0.13s 2026-03-11 13:05:05.533140 | fa163e20-f24a-206f-595f-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:45.444390 | 0.14s 2026-03-11 13:05:05.545603 | e70b05ba-fb17-448a-b98b-e558adf6aae6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 13:05:05.552104 | 7270bfa7-5202-44f9-9cf1-65aff818a1a6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 13:05:05.557547 | f7476575-5f92-4863-872a-977d7aa0cd2d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-11 13:05:05.607751 | fa163e20-f24a-206f-595f-000000003e59 | TASK | Create Keystone public endpoints 2026-03-11 13:05:05.750635 | fa163e20-f24a-206f-595f-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:45.661864 | 0.14s 2026-03-11 13:05:05.773768 | fa163e20-f24a-206f-595f-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:45.685021 | 0.16s 2026-03-11 13:05:05.788785 | fa163e20-f24a-206f-595f-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:45.700032 | 0.18s 2026-03-11 13:05:05.808753 | caf4086e-5863-43f3-8e43-3d2fbaa14d62 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 13:05:05.818525 | ef82a9cb-807d-46fc-a31c-99ca5cd69cd0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 13:05:05.841769 | fa163e20-f24a-206f-595f-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-03-11 13:05:06.175301 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-11 13:05:06.177039 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.088279 | 0.33s 2026-03-11 13:05:06.442673 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-11 13:05:06.443773 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.355028 | 0.60s 2026-03-11 13:05:06.801351 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-11 13:05:06.803542 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.714796 | 0.96s 2026-03-11 13:05:07.071379 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-11 13:05:07.072162 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:46.983422 | 1.23s 2026-03-11 13:05:07.352248 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-11 13:05:07.353448 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:47.264709 | 1.51s 2026-03-11 13:05:07.639698 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-11 13:05:07.640434 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:47.551695 | 1.80s 2026-03-11 13:05:07.864549 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-11 13:05:07.866140 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:47.777399 | 2.02s 2026-03-11 13:05:08.189148 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-11 13:05:08.190516 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:48.101774 | 2.35s 2026-03-11 13:05:08.451439 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-11 13:05:08.453948 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:48.365202 | 2.61s 2026-03-11 13:05:08.734041 | fa163e20-f24a-206f-595f-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-11 13:05:08.735612 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:48.646865 | 2.89s 2026-03-11 13:05:08.746059 | fa163e20-f24a-206f-595f-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:48.657318 | 2.90s 2026-03-11 13:05:08.762682 | fa163e20-f24a-206f-595f-000000003f83 | TASK | Check Keystone public endpoint status 2026-03-11 13:05:09.076770 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-11 13:05:09.081829 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:48.993082 | 0.32s 2026-03-11 13:05:09.291222 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-11 13:05:09.292378 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:49.203633 | 0.53s 2026-03-11 13:05:09.519442 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-11 13:05:09.520600 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:49.431854 | 0.76s 2026-03-11 13:05:09.813649 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-11 13:05:09.814854 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:49.726108 | 1.05s 2026-03-11 13:05:10.102788 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-11 13:05:10.104800 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.016052 | 1.34s 2026-03-11 13:05:10.400151 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-11 13:05:10.401415 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.312670 | 1.64s 2026-03-11 13:05:10.618601 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-11 13:05:10.620522 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.531775 | 1.86s 2026-03-11 13:05:10.882398 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-11 13:05:10.884655 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:50.795905 | 2.12s 2026-03-11 13:05:11.141844 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-11 13:05:11.144059 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:51.055311 | 2.38s 2026-03-11 13:05:11.435589 | fa163e20-f24a-206f-595f-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-11 13:05:11.437827 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:51.349080 | 2.67s 2026-03-11 13:05:11.451970 | fa163e20-f24a-206f-595f-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:51.363219 | 2.69s 2026-03-11 13:05:11.483230 | fa163e20-f24a-206f-595f-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-03-11 13:05:11.839551 | fa163e20-f24a-206f-595f-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-11 13:05:11.842083 | fa163e20-f24a-206f-595f-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:51.753327 | 0.36s 2026-03-11 13:05:12.157523 | fa163e20-f24a-206f-595f-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-11 13:05:12.158214 | fa163e20-f24a-206f-595f-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:52.069476 | 0.67s 2026-03-11 13:05:12.447157 | fa163e20-f24a-206f-595f-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-11 13:05:12.448185 | fa163e20-f24a-206f-595f-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:52.359439 | 0.96s 2026-03-11 13:05:12.460677 | fa163e20-f24a-206f-595f-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:52.371923 | 0.98s 2026-03-11 13:05:12.482222 | fa163e20-f24a-206f-595f-000000003f8a | TASK | Check Keystone public endpoint status 2026-03-11 13:05:12.686303 | fa163e20-f24a-206f-595f-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-11 13:05:17.900958 | fa163e20-f24a-206f-595f-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-11 13:05:17.903248 | fa163e20-f24a-206f-595f-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.814498 | 5.42s 2026-03-11 13:05:18.169585 | fa163e20-f24a-206f-595f-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-11 13:05:18.172133 | fa163e20-f24a-206f-595f-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.083386 | 5.69s 2026-03-11 13:05:18.435469 | fa163e20-f24a-206f-595f-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-11 13:05:18.436743 | fa163e20-f24a-206f-595f-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.347996 | 5.95s 2026-03-11 13:05:18.444606 | fa163e20-f24a-206f-595f-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.355852 | 5.96s 2026-03-11 13:05:18.467828 | fa163e20-f24a-206f-595f-000000003e5e | TASK | Create Keystone admin endpoints 2026-03-11 13:05:18.574592 | fa163e20-f24a-206f-595f-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:58.485836 | 0.10s 2026-03-11 13:05:18.628721 | fa163e20-f24a-206f-595f-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:58.539974 | 0.16s 2026-03-11 13:05:18.644028 | fa163e20-f24a-206f-595f-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:58.555269 | 0.17s 2026-03-11 13:05:18.662650 | 1d020d3d-a181-4071-b55b-28be17fe796e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 13:05:18.672305 | 7cd879f2-aff5-4d91-a6dc-f883d9129ef6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 13:05:18.698507 | fa163e20-f24a-206f-595f-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-03-11 13:05:19.054440 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-11 13:05:19.056932 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:58.968172 | 0.36s 2026-03-11 13:05:19.333001 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-11 13:05:19.334118 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:59.245373 | 0.63s 2026-03-11 13:05:19.633626 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-11 13:05:19.635661 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:59.546916 | 0.94s 2026-03-11 13:05:19.958218 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-11 13:05:19.959371 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:59.870626 | 1.26s 2026-03-11 13:05:20.237929 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-11 13:05:20.239958 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:00.151212 | 1.54s 2026-03-11 13:05:20.560899 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-11 13:05:20.561599 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:00.472861 | 1.86s 2026-03-11 13:05:20.896932 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-11 13:05:20.897970 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:00.809226 | 2.20s 2026-03-11 13:05:21.153736 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-11 13:05:21.154383 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:01.065646 | 2.45s 2026-03-11 13:05:21.437994 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-11 13:05:21.438606 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:01.349871 | 2.74s 2026-03-11 13:05:21.714436 | fa163e20-f24a-206f-595f-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-11 13:05:21.715107 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:01.626370 | 3.01s 2026-03-11 13:05:21.719237 | fa163e20-f24a-206f-595f-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:01.630491 | 3.02s 2026-03-11 13:05:21.735885 | fa163e20-f24a-206f-595f-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-03-11 13:05:21.961577 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-11 13:05:21.963884 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:01.875112 | 0.23s 2026-03-11 13:05:22.176799 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-11 13:05:22.177533 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.088795 | 0.44s 2026-03-11 13:05:22.434196 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-11 13:05:22.439527 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.350781 | 0.70s 2026-03-11 13:05:22.669143 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-11 13:05:22.671400 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.582654 | 0.93s 2026-03-11 13:05:22.891930 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-11 13:05:22.894536 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:02.805795 | 1.16s 2026-03-11 13:05:23.094444 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-11 13:05:23.096095 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.007355 | 1.36s 2026-03-11 13:05:23.304235 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-11 13:05:23.307153 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.218412 | 1.57s 2026-03-11 13:05:23.499320 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-11 13:05:23.500073 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.411332 | 1.76s 2026-03-11 13:05:23.733268 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-11 13:05:23.734817 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.646072 | 2.00s 2026-03-11 13:05:23.901473 | fa163e20-f24a-206f-595f-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-11 13:05:23.903306 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.814559 | 2.17s 2026-03-11 13:05:23.914645 | fa163e20-f24a-206f-595f-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:03.825903 | 2.18s 2026-03-11 13:05:23.932933 | fa163e20-f24a-206f-595f-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-03-11 13:05:24.276559 | fa163e20-f24a-206f-595f-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-11 13:05:24.278068 | fa163e20-f24a-206f-595f-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.189314 | 0.34s 2026-03-11 13:05:24.598803 | fa163e20-f24a-206f-595f-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-11 13:05:24.599631 | fa163e20-f24a-206f-595f-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.510891 | 0.67s 2026-03-11 13:05:24.871613 | fa163e20-f24a-206f-595f-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-11 13:05:24.873013 | fa163e20-f24a-206f-595f-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.784276 | 0.94s 2026-03-11 13:05:24.884314 | fa163e20-f24a-206f-595f-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:04.795569 | 0.95s 2026-03-11 13:05:24.902102 | fa163e20-f24a-206f-595f-000000003feb | TASK | Check Keystone admin endpoint status 2026-03-11 13:05:25.148037 | fa163e20-f24a-206f-595f-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-11 13:05:30.357078 | fa163e20-f24a-206f-595f-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-11 13:05:30.360346 | fa163e20-f24a-206f-595f-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.271587 | 5.46s 2026-03-11 13:05:30.605717 | fa163e20-f24a-206f-595f-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-11 13:05:30.608163 | fa163e20-f24a-206f-595f-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.519410 | 5.70s 2026-03-11 13:05:30.824941 | fa163e20-f24a-206f-595f-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-11 13:05:30.826953 | fa163e20-f24a-206f-595f-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.738207 | 5.92s 2026-03-11 13:05:30.839573 | fa163e20-f24a-206f-595f-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.750812 | 5.94s 2026-03-11 13:05:30.865742 | fa163e20-f24a-206f-595f-000000003e63 | TASK | Create Keystone internal endpoints 2026-03-11 13:05:30.973204 | fa163e20-f24a-206f-595f-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:10.884447 | 0.11s 2026-03-11 13:05:30.991844 | fa163e20-f24a-206f-595f-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:10.903107 | 0.12s 2026-03-11 13:05:30.999087 | fa163e20-f24a-206f-595f-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:10.910331 | 0.13s 2026-03-11 13:05:31.017604 | c23ac8b1-1302-4cf6-99eb-1372920287d3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 13:05:31.027616 | 1e0ff856-40ec-46e6-bed3-dc669915c0dd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-11 13:05:31.053250 | fa163e20-f24a-206f-595f-000000004043 | TASK | Async creation of Keystone internal endpoint 2026-03-11 13:05:31.385700 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-11 13:05:31.388157 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.299400 | 0.33s 2026-03-11 13:05:31.689374 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-11 13:05:31.691131 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.602384 | 0.64s 2026-03-11 13:05:32.001807 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-11 13:05:32.003133 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.914395 | 0.95s 2026-03-11 13:05:32.289933 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-11 13:05:32.291533 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.202794 | 1.24s 2026-03-11 13:05:32.622107 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-11 13:05:32.622737 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.534000 | 1.57s 2026-03-11 13:05:32.906507 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-11 13:05:32.907108 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.818371 | 1.85s 2026-03-11 13:05:33.193718 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-11 13:05:33.194363 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.105627 | 2.14s 2026-03-11 13:05:33.497176 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-11 13:05:33.498352 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.409600 | 2.44s 2026-03-11 13:05:33.815403 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-11 13:05:33.816051 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.727313 | 2.76s 2026-03-11 13:05:34.056157 | fa163e20-f24a-206f-595f-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-11 13:05:34.057484 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.968742 | 3.00s 2026-03-11 13:05:34.069807 | fa163e20-f24a-206f-595f-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:13.981063 | 3.01s 2026-03-11 13:05:34.090244 | fa163e20-f24a-206f-595f-000000004045 | TASK | Check Keystone internal endpoint status 2026-03-11 13:05:34.342362 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-11 13:05:34.345132 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.256377 | 0.25s 2026-03-11 13:05:34.603369 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-11 13:05:34.604105 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.515367 | 0.51s 2026-03-11 13:05:34.869991 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-11 13:05:34.871974 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:14.783228 | 0.78s 2026-03-11 13:05:35.145766 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-11 13:05:35.147566 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.058814 | 1.06s 2026-03-11 13:05:35.350309 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-11 13:05:35.351599 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.262851 | 1.26s 2026-03-11 13:05:35.634172 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-11 13:05:35.635419 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.546673 | 1.54s 2026-03-11 13:05:35.857988 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-11 13:05:35.859888 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:15.771115 | 1.77s 2026-03-11 13:05:36.097303 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-11 13:05:36.098059 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.009321 | 2.01s 2026-03-11 13:05:36.365947 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-11 13:05:36.368129 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.279382 | 2.28s 2026-03-11 13:05:36.550338 | fa163e20-f24a-206f-595f-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-11 13:05:36.552491 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.463745 | 2.46s 2026-03-11 13:05:36.566733 | fa163e20-f24a-206f-595f-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:16.477980 | 2.48s 2026-03-11 13:05:36.593927 | fa163e20-f24a-206f-595f-00000000404a | TASK | Async creation of Keystone internal endpoint 2026-03-11 13:05:36.898822 | fa163e20-f24a-206f-595f-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-11 13:05:36.900089 | fa163e20-f24a-206f-595f-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:16.811342 | 0.30s 2026-03-11 13:05:37.237012 | fa163e20-f24a-206f-595f-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-11 13:05:37.238071 | fa163e20-f24a-206f-595f-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.149326 | 0.64s 2026-03-11 13:05:37.491241 | fa163e20-f24a-206f-595f-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-11 13:05:37.492106 | fa163e20-f24a-206f-595f-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.403368 | 0.90s 2026-03-11 13:05:37.498126 | fa163e20-f24a-206f-595f-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:17.409381 | 0.90s 2026-03-11 13:05:37.516781 | fa163e20-f24a-206f-595f-00000000404c | TASK | Check Keystone internal endpoint status 2026-03-11 13:05:37.771582 | fa163e20-f24a-206f-595f-00000000404c | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-11 13:05:42.988252 | fa163e20-f24a-206f-595f-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-11 13:05:42.989730 | fa163e20-f24a-206f-595f-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.900977 | 5.47s 2026-03-11 13:05:43.243840 | fa163e20-f24a-206f-595f-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-11 13:05:43.245100 | fa163e20-f24a-206f-595f-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.156353 | 5.73s 2026-03-11 13:05:43.503906 | fa163e20-f24a-206f-595f-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-11 13:05:43.505292 | fa163e20-f24a-206f-595f-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.416544 | 5.99s 2026-03-11 13:05:43.524079 | fa163e20-f24a-206f-595f-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.435331 | 6.01s 2026-03-11 13:05:43.540342 | fa163e20-f24a-206f-595f-0000000039b0 | TASK | Run cleanup tasks 2026-03-11 13:05:43.599369 | fa163e20-f24a-206f-595f-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:23.510604 | 0.06s 2026-03-11 13:05:43.617108 | dd9afcbd-600f-4d9d-a2b5-8fd295988a3e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-11 13:05:43.674461 | fa163e20-f24a-206f-595f-0000000040a0 | TASK | Get list of enabled services 2026-03-11 13:05:46.310844 | fa163e20-f24a-206f-595f-0000000040a0 | CHANGED | Get list of enabled services | undercloud 2026-03-11 13:05:46.314048 | fa163e20-f24a-206f-595f-0000000040a0 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:26.225290 | 2.64s 2026-03-11 13:05:46.337395 | fa163e20-f24a-206f-595f-0000000040a1 | TASK | List services to be disabled 2026-03-11 13:05:46.416208 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-11 13:05:46.440664 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-11 13:05:46.466717 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-11 13:05:46.492353 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-11 13:05:46.520048 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-11 13:05:46.547368 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-11 13:05:46.575330 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-11 13:05:46.602850 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-11 13:05:46.629463 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-11 13:05:46.655955 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-11 13:05:46.682954 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-11 13:05:46.710638 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-11 13:05:46.737331 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-11 13:05:46.760768 | fa163e20-f24a-206f-595f-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-11 13:05:46.773956 | fa163e20-f24a-206f-595f-0000000040a1 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:26.685197 | 0.43s 2026-03-11 13:05:46.791192 | fa163e20-f24a-206f-595f-0000000040a2 | TASK | Delete keystone services not enabled 2026-03-11 13:05:46.812516 | fa163e20-f24a-206f-595f-0000000040a2 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:26.723761 | 0.02s 2026-03-11 13:05:46.829711 | fa163e20-f24a-206f-595f-0000000039b1 | TASK | Create Keystone Roles 2026-03-11 13:05:46.904425 | fa163e20-f24a-206f-595f-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:26.815670 | 0.07s 2026-03-11 13:05:46.915767 | fa163e20-f24a-206f-595f-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:26.827022 | 0.08s 2026-03-11 13:05:46.925650 | aaec46cd-043a-4739-9889-c7aea87c9d85 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-11 13:05:46.982501 | fa163e20-f24a-206f-595f-00000000420c | TASK | Async creation of Keystone role 2026-03-11 13:05:47.300924 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-11 13:05:47.304096 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.215345 | 0.32s 2026-03-11 13:05:47.575352 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-11 13:05:47.577040 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.488296 | 0.59s 2026-03-11 13:05:47.880981 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-11 13:05:47.882123 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:27.793383 | 0.90s 2026-03-11 13:05:48.151387 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-11 13:05:48.152812 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.064075 | 1.17s 2026-03-11 13:05:48.373955 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-11 13:05:48.374539 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.285803 | 1.39s 2026-03-11 13:05:48.605829 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-11 13:05:48.607279 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.518542 | 1.62s 2026-03-11 13:05:48.876009 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-11 13:05:48.877811 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:28.789070 | 1.89s 2026-03-11 13:05:49.150722 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-11 13:05:49.151354 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.062617 | 2.17s 2026-03-11 13:05:49.439400 | fa163e20-f24a-206f-595f-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-11 13:05:49.440154 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.351415 | 2.46s 2026-03-11 13:05:49.445439 | fa163e20-f24a-206f-595f-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:29.356691 | 2.46s 2026-03-11 13:05:49.464405 | fa163e20-f24a-206f-595f-00000000420e | TASK | Check Keystone role status 2026-03-11 13:05:49.721214 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-11 13:05:49.722211 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.633467 | 0.26s 2026-03-11 13:05:49.980921 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-11 13:05:49.981752 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:29.893013 | 0.52s 2026-03-11 13:05:50.280760 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-11 13:05:50.281997 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.193247 | 0.82s 2026-03-11 13:05:50.554132 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-11 13:05:50.554928 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.466190 | 1.09s 2026-03-11 13:05:50.800079 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-11 13:05:50.801018 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.712282 | 1.33s 2026-03-11 13:05:51.007030 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-11 13:05:51.010166 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:30.921419 | 1.54s 2026-03-11 13:05:51.226534 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-11 13:05:51.227790 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.139045 | 1.76s 2026-03-11 13:05:51.503090 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-11 13:05:51.503843 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.415105 | 2.04s 2026-03-11 13:05:51.748885 | fa163e20-f24a-206f-595f-00000000420e | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-11 13:05:51.749557 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.660818 | 2.28s 2026-03-11 13:05:51.761592 | fa163e20-f24a-206f-595f-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:31.672836 | 2.30s 2026-03-11 13:05:51.784911 | fa163e20-f24a-206f-595f-0000000039b3 | TASK | Create Keystone Users 2026-03-11 13:05:51.870702 | fa163e20-f24a-206f-595f-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:31.781949 | 0.08s 2026-03-11 13:05:51.889582 | fa163e20-f24a-206f-595f-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:31.800839 | 0.10s 2026-03-11 13:05:51.894682 | fa163e20-f24a-206f-595f-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:31.805926 | 0.11s 2026-03-11 13:05:51.916888 | d41cd48b-642a-402d-9454-c8445883f67a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 13:05:51.930124 | 321c6f00-eda0-4e2b-8b18-270e3a5591f7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-11 13:05:51.990646 | fa163e20-f24a-206f-595f-0000000043a0 | TASK | Check password of Keystone user 2026-03-11 13:05:52.965199 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:52.966063 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.877319 | 0.97s 2026-03-11 13:05:53.918999 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:53.920651 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:33.831902 | 1.93s 2026-03-11 13:05:54.884371 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:54.885307 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.796561 | 2.89s 2026-03-11 13:05:55.771261 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:55.772143 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.683398 | 3.78s 2026-03-11 13:05:56.741024 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:56.741739 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.652998 | 4.75s 2026-03-11 13:05:57.699100 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:57.701252 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.612495 | 5.71s 2026-03-11 13:05:58.636547 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:58.637598 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.548854 | 6.65s 2026-03-11 13:05:59.561018 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:05:59.562432 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.473688 | 7.57s 2026-03-11 13:06:00.541591 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:00.542330 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.453590 | 8.55s 2026-03-11 13:06:01.504104 | fa163e20-f24a-206f-595f-0000000043a0 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:01.505072 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.416326 | 9.51s 2026-03-11 13:06:01.522490 | fa163e20-f24a-206f-595f-0000000043a0 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:01.523596 | fa163e20-f24a-206f-595f-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.434850 | 9.53s 2026-03-11 13:06:01.544178 | fa163e20-f24a-206f-595f-0000000043a2 | TASK | Async creation of Keystone user 2026-03-11 13:06:01.986653 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:01.988101 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.899351 | 0.44s 2026-03-11 13:06:02.335920 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:02.337419 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.248675 | 0.79s 2026-03-11 13:06:02.698849 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:02.699393 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.610658 | 1.15s 2026-03-11 13:06:03.052785 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:03.053339 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.964603 | 1.51s 2026-03-11 13:06:03.368748 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:03.370269 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.281526 | 1.82s 2026-03-11 13:06:03.715953 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:03.716899 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.628120 | 2.17s 2026-03-11 13:06:04.023061 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:04.024167 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.935427 | 2.48s 2026-03-11 13:06:04.351085 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:04.352202 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.263456 | 2.81s 2026-03-11 13:06:04.619567 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:04.620482 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.531745 | 3.07s 2026-03-11 13:06:04.931518 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:04.932086 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.843350 | 3.39s 2026-03-11 13:06:04.943444 | fa163e20-f24a-206f-595f-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:04.944156 | fa163e20-f24a-206f-595f-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.855413 | 3.40s 2026-03-11 13:06:04.963303 | fa163e20-f24a-206f-595f-0000000043a4 | TASK | Check Keystone user status 2026-03-11 13:06:05.209646 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:05.211388 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.122643 | 0.24s 2026-03-11 13:06:05.460766 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:05.461645 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.372909 | 0.49s 2026-03-11 13:06:05.737272 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:05.738120 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.649378 | 0.77s 2026-03-11 13:06:06.007773 | fa163e20-f24a-206f-595f-0000000043a4 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 13:06:11.226627 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:11.228035 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.139288 | 6.26s 2026-03-11 13:06:11.498353 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:11.499186 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.410446 | 6.53s 2026-03-11 13:06:11.755040 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:11.756053 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.667308 | 6.79s 2026-03-11 13:06:12.032502 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:12.034248 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.945503 | 7.07s 2026-03-11 13:06:12.287165 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:12.287751 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.199015 | 7.32s 2026-03-11 13:06:12.542051 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:12.542618 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.453882 | 7.58s 2026-03-11 13:06:12.830708 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:12.831654 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.742911 | 7.86s 2026-03-11 13:06:12.838638 | fa163e20-f24a-206f-595f-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:12.839380 | fa163e20-f24a-206f-595f-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.750638 | 7.87s 2026-03-11 13:06:12.860878 | fa163e20-f24a-206f-595f-0000000043a9 | TASK | Check password of Keystone user 2026-03-11 13:06:13.827982 | fa163e20-f24a-206f-595f-0000000043a9 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:13.829272 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.740522 | 0.97s 2026-03-11 13:06:14.769092 | fa163e20-f24a-206f-595f-0000000043a9 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:14.770748 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:54.682003 | 1.91s 2026-03-11 13:06:15.710298 | fa163e20-f24a-206f-595f-0000000043a9 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:15.711338 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:55.622594 | 2.85s 2026-03-11 13:06:16.656927 | fa163e20-f24a-206f-595f-0000000043a9 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:16.658403 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:56.569659 | 3.80s 2026-03-11 13:06:17.593983 | fa163e20-f24a-206f-595f-0000000043a9 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:17.594868 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:57.506124 | 4.73s 2026-03-11 13:06:18.528378 | fa163e20-f24a-206f-595f-0000000043a9 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:18.529403 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.440657 | 5.67s 2026-03-11 13:06:18.535333 | fa163e20-f24a-206f-595f-0000000043a9 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-11 13:06:18.536292 | fa163e20-f24a-206f-595f-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:58.447548 | 5.67s 2026-03-11 13:06:18.582427 | fa163e20-f24a-206f-595f-0000000043ab | TASK | Async creation of Keystone user 2026-03-11 13:06:18.941137 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:18.943421 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:58.854669 | 0.36s 2026-03-11 13:06:19.265776 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:19.266779 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.178033 | 0.68s 2026-03-11 13:06:19.626503 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:19.627435 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.538690 | 1.04s 2026-03-11 13:06:19.911165 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:19.912833 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:59.824082 | 1.33s 2026-03-11 13:06:20.177331 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:20.178280 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.089535 | 1.59s 2026-03-11 13:06:20.445106 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:20.445669 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.356932 | 1.86s 2026-03-11 13:06:20.451580 | fa163e20-f24a-206f-595f-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-03-11 13:06:20.452272 | fa163e20-f24a-206f-595f-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:00.363534 | 1.87s 2026-03-11 13:06:20.466716 | fa163e20-f24a-206f-595f-0000000043ad | TASK | Check Keystone user status 2026-03-11 13:06:20.726817 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:20.727667 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:00.638924 | 0.26s 2026-03-11 13:06:20.992065 | fa163e20-f24a-206f-595f-0000000043ad | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-11 13:06:26.202447 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:26.205115 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.116369 | 5.74s 2026-03-11 13:06:26.494924 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:26.496687 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.407941 | 6.03s 2026-03-11 13:06:26.769900 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:26.770650 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.681912 | 6.30s 2026-03-11 13:06:26.981744 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:26.982748 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:06.894002 | 6.51s 2026-03-11 13:06:27.256618 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:27.257335 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.168597 | 6.79s 2026-03-11 13:06:27.268026 | fa163e20-f24a-206f-595f-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-03-11 13:06:27.269182 | fa163e20-f24a-206f-595f-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:07.180434 | 6.80s 2026-03-11 13:06:27.289931 | fa163e20-f24a-206f-595f-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-03-11 13:06:27.366055 | fa163e20-f24a-206f-595f-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.277296 | 0.07s 2026-03-11 13:06:27.387526 | fa163e20-f24a-206f-595f-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.298777 | 0.10s 2026-03-11 13:06:27.407154 | fa163e20-f24a-206f-595f-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.318406 | 0.12s 2026-03-11 13:06:27.413773 | fa163e20-f24a-206f-595f-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:07.325021 | 0.12s 2026-03-11 13:06:27.429827 | c7f42c63-029c-42af-a6cc-4fbcc2c75bcd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 13:06:27.437207 | 44bc6e53-e115-4ffb-945f-47a8e9514986 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 13:06:27.443804 | 39319089-9db8-4038-9773-0be6e1358054 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-11 13:06:27.514268 | fa163e20-f24a-206f-595f-0000000045a0 | TASK | Async assignment of Keystone user per role 2026-03-11 13:06:27.593996 | fa163e20-f24a-206f-595f-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.505214 | 0.08s 2026-03-11 13:06:27.619229 | fa163e20-f24a-206f-595f-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.530486 | 0.10s 2026-03-11 13:06:27.632394 | fa163e20-f24a-206f-595f-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:07.543638 | 0.12s 2026-03-11 13:06:27.650388 | cef3e839-c086-4a4e-ab55-35b4663fb113 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 13:06:27.660287 | 99fcbbe3-7edf-499e-b4bc-7b7fdc10570c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 13:06:27.684037 | fa163e20-f24a-206f-595f-000000004769 | TASK | Async assignment of Keystone user to roles 2026-03-11 13:06:28.069178 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-11 13:06:28.071965 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.983200 | 0.39s 2026-03-11 13:06:28.411897 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 13:06:28.412927 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.324181 | 0.73s 2026-03-11 13:06:28.834268 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 13:06:28.835389 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.746643 | 1.15s 2026-03-11 13:06:29.214573 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 13:06:29.215403 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.126662 | 1.53s 2026-03-11 13:06:29.570396 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-11 13:06:29.570986 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.482248 | 1.89s 2026-03-11 13:06:29.843138 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-11 13:06:29.844794 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:09.756049 | 2.16s 2026-03-11 13:06:30.203077 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-11 13:06:30.204380 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.115636 | 2.52s 2026-03-11 13:06:30.582112 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-11 13:06:30.584238 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.495493 | 2.90s 2026-03-11 13:06:30.895582 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-11 13:06:30.897273 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.808529 | 3.21s 2026-03-11 13:06:31.209778 | fa163e20-f24a-206f-595f-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-11 13:06:31.211274 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.122499 | 3.53s 2026-03-11 13:06:31.221848 | fa163e20-f24a-206f-595f-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:11.133096 | 3.54s 2026-03-11 13:06:31.238650 | fa163e20-f24a-206f-595f-00000000476b | TASK | Check Keystone user assignment to roles status 2026-03-11 13:06:31.519445 | fa163e20-f24a-206f-595f-00000000476b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 13:06:36.766550 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-11 13:06:36.768073 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.679319 | 5.53s 2026-03-11 13:06:37.029806 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 13:06:37.031763 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:16.943018 | 5.79s 2026-03-11 13:06:37.243232 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 13:06:37.244332 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.155587 | 6.00s 2026-03-11 13:06:37.499692 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 13:06:37.500344 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.411608 | 6.26s 2026-03-11 13:06:37.760077 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-11 13:06:37.761145 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.672401 | 6.52s 2026-03-11 13:06:37.958553 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-11 13:06:37.959226 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:17.870489 | 6.72s 2026-03-11 13:06:38.205688 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-11 13:06:38.206342 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.117605 | 6.97s 2026-03-11 13:06:38.465828 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-11 13:06:38.466599 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.377859 | 7.23s 2026-03-11 13:06:38.736408 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-11 13:06:38.738345 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.649593 | 7.50s 2026-03-11 13:06:38.990240 | fa163e20-f24a-206f-595f-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-11 13:06:38.991028 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.902288 | 7.75s 2026-03-11 13:06:38.998929 | fa163e20-f24a-206f-595f-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.910176 | 7.76s 2026-03-11 13:06:39.023180 | fa163e20-f24a-206f-595f-000000004770 | TASK | Async assignment of Keystone user to roles 2026-03-11 13:06:39.359489 | fa163e20-f24a-206f-595f-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-11 13:06:39.361098 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.272336 | 0.34s 2026-03-11 13:06:39.691237 | fa163e20-f24a-206f-595f-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-11 13:06:39.692387 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.603639 | 0.67s 2026-03-11 13:06:40.002195 | fa163e20-f24a-206f-595f-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 13:06:40.003720 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.914969 | 0.98s 2026-03-11 13:06:40.350179 | fa163e20-f24a-206f-595f-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-11 13:06:40.350843 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.262104 | 1.33s 2026-03-11 13:06:40.943246 | fa163e20-f24a-206f-595f-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-11 13:06:40.944252 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.855508 | 1.92s 2026-03-11 13:06:41.272357 | fa163e20-f24a-206f-595f-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-11 13:06:41.273506 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.184757 | 2.25s 2026-03-11 13:06:41.280487 | fa163e20-f24a-206f-595f-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.191740 | 2.26s 2026-03-11 13:06:41.300663 | fa163e20-f24a-206f-595f-000000004772 | TASK | Check Keystone user assignment to roles status 2026-03-11 13:06:41.556061 | fa163e20-f24a-206f-595f-000000004772 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 13:06:46.754624 | fa163e20-f24a-206f-595f-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-11 13:06:46.756236 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.667491 | 5.45s 2026-03-11 13:06:47.009591 | fa163e20-f24a-206f-595f-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-11 13:06:47.010523 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.921782 | 5.71s 2026-03-11 13:06:47.279500 | fa163e20-f24a-206f-595f-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 13:06:47.280557 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.191813 | 5.98s 2026-03-11 13:06:47.541624 | fa163e20-f24a-206f-595f-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-11 13:06:47.543325 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.454585 | 6.24s 2026-03-11 13:06:47.817612 | fa163e20-f24a-206f-595f-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-11 13:06:47.819499 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.730753 | 6.52s 2026-03-11 13:06:48.108611 | fa163e20-f24a-206f-595f-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-11 13:06:48.109363 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:28.020625 | 6.81s 2026-03-11 13:06:48.114914 | fa163e20-f24a-206f-595f-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:28.026129 | 6.81s 2026-03-11 13:06:48.137519 | fa163e20-f24a-206f-595f-0000000045a5 | TASK | Async assignment of Keystone user per role 2026-03-11 13:06:48.216537 | fa163e20-f24a-206f-595f-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:28.127783 | 0.08s 2026-03-11 13:06:48.221911 | fa163e20-f24a-206f-595f-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:28.133117 | 0.08s 2026-03-11 13:06:48.235203 | e37162b4-aa73-406d-ba96-a7cb99a637eb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 13:06:48.259339 | fa163e20-f24a-206f-595f-0000000047d6 | TASK | Async assignment of Keystone user to roles 2026-03-11 13:06:48.679517 | fa163e20-f24a-206f-595f-0000000047d6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-11 13:06:48.681061 | fa163e20-f24a-206f-595f-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.592294 | 0.42s 2026-03-11 13:06:48.686962 | fa163e20-f24a-206f-595f-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.598209 | 0.43s 2026-03-11 13:06:48.706534 | fa163e20-f24a-206f-595f-0000000047d8 | TASK | Check Keystone user assignment to roles status 2026-03-11 13:06:49.042972 | fa163e20-f24a-206f-595f-0000000047d8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 13:06:54.416495 | fa163e20-f24a-206f-595f-0000000047d8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-11 13:06:54.417575 | fa163e20-f24a-206f-595f-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:34.328832 | 5.71s 2026-03-11 13:06:54.422296 | fa163e20-f24a-206f-595f-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:34.333545 | 5.71s 2026-03-11 13:06:54.441378 | fa163e20-f24a-206f-595f-0000000045aa | TASK | Async assignment of Keystone user per role 2026-03-11 13:06:54.535493 | fa163e20-f24a-206f-595f-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:34.446739 | 0.09s 2026-03-11 13:06:54.547913 | fa163e20-f24a-206f-595f-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:34.459166 | 0.11s 2026-03-11 13:06:54.560781 | ef9e9427-4685-42f5-a6bc-1341ab42eafd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-11 13:06:54.584421 | fa163e20-f24a-206f-595f-0000000047fa | TASK | Async assignment of Keystone user to roles 2026-03-11 13:06:55.225193 | fa163e20-f24a-206f-595f-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-11 13:06:55.226219 | fa163e20-f24a-206f-595f-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:35.137475 | 0.64s 2026-03-11 13:06:55.523788 | fa163e20-f24a-206f-595f-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-11 13:06:55.526002 | fa163e20-f24a-206f-595f-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:35.437262 | 0.94s 2026-03-11 13:06:55.822506 | fa163e20-f24a-206f-595f-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-11 13:06:55.823460 | fa163e20-f24a-206f-595f-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:35.734715 | 1.24s 2026-03-11 13:06:55.828956 | fa163e20-f24a-206f-595f-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:35.740211 | 1.24s 2026-03-11 13:06:55.843763 | fa163e20-f24a-206f-595f-0000000047fc | TASK | Check Keystone user assignment to roles status 2026-03-11 13:06:56.108800 | fa163e20-f24a-206f-595f-0000000047fc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-11 13:07:01.332281 | fa163e20-f24a-206f-595f-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-11 13:07:01.334947 | fa163e20-f24a-206f-595f-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:41.246190 | 5.49s 2026-03-11 13:07:01.592253 | fa163e20-f24a-206f-595f-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-11 13:07:01.596068 | fa163e20-f24a-206f-595f-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:41.507320 | 5.75s 2026-03-11 13:07:01.810664 | fa163e20-f24a-206f-595f-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-11 13:07:01.813055 | fa163e20-f24a-206f-595f-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:41.724302 | 5.97s 2026-03-11 13:07:01.826744 | fa163e20-f24a-206f-595f-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:41.737993 | 5.98s 2026-03-11 13:07:01.862382 | fa163e20-f24a-206f-595f-00000000397b | TASK | is Keystone LDAP enabled 2026-03-11 13:07:01.923578 | fa163e20-f24a-206f-595f-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-03-11 13:07:01.925067 | fa163e20-f24a-206f-595f-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:41.836312 | 0.06s 2026-03-11 13:07:01.943151 | fa163e20-f24a-206f-595f-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-11 13:07:01.993489 | fa163e20-f24a-206f-595f-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-11 13:07:01.994749 | fa163e20-f24a-206f-595f-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:41.906001 | 0.05s 2026-03-11 13:07:02.012476 | fa163e20-f24a-206f-595f-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-03-11 13:07:02.064064 | fa163e20-f24a-206f-595f-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-11 13:07:02.065333 | fa163e20-f24a-206f-595f-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:41.976587 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-11 13:07:02.205082 | fa163e20-f24a-206f-595f-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-11 13:07:02.243018 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000e2') missing from stats 2026-03-11 13:07:02.266185 | fa163e20-f24a-206f-595f-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-11 13:07:02.774125 | fa163e20-f24a-206f-595f-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-11 13:07:02.775235 | fa163e20-f24a-206f-595f-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:42.686489 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 13:07:02.838343 | fa163e20-f24a-206f-595f-0000000000e4 | TIMING | include_tasks | standalone | 0:24:42.749592 | 0.04s 2026-03-11 13:07:02.870757 | dd3bb939-815f-4bf4-92ae-2322801a517a | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-11 13:07:02.898471 | fa163e20-f24a-206f-595f-00000000483e | TASK | Create virtqemud recovery script 2026-03-11 13:07:03.437896 | fa163e20-f24a-206f-595f-00000000483e | CHANGED | Create virtqemud recovery script | standalone 2026-03-11 13:07:03.439301 | fa163e20-f24a-206f-595f-00000000483e | TIMING | Create virtqemud recovery script | standalone | 0:24:43.350553 | 0.54s 2026-03-11 13:07:03.467562 | fa163e20-f24a-206f-595f-00000000483f | TASK | Create virtqemud recovery trigger service 2026-03-11 13:07:03.960908 | fa163e20-f24a-206f-595f-00000000483f | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-11 13:07:03.962375 | fa163e20-f24a-206f-595f-00000000483f | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:43.873626 | 0.49s 2026-03-11 13:07:03.990733 | fa163e20-f24a-206f-595f-000000004840 | TASK | Create virtqemud recovery trigger timer 2026-03-11 13:07:04.520871 | fa163e20-f24a-206f-595f-000000004840 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-11 13:07:04.521902 | fa163e20-f24a-206f-595f-000000004840 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:44.433160 | 0.53s 2026-03-11 13:07:04.543393 | fa163e20-f24a-206f-595f-000000004841 | TASK | Enable virtqemud recovery trigger service 2026-03-11 13:07:05.582906 | fa163e20-f24a-206f-595f-000000004841 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-11 13:07:05.585415 | fa163e20-f24a-206f-595f-000000004841 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:45.496667 | 1.04s 2026-03-11 13:07:05.614807 | fa163e20-f24a-206f-595f-000000004842 | TASK | Enable virtqemud recovery trigger timer 2026-03-11 13:07:06.675641 | fa163e20-f24a-206f-595f-000000004842 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-11 13:07:06.677478 | fa163e20-f24a-206f-595f-000000004842 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:46.588730 | 1.06s 2026-03-11 13:07:06.705741 | fa163e20-f24a-206f-595f-000000004843 | TASK | Really enable virtqemud recovery trigger timer 2026-03-11 13:07:07.269621 | fa163e20-f24a-206f-595f-000000004843 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-11 13:07:07.271290 | fa163e20-f24a-206f-595f-000000004843 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:47.182541 | 0.56s 2026-03-11 13:07:07.300232 | fa163e20-f24a-206f-595f-000000004845 | TASK | Create systemd file 2026-03-11 13:07:07.794240 | fa163e20-f24a-206f-595f-000000004845 | CHANGED | Create systemd file | standalone 2026-03-11 13:07:07.795691 | fa163e20-f24a-206f-595f-000000004845 | TIMING | Create systemd file | standalone | 0:24:47.706942 | 0.49s 2026-03-11 13:07:07.823725 | fa163e20-f24a-206f-595f-000000004846 | TASK | Reload systemd 2026-03-11 13:07:08.605961 | fa163e20-f24a-206f-595f-000000004846 | CHANGED | Reload systemd | standalone 2026-03-11 13:07:08.607550 | fa163e20-f24a-206f-595f-000000004846 | TIMING | Reload systemd | standalone | 0:24:48.518776 | 0.78s 2026-03-11 13:07:08.636353 | fa163e20-f24a-206f-595f-000000004849 | TASK | Start OVN container 2026-03-11 13:07:08.699794 | fa163e20-f24a-206f-595f-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-11 13:07:08.727973 | fa163e20-f24a-206f-595f-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-11 13:07:08.741986 | fa163e20-f24a-206f-595f-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-11 13:07:08.755003 | fa163e20-f24a-206f-595f-000000004849 | TIMING | Start OVN container | standalone | 0:24:48.666253 | 0.12s 2026-03-11 13:07:08.782987 | fa163e20-f24a-206f-595f-00000000484b | TASK | Set NB connection 2026-03-11 13:07:08.832690 | fa163e20-f24a-206f-595f-00000000484b | SKIPPED | Set NB connection | standalone 2026-03-11 13:07:08.833753 | fa163e20-f24a-206f-595f-00000000484b | TIMING | Set NB connection | standalone | 0:24:48.745007 | 0.05s 2026-03-11 13:07:08.861080 | fa163e20-f24a-206f-595f-00000000484c | TASK | Set SB connection 2026-03-11 13:07:08.911046 | fa163e20-f24a-206f-595f-00000000484c | SKIPPED | Set SB connection | standalone 2026-03-11 13:07:08.912349 | fa163e20-f24a-206f-595f-00000000484c | TIMING | Set SB connection | standalone | 0:24:48.823601 | 0.05s 2026-03-11 13:07:08.939819 | fa163e20-f24a-206f-595f-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-11 13:07:09.166550 | fa163e20-f24a-206f-595f-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-11 13:07:09.167851 | fa163e20-f24a-206f-595f-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:49.079105 | 0.23s 2026-03-11 13:07:09.268370 | fa163e20-f24a-206f-595f-0000000000e7 | TIMING | include_tasks | standalone | 0:24:49.179575 | 0.07s 2026-03-11 13:07:09.309399 | f92cf1c1-1724-410b-beec-14e38b6b4a90 | INCLUDED | /root/standalone-ansible-suuaa9r4/common_deploy_steps_tasks.yaml | standalone 2026-03-11 13:07:09.334467 | fa163e20-f24a-206f-595f-00000000487b | TASK | Write the config_step hieradata 2026-03-11 13:07:09.834507 | fa163e20-f24a-206f-595f-00000000487b | OK | Write the config_step hieradata | standalone 2026-03-11 13:07:09.835727 | fa163e20-f24a-206f-595f-00000000487b | TIMING | Write the config_step hieradata | standalone | 0:24:49.746979 | 0.50s 2026-03-11 13:07:09.864555 | fa163e20-f24a-206f-595f-00000000487c | TASK | Run puppet host configuration for step 4 2026-03-11 13:07:10.180040 | fa163e20-f24a-206f-595f-00000000487c | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-11 13:07:10.181267 | fa163e20-f24a-206f-595f-00000000487c | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:50.092519 | 0.32s 2026-03-11 13:07:10.210243 | fa163e20-f24a-206f-595f-00000000487d | TASK | Wait for puppet host configuration to finish 2026-03-11 13:07:10.470203 | fa163e20-f24a-206f-595f-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 13:07:20.654046 | fa163e20-f24a-206f-595f-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 13:07:30.869230 | fa163e20-f24a-206f-595f-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-11 13:07:41.102210 | fa163e20-f24a-206f-595f-00000000487d | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 13:07:41.103788 | fa163e20-f24a-206f-595f-00000000487d | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:21.015039 | 30.89s 2026-03-11 13:07:41.174682 | fa163e20-f24a-206f-595f-00000000487e | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-11 13:07:41.263526 | fa163e20-f24a-206f-595f-00000000487e | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 13:07:10 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 13:07:16 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 13:07:16 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 13:07:16 puppet-user: (file & line not available)", "<13>Mar 11 13:07:16 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 13:07:16 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 13:07:17 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 13:07:17 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 13:07:17 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 13:07:17 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 13:07:17 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 13:07:17 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 13:07:17 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 13:07:17 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 13:07:17 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 13:07:17 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Mar 11 13:07:22 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 13:07:24 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 13:07:29 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 11 13:07:29 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}84e9ed6ea25f65cba3275d59bc5f35cd31ca5ac790272dbb416dbf5299d4776d'", "<13>Mar 11 13:07:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 11 13:07:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 11 13:07:30 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 11 13:07:30 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 11 13:07:31 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 13:07:36 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 13:07:38 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 11 13:07:38 puppet-user: Notice: Applied catalog in 20.67 seconds", "<13>Mar 11 13:07:38 puppet-user: Application:", "<13>Mar 11 13:07:38 puppet-user: Initial environment: production", "<13>Mar 11 13:07:38 puppet-user: Converged environment: production", "<13>Mar 11 13:07:38 puppet-user: Run mode: user", "<13>Mar 11 13:07:38 puppet-user: Changes:", "<13>Mar 11 13:07:38 puppet-user: Total: 10", "<13>Mar 11 13:07:38 puppet-user: Events:", "<13>Mar 11 13:07:38 puppet-user: Success: 10", "<13>Mar 11 13:07:38 puppet-user: Resources:", "<13>Mar 11 13:07:38 puppet-user: Restarted: 1", "<13>Mar 11 13:07:38 puppet-user: Changed: 10", "<13>Mar 11 13:07:38 puppet-user: Out of sync: 10", "<13>Mar 11 13:07:38 puppet-user: Total: 37", "<13>Mar 11 13:07:38 puppet-user: Time:", "<13>Mar 11 13:07:38 puppet-user: Filebucket: 0.00", "<13>Mar 11 13:07:38 puppet-user: Schedule: 0.00", "<13>Mar 11 13:07:38 puppet-user: File line: 0.00", "<13>Mar 11 13:07:38 puppet-user: Augeas: 0.01", "<13>Mar 11 13:07:38 puppet-user: User: 0.01", "<13>Mar 11 13:07:38 puppet-user: File: 0.09", "<13>Mar 11 13:07:38 puppet-user: Config retrieval: 0.59", "<13>Mar 11 13:07:38 puppet-user: Service: 1.48", "<13>Mar 11 13:07:38 puppet-user: Pcmk property: 1.61", "<13>Mar 11 13:07:38 puppet-user: Last run: 1773234458", "<13>Mar 11 13:07:38 puppet-user: Pcmk resource op default: 2.08", "<13>Mar 11 13:07:38 puppet-user: Pcmk resource default: 2.23", "<13>Mar 11 13:07:38 puppet-user: Transaction evaluation: 20.65", "<13>Mar 11 13:07:38 puppet-user: Catalog application: 20.67", "<13>Mar 11 13:07:38 puppet-user: Package: 5.78", "<13>Mar 11 13:07:38 puppet-user: Exec: 7.16", "<13>Mar 11 13:07:38 puppet-user: Total: 20.67", "<13>Mar 11 13:07:38 puppet-user: Version:", "<13>Mar 11 13:07:38 puppet-user: Config: 1773234436", "<13>Mar 11 13:07:38 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 13:07:41.265143 | fa163e20-f24a-206f-595f-00000000487e | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:21.176394 | 0.09s 2026-03-11 13:07:41.294455 | fa163e20-f24a-206f-595f-00000000487f | TASK | Pre-cache facts for puppet containers 2026-03-11 13:07:41.325949 | fa163e20-f24a-206f-595f-00000000487f | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:21.237156 | 0.03s 2026-03-11 13:07:41.392169 | fa163e20-f24a-206f-595f-0000000048c0 | TASK | Gather variables for each operating system 2026-03-11 13:07:41.484994 | fa163e20-f24a-206f-595f-0000000048c0 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:21.396234 | 0.09s 2026-03-11 13:07:41.514448 | fa163e20-f24a-206f-595f-0000000048c1 | TASK | Create puppet caching structures 2026-03-11 13:07:41.762507 | fa163e20-f24a-206f-595f-0000000048c1 | CHANGED | Create puppet caching structures | standalone 2026-03-11 13:07:41.764135 | fa163e20-f24a-206f-595f-0000000048c1 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:21.675387 | 0.25s 2026-03-11 13:07:41.793983 | fa163e20-f24a-206f-595f-0000000048c2 | TASK | Check for facter.conf 2026-03-11 13:07:42.028771 | fa163e20-f24a-206f-595f-0000000048c2 | OK | Check for facter.conf | standalone 2026-03-11 13:07:42.029622 | fa163e20-f24a-206f-595f-0000000048c2 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:21.940883 | 0.23s 2026-03-11 13:07:42.058402 | fa163e20-f24a-206f-595f-0000000048c3 | TASK | Remove facter.conf if directory 2026-03-11 13:07:42.092263 | fa163e20-f24a-206f-595f-0000000048c3 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 13:07:42.093523 | fa163e20-f24a-206f-595f-0000000048c3 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:22.004774 | 0.03s 2026-03-11 13:07:42.123251 | fa163e20-f24a-206f-595f-0000000048c4 | TASK | Write facter cache config 2026-03-11 13:07:42.616518 | fa163e20-f24a-206f-595f-0000000048c4 | CHANGED | Write facter cache config | standalone 2026-03-11 13:07:42.618376 | fa163e20-f24a-206f-595f-0000000048c4 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:22.529624 | 0.49s 2026-03-11 13:07:42.651007 | fa163e20-f24a-206f-595f-0000000048c5 | TASK | Cleanup facter cache if exists 2026-03-11 13:07:42.914323 | fa163e20-f24a-206f-595f-0000000048c5 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 13:07:42.915852 | fa163e20-f24a-206f-595f-0000000048c5 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:22.827107 | 0.26s 2026-03-11 13:07:42.940355 | fa163e20-f24a-206f-595f-0000000048c6 | TASK | Pre-cache facts 2026-03-11 13:07:43.493574 | fa163e20-f24a-206f-595f-0000000048c6 | CHANGED | Pre-cache facts | standalone 2026-03-11 13:07:43.494831 | fa163e20-f24a-206f-595f-0000000048c6 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:23.406084 | 0.55s 2026-03-11 13:07:43.525846 | fa163e20-f24a-206f-595f-0000000048c7 | TASK | Failed deployment if facter fails 2026-03-11 13:07:43.567219 | fa163e20-f24a-206f-595f-0000000048c7 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 13:07:43.569361 | fa163e20-f24a-206f-595f-0000000048c7 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:23.480605 | 0.04s 2026-03-11 13:07:43.629135 | fa163e20-f24a-206f-595f-0000000048c8 | TASK | Sync cached facts 2026-03-11 13:07:43.947228 | fa163e20-f24a-206f-595f-0000000048c8 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e20-f24a-206f-595f-0000000048c8') missing from stats 2026-03-11 13:07:44.003937 | fa163e20-f24a-206f-595f-000000004880 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 13:07:44.055431 | fa163e20-f24a-206f-595f-000000004880 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 13:07:44.056724 | fa163e20-f24a-206f-595f-000000004880 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:23.967976 | 0.05s 2026-03-11 13:07:44.087155 | fa163e20-f24a-206f-595f-000000004882 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-11 13:07:44.117277 | fa163e20-f24a-206f-595f-000000004882 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:24.028519 | 0.03s 2026-03-11 13:07:44.181640 | fa163e20-f24a-206f-595f-00000000491f | TASK | Gather variables for each operating system 2026-03-11 13:07:44.297299 | fa163e20-f24a-206f-595f-00000000491f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:24.208545 | 0.11s 2026-03-11 13:07:44.327352 | fa163e20-f24a-206f-595f-000000004920 | TASK | Create container logs path 2026-03-11 13:07:44.576204 | fa163e20-f24a-206f-595f-000000004920 | OK | Create container logs path | standalone 2026-03-11 13:07:44.577749 | fa163e20-f24a-206f-595f-000000004920 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:24.489001 | 0.25s 2026-03-11 13:07:44.609109 | fa163e20-f24a-206f-595f-000000004922 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 13:07:44.913209 | fa163e20-f24a-206f-595f-000000004922 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 13:07:44.914537 | fa163e20-f24a-206f-595f-000000004922 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:24.825789 | 0.30s 2026-03-11 13:07:44.948137 | fa163e20-f24a-206f-595f-000000004923 | TASK | Finalise hashes for all containers 2026-03-11 13:07:45.047683 | fa163e20-f24a-206f-595f-000000004923 | OK | Finalise hashes for all containers | standalone 2026-03-11 13:07:45.049177 | fa163e20-f24a-206f-595f-000000004923 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:24.960427 | 0.10s 2026-03-11 13:07:45.080222 | fa163e20-f24a-206f-595f-000000004925 | TASK | Manage systemd shutdown files 2026-03-11 13:07:45.111164 | fa163e20-f24a-206f-595f-000000004925 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:25.022411 | 0.03s 2026-03-11 13:07:45.132142 | 6ade40f5-5966-4176-ae8f-6b46a128ae42 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 13:07:45.157316 | fa163e20-f24a-206f-595f-000000004958 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 13:07:45.423489 | fa163e20-f24a-206f-595f-000000004958 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 13:07:45.424989 | fa163e20-f24a-206f-595f-000000004958 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:25.336241 | 0.27s 2026-03-11 13:07:45.454626 | fa163e20-f24a-206f-595f-000000004959 | TASK | Set podman_drop_in fact 2026-03-11 13:07:45.517153 | fa163e20-f24a-206f-595f-000000004959 | OK | Set podman_drop_in fact | standalone 2026-03-11 13:07:45.518469 | fa163e20-f24a-206f-595f-000000004959 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:25.429719 | 0.06s 2026-03-11 13:07:45.548753 | fa163e20-f24a-206f-595f-00000000495b | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 13:07:46.070147 | fa163e20-f24a-206f-595f-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 13:07:46.071503 | fa163e20-f24a-206f-595f-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:25.982756 | 0.52s 2026-03-11 13:07:46.571707 | fa163e20-f24a-206f-595f-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 13:07:46.573127 | fa163e20-f24a-206f-595f-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:26.484381 | 1.02s 2026-03-11 13:07:46.586029 | fa163e20-f24a-206f-595f-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:26.497275 | 1.04s 2026-03-11 13:07:46.616249 | fa163e20-f24a-206f-595f-00000000495c | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 13:07:47.131460 | fa163e20-f24a-206f-595f-00000000495c | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 13:07:47.133019 | fa163e20-f24a-206f-595f-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:27.044267 | 0.51s 2026-03-11 13:07:47.163154 | fa163e20-f24a-206f-595f-00000000495d | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 13:07:47.675326 | fa163e20-f24a-206f-595f-00000000495d | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 13:07:47.676222 | fa163e20-f24a-206f-595f-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:27.587483 | 0.51s 2026-03-11 13:07:47.695323 | fa163e20-f24a-206f-595f-00000000495e | TASK | Enable and start tripleo-container-shutdown 2026-03-11 13:07:48.424014 | fa163e20-f24a-206f-595f-00000000495e | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 13:07:48.426023 | fa163e20-f24a-206f-595f-00000000495e | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:28.337273 | 0.73s 2026-03-11 13:07:48.457639 | fa163e20-f24a-206f-595f-00000000495f | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 13:07:48.971652 | fa163e20-f24a-206f-595f-00000000495f | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 13:07:48.973149 | fa163e20-f24a-206f-595f-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:28.884394 | 0.51s 2026-03-11 13:07:49.002474 | fa163e20-f24a-206f-595f-000000004960 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 13:07:49.484437 | fa163e20-f24a-206f-595f-000000004960 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 13:07:49.485980 | fa163e20-f24a-206f-595f-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:29.397227 | 0.48s 2026-03-11 13:07:49.515486 | fa163e20-f24a-206f-595f-000000004961 | TASK | Enable and start netns-placeholder 2026-03-11 13:07:51.318846 | fa163e20-f24a-206f-595f-000000004961 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 13:07:51.320819 | fa163e20-f24a-206f-595f-000000004961 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:31.232072 | 1.80s 2026-03-11 13:07:51.352073 | fa163e20-f24a-206f-595f-000000004927 | TASK | Update container configs with new config hashes 2026-03-11 13:07:51.413492 | fa163e20-f24a-206f-595f-000000004927 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:31.324731 | 0.06s 2026-03-11 13:07:51.434440 | 0a53dd98-a8da-4757-95b4-bc00bb530fa2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 13:07:51.471893 | fa163e20-f24a-206f-595f-000000004989 | TASK | Update config hashes for container startup configs 2026-03-11 13:07:51.766456 | fa163e20-f24a-206f-595f-000000004989 | OK | Update config hashes for container startup configs | standalone 2026-03-11 13:07:51.767700 | fa163e20-f24a-206f-595f-000000004989 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:31.678952 | 0.29s 2026-03-11 13:07:51.799209 | fa163e20-f24a-206f-595f-000000004928 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 13:07:51.860430 | fa163e20-f24a-206f-595f-000000004928 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:31.771673 | 0.06s 2026-03-11 13:07:51.883952 | b8cbd006-0f2a-4bbd-9348-eba6be5c30dd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:07:51.919898 | fa163e20-f24a-206f-595f-0000000049a8 | TASK | Gather podman infos 2026-03-11 13:07:53.463192 | fa163e20-f24a-206f-595f-0000000049a8 | OK | Gather podman infos | standalone 2026-03-11 13:07:53.464507 | fa163e20-f24a-206f-595f-0000000049a8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:33.375761 | 1.54s 2026-03-11 13:07:53.572198 | fa163e20-f24a-206f-595f-0000000049a9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 13:07:53.650211 | fa163e20-f24a-206f-595f-0000000049a9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:33.561464 | 0.07s 2026-03-11 13:07:54.784741 | fa163e20-f24a-206f-595f-0000000049f2 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:34.695980 | 0.15s 2026-03-11 13:07:54.843962 | fa163e20-f24a-206f-595f-000000004929 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 13:07:54.905936 | fa163e20-f24a-206f-595f-000000004929 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:34.817189 | 0.06s 2026-03-11 13:07:54.919895 | ec9e6dd9-801e-4259-9be6-586d376580f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:07:54.961679 | fa163e20-f24a-206f-595f-000000004a18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 13:08:20.708660 | fa163e20-f24a-206f-595f-000000004a18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 13:08:20.709711 | fa163e20-f24a-206f-595f-000000004a18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:00.620973 | 25.75s 2026-03-11 13:08:20.729755 | fa163e20-f24a-206f-595f-000000004a19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-11 13:10:37.000082 | fa163e20-f24a-206f-595f-000000004a19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-11 13:10:37.001667 | fa163e20-f24a-206f-595f-000000004a19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:16.912921 | 136.27s 2026-03-11 13:10:37.075765 | fa163e20-f24a-206f-595f-000000004884 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-11 13:10:37.323065 | fa163e20-f24a-206f-595f-000000004884 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-11 13:10:37.327326 | fa163e20-f24a-206f-595f-000000004884 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:17.238574 | 0.25s 2026-03-11 13:10:37.375525 | fa163e20-f24a-206f-595f-000000004885 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-11 13:10:37.435448 | fa163e20-f24a-206f-595f-000000004885 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:17.346695 | 0.06s 2026-03-11 13:10:37.460830 | fa163e20-f24a-206f-595f-000000004886 | TASK | Include container-puppet tasks for step 4 2026-03-11 13:10:37.510520 | fa163e20-f24a-206f-595f-000000004886 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:17.421761 | 0.05s 2026-03-11 13:10:37.535851 | b7ece9c9-354d-4585-abe1-969c92156022 | INCLUDED | /root/standalone-ansible-suuaa9r4/host-container-puppet-tasks.yaml | standalone 2026-03-11 13:10:37.573144 | fa163e20-f24a-206f-595f-000000004a64 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-11 13:10:38.076816 | fa163e20-f24a-206f-595f-000000004a64 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-11 13:10:38.079300 | fa163e20-f24a-206f-595f-000000004a64 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:17.990551 | 0.51s 2026-03-11 13:10:38.111958 | fa163e20-f24a-206f-595f-000000004a66 | TASK | Generate container puppet configs for step 4 2026-03-11 13:10:38.410373 | fa163e20-f24a-206f-595f-000000004a66 | OK | Generate container puppet configs for step 4 | standalone 2026-03-11 13:10:38.411590 | fa163e20-f24a-206f-595f-000000004a66 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:18.322842 | 0.30s 2026-03-11 13:10:38.441601 | fa163e20-f24a-206f-595f-000000004a67 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-11 13:10:38.465024 | fa163e20-f24a-206f-595f-000000004a67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:18.376264 | 0.02s 2026-03-11 13:10:38.536375 | fa163e20-f24a-206f-595f-000000004a96 | TASK | Gather variables for each operating system 2026-03-11 13:10:38.672837 | fa163e20-f24a-206f-595f-000000004a96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:18.584076 | 0.14s 2026-03-11 13:10:38.702824 | fa163e20-f24a-206f-595f-000000004a97 | TASK | Create container logs path 2026-03-11 13:10:38.967028 | fa163e20-f24a-206f-595f-000000004a97 | OK | Create container logs path | standalone 2026-03-11 13:10:38.967798 | fa163e20-f24a-206f-595f-000000004a97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:18.879059 | 0.26s 2026-03-11 13:10:38.989269 | fa163e20-f24a-206f-595f-000000004a99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 13:10:39.243387 | fa163e20-f24a-206f-595f-000000004a99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 13:10:39.244113 | fa163e20-f24a-206f-595f-000000004a99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:19.155375 | 0.25s 2026-03-11 13:10:39.262995 | fa163e20-f24a-206f-595f-000000004a9a | TASK | Finalise hashes for all containers 2026-03-11 13:10:39.310927 | fa163e20-f24a-206f-595f-000000004a9a | OK | Finalise hashes for all containers | standalone 2026-03-11 13:10:39.312231 | fa163e20-f24a-206f-595f-000000004a9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:19.223483 | 0.05s 2026-03-11 13:10:39.344017 | fa163e20-f24a-206f-595f-000000004a9c | TASK | Manage systemd shutdown files 2026-03-11 13:10:39.379599 | fa163e20-f24a-206f-595f-000000004a9c | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:10:39.380916 | fa163e20-f24a-206f-595f-000000004a9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:19.292143 | 0.03s 2026-03-11 13:10:39.413166 | fa163e20-f24a-206f-595f-000000004a9e | TASK | Update container configs with new config hashes 2026-03-11 13:10:39.465748 | fa163e20-f24a-206f-595f-000000004a9e | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:10:39.467278 | fa163e20-f24a-206f-595f-000000004a9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:19.378525 | 0.05s 2026-03-11 13:10:39.499730 | fa163e20-f24a-206f-595f-000000004a9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 13:10:39.545527 | fa163e20-f24a-206f-595f-000000004a9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 13:10:39.546664 | fa163e20-f24a-206f-595f-000000004a9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:19.457916 | 0.05s 2026-03-11 13:10:39.579016 | fa163e20-f24a-206f-595f-000000004aa0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-11 13:10:39.620453 | fa163e20-f24a-206f-595f-000000004aa0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-11 13:10:39.621751 | fa163e20-f24a-206f-595f-000000004aa0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:19.533003 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-03-11 13:10:39.782185 | fa163e20-f24a-206f-595f-0000000000ea | TASK | External deployment step 5 2026-03-11 13:10:39.812141 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000ea') missing from stats 2026-03-11 13:10:39.855792 | fa163e20-f24a-206f-595f-0000000000eb | TIMING | include_tasks | undercloud | 0:28:19.767045 | 0.03s 2026-03-11 13:10:39.863553 | 868c3cfe-b699-4c07-abf4-79ecf1ce779b | INCLUDED | /root/standalone-ansible-suuaa9r4/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-11 13:10:39.878918 | fa163e20-f24a-206f-595f-000000004aef | TASK | Manage Cinder's default volume type 2026-03-11 13:10:50.633449 | fa163e20-f24a-206f-595f-000000004aef | OK | Manage Cinder's default volume type | undercloud 2026-03-11 13:10:50.635043 | fa163e20-f24a-206f-595f-000000004aef | TIMING | Manage Cinder's default volume type | undercloud | 0:28:30.546293 | 10.76s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-11 13:10:50.774839 | fa163e20-f24a-206f-595f-0000000000ee | TASK | Deploy step tasks for 5 2026-03-11 13:10:50.803258 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000ee') missing from stats 2026-03-11 13:10:50.826416 | fa163e20-f24a-206f-595f-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-11 13:10:51.288911 | fa163e20-f24a-206f-595f-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-11 13:10:51.290228 | fa163e20-f24a-206f-595f-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:31.201480 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-11 13:10:51.345935 | fa163e20-f24a-206f-595f-0000000000f0 | TIMING | include_tasks | standalone | 0:28:31.257178 | 0.03s 2026-03-11 13:10:51.440407 | 80306e05-1204-433c-9535-64fa787d591b | INCLUDED | /root/standalone-ansible-suuaa9r4/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-11 13:10:51.474756 | fa163e20-f24a-206f-595f-000000004b12 | TASK | Gather variables for each operating system 2026-03-11 13:10:51.593500 | fa163e20-f24a-206f-595f-000000004b12 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:31.504755 | 0.12s 2026-03-11 13:10:51.613065 | fa163e20-f24a-206f-595f-000000004b13 | TASK | Detect if resource is being created or already exists 2026-03-11 13:10:52.370087 | fa163e20-f24a-206f-595f-000000004b13 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 13:10:52.371673 | fa163e20-f24a-206f-595f-000000004b13 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:32.282926 | 0.76s 2026-03-11 13:10:52.403413 | fa163e20-f24a-206f-595f-000000004b14 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-11 13:11:17.538091 | fa163e20-f24a-206f-595f-000000004b14 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-11 13:11:17.539795 | fa163e20-f24a-206f-595f-000000004b14 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:57.451046 | 25.13s 2026-03-11 13:11:17.571850 | fa163e20-f24a-206f-595f-000000004b15 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 13:11:17.872708 | fa163e20-f24a-206f-595f-000000004b15 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 13:11:17.880700 | fa163e20-f24a-206f-595f-000000004b15 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:57.791951 | 0.31s 2026-03-11 13:11:17.922330 | fa163e20-f24a-206f-595f-000000004b16 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 13:11:18.382496 | fa163e20-f24a-206f-595f-000000004b16 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 13:11:18.383788 | fa163e20-f24a-206f-595f-000000004b16 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:58.295040 | 0.46s 2026-03-11 13:11:18.416211 | fa163e20-f24a-206f-595f-000000004b17 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-11 13:11:18.673750 | fa163e20-f24a-206f-595f-000000004b17 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-11 13:11:18.675165 | fa163e20-f24a-206f-595f-000000004b17 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:58.586416 | 0.26s 2026-03-11 13:11:18.699481 | fa163e20-f24a-206f-595f-000000004b19 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-11 13:11:18.760750 | fa163e20-f24a-206f-595f-000000004b19 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-11 13:11:18.762045 | fa163e20-f24a-206f-595f-000000004b19 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:58.673296 | 0.06s 2026-03-11 13:11:18.794527 | fa163e20-f24a-206f-595f-000000004b1a | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-11 13:11:18.851169 | fa163e20-f24a-206f-595f-000000004b1a | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-11 13:11:18.852622 | fa163e20-f24a-206f-595f-000000004b1a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:58.763874 | 0.06s 2026-03-11 13:11:18.884327 | fa163e20-f24a-206f-595f-000000004b1b | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-11 13:11:18.941497 | fa163e20-f24a-206f-595f-000000004b1b | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-11 13:11:18.942284 | fa163e20-f24a-206f-595f-000000004b1b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:58.853545 | 0.06s 2026-03-11 13:11:18.963107 | fa163e20-f24a-206f-595f-000000004b1c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 13:11:19.019841 | fa163e20-f24a-206f-595f-000000004b1c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 13:11:19.021107 | fa163e20-f24a-206f-595f-000000004b1c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:58.932356 | 0.06s 2026-03-11 13:11:19.052751 | fa163e20-f24a-206f-595f-000000004b1d | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-11 13:11:19.116270 | fa163e20-f24a-206f-595f-000000004b1d | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-11 13:11:19.117636 | fa163e20-f24a-206f-595f-000000004b1d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:59.028888 | 0.06s 2026-03-11 13:11:19.174058 | fa163e20-f24a-206f-595f-000000004b3e | TASK | Gather variables for each operating system 2026-03-11 13:11:19.288025 | fa163e20-f24a-206f-595f-000000004b3e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:59.199265 | 0.11s 2026-03-11 13:11:19.317834 | fa163e20-f24a-206f-595f-000000004b3f | TASK | Detect if resource is being created or already exists 2026-03-11 13:11:20.093989 | fa163e20-f24a-206f-595f-000000004b3f | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 13:11:20.095512 | fa163e20-f24a-206f-595f-000000004b3f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:00.006761 | 0.78s 2026-03-11 13:11:20.127479 | fa163e20-f24a-206f-595f-000000004b40 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-11 13:11:44.811483 | fa163e20-f24a-206f-595f-000000004b40 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-11 13:11:44.812690 | fa163e20-f24a-206f-595f-000000004b40 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:24.723949 | 24.68s 2026-03-11 13:11:44.836429 | fa163e20-f24a-206f-595f-000000004b41 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-11 13:11:45.119617 | fa163e20-f24a-206f-595f-000000004b41 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-11 13:11:45.121461 | fa163e20-f24a-206f-595f-000000004b41 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:25.032712 | 0.28s 2026-03-11 13:11:45.162129 | fa163e20-f24a-206f-595f-000000004b42 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 13:11:45.607006 | fa163e20-f24a-206f-595f-000000004b42 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 13:11:45.608729 | fa163e20-f24a-206f-595f-000000004b42 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:25.519979 | 0.45s 2026-03-11 13:11:45.637153 | fa163e20-f24a-206f-595f-000000004b43 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-11 13:11:45.847793 | fa163e20-f24a-206f-595f-000000004b43 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-11 13:11:45.849293 | fa163e20-f24a-206f-595f-000000004b43 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:25.760543 | 0.21s 2026-03-11 13:11:45.886345 | fa163e20-f24a-206f-595f-000000004b45 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-11 13:11:45.938471 | fa163e20-f24a-206f-595f-000000004b45 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-11 13:11:45.939839 | fa163e20-f24a-206f-595f-000000004b45 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:25.851090 | 0.05s 2026-03-11 13:11:45.972249 | fa163e20-f24a-206f-595f-000000004b46 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-11 13:11:46.011760 | fa163e20-f24a-206f-595f-000000004b46 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-11 13:11:46.012582 | fa163e20-f24a-206f-595f-000000004b46 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:25.923841 | 0.04s 2026-03-11 13:11:46.035953 | fa163e20-f24a-206f-595f-000000004b47 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-11 13:11:46.073579 | fa163e20-f24a-206f-595f-000000004b47 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-11 13:11:46.074421 | fa163e20-f24a-206f-595f-000000004b47 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:25.985680 | 0.04s 2026-03-11 13:11:46.098985 | fa163e20-f24a-206f-595f-000000004b48 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 13:11:46.142198 | fa163e20-f24a-206f-595f-000000004b48 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 13:11:46.143579 | fa163e20-f24a-206f-595f-000000004b48 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:26.054830 | 0.04s 2026-03-11 13:11:46.177088 | fa163e20-f24a-206f-595f-000000004b49 | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-11 13:11:46.238186 | fa163e20-f24a-206f-595f-000000004b49 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-11 13:11:46.239627 | fa163e20-f24a-206f-595f-000000004b49 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:26.150888 | 0.06s 2026-03-11 13:11:46.276184 | fa163e20-f24a-206f-595f-000000004b6a | TASK | Gather variables for each operating system 2026-03-11 13:11:46.429952 | fa163e20-f24a-206f-595f-000000004b6a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:26.341175 | 0.15s 2026-03-11 13:11:46.461126 | fa163e20-f24a-206f-595f-000000004b6b | TASK | Detect if resource is being created or already exists 2026-03-11 13:11:47.219761 | fa163e20-f24a-206f-595f-000000004b6b | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-11 13:11:47.222559 | fa163e20-f24a-206f-595f-000000004b6b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:27.133809 | 0.76s 2026-03-11 13:11:47.244219 | fa163e20-f24a-206f-595f-000000004b6c | TASK | Run init bundle puppet on the host for manila_share 2026-03-11 13:12:11.099357 | fa163e20-f24a-206f-595f-000000004b6c | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-11 13:12:11.100653 | fa163e20-f24a-206f-595f-000000004b6c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:51.011912 | 23.86s 2026-03-11 13:12:11.126573 | fa163e20-f24a-206f-595f-000000004b6d | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-11 13:12:11.399326 | fa163e20-f24a-206f-595f-000000004b6d | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-11 13:12:11.400230 | fa163e20-f24a-206f-595f-000000004b6d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:51.311490 | 0.27s 2026-03-11 13:12:11.420319 | fa163e20-f24a-206f-595f-000000004b6e | TASK | Run pacemaker restart if the config file for the service changed 2026-03-11 13:12:11.849515 | fa163e20-f24a-206f-595f-000000004b6e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-11 13:12:11.850418 | fa163e20-f24a-206f-595f-000000004b6e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:51.761679 | 0.43s 2026-03-11 13:12:11.872201 | fa163e20-f24a-206f-595f-000000004b6f | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-11 13:12:12.087445 | fa163e20-f24a-206f-595f-000000004b6f | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-11 13:12:12.088156 | fa163e20-f24a-206f-595f-000000004b6f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:51.999418 | 0.22s 2026-03-11 13:12:12.108801 | fa163e20-f24a-206f-595f-000000004b71 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-11 13:12:12.166222 | fa163e20-f24a-206f-595f-000000004b71 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-11 13:12:12.166920 | fa163e20-f24a-206f-595f-000000004b71 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:52.078182 | 0.06s 2026-03-11 13:12:12.188526 | fa163e20-f24a-206f-595f-000000004b72 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-11 13:12:12.237043 | fa163e20-f24a-206f-595f-000000004b72 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-11 13:12:12.238277 | fa163e20-f24a-206f-595f-000000004b72 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:52.149529 | 0.05s 2026-03-11 13:12:12.269576 | fa163e20-f24a-206f-595f-000000004b73 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-11 13:12:12.331573 | fa163e20-f24a-206f-595f-000000004b73 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-11 13:12:12.332729 | fa163e20-f24a-206f-595f-000000004b73 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:52.243982 | 0.06s 2026-03-11 13:12:12.367387 | fa163e20-f24a-206f-595f-000000004b74 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-11 13:12:12.429281 | fa163e20-f24a-206f-595f-000000004b74 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-11 13:12:12.430717 | fa163e20-f24a-206f-595f-000000004b74 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:52.341968 | 0.06s 2026-03-11 13:12:12.462520 | fa163e20-f24a-206f-595f-000000004b75 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-11 13:12:12.518794 | fa163e20-f24a-206f-595f-000000004b75 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-11 13:12:12.520021 | fa163e20-f24a-206f-595f-000000004b75 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:52.431272 | 0.06s 2026-03-11 13:12:12.574641 | fa163e20-f24a-206f-595f-000000004b96 | TASK | Run kolla_set_configs to copy ring files 2026-03-11 13:12:13.131365 | fa163e20-f24a-206f-595f-000000004b96 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-11 13:12:13.133845 | fa163e20-f24a-206f-595f-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:53.045094 | 0.56s 2026-03-11 13:12:13.143700 | fa163e20-f24a-206f-595f-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:53.054945 | 0.57s 2026-03-11 13:12:13.173070 | fa163e20-f24a-206f-595f-000000004b97 | TASK | Run kolla_set_configs to copy ring files 2026-03-11 13:12:13.504258 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-11 13:12:13.507008 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:53.418253 | 0.33s 2026-03-11 13:12:14.034970 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-11 13:12:14.036395 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:53.947650 | 0.86s 2026-03-11 13:12:14.340526 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-11 13:12:14.342473 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:54.253729 | 1.17s 2026-03-11 13:12:14.740412 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-11 13:12:14.741519 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:54.652778 | 1.57s 2026-03-11 13:12:15.031534 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-11 13:12:15.032512 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:54.943769 | 1.86s 2026-03-11 13:12:15.486843 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-11 13:12:15.487657 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:55.398921 | 2.31s 2026-03-11 13:12:15.937784 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-11 13:12:15.938501 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:55.849765 | 2.76s 2026-03-11 13:12:16.422322 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-11 13:12:16.424418 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.335672 | 3.25s 2026-03-11 13:12:16.740633 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-11 13:12:16.741825 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.653080 | 3.57s 2026-03-11 13:12:17.222936 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-11 13:12:17.224796 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.136050 | 4.05s 2026-03-11 13:12:17.480043 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-11 13:12:17.481182 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.392436 | 4.31s 2026-03-11 13:12:17.963169 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-11 13:12:17.964672 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.875926 | 4.79s 2026-03-11 13:12:18.442110 | fa163e20-f24a-206f-595f-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-11 13:12:18.444039 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.355294 | 5.27s 2026-03-11 13:12:18.458737 | fa163e20-f24a-206f-595f-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.369974 | 5.28s 2026-03-11 13:12:18.495395 | fa163e20-f24a-206f-595f-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-11 13:12:18.726542 | fa163e20-f24a-206f-595f-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-11 13:12:18.728123 | fa163e20-f24a-206f-595f-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:58.639375 | 0.23s 2026-03-11 13:12:18.847237 | fa163e20-f24a-206f-595f-0000000000f3 | TIMING | include_tasks | standalone | 0:29:58.758475 | 0.09s 2026-03-11 13:12:18.890315 | 55aebf09-0b9b-4b26-bc79-002222ce61d3 | INCLUDED | /root/standalone-ansible-suuaa9r4/common_deploy_steps_tasks.yaml | standalone 2026-03-11 13:12:18.926623 | fa163e20-f24a-206f-595f-000000004c14 | TASK | Write the config_step hieradata 2026-03-11 13:12:19.395444 | fa163e20-f24a-206f-595f-000000004c14 | OK | Write the config_step hieradata | standalone 2026-03-11 13:12:19.396713 | fa163e20-f24a-206f-595f-000000004c14 | TIMING | Write the config_step hieradata | standalone | 0:29:59.307963 | 0.47s 2026-03-11 13:12:19.426315 | fa163e20-f24a-206f-595f-000000004c15 | TASK | Run puppet host configuration for step 5 2026-03-11 13:12:19.764239 | fa163e20-f24a-206f-595f-000000004c15 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-11 13:12:19.765990 | fa163e20-f24a-206f-595f-000000004c15 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:59.677234 | 0.34s 2026-03-11 13:12:19.795077 | fa163e20-f24a-206f-595f-000000004c16 | TASK | Wait for puppet host configuration to finish 2026-03-11 13:12:20.055970 | fa163e20-f24a-206f-595f-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-11 13:12:30.283469 | fa163e20-f24a-206f-595f-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-11 13:12:40.548749 | fa163e20-f24a-206f-595f-000000004c16 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-11 13:12:40.551531 | fa163e20-f24a-206f-595f-000000004c16 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:20.462783 | 20.75s 2026-03-11 13:12:40.585089 | fa163e20-f24a-206f-595f-000000004c17 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-11 13:12:40.675193 | fa163e20-f24a-206f-595f-000000004c17 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 11 13:12:19 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 13:12:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 11 13:12:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 11 13:12:26 puppet-user: (file & line not available)", "<13>Mar 11 13:12:26 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 13:12:26 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 13:12:27 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 13:12:27 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 11 13:12:27 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 11 13:12:27 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 13:12:27 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 13:12:27 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 13:12:27 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 13:12:27 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 13:12:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 11 13:12:27 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.57 seconds", "<13>Mar 11 13:12:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 11 13:12:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 11 13:12:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 11 13:12:35 puppet-user: Notice: Applied catalog in 8.23 seconds", "<13>Mar 11 13:12:35 puppet-user: Application:", "<13>Mar 11 13:12:35 puppet-user: Initial environment: production", "<13>Mar 11 13:12:35 puppet-user: Converged environment: production", "<13>Mar 11 13:12:35 puppet-user: Run mode: user", "<13>Mar 11 13:12:35 puppet-user: Changes:", "<13>Mar 11 13:12:35 puppet-user: Total: 2", "<13>Mar 11 13:12:35 puppet-user: Events:", "<13>Mar 11 13:12:35 puppet-user: Success: 2", "<13>Mar 11 13:12:35 puppet-user: Resources:", "<13>Mar 11 13:12:35 puppet-user: Changed: 2", "<13>Mar 11 13:12:35 puppet-user: Out of sync: 2", "<13>Mar 11 13:12:35 puppet-user: Total: 37", "<13>Mar 11 13:12:35 puppet-user: Time:", "<13>Mar 11 13:12:35 puppet-user: Schedule: 0.00", "<13>Mar 11 13:12:35 puppet-user: File line: 0.00", "<13>Mar 11 13:12:35 puppet-user: Package: 0.00", "<13>Mar 11 13:12:35 puppet-user: Augeas: 0.01", "<13>Mar 11 13:12:35 puppet-user: User: 0.01", "<13>Mar 11 13:12:35 puppet-user: File: 0.11", "<13>Mar 11 13:12:35 puppet-user: Service: 0.15", "<13>Mar 11 13:12:35 puppet-user: Config retrieval: 0.68", "<13>Mar 11 13:12:35 puppet-user: Pcmk property: 1.54", "<13>Mar 11 13:12:35 puppet-user: Last run: 1773234755", "<13>Mar 11 13:12:35 puppet-user: Exec: 2.00", "<13>Mar 11 13:12:35 puppet-user: Pcmk resource default: 2.06", "<13>Mar 11 13:12:35 puppet-user: Pcmk resource op default: 2.10", "<13>Mar 11 13:12:35 puppet-user: Transaction evaluation: 8.21", "<13>Mar 11 13:12:35 puppet-user: Catalog application: 8.23", "<13>Mar 11 13:12:35 puppet-user: Filebucket: 0.00", "<13>Mar 11 13:12:35 puppet-user: Total: 8.28", "<13>Mar 11 13:12:35 puppet-user: Version:", "<13>Mar 11 13:12:35 puppet-user: Config: 1773234746", "<13>Mar 11 13:12:35 puppet-user: Puppet: 7.10.0" ] } 2026-03-11 13:12:40.678711 | fa163e20-f24a-206f-595f-000000004c17 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:20.589962 | 0.09s 2026-03-11 13:12:40.709151 | fa163e20-f24a-206f-595f-000000004c18 | TASK | Pre-cache facts for puppet containers 2026-03-11 13:12:40.740425 | fa163e20-f24a-206f-595f-000000004c18 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:20.651673 | 0.03s 2026-03-11 13:12:40.810462 | fa163e20-f24a-206f-595f-000000004c57 | TASK | Gather variables for each operating system 2026-03-11 13:12:40.926721 | fa163e20-f24a-206f-595f-000000004c57 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:20.837970 | 0.11s 2026-03-11 13:12:40.951226 | fa163e20-f24a-206f-595f-000000004c58 | TASK | Create puppet caching structures 2026-03-11 13:12:41.235970 | fa163e20-f24a-206f-595f-000000004c58 | CHANGED | Create puppet caching structures | standalone 2026-03-11 13:12:41.237553 | fa163e20-f24a-206f-595f-000000004c58 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:21.148802 | 0.28s 2026-03-11 13:12:41.268296 | fa163e20-f24a-206f-595f-000000004c59 | TASK | Check for facter.conf 2026-03-11 13:12:41.503380 | fa163e20-f24a-206f-595f-000000004c59 | OK | Check for facter.conf | standalone 2026-03-11 13:12:41.505836 | fa163e20-f24a-206f-595f-000000004c59 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:21.417086 | 0.23s 2026-03-11 13:12:41.537429 | fa163e20-f24a-206f-595f-000000004c5a | TASK | Remove facter.conf if directory 2026-03-11 13:12:41.589033 | fa163e20-f24a-206f-595f-000000004c5a | SKIPPED | Remove facter.conf if directory | standalone 2026-03-11 13:12:41.591156 | fa163e20-f24a-206f-595f-000000004c5a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:21.502398 | 0.05s 2026-03-11 13:12:41.621411 | fa163e20-f24a-206f-595f-000000004c5b | TASK | Write facter cache config 2026-03-11 13:12:42.902529 | fa163e20-f24a-206f-595f-000000004c5b | CHANGED | Write facter cache config | standalone 2026-03-11 13:12:42.903854 | fa163e20-f24a-206f-595f-000000004c5b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:22.815108 | 1.28s 2026-03-11 13:12:42.933632 | fa163e20-f24a-206f-595f-000000004c5c | TASK | Cleanup facter cache if exists 2026-03-11 13:12:43.141743 | fa163e20-f24a-206f-595f-000000004c5c | CHANGED | Cleanup facter cache if exists | standalone 2026-03-11 13:12:43.143069 | fa163e20-f24a-206f-595f-000000004c5c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:23.054321 | 0.21s 2026-03-11 13:12:43.207709 | fa163e20-f24a-206f-595f-000000004c5d | TASK | Pre-cache facts 2026-03-11 13:12:43.915484 | fa163e20-f24a-206f-595f-000000004c5d | CHANGED | Pre-cache facts | standalone 2026-03-11 13:12:43.917094 | fa163e20-f24a-206f-595f-000000004c5d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:23.828346 | 0.71s 2026-03-11 13:12:43.952541 | fa163e20-f24a-206f-595f-000000004c5e | TASK | Failed deployment if facter fails 2026-03-11 13:12:43.994238 | fa163e20-f24a-206f-595f-000000004c5e | SKIPPED | Failed deployment if facter fails | standalone 2026-03-11 13:12:43.995771 | fa163e20-f24a-206f-595f-000000004c5e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:23.907021 | 0.04s 2026-03-11 13:12:44.042708 | fa163e20-f24a-206f-595f-000000004c5f | TASK | Sync cached facts 2026-03-11 13:12:44.350712 | fa163e20-f24a-206f-595f-000000004c5f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e20-f24a-206f-595f-000000004c5f') missing from stats 2026-03-11 13:12:44.412383 | fa163e20-f24a-206f-595f-000000004c19 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-11 13:12:44.453197 | fa163e20-f24a-206f-595f-000000004c19 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-11 13:12:44.454542 | fa163e20-f24a-206f-595f-000000004c19 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:24.365788 | 0.04s 2026-03-11 13:12:44.485729 | fa163e20-f24a-206f-595f-000000004c1b | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-11 13:12:44.516444 | fa163e20-f24a-206f-595f-000000004c1b | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:24.427691 | 0.03s 2026-03-11 13:12:44.595546 | fa163e20-f24a-206f-595f-000000004cb6 | TASK | Gather variables for each operating system 2026-03-11 13:12:44.718154 | fa163e20-f24a-206f-595f-000000004cb6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:24.629402 | 0.12s 2026-03-11 13:12:44.741048 | fa163e20-f24a-206f-595f-000000004cb7 | TASK | Create container logs path 2026-03-11 13:12:45.005425 | fa163e20-f24a-206f-595f-000000004cb7 | OK | Create container logs path | standalone 2026-03-11 13:12:45.006744 | fa163e20-f24a-206f-595f-000000004cb7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:24.917996 | 0.26s 2026-03-11 13:12:45.038776 | fa163e20-f24a-206f-595f-000000004cb9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 13:12:45.311111 | fa163e20-f24a-206f-595f-000000004cb9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 13:12:45.312599 | fa163e20-f24a-206f-595f-000000004cb9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:25.223843 | 0.27s 2026-03-11 13:12:45.344215 | fa163e20-f24a-206f-595f-000000004cba | TASK | Finalise hashes for all containers 2026-03-11 13:12:45.418299 | fa163e20-f24a-206f-595f-000000004cba | OK | Finalise hashes for all containers | standalone 2026-03-11 13:12:45.419584 | fa163e20-f24a-206f-595f-000000004cba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:25.330835 | 0.07s 2026-03-11 13:12:45.449658 | fa163e20-f24a-206f-595f-000000004cbc | TASK | Manage systemd shutdown files 2026-03-11 13:12:45.489794 | fa163e20-f24a-206f-595f-000000004cbc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:25.401042 | 0.04s 2026-03-11 13:12:45.524214 | f03501a4-fa0d-4e56-b11c-316914debe07 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-11 13:12:45.553464 | fa163e20-f24a-206f-595f-000000004cef | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-11 13:12:45.821841 | fa163e20-f24a-206f-595f-000000004cef | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-11 13:12:45.823254 | fa163e20-f24a-206f-595f-000000004cef | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:25.734504 | 0.27s 2026-03-11 13:12:45.853419 | fa163e20-f24a-206f-595f-000000004cf0 | TASK | Set podman_drop_in fact 2026-03-11 13:12:45.905709 | fa163e20-f24a-206f-595f-000000004cf0 | OK | Set podman_drop_in fact | standalone 2026-03-11 13:12:45.907079 | fa163e20-f24a-206f-595f-000000004cf0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:25.818330 | 0.05s 2026-03-11 13:12:45.938119 | fa163e20-f24a-206f-595f-000000004cf2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-11 13:12:46.451299 | fa163e20-f24a-206f-595f-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-11 13:12:46.453524 | fa163e20-f24a-206f-595f-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:26.364770 | 0.51s 2026-03-11 13:12:46.936107 | fa163e20-f24a-206f-595f-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-11 13:12:46.936968 | fa163e20-f24a-206f-595f-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:26.848226 | 1.00s 2026-03-11 13:12:46.941062 | fa163e20-f24a-206f-595f-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:26.852309 | 1.00s 2026-03-11 13:12:46.971035 | fa163e20-f24a-206f-595f-000000004cf3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-11 13:12:47.504669 | fa163e20-f24a-206f-595f-000000004cf3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-11 13:12:47.506220 | fa163e20-f24a-206f-595f-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:27.417470 | 0.53s 2026-03-11 13:12:47.535412 | fa163e20-f24a-206f-595f-000000004cf4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-11 13:12:48.055555 | fa163e20-f24a-206f-595f-000000004cf4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-11 13:12:48.058281 | fa163e20-f24a-206f-595f-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:27.969527 | 0.52s 2026-03-11 13:12:48.088975 | fa163e20-f24a-206f-595f-000000004cf5 | TASK | Enable and start tripleo-container-shutdown 2026-03-11 13:12:48.964328 | fa163e20-f24a-206f-595f-000000004cf5 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-11 13:12:48.966770 | fa163e20-f24a-206f-595f-000000004cf5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:28.878026 | 0.88s 2026-03-11 13:12:48.990690 | fa163e20-f24a-206f-595f-000000004cf6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-11 13:12:49.498112 | fa163e20-f24a-206f-595f-000000004cf6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-11 13:12:49.498878 | fa163e20-f24a-206f-595f-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:29.410121 | 0.51s 2026-03-11 13:12:49.518738 | fa163e20-f24a-206f-595f-000000004cf7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-11 13:12:50.018703 | fa163e20-f24a-206f-595f-000000004cf7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-11 13:12:50.021115 | fa163e20-f24a-206f-595f-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:29.932364 | 0.50s 2026-03-11 13:12:50.051989 | fa163e20-f24a-206f-595f-000000004cf8 | TASK | Enable and start netns-placeholder 2026-03-11 13:12:51.061388 | fa163e20-f24a-206f-595f-000000004cf8 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-11 13:12:51.064127 | fa163e20-f24a-206f-595f-000000004cf8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:30.975377 | 1.01s 2026-03-11 13:12:51.101540 | fa163e20-f24a-206f-595f-000000004cbe | TASK | Update container configs with new config hashes 2026-03-11 13:12:51.154444 | fa163e20-f24a-206f-595f-000000004cbe | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:31.065689 | 0.05s 2026-03-11 13:12:51.174963 | ea2ec6b5-0d87-4a96-b5fb-b4dce7b26958 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-11 13:12:51.208288 | fa163e20-f24a-206f-595f-000000004d20 | TASK | Update config hashes for container startup configs 2026-03-11 13:12:51.496155 | fa163e20-f24a-206f-595f-000000004d20 | OK | Update config hashes for container startup configs | standalone 2026-03-11 13:12:51.497392 | fa163e20-f24a-206f-595f-000000004d20 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:31.408643 | 0.29s 2026-03-11 13:12:51.528733 | fa163e20-f24a-206f-595f-000000004cbf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 13:12:51.570770 | fa163e20-f24a-206f-595f-000000004cbf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:31.482016 | 0.04s 2026-03-11 13:12:51.594376 | 5e1c2a5c-cb62-49bc-b2cf-6e7036a3bc21 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-11 13:12:51.624231 | fa163e20-f24a-206f-595f-000000004d3f | TASK | Gather podman infos 2026-03-11 13:12:53.725199 | fa163e20-f24a-206f-595f-000000004d3f | OK | Gather podman infos | standalone 2026-03-11 13:12:53.728185 | fa163e20-f24a-206f-595f-000000004d3f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:33.639423 | 2.10s 2026-03-11 13:12:53.872476 | fa163e20-f24a-206f-595f-000000004d40 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 13:12:53.954066 | fa163e20-f24a-206f-595f-000000004d40 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:33.865319 | 0.07s 2026-03-11 13:12:54.147167 | fa163e20-f24a-206f-595f-000000004d89 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:34.058404 | 0.16s 2026-03-11 13:12:54.206589 | fa163e20-f24a-206f-595f-000000004cc0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 13:12:54.262366 | fa163e20-f24a-206f-595f-000000004cc0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:34.173605 | 0.05s 2026-03-11 13:12:54.285524 | 5e3a8319-a5dc-4264-ba1d-4c38a963f876 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-11 13:12:54.323134 | fa163e20-f24a-206f-595f-000000004daf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 13:13:19.007644 | fa163e20-f24a-206f-595f-000000004daf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 13:13:19.009640 | fa163e20-f24a-206f-595f-000000004daf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:58.920890 | 24.69s 2026-03-11 13:13:19.044017 | fa163e20-f24a-206f-595f-000000004db0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-11 13:13:44.725294 | fa163e20-f24a-206f-595f-000000004db0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-11 13:13:44.726765 | fa163e20-f24a-206f-595f-000000004db0 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:24.638026 | 25.68s 2026-03-11 13:13:44.773109 | fa163e20-f24a-206f-595f-000000004c1d | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-11 13:13:44.979996 | fa163e20-f24a-206f-595f-000000004c1d | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-11 13:13:44.981287 | fa163e20-f24a-206f-595f-000000004c1d | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:24.892538 | 0.21s 2026-03-11 13:13:45.028280 | fa163e20-f24a-206f-595f-000000004c1e | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-11 13:13:45.058315 | fa163e20-f24a-206f-595f-000000004c1e | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:24.969553 | 0.03s 2026-03-11 13:13:45.089599 | fa163e20-f24a-206f-595f-000000004c1f | TASK | Include container-puppet tasks for step 5 2026-03-11 13:13:45.120686 | fa163e20-f24a-206f-595f-000000004c1f | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:25.031930 | 0.03s 2026-03-11 13:13:45.149353 | db0dece0-b7af-4c00-9680-06de2d895872 | INCLUDED | /root/standalone-ansible-suuaa9r4/host-container-puppet-tasks.yaml | standalone 2026-03-11 13:13:45.184946 | fa163e20-f24a-206f-595f-000000004dfb | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-11 13:13:45.670401 | fa163e20-f24a-206f-595f-000000004dfb | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-11 13:13:45.671795 | fa163e20-f24a-206f-595f-000000004dfb | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:25.583046 | 0.49s 2026-03-11 13:13:45.702220 | fa163e20-f24a-206f-595f-000000004dfd | TASK | Generate container puppet configs for step 5 2026-03-11 13:13:45.979258 | fa163e20-f24a-206f-595f-000000004dfd | OK | Generate container puppet configs for step 5 | standalone 2026-03-11 13:13:45.980487 | fa163e20-f24a-206f-595f-000000004dfd | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:25.891745 | 0.28s 2026-03-11 13:13:46.006200 | fa163e20-f24a-206f-595f-000000004dfe | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-11 13:13:46.028048 | fa163e20-f24a-206f-595f-000000004dfe | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:25.939294 | 0.02s 2026-03-11 13:13:46.085840 | fa163e20-f24a-206f-595f-000000004e2d | TASK | Gather variables for each operating system 2026-03-11 13:13:46.177827 | fa163e20-f24a-206f-595f-000000004e2d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:26.089058 | 0.09s 2026-03-11 13:13:46.208382 | fa163e20-f24a-206f-595f-000000004e2e | TASK | Create container logs path 2026-03-11 13:13:46.434195 | fa163e20-f24a-206f-595f-000000004e2e | OK | Create container logs path | standalone 2026-03-11 13:13:46.435571 | fa163e20-f24a-206f-595f-000000004e2e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:26.346824 | 0.23s 2026-03-11 13:13:46.470540 | fa163e20-f24a-206f-595f-000000004e30 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 13:13:46.715986 | fa163e20-f24a-206f-595f-000000004e30 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 13:13:46.716778 | fa163e20-f24a-206f-595f-000000004e30 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:26.628038 | 0.24s 2026-03-11 13:13:46.735821 | fa163e20-f24a-206f-595f-000000004e31 | TASK | Finalise hashes for all containers 2026-03-11 13:13:46.763137 | fa163e20-f24a-206f-595f-000000004e31 | OK | Finalise hashes for all containers | standalone 2026-03-11 13:13:46.763949 | fa163e20-f24a-206f-595f-000000004e31 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:26.675208 | 0.03s 2026-03-11 13:13:46.783612 | fa163e20-f24a-206f-595f-000000004e33 | TASK | Manage systemd shutdown files 2026-03-11 13:13:46.809828 | fa163e20-f24a-206f-595f-000000004e33 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-11 13:13:46.810549 | fa163e20-f24a-206f-595f-000000004e33 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:26.721811 | 0.03s 2026-03-11 13:13:46.834515 | fa163e20-f24a-206f-595f-000000004e35 | TASK | Update container configs with new config hashes 2026-03-11 13:13:46.875284 | fa163e20-f24a-206f-595f-000000004e35 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-11 13:13:46.876226 | fa163e20-f24a-206f-595f-000000004e35 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:26.787484 | 0.04s 2026-03-11 13:13:46.902515 | fa163e20-f24a-206f-595f-000000004e36 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 13:13:46.940952 | fa163e20-f24a-206f-595f-000000004e36 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 13:13:46.941725 | fa163e20-f24a-206f-595f-000000004e36 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:26.852983 | 0.04s 2026-03-11 13:13:46.966712 | fa163e20-f24a-206f-595f-000000004e37 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-11 13:13:47.007286 | fa163e20-f24a-206f-595f-000000004e37 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-11 13:13:47.008217 | fa163e20-f24a-206f-595f-000000004e37 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:26.919476 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-03-11 13:13:47.166090 | fa163e20-f24a-206f-595f-0000000000f7 | TASK | Server Post Deployments 2026-03-11 13:13:47.185222 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000f7') missing from stats 2026-03-11 13:13:47.248774 | fa163e20-f24a-206f-595f-0000000000f8 | TIMING | include_tasks | standalone | 0:31:27.160017 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-11 13:13:47.380469 | fa163e20-f24a-206f-595f-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-11 13:13:47.411579 | fa163e20-f24a-206f-595f-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', 'fa163e20-f24a-206f-595f-0000000000fc') missing from stats 2026-03-11 13:13:47.427873 | fa163e20-f24a-206f-595f-000000000100 | TASK | is additonal Cell? 2026-03-11 13:13:47.454618 | fa163e20-f24a-206f-595f-000000000100 | OK | is additonal Cell? | undercloud 2026-03-11 13:13:47.455509 | fa163e20-f24a-206f-595f-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:27.366761 | 0.03s 2026-03-11 13:13:47.470520 | fa163e20-f24a-206f-595f-000000000102 | TASK | discover via nova_manager? 2026-03-11 13:13:47.532522 | fa163e20-f24a-206f-595f-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-11 13:13:47.533289 | fa163e20-f24a-206f-595f-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:27.444548 | 0.06s 2026-03-11 13:13:47.550621 | fa163e20-f24a-206f-595f-000000000103 | TASK | discover via nova_api? 2026-03-11 13:13:47.629000 | fa163e20-f24a-206f-595f-000000000103 | OK | discover via nova_api? | undercloud 2026-03-11 13:13:47.630266 | fa163e20-f24a-206f-595f-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:27.541517 | 0.08s 2026-03-11 13:13:47.647803 | fa163e20-f24a-206f-595f-000000000104 | TASK | Warn if no discovery host available 2026-03-11 13:13:47.696735 | fa163e20-f24a-206f-595f-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-11 13:13:47.698175 | fa163e20-f24a-206f-595f-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:27.609424 | 0.05s 2026-03-11 13:13:47.732809 | fa163e20-f24a-206f-595f-000000000105 | TASK | Discovering nova hosts 2026-03-11 13:13:50.292042 | fa163e20-f24a-206f-595f-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e20-f24a-206f-595f-000000000105') missing from stats 2026-03-11 13:13:50.349717 | fa163e20-f24a-206f-595f-000000000106 | OK | set_fact | undercloud 2026-03-11 13:13:50.350646 | fa163e20-f24a-206f-595f-000000000106 | TIMING | set_fact | undercloud | 0:31:30.261901 | 0.04s 2026-03-11 13:13:50.366082 | fa163e20-f24a-206f-595f-000000000108 | TASK | Set up group_vars 2026-03-11 13:13:50.393785 | fa163e20-f24a-206f-595f-000000000108 | OK | Set up group_vars | undercloud 2026-03-11 13:13:50.394530 | fa163e20-f24a-206f-595f-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:30.305790 | 0.03s 2026-03-11 13:13:50.408237 | fa163e20-f24a-206f-595f-000000000109 | TASK | Make needed directories on the undercloud 2026-03-11 13:13:50.625162 | fa163e20-f24a-206f-595f-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-suuaa9r4/octavia-ansible 2026-03-11 13:13:50.627799 | fa163e20-f24a-206f-595f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:30.539041 | 0.22s 2026-03-11 13:13:50.805699 | fa163e20-f24a-206f-595f-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-suuaa9r4/octavia-ansible/local_dir 2026-03-11 13:13:50.808334 | fa163e20-f24a-206f-595f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:30.719587 | 0.40s 2026-03-11 13:13:51.018460 | fa163e20-f24a-206f-595f-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-suuaa9r4/octavia-ansible/group_vars 2026-03-11 13:13:51.020549 | fa163e20-f24a-206f-595f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:30.931803 | 0.61s 2026-03-11 13:13:51.027009 | fa163e20-f24a-206f-595f-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:30.938275 | 0.62s 2026-03-11 13:13:51.040967 | fa163e20-f24a-206f-595f-00000000010a | TASK | Write group_vars file 2026-03-11 13:13:51.548149 | fa163e20-f24a-206f-595f-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-11 13:13:51.549300 | fa163e20-f24a-206f-595f-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:31.460552 | 0.51s 2026-03-11 13:13:51.586248 | fa163e20-f24a-206f-595f-00000000010b | TASK | Gather missing facts 2026-03-11 13:13:51.985047 | fa163e20-f24a-206f-595f-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e20-f24a-206f-595f-00000000010b') missing from stats 2026-03-11 13:13:52.003241 | fa163e20-f24a-206f-595f-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:31.914492 | 0.42s 2026-03-11 13:13:52.021491 | fa163e20-f24a-206f-595f-00000000010c | TASK | Write octavia inventory 2026-03-11 13:13:52.609494 | fa163e20-f24a-206f-595f-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-11 13:13:52.611155 | fa163e20-f24a-206f-595f-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:32.522397 | 0.59s 2026-03-11 13:13:52.630913 | fa163e20-f24a-206f-595f-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-11 13:13:52.845536 | fa163e20-f24a-206f-595f-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-11 13:13:52.846599 | fa163e20-f24a-206f-595f-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:32.757856 | 0.21s 2026-03-11 13:13:52.860531 | fa163e20-f24a-206f-595f-00000000010e | TASK | Set private key location 2026-03-11 13:13:52.907611 | fa163e20-f24a-206f-595f-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-11 13:13:52.908424 | fa163e20-f24a-206f-595f-00000000010e | TIMING | Set private key location | undercloud | 0:31:32.819683 | 0.05s 2026-03-11 13:13:52.922352 | fa163e20-f24a-206f-595f-00000000010f | TASK | Configure octavia command 2026-03-11 13:13:52.964177 | fa163e20-f24a-206f-595f-00000000010f | OK | Configure octavia command | undercloud 2026-03-11 13:13:52.965159 | fa163e20-f24a-206f-595f-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:32.876415 | 0.04s 2026-03-11 13:13:53.018165 | fa163e20-f24a-206f-595f-000000000110 | OK | set_fact | undercloud 2026-03-11 13:13:53.019070 | fa163e20-f24a-206f-595f-000000000110 | TIMING | set_fact | undercloud | 0:31:32.930328 | 0.04s 2026-03-11 13:13:53.075805 | fa163e20-f24a-206f-595f-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-suuaa9r4/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-suuaa9r4/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-suuaa9r4/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-11 13:13:53.076750 | fa163e20-f24a-206f-595f-000000000111 | TIMING | debug | undercloud | 0:31:32.988006 | 0.04s 2026-03-11 13:13:53.091681 | fa163e20-f24a-206f-595f-000000000112 | TASK | Configure octavia on overcloud 2026-03-11 13:17:06.520322 | fa163e20-f24a-206f-595f-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-11 13:17:06.522596 | fa163e20-f24a-206f-595f-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:46.433851 | 193.43s 2026-03-11 13:17:06.537320 | fa163e20-f24a-206f-595f-000000000113 | TASK | Purge temp dirs 2026-03-11 13:17:06.758939 | fa163e20-f24a-206f-595f-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-suuaa9r4/octavia-ansible/local_dir 2026-03-11 13:17:06.760802 | fa163e20-f24a-206f-595f-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:46.672051 | 0.22s 2026-03-11 13:17:06.770514 | fa163e20-f24a-206f-595f-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:46.681758 | 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 13:17:06.842600 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 13:17:06.843217 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 13:17:06.843736 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:46.754996 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-11 13:17:06.844261 | UUID | Info | Host | Task Name | Run Time 2026-03-11 13:17:06.844754 | fa163e20-f24a-206f-595f-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 275.56s 2026-03-11 13:17:06.845285 | fa163e20-f24a-206f-595f-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 193.43s 2026-03-11 13:17:06.845798 | fa163e20-f24a-206f-595f-000000004a19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 136.27s 2026-03-11 13:17:06.846378 | fa163e20-f24a-206f-595f-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 107.17s 2026-03-11 13:17:06.846972 | fa163e20-f24a-206f-595f-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.65s 2026-03-11 13:17:06.847471 | fa163e20-f24a-206f-595f-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 50.97s 2026-03-11 13:17:06.848004 | fa163e20-f24a-206f-595f-00000000487d | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.89s 2026-03-11 13:17:06.848491 | fa163e20-f24a-206f-595f-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.80s 2026-03-11 13:17:06.849010 | fa163e20-f24a-206f-595f-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.50s 2026-03-11 13:17:06.849492 | fa163e20-f24a-206f-595f-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.49s 2026-03-11 13:17:06.850061 | fa163e20-f24a-206f-595f-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.31s 2026-03-11 13:17:06.850658 | fa163e20-f24a-206f-595f-000000004a18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 25.75s 2026-03-11 13:17:06.851359 | fa163e20-f24a-206f-595f-000000004db0 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.68s 2026-03-11 13:17:06.851891 | fa163e20-f24a-206f-595f-000000004b14 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.13s 2026-03-11 13:17:06.852387 | fa163e20-f24a-206f-595f-000000004daf | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.69s 2026-03-11 13:17:06.852896 | fa163e20-f24a-206f-595f-000000004b40 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.68s 2026-03-11 13:17:06.853386 | fa163e20-f24a-206f-595f-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 24.26s 2026-03-11 13:17:06.853928 | fa163e20-f24a-206f-595f-000000004b6c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 23.86s 2026-03-11 13:17:06.854484 | fa163e20-f24a-206f-595f-000000004c16 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.75s 2026-03-11 13:17:06.855048 | fa163e20-f24a-206f-595f-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.69s 2026-03-11 13:17:06.855546 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-suuaa9r4 Install artifact is located at /root/standalone-install-20260311131707.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.GtnfkgWRVQ + exit 0 ~/ci-framework-data/artifacts