~/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.37KcHyD7Mc + 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.37KcHyD7Mc/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.37KcHyD7Mc/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.37KcHyD7Mc + J2_VARS_FILE=/tmp/tmp.37KcHyD7Mc/tmp.wLkveQu8lL.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.37KcHyD7Mc/tmp.wLkveQu8lL.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/tmp.wLkveQu8lL.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.37KcHyD7Mc/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.37KcHyD7Mc/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.37KcHyD7Mc/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.37KcHyD7Mc/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.37KcHyD7Mc/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 8.1 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.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-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.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-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.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-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 714 kB/s | 68 kB 00:00 (2/399): ansible-collection-ansible-posix-1.2.0 1.1 MB/s | 124 kB 00:00 (3/399): ansible-collection-community-general-4 8.1 MB/s | 1.3 MB 00:00 (4/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 2.7 MB/s | 223 kB 00:00 (5/399): boost-system-1.75.0-8.el9.x86_64.rpm 408 kB/s | 15 kB 00:00 (6/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 1.1 MB/s | 64 kB 00:00 (7/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.1 MB/s | 98 kB 00:00 (8/399): cephadm-18.2.1-381.el9cp.noarch.rpm 1.6 MB/s | 335 kB 00:00 (9/399): python3-urllib-gssapi-1.0.2-4.el9.noar 393 kB/s | 24 kB 00:00 (10/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.6 MB/s | 216 kB 00:00 (11/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 321 kB/s | 17 kB 00:00 (12/399): perl-Exporter-5.74-461.el9.noarch.rpm 596 kB/s | 34 kB 00:00 (13/399): perl-File-Temp-0.231.100-4.el9.noarch 1.6 MB/s | 63 kB 00:00 (14/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 411 kB/s | 25 kB 00:00 (15/399): boost-thread-1.75.0-8.el9.x86_64.rpm 251 kB/s | 57 kB 00:00 (16/399): perl-Data-Dumper-2.174-462.el9.x86_64 276 kB/s | 59 kB 00:00 (17/399): perl-parent-0.238-460.el9.noarch.rpm 356 kB/s | 16 kB 00:00 (18/399): python3-pyasn1-modules-0.4.8-6.el9.no 5.9 MB/s | 283 kB 00:00 (19/399): xorriso-1.5.4-4.el9.x86_64.rpm 4.1 MB/s | 321 kB 00:00 (20/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 224 kB 00:00 (21/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 691 kB/s | 45 kB 00:00 (22/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.3 MB/s | 92 kB 00:00 (23/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 6.5 MB/s | 392 kB 00:00 (24/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 4.7 MB/s | 229 kB 00:00 (25/399): perl-Term-ANSIColor-5.01-461.el9.noar 764 kB/s | 51 kB 00:00 (26/399): perl-Text-ParseWords-3.30-460.el9.noa 301 kB/s | 18 kB 00:00 (27/399): perl-URI-5.09-3.el9.noarch.rpm 1.6 MB/s | 125 kB 00:00 (28/399): perl-libnet-3.13-4.el9.noarch.rpm 1.7 MB/s | 134 kB 00:00 (29/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 428 kB/s | 26 kB 00:00 (30/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 (31/399): perl-Carp-1.50-460.el9.noarch.rpm 793 kB/s | 31 kB 00:00 (32/399): iptables-nft-services-1.8.8-6.el9_1.n 350 kB/s | 28 kB 00:00 (33/399): perl-Encode-3.08-462.el9.x86_64.rpm 24 MB/s | 1.7 MB 00:00 (34/399): perl-Mozilla-CA-20200520-6.el9.noarch 261 kB/s | 14 kB 00:00 (35/399): perl-Time-Local-1.300-7.el9.noarch.rp 865 kB/s | 37 kB 00:00 (36/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.4 MB/s | 218 kB 00:00 (37/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 321 kB/s | 24 kB 00:00 (38/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.1 MB/s | 76 kB 00:00 (39/399): perl-Pod-Escapes-1.07-460.el9.noarch. 288 kB/s | 22 kB 00:00 (40/399): python3-yubico-1.3.3-7.el9.noarch.rpm 806 kB/s | 73 kB 00:00 (41/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.4 MB/s | 59 kB 00:00 (42/399): sshpass-1.09-4.el9.x86_64.rpm 610 kB/s | 30 kB 00:00 (43/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.1 MB/s | 410 kB 00:00 (44/399): boost-program-options-1.75.0-8.el9.x8 1.7 MB/s | 108 kB 00:00 (45/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 792 kB/s | 39 kB 00:00 (46/399): libburn-1.5.4-4.el9.x86_64.rpm 2.6 MB/s | 175 kB 00:00 (47/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 264 kB/s | 19 kB 00:00 (48/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 392 kB/s | 34 kB 00:00 (49/399): perl-Digest-1.19-4.el9.noarch.rpm 716 kB/s | 29 kB 00:00 (50/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.5 MB/s | 419 kB 00:00 (51/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.4 MB/s | 92 kB 00:00 (52/399): perl-File-Path-2.18-4.el9.noarch.rpm 406 kB/s | 38 kB 00:00 (53/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.0 MB/s | 43 kB 00:00 (54/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.2 MB/s | 58 kB 00:00 (55/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.3 MB/s | 77 kB 00:00 (56/399): perl-constant-1.33-461.el9.noarch.rpm 669 kB/s | 25 kB 00:00 (57/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.6 MB/s | 112 kB 00:00 (58/399): perl-podlators-4.14-460.el9.noarch.rp 2.1 MB/s | 118 kB 00:00 (59/399): python3-appdirs-1.4.4-4.el9.noarch.rp 644 kB/s | 27 kB 00:00 (60/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.1 MB/s | 163 kB 00:00 (61/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (62/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.3 MB/s | 96 kB 00:00 (63/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.1 MB/s | 48 kB 00:00 (64/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.2 MB/s | 221 kB 00:00 (65/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.1 MB/s | 279 kB 00:00 (66/399): python3-alembic-1.7.5-3.el9.noarch.rp 9.1 MB/s | 900 kB 00:00 (67/399): python3-augeas-0.5.0-25.el9.noarch.rp 658 kB/s | 31 kB 00:00 (68/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.1 MB/s | 489 kB 00:00 (69/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (70/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 2.5 MB/s | 459 kB 00:00 (71/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 744 kB/s | 59 kB 00:00 (72/399): perl-AutoLoader-5.74-480.el9.noarch.r 422 kB/s | 23 kB 00:00 (73/399): perl-B-1.80-480.el9.x86_64.rpm 4.3 MB/s | 185 kB 00:00 (74/399): perl-Class-Struct-0.66-480.el9.noarch 579 kB/s | 24 kB 00:00 (75/399): perl-Errno-1.30-480.el9.x86_64.rpm 372 kB/s | 17 kB 00:00 (76/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 563 kB/s | 23 kB 00:00 (77/399): perl-FileHandle-2.03-480.el9.noarch.r 295 kB/s | 17 kB 00:00 (78/399): perl-File-stat-1.09-480.el9.noarch.rp 193 kB/s | 19 kB 00:00 (79/399): perl-File-Basename-2.85-480.el9.noarc 173 kB/s | 19 kB 00:00 (80/399): perl-Getopt-Std-1.12-480.el9.noarch.r 383 kB/s | 17 kB 00:00 (81/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 443 kB/s | 25 kB 00:00 (82/399): perl-SelectSaver-1.02-480.el9.noarch. 259 kB/s | 13 kB 00:00 (83/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (84/399): perl-Symbol-1.08-480.el9.noarch.rpm 287 kB/s | 16 kB 00:00 (85/399): perl-interpreter-5.32.1-480.el9.x86_6 1.7 MB/s | 75 kB 00:00 (86/399): perl-overload-1.31-480.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 (87/399): perl-libs-5.32.1-480.el9.x86_64.rpm 29 MB/s | 2.2 MB 00:00 (88/399): perl-overloading-0.02-480.el9.noarch. 361 kB/s | 15 kB 00:00 (89/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 5.6 MB/s | 259 kB 00:00 (90/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 963 kB/s | 42 kB 00:00 (91/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 758 kB/s | 40 kB 00:00 (92/399): perl-IO-1.43-480.el9.x86_64.rpm 2.2 MB/s | 94 kB 00:00 (93/399): perl-base-2.27-480.el9.noarch.rpm 366 kB/s | 18 kB 00:00 (94/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 419 kB/s | 25 kB 00:00 (95/399): perl-if-0.60.800-480.el9.noarch.rpm 231 kB/s | 16 kB 00:00 (96/399): perl-mro-1.23-480.el9.x86_64.rpm 582 kB/s | 31 kB 00:00 (97/399): perl-vars-1.05-480.el9.noarch.rpm 249 kB/s | 15 kB 00:00 (98/399): perl-subs-1.03-480.el9.noarch.rpm 134 kB/s | 13 kB 00:00 (99/399): python3-mako-1.1.4-6.el9.noarch.rpm 3.0 MB/s | 176 kB 00:00 (100/399): ansible-freeipa-1.9.2-3.el9_2.noarch 5.1 MB/s | 452 kB 00:00 (101/399): ipa-client-common-4.10.1-12.el9_2.2. 495 kB/s | 44 kB 00:00 (102/399): ipa-common-4.10.1-12.el9_2.2.noarch. 12 MB/s | 656 kB 00:00 (103/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.3 MB/s | 57 kB 00:00 (104/399): rhel-system-roles-1.21.2-1.el9_2.noa 15 MB/s | 2.4 MB 00:00 (105/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (106/399): python3-ipaclient-4.10.1-12.el9_2.2. 9.1 MB/s | 648 kB 00:00 (107/399): ruby-default-gems-3.0.4-161.el9_2.2. 955 kB/s | 46 kB 00:00 (108/399): buildah-1.29.5-1.el9_2.x86_64.rpm 64 MB/s | 8.6 MB 00:00 (109/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 33 MB/s | 3.3 MB 00:00 (110/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 214 kB/s | 41 kB 00:00 (111/399): rubygem-bundler-2.2.33-161.el9_2.2.n 8.6 MB/s | 456 kB 00:00 (112/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 452 kB/s | 55 kB 00:00 (113/399): rubygem-io-console-0.5.7-161.el9_2.2 654 kB/s | 26 kB 00:00 (114/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (115/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 830 kB/s | 60 kB 00:00 (116/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 6.3 MB/s | 441 kB 00:00 (117/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.8 MB/s | 110 kB 00:00 (118/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.4 MB/s | 306 kB 00:00 (119/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.9 MB/s | 245 kB 00:00 (120/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 23 MB/s | 2.2 MB 00:00 (121/399): ansible-collection-ansible-netcommon 4.1 MB/s | 181 kB 00:00 (122/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 43 MB/s | 7.9 MB 00:00 (123/399): ansible-collection-ansible-utils-2.3 1.6 MB/s | 91 kB 00:00 (124/399): golang-github-vbatts-tar-split-0.11. 16 MB/s | 1.0 MB 00:00 (125/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.8 MB/s | 77 kB 00:00 (126/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.7 MB/s | 162 kB 00:00 (127/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 4.3 MB/s | 178 kB 00:00 (128/399): python3-ansible-runner-2.0.0a1-3.el9 3.0 MB/s | 122 kB 00:00 (129/399): puppet-fdio-18.2-1.20220727113954.6f 499 kB/s | 25 kB 00:00 (130/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.1 MB/s | 44 kB 00:00 (131/399): python3-beautifulsoup4-4.9.3-2.el9os 3.8 MB/s | 204 kB 00:00 (132/399): python3-croniter-0.3.35-2.el9ost.noa 940 kB/s | 49 kB 00:00 (133/399): python3-daemon-2.3.0-1.el9ost.noarch 693 kB/s | 39 kB 00:00 (134/399): python3-docutils-0.16-6.el9ost.noarc 23 MB/s | 1.5 MB 00:00 (135/399): python3-gevent-21.1.2-2.el9ost.x86_6 21 MB/s | 1.6 MB 00:00 (136/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 464 kB/s | 44 kB 00:00 (137/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.2 MB/s | 107 kB 00:00 (138/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.2 MB/s | 284 kB 00:00 (139/399): python3-jmespath-0.10.0-1.el9ost.noa 1.1 MB/s | 46 kB 00:00 (140/399): python3-lockfile-0.12.2-2.el9ost.noa 842 kB/s | 31 kB 00:00 (141/399): python3-logutils-0.3.5-15.el9ost.noa 1.2 MB/s | 47 kB 00:00 (142/399): python3-memcached-1.59-3.el9ost.noar 1.0 MB/s | 40 kB 00:00 (143/399): python3-migrate-0.13.0-1.el9ost.noar 5.1 MB/s | 224 kB 00:00 (144/399): python3-mimeparse-1.6.0-16.el9ost.no 443 kB/s | 16 kB 00:00 (145/399): python3-natsort-7.1.1-2.el9ost.noarc 729 kB/s | 59 kB 00:00 (146/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.9 MB/s | 273 kB 00:00 (147/399): python3-passlib-1.7.4-3.el9ost.noarc 8.7 MB/s | 712 kB 00:00 (148/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 2.1 MB/s | 90 kB 00:00 (149/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.6 MB/s | 111 kB 00:00 (150/399): python3-pyperclip-1.8.0-3.el9ost.noa 638 kB/s | 25 kB 00:00 (151/399): python3-setproctitle-1.2.2-1.el9ost. 640 kB/s | 23 kB 00:00 (152/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.2 MB/s | 47 kB 00:00 (153/399): python3-soupsieve-2.2-1.el9ost.noarc 1.7 MB/s | 67 kB 00:00 (154/399): python3-tenacity-6.3.1-1.el9ost.noar 1.2 MB/s | 51 kB 00:00 (155/399): python3-webtest-2.0.35-6.el9ost.noar 2.0 MB/s | 82 kB 00:00 (156/399): python3-sqlalchemy13-1.3.24-3.el9ost 23 MB/s | 1.7 MB 00:00 (157/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 7.2 MB/s | 396 kB 00:00 (158/399): python3-zope-event-4.2.0-20.el9ost.n 3.6 MB/s | 205 kB 00:00 (159/399): python3-zope-interface-5.4.0-1.el9os 3.0 MB/s | 202 kB 00:00 (160/399): rubygem-concurrent-ruby-1.1.5-2.el9o 5.7 MB/s | 243 kB 00:00 (161/399): rubygem-deep_merge-1.2.1-7.el9ost.no 328 kB/s | 14 kB 00:00 (162/399): rubygem-fast_gettext-1.2.0-9.el9ost. 521 kB/s | 34 kB 00:00 (163/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.2 MB/s | 90 kB 00:00 (164/399): rubygem-multi_json-1.15.0-2.el9ost.n 297 kB/s | 22 kB 00:00 (165/399): rubygem-puppet-resource_api-1.8.13-1 944 kB/s | 34 kB 00:00 (166/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 428 kB/s | 16 kB 00:00 (167/399): rubygem-semantic_puppet-1.0.4-2.el9o 380 kB/s | 21 kB 00:00 (168/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 7.8 MB/s | 433 kB 00:00 (169/399): ansible-config_template-2.0.1-17.1.2 776 kB/s | 29 kB 00:00 (170/399): ansible-role-atos-hsm-1.0.1-17.1.202 412 kB/s | 17 kB 00:00 (171/399): ansible-role-chrony-1.3.1-17.1.20230 596 kB/s | 22 kB 00:00 (172/399): ansible-role-collectd-config-0.0.3-1 1.4 MB/s | 53 kB 00:00 (173/399): ansible-role-openstack-operations-0. 796 kB/s | 30 kB 00:00 (174/399): ansible-role-qdr-config-0.0.2-17.1.2 543 kB/s | 21 kB 00:00 (175/399): ansible-role-redhat-subscription-1.3 707 kB/s | 28 kB 00:00 (176/399): ansible-role-thales-hsm-3.0.1-17.1.2 463 kB/s | 21 kB 00:00 (177/399): ansible-role-container-registry-1.4. 199 kB/s | 24 kB 00:00 (178/399): ansible-tripleo-ipa-0.3.1-17.1.20230 795 kB/s | 36 kB 00:00 (179/399): ansible-role-tripleo-modify-image-1. 379 kB/s | 27 kB 00:00 (180/399): ansible-tripleo-ipsec-11.0.1-17.1.20 931 kB/s | 38 kB 00:00 (181/399): dib-utils-0.0.11-17.1.20230620173328 351 kB/s | 12 kB 00:00 (182/399): openstack-heat-agents-2.2.1-17.1.202 252 kB/s | 9.6 kB 00:00 (183/399): os-apply-config-13.1.1-17.1.20231020 1.2 MB/s | 54 kB 00:00 (184/399): os-collect-config-13.1.1-17.1.202310 1.3 MB/s | 50 kB 00:00 (185/399): puppet-aodh-18.4.2-17.1.202306201512 1.5 MB/s | 62 kB 00:00 (186/399): puppet-archive-4.6.1-17.1.2023062018 1.2 MB/s | 44 kB 00:00 (187/399): os-refresh-config-13.1.1-17.1.202310 319 kB/s | 21 kB 00:00 (188/399): puppet-auditd-2.2.1-17.1.20230620192 771 kB/s | 28 kB 00:00 (189/399): puppet-ceilometer-18.4.3-17.1.202309 1.8 MB/s | 70 kB 00:00 (190/399): puppet-certmonger-2.7.1-17.1.2023062 718 kB/s | 26 kB 00:00 (191/399): puppet-cinder-18.5.2-17.1.2023062105 3.1 MB/s | 120 kB 00:00 (192/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 1.6 MB/s | 68 kB 00:00 (194/399): puppet-designate-18.6.1-17.1.2023062 1.6 MB/s | 69 kB 00:00 (195/399): puppet-etcd-1.12.3-17.1.202306201932 600 kB/s | 25 kB 00:00 (196/399): puppet-dns-8.2.1-17.1.20230621002045 582 kB/s | 36 kB 00:00 (197/399): puppet-gnocchi-18.4.3-17.1.202306210 1.2 MB/s | 58 kB 00:00 (198/399): puppet-heat-18.4.1-17.1.202306211116 1.4 MB/s | 70 kB 00:00 (199/399): puppet-kmod-2.5.0-17.1.2023062019064 466 kB/s | 21 kB 00:00 (200/399): puppet-memcached-6.0.0-17.1.20230620 628 kB/s | 23 kB 00:00 (201/399): puppet-manila-18.5.2-17.1.2023110219 1.1 MB/s | 81 kB 00:00 (202/399): puppet-nova-18.6.1-17.1.202306210904 4.5 MB/s | 200 kB 00:00 (203/399): puppet-mysql-10.6.1-17.1.20230621022 1.2 MB/s | 99 kB 00:00 (204/399): puppet-nssdb-1.0.2-17.1.202306201856 325 kB/s | 12 kB 00:00 (205/399): puppet-octavia-18.5.1-17.1.202306210 1.6 MB/s | 76 kB 00:00 (206/399): puppet-openstack_extras-18.5.1-17.1. 831 kB/s | 48 kB 00:00 (207/399): puppet-openstacklib-18.5.2-17.1.2023 888 kB/s | 62 kB 00:00 (208/399): puppet-oslo-18.5.1-17.1.202306210523 1.0 MB/s | 48 kB 00:00 (209/399): puppet-placement-5.4.3-17.1.20230621 1.2 MB/s | 41 kB 00:00 (210/399): puppet-qdr-7.4.1-17.1.20230620195605 831 kB/s | 31 kB 00:00 (211/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.9 MB/s | 266 kB 00:00 (212/399): puppet-redis-6.1.1-17.1.202306201917 841 kB/s | 51 kB 00:00 (213/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.1 MB/s | 58 kB 00:00 (214/399): puppet-ssh-6.2.1-17.1.20230620190251 776 kB/s | 29 kB 00:00 (215/399): puppet-stdlib-6.3.1-17.1.20230621000 3.7 MB/s | 160 kB 00:00 (216/399): puppet-swift-18.6.1-17.1.20230621052 3.0 MB/s | 115 kB 00:00 (217/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (218/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (219/399): puppet-xinetd-3.3.1-17.1.20230620185 668 kB/s | 26 kB 00:00 (220/399): python-oslo-cache-lang-2.7.1-17.1.20 468 kB/s | 19 kB 00:00 (221/399): python-oslo-log-lang-4.4.0-17.1.2023 366 kB/s | 14 kB 00:00 (222/399): python-oslo-middleware-lang-4.2.1-17 303 kB/s | 13 kB 00:00 (223/399): python-oslo-policy-lang-3.7.1-17.1.2 397 kB/s | 14 kB 00:00 (224/399): python-oslo-versionedobjects-lang-2. 256 kB/s | 14 kB 00:00 (225/399): python3-GitPython-3.1.14-2.el9ost.no 4.2 MB/s | 238 kB 00:00 (226/399): python3-aodhclient-2.2.0-17.1.202306 1.3 MB/s | 56 kB 00:00 (227/399): python3-barbicanclient-5.3.0-17.1.20 3.0 MB/s | 127 kB 00:00 (228/399): python-pycadf-common-3.1.1-17.1.2023 146 kB/s | 15 kB 00:00 (229/399): python3-cinderclient-7.4.1-17.1.2023 4.4 MB/s | 218 kB 00:00 (230/399): python3-cliff-3.7.0-17.1.20230620172 2.3 MB/s | 95 kB 00:00 (231/399): python3-designateclient-4.2.1-17.1.2 2.0 MB/s | 92 kB 00:00 (232/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (233/399): python3-heat-agent-2.2.1-17.1.202306 483 kB/s | 19 kB 00:00 (234/399): python3-heat-agent-apply-config-2.2. 236 kB/s | 9.9 kB 00:00 (235/399): python3-heat-agent-docker-cmd-2.2.1- 334 kB/s | 12 kB 00:00 (236/399): python3-heat-agent-ansible-2.2.1-17. 86 kB/s | 11 kB 00:00 (237/399): python3-heat-agent-hiera-2.2.1-17.1. 164 kB/s | 10 kB 00:00 (238/399): python3-heat-agent-json-file-2.2.1-1 125 kB/s | 9.8 kB 00:00 (239/399): python3-heat-agent-puppet-2.2.1-17.1 278 kB/s | 11 kB 00:00 (240/399): python3-heatclient-2.3.1-17.1.202306 3.5 MB/s | 158 kB 00:00 (241/399): python3-ironic-inspector-client-4.5. 1.3 MB/s | 67 kB 00:00 (242/399): python3-ironicclient-4.6.4-17.1.2023 7.5 MB/s | 342 kB 00:00 (243/399): python3-keystoneclient-4.3.0-17.1.20 5.1 MB/s | 239 kB 00:00 (244/399): python3-keystonemiddleware-9.2.0-17. 2.2 MB/s | 92 kB 00:00 (245/399): python3-magnumclient-3.4.1-17.1.2023 3.0 MB/s | 121 kB 00:00 (246/399): python3-neutronclient-7.3.1-17.1.202 6.4 MB/s | 298 kB 00:00 (247/399): python3-novaclient-17.4.1-17.1.20230 4.5 MB/s | 201 kB 00:00 (248/399): python3-mistralclient-4.2.0-17.1.202 1.5 MB/s | 166 kB 00:00 (249/399): python3-os-service-types-1.7.0-17.1. 630 kB/s | 38 kB 00:00 (250/399): python3-os-client-config-2.1.0-17.1. 664 kB/s | 55 kB 00:00 (251/399): python3-os-traits-2.5.0-17.1.2023062 924 kB/s | 45 kB 00:00 (252/399): python3-osc-lib-2.3.1-17.1.202306202 1.7 MB/s | 78 kB 00:00 (253/399): python3-oslo-cache-2.7.1-17.1.202306 1.5 MB/s | 56 kB 00:00 (254/399): python3-oslo-context-3.2.1-17.1.2023 491 kB/s | 27 kB 00:00 (255/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (256/399): python3-oslo-middleware-4.2.1-17.1.2 1.2 MB/s | 55 kB 00:00 (257/399): python3-oslo-reports-2.2.0-17.1.2023 1.5 MB/s | 59 kB 00:00 (258/399): python3-oslo-policy-3.7.1-17.1.20230 907 kB/s | 76 kB 00:00 (259/399): python3-oslo-rootwrap-6.3.1-17.1.202 709 kB/s | 46 kB 00:00 (260/399): python3-oslo-upgradecheck-1.3.1-17.1 697 kB/s | 29 kB 00:00 (261/399): python3-oslo-serialization-4.1.1-17. 255 kB/s | 34 kB 00:00 (262/399): python3-oslo-versionedobjects-2.4.1- 784 kB/s | 79 kB 00:00 (263/399): python3-osprofiler-3.4.0-17.1.202306 1.7 MB/s | 130 kB 00:00 (264/399): python3-pycadf-3.1.1-17.1.2023062021 818 kB/s | 53 kB 00:00 (265/399): python3-requestsexceptions-1.4.0-17. 241 kB/s | 17 kB 00:00 (266/399): python3-saharaclient-3.3.0-17.1.2023 2.7 MB/s | 188 kB 00:00 (267/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (268/399): python3-statsd-3.2.1-20.1.el9ost.noa 833 kB/s | 35 kB 00:00 (269/399): python3-swiftclient-3.11.1-17.1.2023 2.2 MB/s | 136 kB 00:00 (270/399): python3-troveclient-7.0.0-17.1.20230 7.4 MB/s | 344 kB 00:00 (271/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 845 kB/s | 50 kB 00:00 (272/399): python3-validations-libs-1.9.1-17.1. 3.2 MB/s | 137 kB 00:00 (273/399): validations-common-1.9.1-17.1.202310 2.0 MB/s | 111 kB 00:00 (274/399): python3-zaqarclient-2.4.0-17.1.20230 1.2 MB/s | 129 kB 00:00 (275/399): python3-paramiko-2.11.0-2.el9ost.noa 2.9 MB/s | 299 kB 00:00 (276/399): ansible-pacemaker-1.0.4-17.1.2023121 483 kB/s | 21 kB 00:00 (277/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.4 MB/s | 427 kB 00:00 (278/399): python3-manilaclient-2.6.4-17.1.2024 7.5 MB/s | 528 kB 00:00 (279/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.2 MB/s | 230 kB 00:00 (280/399): python3-sqlparse-0.4.1-2.el9ost.noar 972 kB/s | 83 kB 00:00 (281/399): ansible-role-metalsmith-deployment-1 463 kB/s | 21 kB 00:00 (282/399): puppet-ironic-18.7.1-17.1.2024030521 3.0 MB/s | 121 kB 00:00 (283/399): openstack-selinux-0.8.37-17.1.202311 4.2 MB/s | 221 kB 00:00 (284/399): python-oslo-db-lang-8.5.2-17.1.20240 353 kB/s | 14 kB 00:00 (285/399): python3-glanceclient-3.3.0-17.1.2024 3.4 MB/s | 143 kB 00:00 (286/399): python3-keystoneauth1-4.4.0-17.1.202 8.1 MB/s | 409 kB 00:00 (287/399): python3-neutron-lib-2.10.3-17.1.2023 8.1 MB/s | 375 kB 00:00 (288/399): python3-octaviaclient-2.3.1-17.1.202 2.0 MB/s | 91 kB 00:00 (289/399): python3-metalsmith-1.4.4-17.1.202405 670 kB/s | 65 kB 00:00 (290/399): python3-oslo-db-8.5.2-17.1.202408201 2.7 MB/s | 144 kB 00:00 (291/399): python3-oslo-messaging-12.7.3-17.1.2 5.0 MB/s | 216 kB 00:00 (292/399): python3-oslo-service-2.5.1-17.1.2024 1.4 MB/s | 71 kB 00:00 (293/399): python3-waitress-2.0.0-4.el9ost.noar 2.2 MB/s | 109 kB 00:00 (294/399): python3-rhosp-openvswitch-3.3-1.el9o 136 kB/s | 8.3 kB 00:00 (295/399): openstack-ansible-core-2.14.2-4.7.el 29 MB/s | 2.3 MB 00:00 (296/399): puppet-glance-18.6.1-17.1.2025022015 1.8 MB/s | 87 kB 00:00 (297/399): openstack-tripleo-validations-14.3.2 2.1 MB/s | 204 kB 00:00 (298/399): puppet-pacemaker-1.5.1-17.1.20250214 3.0 MB/s | 158 kB 00:00 (299/399): puppet-ovn-18.6.1-17.1.2024092509490 267 kB/s | 29 kB 00:00 (300/399): python3-os-ken-1.4.1-17.1.2024120509 25 MB/s | 2.1 MB 00:00 (301/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (302/399): ansible-collections-openstack-1.9.1- 2.9 MB/s | 146 kB 00:00 (303/399): ansible-collection-containers-podman 2.8 MB/s | 243 kB 00:00 (304/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.7 MB/s | 351 kB 00:00 (305/399): facter-3.14.19-3.el9ost.x86_64.rpm 11 MB/s | 518 kB 00:00 (306/399): hiera-3.6.0-6.el9ost.noarch.rpm 807 kB/s | 33 kB 00:00 (307/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.6 MB/s | 405 kB 00:00 (308/399): puppet-headless-7.10.0-4.el9ost.noar 12 MB/s | 1.4 MB 00:00 (309/399): puppet-7.10.0-4.el9ost.noarch.rpm 86 kB/s | 11 kB 00:00 (310/399): python3-amqp-5.0.6-5.el9ost.noarch.r 721 kB/s | 92 kB 00:00 (311/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 5.6 MB/s | 284 kB 00:00 (312/399): python3-cachetools-4.2.2-3.el9ost.no 496 kB/s | 33 kB 00:00 (313/399): python3-boto-2.45.0-8.1.el9ost.noarc 15 MB/s | 1.3 MB 00:00 (314/399): python3-dogpile-cache-1.1.5-5.el9ost 1.9 MB/s | 89 kB 00:00 (315/399): python3-colorama-0.4.4-4.el9ost.noar 528 kB/s | 35 kB 00:00 (316/399): python3-fixtures-3.0.0-24.el9ost.noa 1.3 MB/s | 93 kB 00:00 (317/399): python3-extras-1.0.0-17.el9ost.noarc 194 kB/s | 21 kB 00:00 (318/399): python3-keyring-21.8.0-4.el9ost.noar 1.2 MB/s | 77 kB 00:00 (319/399): python3-munch-2.5.0-6.el9ost.noarch. 383 kB/s | 25 kB 00:00 (320/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.1 MB/s | 87 kB 00:00 (321/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.4 MB/s | 313 kB 00:00 (322/399): python3-paste-3.5.0-5.el9ost.noarch. 13 MB/s | 776 kB 00:00 (323/399): python3-openstacksdk-0.55.1-17.1.202 9.7 MB/s | 735 kB 00:00 (324/399): python3-pystache-0.5.4-15.el9ost.noa 2.3 MB/s | 132 kB 00:00 (325/399): python3-routes-2.4.1-14.el9ost.noarc 2.6 MB/s | 188 kB 00:00 (326/399): python3-repoze-lru-0.7-12.el9ost.noa 256 kB/s | 32 kB 00:00 (327/399): python3-paste-deploy-2.1.1-4.el9ost. 269 kB/s | 41 kB 00:00 (328/399): python3-secretstorage-3.3.1-3.el9ost 493 kB/s | 36 kB 00:00 (329/399): python3-tempita-0.5.1-27.el9ost.noar 662 kB/s | 36 kB 00:00 (330/399): python3-simplejson-3.17.5-3.el9ost.x 1.9 MB/s | 266 kB 00:00 (331/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 323 kB/s | 57 kB 00:00 (332/399): python3-testtools-2.4.0-10.el9ost.no 4.0 MB/s | 333 kB 00:00 (333/399): python3-vine-5.0.0-5.el9ost.noarch.r 347 kB/s | 26 kB 00:00 (334/399): python3-yappi-1.3.1-5.el9ost.x86_64. 917 kB/s | 56 kB 00:00 (335/399): python3-warlock-1.3.3-7.el9ost.noarc 193 kB/s | 21 kB 00:00 (336/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (337/399): ruby-facter-3.14.19-3.el9ost.x86_64. 223 kB/s | 9.5 kB 00:00 (338/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 2.7 MB/s | 123 kB 00:00 (339/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 385 kB/s | 19 kB 00:00 (340/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (341/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 186 kB/s | 29 kB 00:00 (342/399): python-openstackclient-lang-5.5.2-17 836 kB/s | 58 kB 00:00 (343/399): puppet-apache-6.5.2-17.1.20250811150 5.4 MB/s | 253 kB 00:00 (344/399): puppet-concat-6.2.1-17.1.20250725131 680 kB/s | 44 kB 00:00 (345/399): python3-openstackclient-5.5.2-17.1.2 8.9 MB/s | 1.1 MB 00:00 (346/399): puppet-firewall-3.4.1-17.1.202508041 1.1 MB/s | 73 kB 00:00 (347/399): puppet-haproxy-4.2.2-17.1.2025072511 1.3 MB/s | 55 kB 00:00 (348/399): puppet-git-0.5.0-17.1.20250725114148 420 kB/s | 26 kB 00:00 (349/399): puppet-ipaclient-2.5.2-17.1.20250725 523 kB/s | 21 kB 00:00 (350/399): puppet-inifile-4.2.1-17.1.2025080415 600 kB/s | 46 kB 00:00 (351/399): puppet-keepalived-0.0.2-17.1.2025072 291 kB/s | 17 kB 00:00 (352/399): puppet-module-data-0.5.1-17.1.202507 395 kB/s | 16 kB 00:00 (353/399): puppet-remote-10.0.0-17.1.2025072511 417 kB/s | 19 kB 00:00 (354/399): puppet-rsync-1.1.4-17.1.202508041515 617 kB/s | 28 kB 00:00 (355/399): puppet-sysctl-0.0.13-17.1.2025072511 446 kB/s | 19 kB 00:00 (356/399): puppet-snmp-3.9.1-17.1.2025072511575 645 kB/s | 38 kB 00:00 (357/399): puppet-horizon-18.6.1-17.1.202510081 1.1 MB/s | 59 kB 00:00 (358/399): puppet-vcsrepo-3.1.1-17.1.2025072511 548 kB/s | 53 kB 00:00 (359/399): python3-tripleoclient-16.5.1-17.1.20 6.1 MB/s | 552 kB 00:00 (360/399): puppet-keystone-18.6.1-17.1.20251008 3.2 MB/s | 126 kB 00:00 (361/399): openstack-heat-api-16.1.1-17.1.20251 238 kB/s | 15 kB 00:00 (362/399): openstack-heat-engine-16.1.1-17.1.20 213 kB/s | 14 kB 00:00 (363/399): openstack-heat-common-16.1.1-17.1.20 18 MB/s | 1.6 MB 00:00 (364/399): openstack-tripleo-common-15.4.1-17.1 1.1 MB/s | 48 kB 00:00 (365/399): openstack-tripleo-common-containers- 1.8 MB/s | 74 kB 00:00 (366/399): openstack-heat-monolith-16.1.1-17.1. 150 kB/s | 14 kB 00:00 (367/399): openstack-tripleo-heat-templates-14. 13 MB/s | 603 kB 00:00 (368/399): puppet-neutron-18.6.1-17.1.202512171 3.7 MB/s | 190 kB 00:00 (369/399): tripleo-ansible-3.3.1-17.1.202512171 13 MB/s | 564 kB 00:00 (370/399): bash-completion-2.11-4.el9.noarch.rp 6.8 MB/s | 459 kB 00:00 (371/399): python3-tripleo-common-15.4.1-17.1.2 1.4 MB/s | 197 kB 00:00 (372/399): python3-openvswitch3.3-3.3.6-141.el9 3.7 MB/s | 383 kB 00:00 (373/399): glibc-langpack-en-2.34-60.el9.x86_64 8.9 MB/s | 675 kB 00:00 (374/399): libaio-0.3.111-13.el9.x86_64.rpm 275 kB/s | 26 kB 00:00 (375/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 62 kB 00:00 (376/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.9 MB/s | 81 kB 00:00 (377/399): device-mapper-persistent-data-0.9.0- 3.7 MB/s | 786 kB 00:00 (378/399): krb5-workstation-1.20.1-8.el9.x86_64 4.3 MB/s | 542 kB 00:00 (379/399): pkgconf-1.7.3-10.el9.x86_64.rpm 723 kB/s | 45 kB 00:00 (380/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 377 kB/s | 37 kB 00:00 (381/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 258 kB/s | 16 kB 00:00 (382/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 285 kB/s | 12 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 562 kB/s | 36 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 690 kB/s | 30 kB 00:00 (385/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.8 MB/s | 418 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 480 kB/s | 19 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 758 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 458 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 21 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 12 MB/s | 1.0 MB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.7 MB/s | 156 kB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 2.6 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 540 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 33 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.0 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.5 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.2 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.7 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.7 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 11 MB/s | 97 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.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-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 192/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 193/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 195/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 196/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 197/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 198/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 199/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 200/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 201/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 202/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 203/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 204/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 205/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 206/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 207/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 208/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 209/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 210/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 211/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 212/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 213/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 214/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 215/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 216/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 217/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 218/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 219/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 220/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 221/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 222/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 223/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 224/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 225/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 226/408 Installing : python3-memcached-1.59-3.el9ost.noarch 227/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 228/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 229/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 230/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 231/408 Installing : python3-docutils-0.16-6.el9ost.noarch 232/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 233/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 234/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 235/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 236/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 237/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 238/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 239/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 240/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 241/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 242/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 243/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 244/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 244/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 244/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 245/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 246/408 Installing : jq-1.6-14.el9.x86_64 247/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 248/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 249/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 250/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 251/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 252/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 253/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 254/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 254/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 255/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 256/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 257/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 258/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 259/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 259/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 260/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 261/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 262/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 263/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 264/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 265/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 266/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 267/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 268/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 269/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 270/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 271/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 272/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 273/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 274/408 Installing : boost-log-1.75.0-8.el9.x86_64 275/408 Installing : libburn-1.5.4-4.el9.x86_64 276/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 277/408 Installing : sshpass-1.09-4.el9.x86_64 278/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 279/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 280/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 281/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 282/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 283/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 284/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 285/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 286/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 287/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 288/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 289/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 290/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 291/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 292/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 293/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 294/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 295/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 296/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 297/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 298/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 299/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 300/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 301/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 302/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 303/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 304/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 305/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 306/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 307/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 308/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 309/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 310/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 310/408 Installing : libisofs-1.5.4-4.el9.x86_64 311/408 Installing : libisoburn-1.5.4-4.el9.x86_64 312/408 Installing : xorriso-1.5.4-4.el9.x86_64 313/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 313/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 314/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 315/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 316/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 317/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 318/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 319/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 320/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 321/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 322/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 323/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 324/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 325/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 326/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 326/408 Installing : puppet-7.10.0-4.el9ost.noarch 327/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 327/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 328/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 329/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 330/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 331/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 332/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 333/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 334/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 335/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 336/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 337/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 338/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 339/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 340/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 341/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 342/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 343/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 344/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 345/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 346/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 347/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 348/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 349/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 350/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 351/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 352/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 353/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 354/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 355/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 356/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 357/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 358/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 359/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 360/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 361/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 362/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 363/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 364/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 365/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 366/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 367/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 368/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 369/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 370/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 371/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 372/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 373/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 374/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 375/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 376/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 377/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 378/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 379/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 380/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 381/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 382/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 383/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 384/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 385/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 386/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 387/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 388/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 389/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 390/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 391/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 392/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 393/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 394/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 394/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 395/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 395/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 396/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 396/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 397/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 1/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 2/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 3/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 4/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 5/408 Verifying : boost-system-1.75.0-8.el9.x86_64 6/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 7/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 8/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 9/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 10/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 11/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 12/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 13/408 Verifying : perl-Exporter-5.74-461.el9.noarch 14/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 15/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 16/408 Verifying : perl-parent-1:0.238-460.el9.noarch 17/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 18/408 Verifying : xorriso-1.5.4-4.el9.x86_64 19/408 Verifying : libisofs-1.5.4-4.el9.x86_64 20/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 21/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 22/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 23/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 24/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 25/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 26/408 Verifying : perl-URI-5.09-3.el9.noarch 27/408 Verifying : perl-libnet-3.13-4.el9.noarch 28/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 29/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 30/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 31/408 Verifying : perl-Carp-1.50-460.el9.noarch 32/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 33/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 34/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 35/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 36/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 37/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 38/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 39/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 40/408 Verifying : sshpass-1.09-4.el9.x86_64 41/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 42/408 Verifying : boost-log-1.75.0-8.el9.x86_64 43/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 44/408 Verifying : libburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 46/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 47/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 48/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 49/408 Verifying : perl-Digest-1.19-4.el9.noarch 50/408 Verifying : perl-File-Path-2.18-4.el9.noarch 51/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 52/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 53/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 54/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 55/408 Verifying : perl-constant-1.33-461.el9.noarch 56/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 57/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 58/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 59/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 60/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 61/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 62/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 63/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 64/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 65/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 66/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 67/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 68/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 69/408 Verifying : jq-1.6-14.el9.x86_64 70/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 71/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 72/408 Verifying : perl-B-1.80-480.el9.x86_64 73/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 74/408 Verifying : perl-Errno-1.30-480.el9.x86_64 75/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 76/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 77/408 Verifying : perl-File-stat-1.09-480.el9.noarch 78/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 79/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 80/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 81/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 82/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 83/408 Verifying : perl-Symbol-1.08-480.el9.noarch 84/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 85/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Verifying : perl-overload-1.31-480.el9.noarch 87/408 Verifying : perl-overloading-0.02-480.el9.noarch 88/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 89/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 90/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 91/408 Verifying : perl-IO-1.43-480.el9.x86_64 92/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 93/408 Verifying : perl-base-2.27-480.el9.noarch 94/408 Verifying : perl-if-0.60.800-480.el9.noarch 95/408 Verifying : perl-mro-1.23-480.el9.x86_64 96/408 Verifying : perl-subs-1.03-480.el9.noarch 97/408 Verifying : perl-vars-1.05-480.el9.noarch 98/408 Verifying : python3-mako-1.1.4-6.el9.noarch 99/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 100/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 101/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 102/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 103/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 104/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 105/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 106/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 107/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 108/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 109/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 110/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 111/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 112/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 113/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 114/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 115/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 116/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 117/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 118/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 119/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 120/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 121/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 122/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 123/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 124/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 125/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 126/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 127/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 128/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 129/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 130/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 131/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 132/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 133/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 134/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 135/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 136/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 137/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 138/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 139/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 140/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 141/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 142/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 143/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 144/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 145/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 146/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 147/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 148/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 149/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 150/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 151/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 152/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 153/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 154/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 155/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 156/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 157/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 158/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 159/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 160/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 161/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 162/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 163/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 165/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 166/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 167/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 168/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 169/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 170/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 171/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 172/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 173/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 174/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 175/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 176/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 177/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 178/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 179/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 180/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 181/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 182/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 183/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 184/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 185/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 186/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 187/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 188/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 189/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 190/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 191/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 197/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 198/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 199/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 200/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 201/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 202/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 203/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 204/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 205/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 206/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 207/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 208/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 209/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 210/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 211/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 212/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 213/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 214/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 215/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 216/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 217/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 218/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 219/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 220/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 221/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 222/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 223/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 224/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 225/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 226/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 227/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 228/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 229/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 230/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 231/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 232/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 233/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 234/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 235/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 236/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 237/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 238/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 239/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 240/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 241/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 242/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 243/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 244/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 245/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 246/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 247/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 248/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 249/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 250/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 251/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 252/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 253/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 254/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 255/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 256/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 257/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 258/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 259/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 260/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 261/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 262/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 263/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 264/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 265/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 266/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 267/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 268/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 269/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 270/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 271/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 273/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 275/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 276/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 277/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 278/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 279/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 280/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 281/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 282/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 283/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 284/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 285/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 286/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 287/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 288/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 289/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 291/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 292/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 293/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 294/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 295/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 296/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 297/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 298/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 299/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 300/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 301/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 302/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 303/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 305/408 Verifying : hiera-3.6.0-6.el9ost.noarch 306/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 307/408 Verifying : puppet-7.10.0-4.el9ost.noarch 308/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 309/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 310/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 311/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 312/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 313/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 314/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 315/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 316/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 317/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 318/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 319/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 320/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 321/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 322/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 323/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 324/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 325/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 326/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 327/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 328/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 329/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 330/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 331/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 332/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 333/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 334/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 335/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 336/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 337/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 338/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 339/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 340/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 341/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 342/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 343/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 344/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 345/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 346/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 347/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 348/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 349/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 350/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 351/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 352/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 353/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 354/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 355/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 356/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 357/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 358/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 359/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 360/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 361/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 362/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 363/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 364/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 365/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 366/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 367/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 368/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 369/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 370/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 371/408 Verifying : bash-completion-1:2.11-4.el9.noarch 372/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 373/408 Verifying : libaio-0.3.111-13.el9.x86_64 374/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 375/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 376/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 377/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 378/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 380/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 381/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 382/408 Verifying : python3-dns-2.2.1-2.el9.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=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-09T03:13:17.361059 # # 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:bc89e3573d79f3d1135c9d5c6834f89d3d8c146dd9d3f9b90a144e64b6a804b6 Copying blob sha256:9b2b89d9a6cd283d485e2d7fa37dac9f8f5fc7255c68725d20c0aabde887e9a7 Copying blob sha256:f0f76e62e00d48ba9bec1e8934cbb3c122a05e61e37da71f9dd49f77a207192c Copying blob sha256:9b17e275de3aa8aab6ddeb6b9d7a9b12061638577cb656c2970eff4ff3fd1b26 Copying blob sha256:b59a8737531dde23770e957c18f02f796a729395e9c06a48c7dd64c05c6066bd Copying blob sha256:1cf583215c3e9db69cc3c58cdbed2f6779774780fbf6e682b0f45f5d7ab383ee Copying blob sha256:35d8bfc82c265bdc1bfc5c6fe2f93a6aafd160d83fdb71d99ac0b501a92a795e Copying blob sha256:cf949cf6953e59587a8f7f12b0f3a775aa657e4e830c9f7ff7e7c39903ead52b Copying blob sha256:abf5888ea3fc19751eb956d3206313f399882dbc0d46b74dd6026eb68de7b157 Copying blob sha256:58933b5ff6e3df06b38a0f7193ed62e1220dc74c59793e266091982989163007 Copying blob sha256:5c45e3a2a03047cdf2911b33bdd0d2aa59c46003d01aeef603bc3f335f276848 Copying blob sha256:4fb3d40901c1e6beae198af77a61746a80e0caaf5be06bc215dcd1da86b530fb Copying blob sha256:281dcf0c950d15679bc03d37c4385eff416fb5f17c13e3c0ba8857836062f5e8 Copying blob sha256:b30baccdcde179ebf26da180b590e03632a7e667e0e54d4ee1887d788e68cbbf Copying blob sha256:f7cb0025cf5854f3760aab1cfe77711acd7629bbfbf606e8eafc238a4baa1795 Copying blob sha256:dbef88a7dec6383cbbecf90dc0911e3d6c895db60bfff929cd4470ed8ac2ad8d Copying blob sha256:99f3eb0e6419ffa537e8d6c2432567ec6a032f146d4a65a2d58c28212a59ced2 Copying blob sha256:5d392b657a257c11340b126b06c714c9611fb838926bac2994c3ea7eae5ed4c5 Copying blob sha256:991237a3cad14cce3bf2af187f0ff5cccc44ca9bb67b4b73df9cfce05d317bf3 Copying blob sha256:6f088fd69d3cd5a7fef825e324cece13ac56015258f0940faa22cb5c1e3ef08a Copying blob sha256:62fafd00371ccd23310d961fc61adb2e0fd48f06ae16246b80f3bcecbd0a85a1 Copying blob sha256:f658271b2a493a97c8b55b129e983bccb95697a1f2556a3e576c2126daa2685c Copying blob sha256:c3cdec4935dc10f1f022f9c20e734b85fdf36fec0728ae506e78e201df811a47 Copying blob sha256:3d237b71d2f12a7a54f6f4fc799cc43147cf439534e665b6488c18f1ec16fc3b Copying blob sha256:78422d60908d9a903df881a7ed8077fd653909e1bda64ec4cfadfe6ede0a705a Copying blob sha256:f99a2fc877e8b278fadf0bf3d36ccfb17d164a4586ffe17ad618ea6bd0016627 Copying blob sha256:848841d8aa33009fc3f37e88718c35f425d0078d83984a22dd79196e6b309c30 Copying blob sha256:3161bbce1c2eda6dd4ed6979a46b44919b37c82aac12cd84f1aa89834c8d6d6a Copying blob sha256:53242fcbfbcbf4f1be825bd04002751cea60513cbbd9b769a9ae03c88dbd65fb Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:caa10ccbdd95a0057606820f4d9c299e1fd8efe51cc7ca6211ee17fb780e9491 Copying blob sha256:4fe5d7ed1c6f3949f254ae540419e1ef578a476e43fba91fd5492b24ba4ef107 Copying blob sha256:fccf5cf8c02bb2df89861cc55203000b71e2841bccfa8d274079a2b7f0b024f5 Copying blob sha256:107c803d71e946525f340665dc76c419c2207ebb6458bb41fddf9a6ee291a588 Copying blob sha256:fdfbb135716ed943e7b36acae965a00c3336a9e06662d6d9fc7f69bed73bbd6b Copying blob sha256:a59fd03e9ff72611acd2fe9cadd3a619715d3f10fd0ec6743b786568f6e3e31d Copying blob sha256:ff1571b429ccdfac0035d017ef57e8fdd6ef605247de615984811a1b14cc4139 Copying blob sha256:f194e93c1d5aa40c13359808a2976fff961d2947349477da57d7f194d73b3a28 Copying blob sha256:51e66c63226f12ca05512b7283befd0190bb657e1876ff50d9f9daf988d2d0f8 Copying blob sha256:51af2a159a167a17e2f3399cc3bba13d7db909085c9b4d96deae288cb126f646 Copying blob sha256:c6cc348cfc5d9262a1550ff653ea5fe95c1e3ffcad05ba719b529c9e8cfa4bae Copying blob sha256:83812aaa803adc885c76e60e2916a5d8bef5f323ee01e31e9bf3ff557c0b4828 Copying blob sha256:f1fe2978313339df4099ece65b91647258c5ddf6d8369487ed9ae610e54a2057 Copying blob sha256:9691a5734419a129464df9556e41f8633214fa77dbc0dd5d25bdce1863c81732 Copying blob sha256:4502671a77b500e77d023cffcb08394ee4bd93ad714340381664f508d4f4408b Copying blob sha256:d583fa032b3a5293e291d5f175d7a08ed5962379305e1012e7650a95c36a8900 Copying blob sha256:ad4d1f4de726a555491d796560442893fafbd0edb0c5f700ef3f3dee045b0f42 Copying blob sha256:bd45b2254f1383b077353e6c0a9ceae3a1b930b32d07751bb1429c5427c6fa22 Copying blob sha256:ab298fad73bcc866fb066de6b5bca3e785917eae6a2e9a03803ff1a021f76cfa Copying blob sha256:68d1063b1607d1eb1de3a7db65b811486382d55de48ba5ea8959b19db56ef99d Copying blob sha256:25d515c18f64bfdacf853362a1db612eb4307fa8ee1f909504d4ddbec5437758 Copying blob sha256:3e51c4bc6bb6b1fb2d0e7e6cedf66869a3d22fc19f415800d436dfd58b41efb7 Copying config sha256:f45404462ca9ed803d3aa9dbeca1d9b25254d34aada5f3336c00bdb92e4ad994 Writing manifest to image destination Storing signatures 1c51ad474e161db5180a1f1c0704485c3db234a48ba572acd85692aee6e162ff + 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-09 03:20:07.934 43984 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-09 03:20:07.959 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.959 43984 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-09 03:20:07.961 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.961 43984 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-09 03:20:07.963 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.963 43984 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-09 03:20:07.965 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.965 43984 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-09 03:20:07.966 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.967 43984 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-09 03:20:07.968 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.968 43984 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-09 03:20:07.995 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:07.995 43984 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-09 03:20:08.014 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:08.015 43984 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-09 03:20:08.016 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:08.017 43984 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-09 03:20:08.018 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:08.018 43984 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-09 03:20:08.020 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:08.020 43984 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-09 03:20:08.022 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:08.022 43984 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-09 03:20:08.024 43984 INFO migrate.versioning.api [-] done 2026-03-09 03:20:08.024 43984 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-09 03:20:08.048 43984 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-09 03:20:16Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:17Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:17Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:17Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:17Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-09 03:20:17Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:18Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:18Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-09 03:20:18Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:18Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:18Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-09 03:20:18Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:18Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-09 03:20:18Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:19Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:19Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:19Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:19Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-09 03:20:19Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-09 03:20:19Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:20Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:20Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-09 03:20:20Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:20Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:20Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:21Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:21Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-09 03:20:21Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-09 03:20:21Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:21Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:21Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-09 03:20:22Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:22Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:22Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-09 03:20:22Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-09 03:20:22Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:22Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:23Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-09 03:20:23Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:23Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-09 03:20:23Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:23Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-09 03:20:23Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:23Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-09 03:20:23Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:24Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:24Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-09 03:20:24Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-09 03:20:24Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:24Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-09 03:20:25Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:25Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-09 03:20:26Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:26Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-09 03:20:26Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:27Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-09 03:20:27Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:27Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:27Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:27Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-09 03:20:28Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-09 03:20:28Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-09 03:20:28Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-09 03:20:28Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-09 03:20:28Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:28Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:28Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:28Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:28Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:29Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-09 03:20:30Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:30Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-09 03:20:30Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:31Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-09 03:20:31Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:31Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-09 03:20:31Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:31Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:33Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:34Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:34Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:34Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:35Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:35Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:35Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-09 03:20:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:37Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:20:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:38Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:20:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:20:38Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:39Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:20:39Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:40Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-09 03:20:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:41Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:41Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:42Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:42Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:20:43Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:43Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:20:44Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:44Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:44Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-09 03:20:44Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:45Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-09 03:20:45Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:45Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:45Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:47Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:47Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:47Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-09 03:20:48Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:48Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:49Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:20:50Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:20:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:50Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-09 03:20:51Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:51Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:51Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:52Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:52Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:52Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:20:53Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:54Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:54Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:20:55Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-09 03:20:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:56Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-09 03:20:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:20:57Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:57Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:20:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:20:58Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-09 03:20:58Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-09 03:20:59Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-09 03:20:59Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:00Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:00Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:01Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:01Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:01Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:02Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:03Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:03Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:04Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-09 03:21:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:04Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:04Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:05Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:05Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:05Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:06Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:07Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:07Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:08Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-09 03:21:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:09Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:09Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:10Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:21:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:21:11Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:13Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:13Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:13Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:15Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:21:16Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:17Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:18Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-09 03:21:18Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:18Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:20Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:21Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:22Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:21:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:21:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:23Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:23Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:21:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:21:24Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:25Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:26Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:26Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:26Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-09 03:21:27Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:27Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:28Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:29Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:29Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:30Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:21:30Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:31Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:32Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:32Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:21:32Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:33Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:33Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:34Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-09 03:21:34Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:34Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:35Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:35Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:37Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:21:38Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:38Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:39Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:21:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:40Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:41Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:42Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:42Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:42Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:21:42Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:43Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:43Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:43Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:21:44Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:45Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:45Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:46Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-09 03:21:47Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:47Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:47Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:48Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:48Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:48Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:48Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:49Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:49Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:49Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:49Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:50Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:50Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:50Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:50Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:51Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:51Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:52Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-09 03:21:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:52Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:52Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:21:53Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:54Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:55Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:21:55Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:21:55Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:21:56Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-09 03:21:57Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:58Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-09 03:21:58Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:58Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:21:58Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:59Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:21:59Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:00Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:00Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:00Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-09 03:22:01Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:02Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-09 03:22:02Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:02Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:02Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:02Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:03Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:04Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:04Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:05Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:05Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:05Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:22:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:06Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:06Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:07Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:07Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:22:08Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:08Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:08Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:09Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-09 03:22:09Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:09Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:11Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-09 03:22:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:12Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:22:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-09 03:22:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:16Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:16Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:17Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:22:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:22:18Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:19Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-03-09 03:22:19Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:20Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-09 03:22:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:22Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:22Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:23Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:22:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:23Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:24Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:24Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:25Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:25Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:25Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:25Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:26Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-09 03:22:27Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:27Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:27Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:28Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:28Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:29Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:29Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:22:30Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:30Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:30Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:30Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:31Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-09 03:22:31Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:31Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:32Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:32Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:32Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:34Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:34Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:35Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:35Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:36Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:22:36Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:36Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:38Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:38Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-09 03:22:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-09 03:22:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-09 03:22:42Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:45Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-09 03:22:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-09 03:22:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:46Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:46Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:47Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-09 03:22:48Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:48Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:48Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:49Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:49Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:49Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:49Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:49Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:49Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:50Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:50Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:51Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:52Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:52Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:22:53Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-09 03:22:53Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:54Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:22:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:22:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:22:56Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:57Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:58Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:58Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-03-09 03:22:59Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:22:59Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:00Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-09 03:23:00Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:01Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-09 03:23:01Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:02Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:02Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:03Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:03Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:23:04Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:04Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:05Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:05Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:05Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:05Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:05Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:05Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:06Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:06Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:06Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-09 03:23:06Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:07Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-09 03:23:07Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:07Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:08Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:08Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:08Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:09Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-09 03:23:10Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:11Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-09 03:23:11Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:11Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:11Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:11Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:12Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:13Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:13Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:14Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-09 03:23:15Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:15Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:15Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:15Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:15Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:16Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-09 03:23:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:17Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:18Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:18Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:18Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:23:19Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:19Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:19Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:19Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-09 03:23:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:23:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:20Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:20Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:21Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-09 03:23:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:24Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:24Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:25Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:26Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:23:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:23:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:27Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:28Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-09 03:23:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:30Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-09 03:23:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:30Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:31Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:32Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:32Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:23:33Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:33Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:33Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:33Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:34Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-09 03:23:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:36Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:36Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:37Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:38Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:23:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:23:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:44Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:44Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:45Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-09 03:23:46Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:46Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:46Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:46Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:47Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:48Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:48Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:49Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-09 03:23:49Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:49Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:49Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:49Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:50Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:51Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:52Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:53Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:53Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:53Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-09 03:23:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:55Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-09 03:23:55Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:55Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:55Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:57Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:23:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:23:57Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:57Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-09 03:23:58Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:23:58Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:58Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:23:58Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:23:58Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:23:59Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-09 03:23:59Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:00Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:00Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:02Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:02Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:02Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-09 03:24:03Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:03Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:03Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:03Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-09 03:24:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:07Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:08Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-09 03:24:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:09Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:10Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:10Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:11Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:11Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:11Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:12Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:14Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-09 03:24:15Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:15Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:15Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:15Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:16Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:17Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:17Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:19Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:19Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:20Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-09 03:24:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:20Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:20Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:22Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:22Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:24Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:24Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:24Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:24Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:24Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:25Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:26Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:26Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:27Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:27Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:28Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:28Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:28Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:24:28Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:29Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:29Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:29Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-09 03:24:30Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:30Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:32Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:32Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-09 03:24:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:34Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:35Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:35Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:35Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:36Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:37Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-09 03:24:38Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:38Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:39Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:40Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:40Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:40Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:41Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:24:44Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:45Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:45Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:46Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:46Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:47Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-09 03:24:49Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:51Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:24:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:52Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:24:54Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:57Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-09 03:24:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:58Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:24:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-03-09 03:24:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:24:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:24:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:24:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:24:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:00Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:01Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-09 03:25:01Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:02Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-09 03:25:03Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:03Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:04Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:04Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:04Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-09 03:25:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:07Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:07Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:08Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:08Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:09Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-09 03:25:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:09Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:10Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:11Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:11Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:12Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:12Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:12Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:12Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:12Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-09 03:25:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:13Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:16Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-09 03:25:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:17Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:17Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:18Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:25:18Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:19Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-09 03:25:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:20Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:20Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:20Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:21Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:21Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:23Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-09 03:25:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:26Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:27Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:27Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:27Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-09 03:25:28Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:28Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:28Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:28Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:29Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:30Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:31Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:31Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:32Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-09 03:25:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-09 03:25:34Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:34Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:34Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:35Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:35Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:36Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:25:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:38Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:38Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-09 03:25:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:40Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:40Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:40Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:41Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:42Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:42Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:25:43Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:43Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-09 03:25:44Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:45Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-09 03:25:45Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:45Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:46Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:46Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-09 03:25:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:47Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-09 03:25:47Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:47Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:47Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:48Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:48Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:48Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:49Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:50Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:50Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:25:51Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:51Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:52Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-09 03:25:52Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:53Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:53Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:54Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:54Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:25:55Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:55Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-09 03:25:56Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:56Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:56Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:56Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:25:57Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-09 03:25:57Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:57Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:25:57Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:58Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:25:58Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:25:58Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:25:59Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:00Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:00Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:26:01Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:01Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-09 03:26:03Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:04Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-09 03:26:04Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:04Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:04Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:05Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:05Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:06Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-09 03:26:07Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:07Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:09Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:11Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:11Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:12Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:12Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:13Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-09 03:26:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:15Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-09 03:26:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:15Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:16Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-09 03:26:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:26:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:17Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:17Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:17Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:18Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:18Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:18Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:18Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:18Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:19Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:19Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-09 03:26:20Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:20Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:21Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-09 03:26:22Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:23Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-09 03:26:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:23Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:23Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:24Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:25Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:26Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:27Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:28Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:29Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:29Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:30Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-09 03:26:31Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:32Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-09 03:26:32Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:33Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-09 03:26:34Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:35Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-09 03:26:35Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:35Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:35Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:36Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:36Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:36Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:38Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:38Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:38Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:38Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:38Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-09 03:26:38Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:39Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:39Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:40Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-09 03:26:41Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:41Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:41Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:41Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:41Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:42Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-09 03:26:42Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:42Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:42Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:43Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:44Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:44Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-03-09 03:26:45Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-09 03:26:45Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:46Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-09 03:26:47Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:48Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-09 03:26:48Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:49Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-09 03:26:50Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:51Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-09 03:26:51Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:51Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:51Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:51Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:51Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:52Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-09 03:26:52Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:53Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:53Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:53Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:54Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:55Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-03-09 03:26:55Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-09 03:26:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:26:56Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:26:56Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-09 03:26:56Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:57Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-09 03:26:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:26:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-09 03:26:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:00Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:00Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:00Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-09 03:27:00Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:00Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:00Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:01Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:01Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:01Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:01Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-09 03:27:01Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:02Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:02Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:02Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:02Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:03Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:03Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:03Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:03Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:03Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:03Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:04Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-09 03:27:04Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:04Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-09 03:27:04Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:04Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:05Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:05Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:05Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:05Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:05Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:05Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:06Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:06Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:06Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:07Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:07Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:07Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:07Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:07Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-09 03:27:07Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:08Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:08Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:08Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:08Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:09Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:09Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:09Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:09Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:09Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:10Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-09 03:27:11Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:12Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-09 03:27:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:12Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-09 03:27:13Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:13Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:13Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:13Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-09 03:27:13Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-09 03:27:13Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:13Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:13Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-09 03:27:14Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:14Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:14Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-09 03:27:14Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:14Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:14Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-09 03:27:14Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:15Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-09 03:27:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:15Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:15Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:15Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-09 03:27:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:16Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:17Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:18Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:18Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-09 03:27:18Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-09 03:27:18Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:18Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:19Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:19Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:19Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:19Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:19Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:19Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:19Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:19Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:19Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:19Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:20Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:20Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:21Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:21Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-09 03:27:21Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:21Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:22Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-09 03:27:22Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:22Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-09 03:27:22Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-09 03:27:23Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-09 03:27:23Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:23Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:23Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:23Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:23Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-09 03:27:23Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-09 03:27:23Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:24Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-09 03:27:24Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-09 03:27:24Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:24Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:25Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:25Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-09 03:27:25Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:25Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:25Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:26Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-09 03:27:26Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:26Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:27Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:27Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:28Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:29Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:29Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:30Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-09 03:27:30Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:30Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-09 03:27:30Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:30Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-09 03:27:31Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-09 03:27:31Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-09 03:27:31Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-09 03:27:32Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-09 03:27:32Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/1a64bc20-7a1b-470f-9484-05d67786258d 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-09 03:27:57.021841 | fa163ec7-a901-54db-878b-000000000006 | TASK | External deployment step 0 2026-03-09 03:27:57.046433 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-000000000006') missing from stats 2026-03-09 03:27:57.086842 | fa163ec7-a901-54db-878b-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.113628 | 0.03s 2026-03-09 03:27:57.098049 | 2b78bd03-fcf1-4ccf-8bee-4dcc5282aa35 | INCLUDED | /root/standalone-ansible-_oxvwcup/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-09 03:27:57.115763 | fa163ec7-a901-54db-878b-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-09 03:27:57.976233 | fa163ec7-a901-54db-878b-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-09 03:27:57.977553 | fa163ec7-a901-54db-878b-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.004346 | 0.86s 2026-03-09 03:27:57.999542 | fa163ec7-a901-54db-878b-000000000129 | TASK | create redis virtual ip 2026-03-09 03:27:58.969366 | fa163ec7-a901-54db-878b-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-09 03:27:58.970105 | fa163ec7-a901-54db-878b-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.996904 | 0.97s PLAY [Check if required variables are defined] ********************************* 2026-03-09 03:27:59.034596 | fa163ec7-a901-54db-878b-000000000138 | TASK | Gathering Facts 2026-03-09 03:27:59.564390 | fa163ec7-a901-54db-878b-000000000138 | OK | Gathering Facts | localhost 2026-03-09 03:27:59.565232 | fa163ec7-a901-54db-878b-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.592029 | 0.53s 2026-03-09 03:27:59.622350 | fa163ec7-a901-54db-878b-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-09 03:27:59.623374 | fa163ec7-a901-54db-878b-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.650167 | 0.05s 2026-03-09 03:27:59.653102 | fa163ec7-a901-54db-878b-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-09 03:27:59.653967 | fa163ec7-a901-54db-878b-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.680765 | 0.02s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-09 03:27:59.742384 | fa163ec7-a901-54db-878b-000000000160 | TASK | Gathering Facts 2026-03-09 03:27:59.751873 | fa163ec7-a901-54db-878b-000000000160 | TASK | Gathering Facts 2026-03-09 03:28:00.069981 | fa163ec7-a901-54db-878b-000000000160 | OK | Gathering Facts | standalone 2026-03-09 03:28:00.072591 | fa163ec7-a901-54db-878b-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.099358 | 0.32s 2026-03-09 03:28:00.079332 | fa163ec7-a901-54db-878b-000000000160 | OK | Gathering Facts | undercloud 2026-03-09 03:28:00.080560 | fa163ec7-a901-54db-878b-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.107352 | 0.34s 2026-03-09 03:28:00.142077 | fa163ec7-a901-54db-878b-000000000012 | TASK | Set legacy facts 2026-03-09 03:28:00.157357 | fa163ec7-a901-54db-878b-000000000012 | TASK | Set legacy facts 2026-03-09 03:28:00.174780 | fa163ec7-a901-54db-878b-000000000012 | OK | Set legacy facts | undercloud 2026-03-09 03:28:00.176326 | fa163ec7-a901-54db-878b-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.203120 | 0.03s 2026-03-09 03:28:00.194436 | fa163ec7-a901-54db-878b-000000000012 | OK | Set legacy facts | standalone 2026-03-09 03:28:00.194933 | fa163ec7-a901-54db-878b-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.221734 | 0.04s PLAY [Load global variables] *************************************************** 2026-03-09 03:28:00.349371 | fa163ec7-a901-54db-878b-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-09 03:28:00.350938 | fa163ec7-a901-54db-878b-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.377727 | 0.04s 2026-03-09 03:28:00.362524 | fa163ec7-a901-54db-878b-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-09 03:28:00.363583 | fa163ec7-a901-54db-878b-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.390378 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-09 03:28:00.426668 | fa163ec7-a901-54db-878b-000000000018 | TASK | Include Service VIP vars 2026-03-09 03:28:00.455518 | fa163ec7-a901-54db-878b-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-09 03:28:00.456743 | fa163ec7-a901-54db-878b-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.483534 | 0.03s 2026-03-09 03:28:00.470074 | fa163ec7-a901-54db-878b-000000000018 | OK | Include Service VIP vars | standalone 2026-03-09 03:28:00.470958 | fa163ec7-a901-54db-878b-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.497755 | 0.03s 2026-03-09 03:28:00.474989 | fa163ec7-a901-54db-878b-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-09 03:28:00.502614 | fa163ec7-a901-54db-878b-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-09 03:28:00.503497 | fa163ec7-a901-54db-878b-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.530292 | 0.03s 2026-03-09 03:28:00.514260 | fa163ec7-a901-54db-878b-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-09 03:28:00.514854 | fa163ec7-a901-54db-878b-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.541655 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-09 03:28:00.602834 | fa163ec7-a901-54db-878b-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-09 03:28:01.309371 | fa163ec7-a901-54db-878b-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-09 03:28:01.364811 | fa163ec7-a901-54db-878b-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-09 03:28:01.389250 | fa163ec7-a901-54db-878b-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-09 03:28:01.389897 | fa163ec7-a901-54db-878b-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.416695 | 0.02s PLAY [Manage SELinux] ********************************************************** 2026-03-09 03:28:01.451686 | fa163ec7-a901-54db-878b-000000000023 | TASK | Set selinux state 2026-03-09 03:28:02.043200 | fa163ec7-a901-54db-878b-000000000023 | OK | Set selinux state | standalone 2026-03-09 03:28:02.044700 | fa163ec7-a901-54db-878b-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.071489 | 0.59s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-09 03:28:02.153958 | fa163ec7-a901-54db-878b-000000000026 | TASK | Configure Hosts Entries 2026-03-09 03:28:02.175631 | fa163ec7-a901-54db-878b-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.202410 | 0.02s 2026-03-09 03:28:02.187151 | fa163ec7-a901-54db-878b-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.213948 | 0.01s 2026-03-09 03:28:02.232873 | fa163ec7-a901-54db-878b-0000000001f1 | TASK | Create temporary file for hosts 2026-03-09 03:28:02.550801 | fa163ec7-a901-54db-878b-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-09 03:28:02.551731 | fa163ec7-a901-54db-878b-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.578525 | 0.30s 2026-03-09 03:28:02.562882 | fa163ec7-a901-54db-878b-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-09 03:28:02.563536 | fa163ec7-a901-54db-878b-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.590336 | 0.33s 2026-03-09 03:28:02.581839 | fa163ec7-a901-54db-878b-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-09 03:28:02.961890 | fa163ec7-a901-54db-878b-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-09 03:28:02.963521 | fa163ec7-a901-54db-878b-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.990308 | 0.38s 2026-03-09 03:28:02.964605 | fa163ec7-a901-54db-878b-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-09 03:28:02.965414 | fa163ec7-a901-54db-878b-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.992209 | 0.36s 2026-03-09 03:28:02.984654 | fa163ec7-a901-54db-878b-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-09 03:28:03.312158 | fa163ec7-a901-54db-878b-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-09 03:28:03.313902 | fa163ec7-a901-54db-878b-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.340678 | 0.31s 2026-03-09 03:28:03.335581 | fa163ec7-a901-54db-878b-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-09 03:28:03.336555 | fa163ec7-a901-54db-878b-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.363349 | 0.35s 2026-03-09 03:28:03.355397 | fa163ec7-a901-54db-878b-0000000001f4 | TASK | Render out the hosts entries 2026-03-09 03:28:03.465133 | fa163ec7-a901-54db-878b-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-09 03:28:03.466447 | fa163ec7-a901-54db-878b-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.493234 | 0.11s 2026-03-09 03:28:03.484762 | fa163ec7-a901-54db-878b-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-09 03:28:03.726304 | fa163ec7-a901-54db-878b-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-09 03:28:03.727963 | fa163ec7-a901-54db-878b-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.754742 | 0.22s 2026-03-09 03:28:03.751775 | fa163ec7-a901-54db-878b-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-09 03:28:03.752929 | fa163ec7-a901-54db-878b-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.779722 | 0.27s 2026-03-09 03:28:03.771434 | fa163ec7-a901-54db-878b-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-09 03:28:04.134439 | fa163ec7-a901-54db-878b-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-09 03:28:04.136092 | fa163ec7-a901-54db-878b-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.162874 | 0.36s 2026-03-09 03:28:04.147914 | fa163ec7-a901-54db-878b-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-09 03:28:04.148780 | fa163ec7-a901-54db-878b-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.175576 | 0.36s 2026-03-09 03:28:04.167324 | fa163ec7-a901-54db-878b-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-09 03:28:04.543990 | fa163ec7-a901-54db-878b-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-09 03:28:04.545788 | fa163ec7-a901-54db-878b-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.572563 | 0.38s 2026-03-09 03:28:04.547286 | fa163ec7-a901-54db-878b-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-09 03:28:04.548328 | fa163ec7-a901-54db-878b-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.575118 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2026-03-09 03:28:04.673840 | fa163ec7-a901-54db-878b-00000000002a | TASK | Common roles for TripleO servers 2026-03-09 03:28:04.699261 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-00000000002a') missing from stats 2026-03-09 03:28:04.767244 | fa163ec7-a901-54db-878b-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.794032 | 0.02s 2026-03-09 03:28:04.815067 | fa163ec7-a901-54db-878b-000000000254 | TASK | Gather variables for each operating system 2026-03-09 03:28:04.890939 | fa163ec7-a901-54db-878b-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-09 03:28:04.892620 | fa163ec7-a901-54db-878b-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.919408 | 0.08s 2026-03-09 03:28:04.902032 | fa163ec7-a901-54db-878b-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.928808 | 0.09s 2026-03-09 03:28:04.918658 | fa163ec7-a901-54db-878b-000000000256 | TASK | Check release version package is installed 2026-03-09 03:28:05.261967 | fa163ec7-a901-54db-878b-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-09 03:28:05.263400 | fa163ec7-a901-54db-878b-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.290188 | 0.34s 2026-03-09 03:28:05.290747 | fa163ec7-a901-54db-878b-000000000257 | TASK | Deploy release version package 2026-03-09 03:28:10.239113 | fa163ec7-a901-54db-878b-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-09 03:28:10.240522 | fa163ec7-a901-54db-878b-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.267313 | 4.95s 2026-03-09 03:28:10.267997 | fa163ec7-a901-54db-878b-000000000259 | TASK | Include packages tasks 2026-03-09 03:28:10.299193 | fa163ec7-a901-54db-878b-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.325970 | 0.03s 2026-03-09 03:28:10.314571 | 2321088b-5ff8-4aca-a67f-41fdcbffef9d | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-09 03:28:10.335982 | fa163ec7-a901-54db-878b-0000000002ad | TASK | Gather facts if they don't exist 2026-03-09 03:28:10.381783 | fa163ec7-a901-54db-878b-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-09 03:28:10.382538 | fa163ec7-a901-54db-878b-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.409337 | 0.05s 2026-03-09 03:28:10.406774 | fa163ec7-a901-54db-878b-0000000002ae | TASK | Gather variables for each operating system 2026-03-09 03:28:10.519405 | fa163ec7-a901-54db-878b-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-09 03:28:10.525086 | fa163ec7-a901-54db-878b-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.551867 | 0.12s 2026-03-09 03:28:10.554405 | fa163ec7-a901-54db-878b-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-09 03:28:10.817305 | fa163ec7-a901-54db-878b-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-09 03:28:10.818226 | fa163ec7-a901-54db-878b-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.845025 | 0.26s 2026-03-09 03:28:10.844147 | fa163ec7-a901-54db-878b-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-09 03:28:16.651521 | fa163ec7-a901-54db-878b-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-09 03:28:16.652394 | fa163ec7-a901-54db-878b-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.679192 | 5.81s 2026-03-09 03:28:16.669677 | fa163ec7-a901-54db-878b-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-09 03:28:17.652830 | fa163ec7-a901-54db-878b-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-09 03:28:17.654229 | fa163ec7-a901-54db-878b-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.681018 | 0.98s 2026-03-09 03:28:17.682108 | fa163ec7-a901-54db-878b-00000000025a | TASK | Enable openvswitch service if installed 2026-03-09 03:28:18.614250 | fa163ec7-a901-54db-878b-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-09 03:28:18.616145 | fa163ec7-a901-54db-878b-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.642927 | 0.93s 2026-03-09 03:28:18.643542 | fa163ec7-a901-54db-878b-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-09 03:28:18.879607 | fa163ec7-a901-54db-878b-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-09 03:28:18.881076 | fa163ec7-a901-54db-878b-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.907865 | 0.24s 2026-03-09 03:28:18.905251 | fa163ec7-a901-54db-878b-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-09 03:28:19.170288 | fa163ec7-a901-54db-878b-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-09 03:28:19.171164 | fa163ec7-a901-54db-878b-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.197962 | 0.26s 2026-03-09 03:28:19.196301 | fa163ec7-a901-54db-878b-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-09 03:28:19.250256 | fa163ec7-a901-54db-878b-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-09 03:28:19.251433 | fa163ec7-a901-54db-878b-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.278223 | 0.05s 2026-03-09 03:28:19.275655 | fa163ec7-a901-54db-878b-00000000025f | TASK | Ensure network service is enabled 2026-03-09 03:28:19.672331 | fa163ec7-a901-54db-878b-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-09 03:28:19.673771 | fa163ec7-a901-54db-878b-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.700565 | 0.40s 2026-03-09 03:28:19.694624 | fa163ec7-a901-54db-878b-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-09 03:28:19.989418 | fa163ec7-a901-54db-878b-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-09 03:28:19.990978 | fa163ec7-a901-54db-878b-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.017763 | 0.30s 2026-03-09 03:28:20.018479 | fa163ec7-a901-54db-878b-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-09 03:28:20.268231 | fa163ec7-a901-54db-878b-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-09 03:28:20.269282 | fa163ec7-a901-54db-878b-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.296076 | 0.25s 2026-03-09 03:28:20.298718 | fa163ec7-a901-54db-878b-000000000263 | TASK | Reload NetworkManager 2026-03-09 03:28:20.668168 | fa163ec7-a901-54db-878b-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-09 03:28:20.670123 | fa163ec7-a901-54db-878b-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.696910 | 0.37s 2026-03-09 03:28:20.697959 | fa163ec7-a901-54db-878b-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-09 03:28:20.910990 | fa163ec7-a901-54db-878b-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-09 03:28:20.912412 | fa163ec7-a901-54db-878b-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.939199 | 0.21s 2026-03-09 03:28:20.937529 | fa163ec7-a901-54db-878b-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-09 03:28:21.192462 | fa163ec7-a901-54db-878b-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-09 03:28:21.193375 | fa163ec7-a901-54db-878b-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.220170 | 0.25s 2026-03-09 03:28:21.218207 | fa163ec7-a901-54db-878b-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-09 03:28:21.432105 | fa163ec7-a901-54db-878b-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-09 03:28:21.433739 | fa163ec7-a901-54db-878b-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.460513 | 0.21s 2026-03-09 03:28:21.459729 | fa163ec7-a901-54db-878b-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-09 03:28:21.699610 | fa163ec7-a901-54db-878b-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-09 03:28:21.701268 | fa163ec7-a901-54db-878b-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.728049 | 0.24s 2026-03-09 03:28:21.765176 | fa163ec7-a901-54db-878b-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.791950 | 0.02s 2026-03-09 03:28:21.844258 | fa163ec7-a901-54db-878b-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-09 03:28:22.056774 | fa163ec7-a901-54db-878b-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-09 03:28:22.058102 | fa163ec7-a901-54db-878b-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.084890 | 0.21s 2026-03-09 03:28:22.082880 | fa163ec7-a901-54db-878b-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-09 03:28:22.294503 | fa163ec7-a901-54db-878b-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-09 03:28:22.296102 | fa163ec7-a901-54db-878b-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.322889 | 0.21s 2026-03-09 03:28:22.320673 | fa163ec7-a901-54db-878b-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-09 03:28:22.357595 | fa163ec7-a901-54db-878b-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-09 03:28:22.358995 | fa163ec7-a901-54db-878b-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.385783 | 0.04s 2026-03-09 03:28:22.384767 | fa163ec7-a901-54db-878b-000000000364 | TASK | Write temporary file 2026-03-09 03:28:22.412165 | fa163ec7-a901-54db-878b-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-09 03:28:22.413390 | fa163ec7-a901-54db-878b-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.440179 | 0.03s 2026-03-09 03:28:22.436986 | fa163ec7-a901-54db-878b-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-09 03:28:22.516297 | fa163ec7-a901-54db-878b-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-09 03:28:22.517642 | fa163ec7-a901-54db-878b-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.544430 | 0.08s 2026-03-09 03:28:22.541707 | fa163ec7-a901-54db-878b-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-09 03:28:22.768868 | fa163ec7-a901-54db-878b-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-09 03:28:22.770461 | fa163ec7-a901-54db-878b-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.797251 | 0.23s 2026-03-09 03:28:22.794060 | fa163ec7-a901-54db-878b-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-09 03:28:23.015825 | fa163ec7-a901-54db-878b-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-09 03:28:23.017156 | fa163ec7-a901-54db-878b-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.043945 | 0.22s 2026-03-09 03:28:23.042182 | fa163ec7-a901-54db-878b-000000000368 | TASK | Remove temp file 2026-03-09 03:28:23.263353 | fa163ec7-a901-54db-878b-000000000368 | CHANGED | Remove temp file | standalone 2026-03-09 03:28:23.264836 | fa163ec7-a901-54db-878b-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.291622 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-09 03:28:23.451800 | fa163ec7-a901-54db-878b-000000000034 | TASK | Deploy step tasks for step 0 2026-03-09 03:28:23.510874 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-000000000034') missing from stats 2026-03-09 03:28:23.537821 | fa163ec7-a901-54db-878b-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-09 03:28:23.786100 | fa163ec7-a901-54db-878b-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-09 03:28:23.787363 | fa163ec7-a901-54db-878b-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.814153 | 0.25s 2026-03-09 03:28:23.811545 | fa163ec7-a901-54db-878b-000000000036 | TASK | Check cloud-init status 2026-03-09 03:28:24.071196 | fa163ec7-a901-54db-878b-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-09 03:28:24.072517 | fa163ec7-a901-54db-878b-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.099308 | 0.26s 2026-03-09 03:28:24.096852 | fa163ec7-a901-54db-878b-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-09 03:28:24.288094 | fa163ec7-a901-54db-878b-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-09 03:28:24.289477 | fa163ec7-a901-54db-878b-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.316263 | 0.19s 2026-03-09 03:28:24.315267 | fa163ec7-a901-54db-878b-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-09 03:28:24.659649 | fa163ec7-a901-54db-878b-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-09 03:28:24.661377 | fa163ec7-a901-54db-878b-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.688161 | 0.34s 2026-03-09 03:28:24.688974 | fa163ec7-a901-54db-878b-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-09 03:28:24.930449 | fa163ec7-a901-54db-878b-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-09 03:28:24.931748 | fa163ec7-a901-54db-878b-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.958538 | 0.24s 2026-03-09 03:28:24.956254 | fa163ec7-a901-54db-878b-00000000003a | TASK | Write container-puppet.sh 2026-03-09 03:28:25.446479 | fa163ec7-a901-54db-878b-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-09 03:28:25.447745 | fa163ec7-a901-54db-878b-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.474532 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:28:25.505611 | fa163ec7-a901-54db-878b-00000000003b | TIMING | include_tasks | standalone | 0:00:28.532392 | 0.03s 2026-03-09 03:28:25.526081 | 36f8955f-08a6-472c-b8ea-6cce6e389677 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-09 03:28:25.553387 | fa163ec7-a901-54db-878b-000000000416 | TASK | Configure tuned before reboot 2026-03-09 03:28:25.589261 | fa163ec7-a901-54db-878b-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.616047 | 0.03s 2026-03-09 03:28:25.647506 | fa163ec7-a901-54db-878b-000000000455 | TASK | Gather variables for each operating system 2026-03-09 03:28:25.771765 | fa163ec7-a901-54db-878b-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-09 03:28:25.774118 | fa163ec7-a901-54db-878b-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.800905 | 0.13s 2026-03-09 03:28:25.784349 | fa163ec7-a901-54db-878b-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.811133 | 0.14s 2026-03-09 03:28:25.864243 | fa163ec7-a901-54db-878b-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.891016 | 0.05s 2026-03-09 03:28:25.886629 | 18cabfce-3f48-4344-b429-147d3a59c705 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-09 03:28:25.923231 | fa163ec7-a901-54db-878b-00000000047f | TASK | Check tuned package is installed 2026-03-09 03:28:26.208572 | fa163ec7-a901-54db-878b-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-09 03:28:26.209543 | fa163ec7-a901-54db-878b-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.236339 | 0.28s 2026-03-09 03:28:26.234744 | fa163ec7-a901-54db-878b-000000000480 | TASK | Install tuned 2026-03-09 03:28:33.074104 | fa163ec7-a901-54db-878b-000000000480 | CHANGED | Install tuned | standalone 2026-03-09 03:28:33.077292 | fa163ec7-a901-54db-878b-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.104079 | 6.84s 2026-03-09 03:28:33.096026 | fa163ec7-a901-54db-878b-000000000481 | TASK | Restart tuned 2026-03-09 03:28:34.873688 | fa163ec7-a901-54db-878b-000000000481 | CHANGED | Restart tuned | standalone 2026-03-09 03:28:34.874775 | fa163ec7-a901-54db-878b-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.901573 | 1.78s 2026-03-09 03:28:34.894041 | fa163ec7-a901-54db-878b-000000000457 | TASK | Check for tuned-adm 2026-03-09 03:28:35.123435 | fa163ec7-a901-54db-878b-000000000457 | OK | Check for tuned-adm | standalone 2026-03-09 03:28:35.124202 | fa163ec7-a901-54db-878b-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:38.151003 | 0.23s 2026-03-09 03:28:35.179002 | fa163ec7-a901-54db-878b-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.205782 | 0.04s 2026-03-09 03:28:35.208981 | 4fa145c9-ec9d-4bfb-9e8a-97543e32280f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-09 03:28:35.243517 | fa163ec7-a901-54db-878b-0000000004b6 | TASK | Ensure profile directory exists 2026-03-09 03:28:35.300720 | fa163ec7-a901-54db-878b-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-09 03:28:35.301682 | fa163ec7-a901-54db-878b-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.328477 | 0.06s 2026-03-09 03:28:35.322103 | fa163ec7-a901-54db-878b-0000000004b7 | TASK | Create custom tuned profile 2026-03-09 03:28:35.371552 | fa163ec7-a901-54db-878b-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-09 03:28:35.372459 | fa163ec7-a901-54db-878b-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.399256 | 0.05s 2026-03-09 03:28:35.395961 | fa163ec7-a901-54db-878b-0000000004b8 | TASK | Check tuned active profile 2026-03-09 03:28:35.758079 | fa163ec7-a901-54db-878b-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-09 03:28:35.759514 | fa163ec7-a901-54db-878b-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.786303 | 0.36s 2026-03-09 03:28:35.781432 | fa163ec7-a901-54db-878b-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-09 03:28:35.968424 | fa163ec7-a901-54db-878b-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-09 03:28:35.969747 | fa163ec7-a901-54db-878b-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.996532 | 0.19s 2026-03-09 03:28:35.995747 | fa163ec7-a901-54db-878b-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-09 03:28:36.059571 | fa163ec7-a901-54db-878b-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-09 03:28:36.061110 | fa163ec7-a901-54db-878b-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.087897 | 0.06s 2026-03-09 03:28:36.091648 | fa163ec7-a901-54db-878b-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-09 03:28:36.154489 | fa163ec7-a901-54db-878b-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-09 03:28:36.155774 | fa163ec7-a901-54db-878b-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.182562 | 0.06s 2026-03-09 03:28:36.183574 | fa163ec7-a901-54db-878b-0000000004bc | TASK | Enable tuned profile 2026-03-09 03:28:37.609006 | fa163ec7-a901-54db-878b-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-09 03:28:37.610291 | fa163ec7-a901-54db-878b-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.637085 | 1.43s 2026-03-09 03:28:37.660562 | fa163ec7-a901-54db-878b-000000000417 | TASK | Configure kernel args and reboot 2026-03-09 03:28:37.710917 | fa163ec7-a901-54db-878b-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.737699 | 0.05s 2026-03-09 03:28:37.859473 | fa163ec7-a901-54db-878b-000000000569 | TASK | Get the command line args of the node 2026-03-09 03:28:38.096258 | fa163ec7-a901-54db-878b-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-09 03:28:38.096975 | fa163ec7-a901-54db-878b-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.123775 | 0.24s 2026-03-09 03:28:38.119062 | fa163ec7-a901-54db-878b-00000000056b | TASK | Check if node has a nova.conf 2026-03-09 03:28:38.364155 | fa163ec7-a901-54db-878b-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-09 03:28:38.365361 | fa163ec7-a901-54db-878b-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.392151 | 0.24s 2026-03-09 03:28:38.391426 | fa163ec7-a901-54db-878b-00000000056d | TASK | Warn operator about workload protection 2026-03-09 03:28:38.430275 | fa163ec7-a901-54db-878b-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-09 03:28:38.431560 | fa163ec7-a901-54db-878b-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.458343 | 0.04s 2026-03-09 03:28:38.458105 | fa163ec7-a901-54db-878b-00000000056e | TASK | Setting defer reboot fact 2026-03-09 03:28:38.486754 | fa163ec7-a901-54db-878b-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-09 03:28:38.488129 | fa163ec7-a901-54db-878b-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.514917 | 0.03s 2026-03-09 03:28:38.523661 | fa163ec7-a901-54db-878b-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-09 03:28:38.554793 | fa163ec7-a901-54db-878b-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.581571 | 0.03s 2026-03-09 03:28:38.583313 | fa163ec7-a901-54db-878b-000000000575 | TASK | Find hugepages in cmdline 2026-03-09 03:28:38.633805 | fa163ec7-a901-54db-878b-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-09 03:28:38.635485 | fa163ec7-a901-54db-878b-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.662267 | 0.05s 2026-03-09 03:28:38.663377 | fa163ec7-a901-54db-878b-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-09 03:28:38.713300 | fa163ec7-a901-54db-878b-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-09 03:28:38.714634 | fa163ec7-a901-54db-878b-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.741423 | 0.05s 2026-03-09 03:28:38.741192 | fa163ec7-a901-54db-878b-00000000057a | TASK | Find desired default hugepage size 2026-03-09 03:28:38.779599 | fa163ec7-a901-54db-878b-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-09 03:28:38.780795 | fa163ec7-a901-54db-878b-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.807585 | 0.04s 2026-03-09 03:28:38.807061 | fa163ec7-a901-54db-878b-00000000057c | TASK | Storing non-configured hugepages 2026-03-09 03:28:38.835151 | fa163ec7-a901-54db-878b-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.861931 | 0.03s 2026-03-09 03:28:38.861753 | fa163ec7-a901-54db-878b-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-09 03:28:38.900165 | fa163ec7-a901-54db-878b-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-09 03:28:38.901423 | fa163ec7-a901-54db-878b-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.928213 | 0.04s 2026-03-09 03:28:38.927179 | fa163ec7-a901-54db-878b-00000000057f | TASK | Determining the default hugepagesz 2026-03-09 03:28:38.959255 | fa163ec7-a901-54db-878b-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-09 03:28:38.960738 | fa163ec7-a901-54db-878b-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.987527 | 0.03s 2026-03-09 03:28:38.986957 | fa163ec7-a901-54db-878b-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-09 03:28:39.026452 | fa163ec7-a901-54db-878b-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-09 03:28:39.027751 | fa163ec7-a901-54db-878b-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:42.054541 | 0.04s 2026-03-09 03:28:39.054498 | fa163ec7-a901-54db-878b-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-09 03:28:39.104333 | fa163ec7-a901-54db-878b-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-09 03:28:39.105668 | fa163ec7-a901-54db-878b-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:42.132459 | 0.05s 2026-03-09 03:28:39.130979 | fa163ec7-a901-54db-878b-000000000583 | TASK | Warn about possible modifications 2026-03-09 03:28:39.180239 | fa163ec7-a901-54db-878b-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-09 03:28:39.181520 | fa163ec7-a901-54db-878b-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.208308 | 0.05s 2026-03-09 03:28:39.208073 | fa163ec7-a901-54db-878b-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-09 03:28:39.253782 | fa163ec7-a901-54db-878b-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-09 03:28:39.255089 | fa163ec7-a901-54db-878b-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.281880 | 0.05s 2026-03-09 03:28:39.281306 | fa163ec7-a901-54db-878b-000000000585 | TASK | Cleaning up whitespaces 2026-03-09 03:28:39.323210 | fa163ec7-a901-54db-878b-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-09 03:28:39.324427 | fa163ec7-a901-54db-878b-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.351218 | 0.04s 2026-03-09 03:28:39.350907 | fa163ec7-a901-54db-878b-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-09 03:28:39.701903 | fa163ec7-a901-54db-878b-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-09 03:28:39.703261 | fa163ec7-a901-54db-878b-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.730052 | 0.35s 2026-03-09 03:28:39.729453 | fa163ec7-a901-54db-878b-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-09 03:28:39.792120 | fa163ec7-a901-54db-878b-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-09 03:28:39.793550 | fa163ec7-a901-54db-878b-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.820333 | 0.06s 2026-03-09 03:28:39.824441 | fa163ec7-a901-54db-878b-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-09 03:28:39.887549 | fa163ec7-a901-54db-878b-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-09 03:28:39.888745 | fa163ec7-a901-54db-878b-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.915534 | 0.06s 2026-03-09 03:28:39.910327 | fa163ec7-a901-54db-878b-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-09 03:28:39.969345 | fa163ec7-a901-54db-878b-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-09 03:28:39.970208 | fa163ec7-a901-54db-878b-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.997005 | 0.06s 2026-03-09 03:28:39.987764 | fa163ec7-a901-54db-878b-00000000058c | TASK | Generate grub config 2026-03-09 03:28:40.047295 | fa163ec7-a901-54db-878b-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-09 03:28:40.048143 | fa163ec7-a901-54db-878b-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:43.074940 | 0.06s 2026-03-09 03:28:40.074208 | fa163ec7-a901-54db-878b-000000000590 | TASK | Get the block device that /boot is on 2026-03-09 03:28:40.135652 | fa163ec7-a901-54db-878b-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-09 03:28:40.136926 | fa163ec7-a901-54db-878b-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.163718 | 0.06s 2026-03-09 03:28:40.163491 | fa163ec7-a901-54db-878b-000000000591 | TASK | Get the mount point that /boot is in 2026-03-09 03:28:40.216955 | fa163ec7-a901-54db-878b-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-09 03:28:40.218218 | fa163ec7-a901-54db-878b-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.245006 | 0.05s 2026-03-09 03:28:40.244398 | fa163ec7-a901-54db-878b-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-09 03:28:40.306387 | fa163ec7-a901-54db-878b-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-09 03:28:40.307150 | fa163ec7-a901-54db-878b-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.333949 | 0.06s 2026-03-09 03:28:40.325779 | fa163ec7-a901-54db-878b-000000000593 | TASK | Executed script to fix grub-menu 2026-03-09 03:28:40.381814 | fa163ec7-a901-54db-878b-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-09 03:28:40.382575 | fa163ec7-a901-54db-878b-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.409374 | 0.06s 2026-03-09 03:28:40.400749 | fa163ec7-a901-54db-878b-000000000594 | TASK | Check grub config paths 2026-03-09 03:28:40.465032 | fa163ec7-a901-54db-878b-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-09 03:28:40.477252 | fa163ec7-a901-54db-878b-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-09 03:28:40.481458 | fa163ec7-a901-54db-878b-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.508253 | 0.08s 2026-03-09 03:28:40.501100 | fa163ec7-a901-54db-878b-000000000595 | TASK | Write EFI grub.cfg 2026-03-09 03:28:40.552073 | fa163ec7-a901-54db-878b-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-09 03:28:40.565959 | fa163ec7-a901-54db-878b-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-09 03:28:40.578466 | fa163ec7-a901-54db-878b-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.605247 | 0.08s 2026-03-09 03:28:40.606040 | fa163ec7-a901-54db-878b-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-09 03:28:40.668646 | fa163ec7-a901-54db-878b-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-09 03:28:40.669985 | fa163ec7-a901-54db-878b-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.696774 | 0.06s 2026-03-09 03:28:40.698697 | fa163ec7-a901-54db-878b-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-09 03:28:40.763095 | fa163ec7-a901-54db-878b-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-09 03:28:40.764489 | fa163ec7-a901-54db-878b-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.791276 | 0.06s 2026-03-09 03:28:40.793479 | fa163ec7-a901-54db-878b-000000000598 | TASK | Execute grub2-mkconfig 2026-03-09 03:28:40.856283 | fa163ec7-a901-54db-878b-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-09 03:28:40.857475 | fa163ec7-a901-54db-878b-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.884264 | 0.06s 2026-03-09 03:28:40.883630 | fa163ec7-a901-54db-878b-000000000599 | TASK | Check for active tuned profile 2026-03-09 03:28:40.945608 | fa163ec7-a901-54db-878b-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-09 03:28:40.946896 | fa163ec7-a901-54db-878b-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.973685 | 0.06s 2026-03-09 03:28:40.975094 | fa163ec7-a901-54db-878b-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-09 03:28:41.036580 | fa163ec7-a901-54db-878b-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-09 03:28:41.037942 | fa163ec7-a901-54db-878b-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:44.064730 | 0.06s 2026-03-09 03:28:41.064550 | fa163ec7-a901-54db-878b-00000000059b | TASK | Set reboot required fact 2026-03-09 03:28:41.125342 | fa163ec7-a901-54db-878b-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-09 03:28:41.127542 | fa163ec7-a901-54db-878b-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:44.154333 | 0.06s 2026-03-09 03:28:41.154275 | fa163ec7-a901-54db-878b-00000000059d | TASK | Apply DPDK workarounds 2026-03-09 03:28:41.206186 | fa163ec7-a901-54db-878b-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-09 03:28:41.207518 | fa163ec7-a901-54db-878b-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.234306 | 0.05s 2026-03-09 03:28:41.233366 | fa163ec7-a901-54db-878b-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-09 03:28:41.271828 | fa163ec7-a901-54db-878b-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-09 03:28:41.273178 | fa163ec7-a901-54db-878b-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.299962 | 0.04s 2026-03-09 03:28:41.299581 | fa163ec7-a901-54db-878b-0000000005a0 | TASK | Load modules 2026-03-09 03:28:41.348364 | fa163ec7-a901-54db-878b-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-09 03:28:41.355114 | fa163ec7-a901-54db-878b-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.381886 | 0.05s 2026-03-09 03:28:41.382310 | fa163ec7-a901-54db-878b-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-09 03:28:41.429430 | fa163ec7-a901-54db-878b-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-09 03:28:41.435643 | fa163ec7-a901-54db-878b-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.462424 | 0.05s 2026-03-09 03:28:41.463493 | fa163ec7-a901-54db-878b-0000000005a4 | TASK | Drop module persistence 2026-03-09 03:28:41.516050 | fa163ec7-a901-54db-878b-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-09 03:28:41.527990 | fa163ec7-a901-54db-878b-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.554771 | 0.06s 2026-03-09 03:28:41.556734 | fa163ec7-a901-54db-878b-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-09 03:28:41.586343 | fa163ec7-a901-54db-878b-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-09 03:28:41.598765 | fa163ec7-a901-54db-878b-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.625549 | 0.04s 2026-03-09 03:28:41.629433 | fa163ec7-a901-54db-878b-0000000005a8 | TASK | Modules reload 2026-03-09 03:28:41.669177 | fa163ec7-a901-54db-878b-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-09 03:28:41.670417 | fa163ec7-a901-54db-878b-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.697206 | 0.04s 2026-03-09 03:28:41.696241 | fa163ec7-a901-54db-878b-0000000005aa | TASK | Reboot tasks 2026-03-09 03:28:41.757722 | fa163ec7-a901-54db-878b-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-09 03:28:41.758918 | fa163ec7-a901-54db-878b-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.785707 | 0.06s 2026-03-09 03:28:41.784221 | fa163ec7-a901-54db-878b-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-09 03:28:41.834504 | fa163ec7-a901-54db-878b-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-09 03:28:41.835935 | fa163ec7-a901-54db-878b-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.862722 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-09 03:28:42.016526 | fa163ec7-a901-54db-878b-00000000003f | TASK | Server pre-network deployments 2026-03-09 03:28:42.043435 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-00000000003f') missing from stats 2026-03-09 03:28:42.063946 | fa163ec7-a901-54db-878b-000000000043 | TASK | Hiera config 2026-03-09 03:28:42.091045 | fa163ec7-a901-54db-878b-000000000043 | TIMING | Hiera config | standalone | 0:00:45.117815 | 0.03s 2026-03-09 03:28:42.132055 | fa163ec7-a901-54db-878b-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-09 03:28:42.363327 | fa163ec7-a901-54db-878b-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-09 03:28:42.364757 | fa163ec7-a901-54db-878b-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.391547 | 0.23s 2026-03-09 03:28:42.390602 | fa163ec7-a901-54db-878b-000000000722 | TASK | Write hiera config 2026-03-09 03:28:42.860314 | fa163ec7-a901-54db-878b-000000000722 | CHANGED | Write hiera config | standalone 2026-03-09 03:28:42.861979 | fa163ec7-a901-54db-878b-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.888770 | 0.47s 2026-03-09 03:28:42.910915 | fa163ec7-a901-54db-878b-000000000044 | TASK | Hiera symlink 2026-03-09 03:28:43.131618 | fa163ec7-a901-54db-878b-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-09 03:28:43.132972 | fa163ec7-a901-54db-878b-000000000044 | TIMING | Hiera symlink | standalone | 0:00:46.159763 | 0.22s 2026-03-09 03:28:43.157515 | fa163ec7-a901-54db-878b-000000000045 | TASK | Hieradata from vars 2026-03-09 03:28:43.185410 | fa163ec7-a901-54db-878b-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:46.212192 | 0.03s 2026-03-09 03:28:43.245961 | fa163ec7-a901-54db-878b-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-09 03:28:43.702154 | fa163ec7-a901-54db-878b-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-09 03:28:43.702988 | fa163ec7-a901-54db-878b-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.729786 | 0.46s 2026-03-09 03:28:43.720532 | fa163ec7-a901-54db-878b-00000000077d | TASK | Render hieradata from template 2026-03-09 03:28:44.246211 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-09 03:28:44.247834 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.274619 | 0.53s 2026-03-09 03:28:44.790080 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-09 03:28:44.790779 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.817580 | 1.07s 2026-03-09 03:28:45.402770 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-09 03:28:45.403499 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.430298 | 1.68s 2026-03-09 03:28:45.860299 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-09 03:28:45.862627 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.889410 | 2.14s 2026-03-09 03:28:46.268549 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-09 03:28:46.269295 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.296094 | 2.55s 2026-03-09 03:28:46.627056 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-09 03:28:46.627812 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.654612 | 2.91s 2026-03-09 03:28:47.041339 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-09 03:28:47.042935 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.069733 | 3.32s 2026-03-09 03:28:47.499212 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-09 03:28:47.499889 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.526688 | 3.78s 2026-03-09 03:28:47.975671 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-09 03:28:47.977153 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.003939 | 4.26s 2026-03-09 03:28:48.485665 | fa163ec7-a901-54db-878b-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-09 03:28:48.487657 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.514457 | 4.77s 2026-03-09 03:28:48.500933 | fa163ec7-a901-54db-878b-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.527715 | 4.78s 2026-03-09 03:28:48.551429 | fa163ec7-a901-54db-878b-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-09 03:28:48.581212 | fa163ec7-a901-54db-878b-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.607993 | 0.03s 2026-03-09 03:28:48.649771 | fa163ec7-a901-54db-878b-000000000821 | TASK | Check for hieradata file 2026-03-09 03:28:48.882862 | fa163ec7-a901-54db-878b-000000000821 | OK | Check for hieradata file | standalone 2026-03-09 03:28:48.884060 | fa163ec7-a901-54db-878b-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.910812 | 0.23s 2026-03-09 03:28:48.910497 | fa163ec7-a901-54db-878b-000000000823 | TASK | Get existing data 2026-03-09 03:28:48.953788 | fa163ec7-a901-54db-878b-000000000823 | SKIPPED | Get existing data | standalone 2026-03-09 03:28:48.954815 | fa163ec7-a901-54db-878b-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.981609 | 0.04s 2026-03-09 03:28:48.980669 | fa163ec7-a901-54db-878b-000000000824 | TASK | Set data fact 2026-03-09 03:28:49.031686 | fa163ec7-a901-54db-878b-000000000824 | SKIPPED | Set data fact | standalone 2026-03-09 03:28:49.033043 | fa163ec7-a901-54db-878b-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.059803 | 0.05s 2026-03-09 03:28:49.060653 | fa163ec7-a901-54db-878b-000000000826 | TASK | Write ansible hieradata file 2026-03-09 03:28:49.533974 | fa163ec7-a901-54db-878b-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-09 03:28:49.534853 | fa163ec7-a901-54db-878b-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.561653 | 0.47s 2026-03-09 03:28:49.630186 | fa163ec7-a901-54db-878b-000000000047 | TIMING | include_tasks | standalone | 0:00:52.656973 | 0.06s PLAY [Server network deployments] ********************************************** 2026-03-09 03:28:49.781915 | fa163ec7-a901-54db-878b-00000000004b | TASK | Network Configuration 2026-03-09 03:28:49.807874 | fa163ec7-a901-54db-878b-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-00000000004b') missing from stats 2026-03-09 03:28:49.831116 | fa163ec7-a901-54db-878b-00000000004c | TASK | Check NetworkConfig script existence 2026-03-09 03:28:49.856815 | fa163ec7-a901-54db-878b-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-09 03:28:49.857971 | fa163ec7-a901-54db-878b-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.884759 | 0.03s 2026-03-09 03:28:49.883452 | fa163ec7-a901-54db-878b-000000000052 | TASK | Gather SELinux fact if needed 2026-03-09 03:28:49.934328 | fa163ec7-a901-54db-878b-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-09 03:28:49.935559 | fa163ec7-a901-54db-878b-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.962350 | 0.05s 2026-03-09 03:28:49.960116 | fa163ec7-a901-54db-878b-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-09 03:28:50.672801 | fa163ec7-a901-54db-878b-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-09 03:28:50.674300 | fa163ec7-a901-54db-878b-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.701088 | 0.71s 2026-03-09 03:28:50.701105 | fa163ec7-a901-54db-878b-000000000054 | TASK | Ensure requirements are satisfied 2026-03-09 03:28:50.730398 | fa163ec7-a901-54db-878b-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.757178 | 0.03s 2026-03-09 03:28:50.803160 | fa163ec7-a901-54db-878b-0000000008bf | TASK | Gather facts if they don't exist 2026-03-09 03:28:50.851226 | fa163ec7-a901-54db-878b-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-09 03:28:50.852714 | fa163ec7-a901-54db-878b-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.879503 | 0.05s 2026-03-09 03:28:50.873834 | fa163ec7-a901-54db-878b-0000000008c0 | TASK | Gather variables for each operating system 2026-03-09 03:28:50.998121 | fa163ec7-a901-54db-878b-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-09 03:28:51.010993 | fa163ec7-a901-54db-878b-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.037774 | 0.14s 2026-03-09 03:28:51.036495 | fa163ec7-a901-54db-878b-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-09 03:28:51.314701 | fa163ec7-a901-54db-878b-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-09 03:28:51.316345 | fa163ec7-a901-54db-878b-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.343130 | 0.28s 2026-03-09 03:28:51.342171 | fa163ec7-a901-54db-878b-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-09 03:28:51.375712 | fa163ec7-a901-54db-878b-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-09 03:28:51.377257 | fa163ec7-a901-54db-878b-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.404039 | 0.03s 2026-03-09 03:28:51.406698 | fa163ec7-a901-54db-878b-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-09 03:28:52.356861 | fa163ec7-a901-54db-878b-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-09 03:28:52.359041 | fa163ec7-a901-54db-878b-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.385797 | 0.95s 2026-03-09 03:28:52.408091 | fa163ec7-a901-54db-878b-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-09 03:28:52.670804 | fa163ec7-a901-54db-878b-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-09 03:28:52.672044 | fa163ec7-a901-54db-878b-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.698840 | 0.26s 2026-03-09 03:28:52.710460 | fa163ec7-a901-54db-878b-000000000057 | TASK | Reload NetworkManager 2026-03-09 03:28:53.129033 | fa163ec7-a901-54db-878b-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-09 03:28:53.131173 | fa163ec7-a901-54db-878b-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.157957 | 0.42s 2026-03-09 03:28:53.158370 | fa163ec7-a901-54db-878b-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-09 03:28:53.393980 | fa163ec7-a901-54db-878b-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-09 03:28:53.395462 | fa163ec7-a901-54db-878b-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.422253 | 0.24s 2026-03-09 03:28:53.421476 | fa163ec7-a901-54db-878b-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-09 03:28:53.622155 | fa163ec7-a901-54db-878b-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-09 03:28:53.623412 | fa163ec7-a901-54db-878b-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.650203 | 0.20s 2026-03-09 03:28:53.648551 | fa163ec7-a901-54db-878b-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-09 03:28:53.675838 | fa163ec7-a901-54db-878b-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-09 03:28:53.676972 | fa163ec7-a901-54db-878b-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.703761 | 0.03s 2026-03-09 03:28:53.703312 | fa163ec7-a901-54db-878b-00000000005c | TASK | Ensure we get cloud-init 2026-03-09 03:28:53.940097 | fa163ec7-a901-54db-878b-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-09 03:28:53.941400 | fa163ec7-a901-54db-878b-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.968192 | 0.24s 2026-03-09 03:28:53.967228 | fa163ec7-a901-54db-878b-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-09 03:28:54.219382 | fa163ec7-a901-54db-878b-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-09 03:28:54.220208 | fa163ec7-a901-54db-878b-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.247007 | 0.25s 2026-03-09 03:28:54.245546 | fa163ec7-a901-54db-878b-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-09 03:28:54.636874 | fa163ec7-a901-54db-878b-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-09 03:28:54.637820 | fa163ec7-a901-54db-878b-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.664617 | 0.39s 2026-03-09 03:28:54.655547 | fa163ec7-a901-54db-878b-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-09 03:28:54.713943 | fa163ec7-a901-54db-878b-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-09 03:28:54.715524 | fa163ec7-a901-54db-878b-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.742313 | 0.06s 2026-03-09 03:28:54.741918 | fa163ec7-a901-54db-878b-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-09 03:28:55.004872 | fa163ec7-a901-54db-878b-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-09 03:28:55.006422 | fa163ec7-a901-54db-878b-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:58.033212 | 0.26s 2026-03-09 03:28:55.032683 | fa163ec7-a901-54db-878b-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-09 03:28:55.104722 | fa163ec7-a901-54db-878b-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.131502 | 0.07s 2026-03-09 03:28:55.130824 | 0c04386d-aee2-4268-82ba-cd4286be6364 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-09 03:28:55.163384 | fa163ec7-a901-54db-878b-000000000909 | TASK | Set nic_config_file fact 2026-03-09 03:28:55.245301 | fa163ec7-a901-54db-878b-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-09 03:28:55.246600 | fa163ec7-a901-54db-878b-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.273388 | 0.08s 2026-03-09 03:28:55.272807 | fa163ec7-a901-54db-878b-00000000090a | TASK | Render overidden network config 2026-03-09 03:28:55.354374 | fa163ec7-a901-54db-878b-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-09 03:28:55.355648 | fa163ec7-a901-54db-878b-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.382436 | 0.08s 2026-03-09 03:28:55.380985 | fa163ec7-a901-54db-878b-00000000090b | TASK | Render network_config 2026-03-09 03:28:55.445583 | fa163ec7-a901-54db-878b-00000000090b | SKIPPED | Render network_config | standalone 2026-03-09 03:28:55.446839 | fa163ec7-a901-54db-878b-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.473629 | 0.06s 2026-03-09 03:28:55.473427 | fa163ec7-a901-54db-878b-00000000090c | TASK | Render network_config from template 2026-03-09 03:28:56.005638 | fa163ec7-a901-54db-878b-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-09 03:28:56.007214 | fa163ec7-a901-54db-878b-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:59.033998 | 0.53s 2026-03-09 03:28:56.035002 | fa163ec7-a901-54db-878b-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=508246053203.46712 2026-03-09 03:29:00.029919 | fa163ec7-a901-54db-878b-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-09 03:29:00.031163 | fa163ec7-a901-54db-878b-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:03.057947 | 3.99s 2026-03-09 03:29:00.053305 | fa163ec7-a901-54db-878b-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-09 03:29:00.499985 | fa163ec7-a901-54db-878b-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-09 03:29:00.501300 | fa163ec7-a901-54db-878b-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.528091 | 0.45s 2026-03-09 03:29:00.525949 | fa163ec7-a901-54db-878b-000000000065 | TASK | Disable cloud-init network config 2026-03-09 03:29:01.007150 | fa163ec7-a901-54db-878b-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-09 03:29:01.008093 | fa163ec7-a901-54db-878b-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.034886 | 0.48s 2026-03-09 03:29:01.028336 | fa163ec7-a901-54db-878b-000000000066 | TASK | Ensure network service is enabled 2026-03-09 03:29:01.452559 | fa163ec7-a901-54db-878b-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-09 03:29:01.453932 | fa163ec7-a901-54db-878b-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.480727 | 0.42s PLAY [Server network validation] *********************************************** 2026-03-09 03:29:01.600679 | fa163ec7-a901-54db-878b-000000000096 | TASK | Basic Network Validation 2026-03-09 03:29:01.618248 | fa163ec7-a901-54db-878b-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.645036 | 0.02s 2026-03-09 03:29:01.661524 | fa163ec7-a901-54db-878b-000000000945 | TASK | Collect default network fact 2026-03-09 03:29:02.229404 | fa163ec7-a901-54db-878b-000000000945 | OK | Collect default network fact | standalone 2026-03-09 03:29:02.230227 | fa163ec7-a901-54db-878b-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.257023 | 0.57s 2026-03-09 03:29:02.254804 | fa163ec7-a901-54db-878b-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-09 03:29:02.284686 | fa163ec7-a901-54db-878b-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-09 03:29:02.285941 | fa163ec7-a901-54db-878b-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.312730 | 0.03s 2026-03-09 03:29:02.311539 | fa163ec7-a901-54db-878b-000000000947 | TASK | Check all networks Gateway availability 2026-03-09 03:29:02.339223 | fa163ec7-a901-54db-878b-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.366002 | 0.03s 2026-03-09 03:29:02.365247 | fa163ec7-a901-54db-878b-000000000949 | TASK | Check Controllers availability 2026-03-09 03:29:02.416963 | fa163ec7-a901-54db-878b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-09 03:29:02.424109 | fa163ec7-a901-54db-878b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-09 03:29:02.429610 | fa163ec7-a901-54db-878b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-09 03:29:02.435898 | fa163ec7-a901-54db-878b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-09 03:29:02.443720 | fa163ec7-a901-54db-878b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-09 03:29:02.450251 | fa163ec7-a901-54db-878b-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-09 03:29:02.456960 | fa163ec7-a901-54db-878b-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.483737 | 0.09s 2026-03-09 03:29:02.476321 | fa163ec7-a901-54db-878b-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-09 03:29:02.505725 | fa163ec7-a901-54db-878b-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-09 03:29:02.507050 | fa163ec7-a901-54db-878b-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.533817 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-09 03:29:02.658597 | fa163ec7-a901-54db-878b-00000000009a | TASK | Server pre deployments 2026-03-09 03:29:02.678187 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-00000000009a') missing from stats 2026-03-09 03:29:02.699748 | fa163ec7-a901-54db-878b-00000000009e | TASK | Hiera config 2026-03-09 03:29:02.726008 | fa163ec7-a901-54db-878b-00000000009e | TIMING | Hiera config | standalone | 0:01:05.752795 | 0.03s 2026-03-09 03:29:02.769007 | fa163ec7-a901-54db-878b-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-09 03:29:03.007798 | fa163ec7-a901-54db-878b-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-09 03:29:03.008635 | fa163ec7-a901-54db-878b-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.035434 | 0.24s 2026-03-09 03:29:03.026409 | fa163ec7-a901-54db-878b-00000000099f | TASK | Write hiera config 2026-03-09 03:29:03.448033 | fa163ec7-a901-54db-878b-00000000099f | OK | Write hiera config | standalone 2026-03-09 03:29:03.448819 | fa163ec7-a901-54db-878b-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.475618 | 0.42s 2026-03-09 03:29:03.484036 | fa163ec7-a901-54db-878b-00000000009f | TASK | Hiera symlink 2026-03-09 03:29:03.680741 | fa163ec7-a901-54db-878b-00000000009f | OK | Hiera symlink | standalone 2026-03-09 03:29:03.681972 | fa163ec7-a901-54db-878b-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.708764 | 0.20s 2026-03-09 03:29:03.709909 | fa163ec7-a901-54db-878b-0000000000a0 | TASK | Hieradata from vars 2026-03-09 03:29:03.737393 | fa163ec7-a901-54db-878b-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.764171 | 0.03s 2026-03-09 03:29:03.797273 | fa163ec7-a901-54db-878b-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-09 03:29:04.210366 | fa163ec7-a901-54db-878b-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-09 03:29:04.211646 | fa163ec7-a901-54db-878b-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.238436 | 0.41s 2026-03-09 03:29:04.236776 | fa163ec7-a901-54db-878b-0000000009fa | TASK | Render hieradata from template 2026-03-09 03:29:04.777540 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-09 03:29:04.778458 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.805254 | 0.54s 2026-03-09 03:29:05.322494 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-09 03:29:05.323174 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.349973 | 1.09s 2026-03-09 03:29:05.950333 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-09 03:29:05.951140 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.977939 | 1.71s 2026-03-09 03:29:06.452674 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-09 03:29:06.454367 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.481167 | 2.22s 2026-03-09 03:29:06.971332 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-09 03:29:06.971949 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.998749 | 2.73s 2026-03-09 03:29:07.419593 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-09 03:29:07.420254 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.447053 | 3.18s 2026-03-09 03:29:07.915964 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-09 03:29:07.917630 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.944429 | 3.68s 2026-03-09 03:29:08.343868 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-09 03:29:08.345588 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.372385 | 4.11s 2026-03-09 03:29:08.749777 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-09 03:29:08.752061 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.778813 | 4.51s 2026-03-09 03:29:09.146900 | fa163ec7-a901-54db-878b-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-09 03:29:09.148893 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.175692 | 4.91s 2026-03-09 03:29:09.163365 | fa163ec7-a901-54db-878b-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.190149 | 4.93s 2026-03-09 03:29:09.218415 | fa163ec7-a901-54db-878b-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-09 03:29:09.247562 | fa163ec7-a901-54db-878b-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.274343 | 0.03s 2026-03-09 03:29:09.306506 | fa163ec7-a901-54db-878b-000000000a9e | TASK | Check for hieradata file 2026-03-09 03:29:09.517329 | fa163ec7-a901-54db-878b-000000000a9e | OK | Check for hieradata file | standalone 2026-03-09 03:29:09.518763 | fa163ec7-a901-54db-878b-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.545552 | 0.21s 2026-03-09 03:29:09.544104 | fa163ec7-a901-54db-878b-000000000aa0 | TASK | Get existing data 2026-03-09 03:29:09.576956 | fa163ec7-a901-54db-878b-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-09 03:29:09.578336 | fa163ec7-a901-54db-878b-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.605125 | 0.03s 2026-03-09 03:29:09.604826 | fa163ec7-a901-54db-878b-000000000aa1 | TASK | Set data fact 2026-03-09 03:29:09.654811 | fa163ec7-a901-54db-878b-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-09 03:29:09.656207 | fa163ec7-a901-54db-878b-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.682997 | 0.05s 2026-03-09 03:29:09.676853 | fa163ec7-a901-54db-878b-000000000aa3 | TASK | Write ansible hieradata file 2026-03-09 03:29:10.208430 | fa163ec7-a901-54db-878b-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-09 03:29:10.209808 | fa163ec7-a901-54db-878b-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.236598 | 0.53s 2026-03-09 03:29:10.308865 | fa163ec7-a901-54db-878b-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.335636 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-03-09 03:29:10.461921 | fa163ec7-a901-54db-878b-0000000000a6 | TASK | Host prep steps 2026-03-09 03:29:10.489499 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000a6') missing from stats 2026-03-09 03:29:10.564295 | fa163ec7-a901-54db-878b-0000000000a7 | TASK | Deploy Artifacts 2026-03-09 03:29:10.675586 | fa163ec7-a901-54db-878b-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-09 03:29:10.676978 | fa163ec7-a901-54db-878b-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.703764 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:29:10.745530 | fa163ec7-a901-54db-878b-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.772312 | 0.04s 2026-03-09 03:29:10.959237 | de3c13fe-0eef-40cd-bae1-f32f5d1511a8 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/host_prep_tasks.yaml | standalone 2026-03-09 03:29:11.017457 | fa163ec7-a901-54db-878b-000000000b1e | TASK | Run firewall role 2026-03-09 03:29:11.045529 | fa163ec7-a901-54db-878b-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.072315 | 0.03s 2026-03-09 03:29:11.105396 | fa163ec7-a901-54db-878b-000000000c1d | TASK | Gather variables for each operating system 2026-03-09 03:29:11.201495 | fa163ec7-a901-54db-878b-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-09 03:29:11.202668 | fa163ec7-a901-54db-878b-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.229457 | 0.10s 2026-03-09 03:29:11.208553 | fa163ec7-a901-54db-878b-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.235344 | 0.10s 2026-03-09 03:29:11.228472 | fa163ec7-a901-54db-878b-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-09 03:29:14.505354 | fa163ec7-a901-54db-878b-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-09 03:29:14.506481 | fa163ec7-a901-54db-878b-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.533277 | 3.28s 2026-03-09 03:29:14.528858 | fa163ec7-a901-54db-878b-000000000c22 | TASK | Create empty var for masquerade rules 2026-03-09 03:29:14.570348 | fa163ec7-a901-54db-878b-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-03-09 03:29:14.571780 | fa163ec7-a901-54db-878b-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.598570 | 0.04s 2026-03-09 03:29:14.599137 | fa163ec7-a901-54db-878b-000000000c23 | TASK | Enable masquerade 2026-03-09 03:29:14.649504 | fa163ec7-a901-54db-878b-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-03-09 03:29:14.650729 | fa163ec7-a901-54db-878b-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.677519 | 0.05s 2026-03-09 03:29:14.676059 | fa163ec7-a901-54db-878b-000000000c24 | TASK | Set the default frontend firewall rules 2026-03-09 03:29:14.716582 | fa163ec7-a901-54db-878b-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-03-09 03:29:14.717850 | fa163ec7-a901-54db-878b-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.744643 | 0.04s 2026-03-09 03:29:14.742933 | fa163ec7-a901-54db-878b-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-09 03:29:14.793477 | fa163ec7-a901-54db-878b-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-09 03:29:14.794996 | fa163ec7-a901-54db-878b-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.821787 | 0.05s 2026-03-09 03:29:14.820771 | fa163ec7-a901-54db-878b-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-03-09 03:29:14.873676 | fa163ec7-a901-54db-878b-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-03-09 03:29:14.875757 | fa163ec7-a901-54db-878b-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.902544 | 0.05s 2026-03-09 03:29:14.903964 | fa163ec7-a901-54db-878b-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-03-09 03:29:14.944284 | fa163ec7-a901-54db-878b-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-09 03:29:14.946147 | fa163ec7-a901-54db-878b-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.972928 | 0.04s 2026-03-09 03:29:14.971933 | fa163ec7-a901-54db-878b-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-03-09 03:29:15.005842 | fa163ec7-a901-54db-878b-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-09 03:29:15.007556 | fa163ec7-a901-54db-878b-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.034339 | 0.03s 2026-03-09 03:29:15.032762 | fa163ec7-a901-54db-878b-000000000c2d | TASK | Enable LOG rules 2026-03-09 03:29:15.062260 | fa163ec7-a901-54db-878b-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-03-09 03:29:15.063366 | fa163ec7-a901-54db-878b-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.090155 | 0.03s 2026-03-09 03:29:15.089199 | fa163ec7-a901-54db-878b-000000000c2e | TASK | Set rule fact 2026-03-09 03:29:15.185236 | fa163ec7-a901-54db-878b-000000000c2e | OK | Set rule fact | standalone 2026-03-09 03:29:15.189244 | fa163ec7-a901-54db-878b-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.216032 | 0.10s 2026-03-09 03:29:15.218421 | fa163ec7-a901-54db-878b-000000000c2f | TASK | Manage rules via nftables 2026-03-09 03:29:15.240466 | fa163ec7-a901-54db-878b-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:18.267253 | 0.02s 2026-03-09 03:29:15.319608 | fa163ec7-a901-54db-878b-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.346393 | 0.02s 2026-03-09 03:29:15.339686 | ea1285e1-132c-40ca-be0e-fafc0e7dff0e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-09 03:29:15.369504 | fa163ec7-a901-54db-878b-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-03-09 03:29:15.730695 | fa163ec7-a901-54db-878b-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-09 03:29:15.734890 | fa163ec7-a901-54db-878b-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.761663 | 0.36s 2026-03-09 03:29:16.066385 | fa163ec7-a901-54db-878b-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-09 03:29:16.068150 | fa163ec7-a901-54db-878b-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.094947 | 0.70s 2026-03-09 03:29:16.080627 | fa163ec7-a901-54db-878b-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.107413 | 0.71s 2026-03-09 03:29:16.104957 | fa163ec7-a901-54db-878b-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-03-09 03:29:17.817787 | fa163ec7-a901-54db-878b-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-09 03:29:17.818833 | fa163ec7-a901-54db-878b-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.845628 | 1.71s 2026-03-09 03:29:17.837625 | fa163ec7-a901-54db-878b-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-03-09 03:29:17.874755 | fa163ec7-a901-54db-878b-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-09 03:29:17.875514 | fa163ec7-a901-54db-878b-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.902313 | 0.04s 2026-03-09 03:29:17.923255 | fa163ec7-a901-54db-878b-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.950036 | 0.03s 2026-03-09 03:29:17.961217 | b0851d33-e38f-41fc-90bc-8aecfcfba7ce | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-09 03:29:18.000635 | fa163ec7-a901-54db-878b-000000000d23 | TASK | Push empty ruleset 2026-03-09 03:29:18.436001 | fa163ec7-a901-54db-878b-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-03-09 03:29:18.437419 | fa163ec7-a901-54db-878b-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.464207 | 0.44s 2026-03-09 03:29:18.466976 | fa163ec7-a901-54db-878b-000000000d24 | TASK | Load empty ruleset 2026-03-09 03:29:18.723258 | fa163ec7-a901-54db-878b-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-03-09 03:29:18.724515 | fa163ec7-a901-54db-878b-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.751305 | 0.26s 2026-03-09 03:29:18.750850 | fa163ec7-a901-54db-878b-000000000d26 | TASK | Use default rules 2026-03-09 03:29:18.823318 | fa163ec7-a901-54db-878b-000000000d26 | OK | Use default rules | standalone 2026-03-09 03:29:18.826538 | fa163ec7-a901-54db-878b-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.853328 | 0.07s 2026-03-09 03:29:18.857170 | fa163ec7-a901-54db-878b-000000000d27 | TASK | Enable LOG rules 2026-03-09 03:29:18.942290 | fa163ec7-a901-54db-878b-000000000d27 | OK | Enable LOG rules | standalone 2026-03-09 03:29:18.946289 | fa163ec7-a901-54db-878b-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.973079 | 0.09s 2026-03-09 03:29:18.976440 | fa163ec7-a901-54db-878b-000000000d29 | TASK | Get current nftables content 2026-03-09 03:29:19.226219 | fa163ec7-a901-54db-878b-000000000d29 | CHANGED | Get current nftables content | standalone 2026-03-09 03:29:19.227586 | fa163ec7-a901-54db-878b-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.254374 | 0.25s 2026-03-09 03:29:19.253958 | fa163ec7-a901-54db-878b-000000000d2b | TASK | Generate chain jumps 2026-03-09 03:29:19.811860 | fa163ec7-a901-54db-878b-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-03-09 03:29:19.813444 | fa163ec7-a901-54db-878b-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.840233 | 0.56s 2026-03-09 03:29:19.835117 | fa163ec7-a901-54db-878b-000000000d2c | TASK | Generate chain jumps 2026-03-09 03:29:20.392371 | fa163ec7-a901-54db-878b-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-03-09 03:29:20.393838 | fa163ec7-a901-54db-878b-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.420627 | 0.56s 2026-03-09 03:29:20.419948 | fa163ec7-a901-54db-878b-000000000d2d | TASK | Generate nft flushes 2026-03-09 03:29:20.909122 | fa163ec7-a901-54db-878b-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-03-09 03:29:20.910751 | fa163ec7-a901-54db-878b-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.937540 | 0.49s 2026-03-09 03:29:20.937010 | fa163ec7-a901-54db-878b-000000000d2e | TASK | Generate nft tripleo chains 2026-03-09 03:29:21.426655 | fa163ec7-a901-54db-878b-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-03-09 03:29:21.428355 | fa163ec7-a901-54db-878b-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.455139 | 0.49s 2026-03-09 03:29:21.455233 | fa163ec7-a901-54db-878b-000000000d2f | TASK | Generate nft ruleset in static file 2026-03-09 03:29:23.151226 | fa163ec7-a901-54db-878b-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-03-09 03:29:23.152763 | fa163ec7-a901-54db-878b-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.179535 | 1.70s 2026-03-09 03:29:23.179893 | fa163ec7-a901-54db-878b-000000000d31 | TASK | Validate all of the generated content before loading 2026-03-09 03:29:23.727759 | fa163ec7-a901-54db-878b-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-09 03:29:23.729205 | fa163ec7-a901-54db-878b-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.755992 | 0.55s 2026-03-09 03:29:23.756285 | fa163ec7-a901-54db-878b-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-03-09 03:29:24.027994 | fa163ec7-a901-54db-878b-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-09 03:29:24.029383 | fa163ec7-a901-54db-878b-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.056173 | 0.27s 2026-03-09 03:29:24.080601 | fa163ec7-a901-54db-878b-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.107385 | 0.03s 2026-03-09 03:29:24.094074 | 00f1e4f4-e4c0-4d49-ab4f-27c50bcce8ec | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-09 03:29:24.142605 | fa163ec7-a901-54db-878b-000000000d9a | TASK | Inject our custom chains in nftables 2026-03-09 03:29:24.383950 | fa163ec7-a901-54db-878b-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-03-09 03:29:24.385307 | fa163ec7-a901-54db-878b-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.412098 | 0.24s 2026-03-09 03:29:24.405339 | fa163ec7-a901-54db-878b-000000000d9b | TASK | Reload custom nftables ruleset files 2026-03-09 03:29:24.677919 | fa163ec7-a901-54db-878b-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-09 03:29:24.679331 | fa163ec7-a901-54db-878b-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.706120 | 0.27s 2026-03-09 03:29:24.754190 | fa163ec7-a901-54db-878b-000000000b1f | TASK | create persistent logs directory 2026-03-09 03:29:25.017660 | fa163ec7-a901-54db-878b-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-09 03:29:25.020002 | fa163ec7-a901-54db-878b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.046789 | 0.26s 2026-03-09 03:29:25.212066 | fa163ec7-a901-54db-878b-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-09 03:29:25.213981 | fa163ec7-a901-54db-878b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.240778 | 0.46s 2026-03-09 03:29:25.224891 | fa163ec7-a901-54db-878b-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.251673 | 0.47s 2026-03-09 03:29:25.251776 | fa163ec7-a901-54db-878b-000000000b20 | TASK | create persistent directories 2026-03-09 03:29:25.496768 | fa163ec7-a901-54db-878b-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-09 03:29:25.497840 | fa163ec7-a901-54db-878b-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.524636 | 0.24s 2026-03-09 03:29:25.502356 | fa163ec7-a901-54db-878b-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.529148 | 0.25s 2026-03-09 03:29:25.522915 | fa163ec7-a901-54db-878b-000000000b21 | TASK | create persistent directories 2026-03-09 03:29:25.788390 | fa163ec7-a901-54db-878b-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-09 03:29:25.790712 | fa163ec7-a901-54db-878b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.817497 | 0.27s 2026-03-09 03:29:25.988256 | fa163ec7-a901-54db-878b-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-09 03:29:25.989380 | fa163ec7-a901-54db-878b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.016172 | 0.47s 2026-03-09 03:29:25.996901 | fa163ec7-a901-54db-878b-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.023678 | 0.47s 2026-03-09 03:29:26.027827 | fa163ec7-a901-54db-878b-000000000b22 | TASK | create persistent directories 2026-03-09 03:29:26.279112 | fa163ec7-a901-54db-878b-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-09 03:29:26.281377 | fa163ec7-a901-54db-878b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.308165 | 0.25s 2026-03-09 03:29:26.291531 | fa163ec7-a901-54db-878b-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.318308 | 0.26s 2026-03-09 03:29:26.316950 | fa163ec7-a901-54db-878b-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-09 03:29:27.398663 | fa163ec7-a901-54db-878b-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-09 03:29:27.399768 | fa163ec7-a901-54db-878b-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.426567 | 1.08s 2026-03-09 03:29:27.416993 | fa163ec7-a901-54db-878b-000000000b24 | TASK | create persistent directories 2026-03-09 03:29:27.650264 | fa163ec7-a901-54db-878b-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-09 03:29:27.651848 | fa163ec7-a901-54db-878b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.678633 | 0.23s 2026-03-09 03:29:27.873986 | fa163ec7-a901-54db-878b-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-09 03:29:27.876681 | fa163ec7-a901-54db-878b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.903467 | 0.46s 2026-03-09 03:29:27.887345 | fa163ec7-a901-54db-878b-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.914124 | 0.47s 2026-03-09 03:29:27.915559 | fa163ec7-a901-54db-878b-000000000b25 | TASK | create fcontext entry for cinder data 2026-03-09 03:29:29.229365 | fa163ec7-a901-54db-878b-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-09 03:29:29.230330 | fa163ec7-a901-54db-878b-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.257130 | 1.31s 2026-03-09 03:29:29.247356 | fa163ec7-a901-54db-878b-000000000b26 | TASK | create persistent directories 2026-03-09 03:29:29.570615 | fa163ec7-a901-54db-878b-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-09 03:29:29.572042 | fa163ec7-a901-54db-878b-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.598804 | 0.32s 2026-03-09 03:29:29.747264 | fa163ec7-a901-54db-878b-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-09 03:29:29.748473 | fa163ec7-a901-54db-878b-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.775274 | 0.50s 2026-03-09 03:29:29.758650 | fa163ec7-a901-54db-878b-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.785453 | 0.51s 2026-03-09 03:29:29.775500 | fa163ec7-a901-54db-878b-000000000b27 | TASK | ensure ceph configurations exist 2026-03-09 03:29:29.979721 | fa163ec7-a901-54db-878b-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-03-09 03:29:29.980691 | fa163ec7-a901-54db-878b-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.007488 | 0.20s 2026-03-09 03:29:29.999605 | fa163ec7-a901-54db-878b-000000000b28 | TASK | create persistent directories 2026-03-09 03:29:30.219908 | fa163ec7-a901-54db-878b-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-09 03:29:30.222825 | fa163ec7-a901-54db-878b-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.249606 | 0.22s 2026-03-09 03:29:30.231781 | fa163ec7-a901-54db-878b-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.258569 | 0.23s 2026-03-09 03:29:30.252711 | fa163ec7-a901-54db-878b-000000000b2a | TASK | Create cinder image conversion directory 2026-03-09 03:29:30.281913 | fa163ec7-a901-54db-878b-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-03-09 03:29:30.283043 | fa163ec7-a901-54db-878b-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.309812 | 0.03s 2026-03-09 03:29:30.302781 | fa163ec7-a901-54db-878b-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-03-09 03:29:30.333867 | fa163ec7-a901-54db-878b-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-09 03:29:30.335009 | fa163ec7-a901-54db-878b-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.361798 | 0.03s 2026-03-09 03:29:30.358646 | fa163ec7-a901-54db-878b-000000000b2d | TASK | cinder_configure_lvm fact 2026-03-09 03:29:30.392390 | fa163ec7-a901-54db-878b-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-03-09 03:29:30.393528 | fa163ec7-a901-54db-878b-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.420320 | 0.03s 2026-03-09 03:29:30.417868 | fa163ec7-a901-54db-878b-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-03-09 03:29:34.054481 | fa163ec7-a901-54db-878b-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-03-09 03:29:34.055812 | fa163ec7-a901-54db-878b-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:37.082604 | 3.64s 2026-03-09 03:29:34.080840 | fa163ec7-a901-54db-878b-000000000b30 | TASK | cinder create LVM volume group dd 2026-03-09 03:29:34.338790 | fa163ec7-a901-54db-878b-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-03-09 03:29:34.340392 | fa163ec7-a901-54db-878b-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:37.367177 | 0.26s 2026-03-09 03:29:34.368135 | fa163ec7-a901-54db-878b-000000000b31 | TASK | Get or create LVM loopback device 2026-03-09 03:29:34.622850 | fa163ec7-a901-54db-878b-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-03-09 03:29:34.624118 | fa163ec7-a901-54db-878b-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:37.650910 | 0.25s 2026-03-09 03:29:34.650400 | fa163ec7-a901-54db-878b-000000000b32 | TASK | Create LVM volume group 2026-03-09 03:29:35.244333 | fa163ec7-a901-54db-878b-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-03-09 03:29:35.245406 | fa163ec7-a901-54db-878b-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:38.272200 | 0.59s 2026-03-09 03:29:35.266410 | fa163ec7-a901-54db-878b-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-03-09 03:29:35.722355 | fa163ec7-a901-54db-878b-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-03-09 03:29:35.723831 | fa163ec7-a901-54db-878b-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:38.750619 | 0.46s 2026-03-09 03:29:35.752194 | fa163ec7-a901-54db-878b-000000000b34 | TASK | cinder enable the LVM losetup service 2026-03-09 03:29:37.661565 | fa163ec7-a901-54db-878b-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-03-09 03:29:37.663715 | fa163ec7-a901-54db-878b-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:40.690502 | 1.91s 2026-03-09 03:29:37.688291 | fa163ec7-a901-54db-878b-000000000b36 | TASK | allow logrotate to read inside containers 2026-03-09 03:29:38.642048 | fa163ec7-a901-54db-878b-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-09 03:29:38.643323 | fa163ec7-a901-54db-878b-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:41.670118 | 0.95s 2026-03-09 03:29:38.669886 | fa163ec7-a901-54db-878b-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-03-09 03:29:41.002292 | fa163ec7-a901-54db-878b-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-09 03:29:41.005152 | fa163ec7-a901-54db-878b-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.031942 | 2.33s 2026-03-09 03:29:41.061132 | fa163ec7-a901-54db-878b-000000000b39 | OK | set_fact | standalone 2026-03-09 03:29:41.062169 | fa163ec7-a901-54db-878b-000000000b39 | TIMING | set_fact | standalone | 0:01:44.088965 | 0.03s 2026-03-09 03:29:41.113083 | fa163ec7-a901-54db-878b-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.139863 | 0.03s 2026-03-09 03:29:41.161238 | fa163ec7-a901-54db-878b-000000000ee1 | TASK | ensure apache is installed 2026-03-09 03:29:48.019740 | fa163ec7-a901-54db-878b-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-03-09 03:29:48.021401 | fa163ec7-a901-54db-878b-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:51.048191 | 6.86s 2026-03-09 03:29:48.046670 | fa163ec7-a901-54db-878b-000000000ee2 | TASK | create image data directory 2026-03-09 03:29:48.292212 | fa163ec7-a901-54db-878b-000000000ee2 | CHANGED | create image data directory | standalone 2026-03-09 03:29:48.293286 | fa163ec7-a901-54db-878b-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.320081 | 0.25s 2026-03-09 03:29:48.317319 | fa163ec7-a901-54db-878b-000000000ee3 | TASK | create /v2/ response file 2026-03-09 03:29:48.799408 | fa163ec7-a901-54db-878b-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-03-09 03:29:48.800745 | fa163ec7-a901-54db-878b-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.827535 | 0.48s 2026-03-09 03:29:48.825998 | fa163ec7-a901-54db-878b-000000000ee4 | TASK | Add listen line 2026-03-09 03:29:49.178864 | fa163ec7-a901-54db-878b-000000000ee4 | CHANGED | Add listen line | standalone 2026-03-09 03:29:49.180174 | fa163ec7-a901-54db-878b-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.206964 | 0.35s 2026-03-09 03:29:49.206278 | fa163ec7-a901-54db-878b-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-09 03:29:49.705605 | fa163ec7-a901-54db-878b-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-09 03:29:49.707037 | fa163ec7-a901-54db-878b-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.733803 | 0.50s 2026-03-09 03:29:49.732595 | fa163ec7-a901-54db-878b-000000000ee6 | TASK | Image-Serve | restart httpd 2026-03-09 03:29:50.655182 | fa163ec7-a901-54db-878b-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-03-09 03:29:50.657544 | fa163ec7-a901-54db-878b-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.684335 | 0.92s 2026-03-09 03:29:50.712061 | fa163ec7-a901-54db-878b-000000000b3c | TASK | create persistent logs directory 2026-03-09 03:29:50.971728 | fa163ec7-a901-54db-878b-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-09 03:29:50.973928 | fa163ec7-a901-54db-878b-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.000687 | 0.26s 2026-03-09 03:29:51.190320 | fa163ec7-a901-54db-878b-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-09 03:29:51.192148 | fa163ec7-a901-54db-878b-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.218941 | 0.48s 2026-03-09 03:29:51.202994 | fa163ec7-a901-54db-878b-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.229779 | 0.49s 2026-03-09 03:29:51.228628 | fa163ec7-a901-54db-878b-000000000b3d | TASK | Mount NFS on host 2026-03-09 03:29:51.258944 | fa163ec7-a901-54db-878b-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-03-09 03:29:51.260402 | fa163ec7-a901-54db-878b-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.287187 | 0.03s 2026-03-09 03:29:51.281622 | fa163ec7-a901-54db-878b-000000000b3e | TASK | Mount Node Staging Location 2026-03-09 03:29:51.310791 | fa163ec7-a901-54db-878b-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-03-09 03:29:51.311807 | fa163ec7-a901-54db-878b-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.338602 | 0.03s 2026-03-09 03:29:51.335164 | fa163ec7-a901-54db-878b-000000000b3f | TASK | ensure /var/lib/glance exists 2026-03-09 03:29:51.556525 | fa163ec7-a901-54db-878b-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-09 03:29:51.557937 | fa163ec7-a901-54db-878b-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.584730 | 0.22s 2026-03-09 03:29:51.584459 | fa163ec7-a901-54db-878b-000000000b40 | TASK | create logs directory 2026-03-09 03:29:51.859736 | fa163ec7-a901-54db-878b-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-09 03:29:51.861859 | fa163ec7-a901-54db-878b-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.888645 | 0.28s 2026-03-09 03:29:52.084643 | fa163ec7-a901-54db-878b-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-09 03:29:52.086285 | fa163ec7-a901-54db-878b-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.113075 | 0.50s 2026-03-09 03:29:52.096540 | fa163ec7-a901-54db-878b-000000000b40 | TIMING | create logs directory | standalone | 0:01:55.123328 | 0.51s 2026-03-09 03:29:52.115173 | fa163ec7-a901-54db-878b-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-03-09 03:29:52.145718 | fa163ec7-a901-54db-878b-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-09 03:29:52.146801 | fa163ec7-a901-54db-878b-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:55.173594 | 0.03s 2026-03-09 03:29:52.169582 | fa163ec7-a901-54db-878b-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-03-09 03:29:52.397264 | fa163ec7-a901-54db-878b-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-09 03:29:52.398177 | fa163ec7-a901-54db-878b-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.424977 | 0.23s 2026-03-09 03:29:52.417236 | fa163ec7-a901-54db-878b-000000000b43 | TASK | create persistent directories 2026-03-09 03:29:52.665427 | fa163ec7-a901-54db-878b-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-09 03:29:52.666634 | fa163ec7-a901-54db-878b-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.693427 | 0.25s 2026-03-09 03:29:52.671167 | fa163ec7-a901-54db-878b-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.697951 | 0.25s 2026-03-09 03:29:52.697142 | fa163ec7-a901-54db-878b-000000000b44 | TASK | create persistent data directory 2026-03-09 03:29:52.895412 | fa163ec7-a901-54db-878b-000000000b44 | OK | create persistent data directory | standalone 2026-03-09 03:29:52.896879 | fa163ec7-a901-54db-878b-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:55.923671 | 0.20s 2026-03-09 03:29:52.923683 | fa163ec7-a901-54db-878b-000000000b45 | TASK | create persistent directories 2026-03-09 03:29:53.175439 | fa163ec7-a901-54db-878b-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-09 03:29:53.177147 | fa163ec7-a901-54db-878b-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.203934 | 0.25s 2026-03-09 03:29:53.408281 | fa163ec7-a901-54db-878b-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-09 03:29:53.409181 | fa163ec7-a901-54db-878b-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.435977 | 0.48s 2026-03-09 03:29:53.415698 | fa163ec7-a901-54db-878b-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.442490 | 0.49s 2026-03-09 03:29:53.432819 | fa163ec7-a901-54db-878b-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-03-09 03:30:00.481895 | fa163ec7-a901-54db-878b-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-09 03:30:00.483169 | fa163ec7-a901-54db-878b-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.509960 | 7.05s 2026-03-09 03:30:00.507653 | fa163ec7-a901-54db-878b-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-09 03:30:00.559554 | fa163ec7-a901-54db-878b-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.69 seconds", "Notice: Applied catalog in 0.29 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.28", " Catalog application: 0.29", " Config retrieval: 0.76", " Last run: 1773027000", " Total: 0.29", "Version:", " Config: 1773026999", " 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-09 03:30:00.560962 | fa163ec7-a901-54db-878b-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.587751 | 0.05s 2026-03-09 03:30:00.588528 | fa163ec7-a901-54db-878b-000000000b48 | TASK | create persistent directories 2026-03-09 03:30:00.815286 | fa163ec7-a901-54db-878b-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-09 03:30:00.816618 | fa163ec7-a901-54db-878b-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.843409 | 0.23s 2026-03-09 03:30:01.037053 | fa163ec7-a901-54db-878b-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-09 03:30:01.038634 | fa163ec7-a901-54db-878b-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.065425 | 0.45s 2026-03-09 03:30:01.049048 | fa163ec7-a901-54db-878b-000000000b48 | TIMING | create persistent directories | standalone | 0:02:04.075843 | 0.46s 2026-03-09 03:30:01.070503 | fa163ec7-a901-54db-878b-000000000b49 | TASK | create persistent directories 2026-03-09 03:30:01.306443 | fa163ec7-a901-54db-878b-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-09 03:30:01.307590 | fa163ec7-a901-54db-878b-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.334384 | 0.24s 2026-03-09 03:30:01.470403 | fa163ec7-a901-54db-878b-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-09 03:30:01.471588 | fa163ec7-a901-54db-878b-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.498379 | 0.40s 2026-03-09 03:30:01.483909 | fa163ec7-a901-54db-878b-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.510694 | 0.41s 2026-03-09 03:30:01.513967 | fa163ec7-a901-54db-878b-000000000b4a | TASK | create persistent directories 2026-03-09 03:30:01.751179 | fa163ec7-a901-54db-878b-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-09 03:30:01.752115 | fa163ec7-a901-54db-878b-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.778914 | 0.24s 2026-03-09 03:30:01.757218 | fa163ec7-a901-54db-878b-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.784004 | 0.24s 2026-03-09 03:30:01.782777 | fa163ec7-a901-54db-878b-000000000b4b | TASK | create persistent directories 2026-03-09 03:30:01.996186 | fa163ec7-a901-54db-878b-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-09 03:30:01.998496 | fa163ec7-a901-54db-878b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.025270 | 0.21s 2026-03-09 03:30:02.184180 | fa163ec7-a901-54db-878b-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-09 03:30:02.186100 | fa163ec7-a901-54db-878b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.212891 | 0.40s 2026-03-09 03:30:02.360459 | fa163ec7-a901-54db-878b-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-09 03:30:02.361154 | fa163ec7-a901-54db-878b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.387954 | 0.58s 2026-03-09 03:30:02.539641 | fa163ec7-a901-54db-878b-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-09 03:30:02.541002 | fa163ec7-a901-54db-878b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.567798 | 0.76s 2026-03-09 03:30:02.551609 | fa163ec7-a901-54db-878b-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.578402 | 0.77s 2026-03-09 03:30:02.570252 | fa163ec7-a901-54db-878b-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-03-09 03:30:02.966721 | fa163ec7-a901-54db-878b-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-09 03:30:02.967860 | fa163ec7-a901-54db-878b-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:05.994652 | 0.40s 2026-03-09 03:30:02.989455 | fa163ec7-a901-54db-878b-000000000b4d | TASK | create fcontext entry for iscsi 2026-03-09 03:30:04.296789 | fa163ec7-a901-54db-878b-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-09 03:30:04.300477 | fa163ec7-a901-54db-878b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.327257 | 1.31s 2026-03-09 03:30:05.587406 | fa163ec7-a901-54db-878b-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-09 03:30:05.589700 | fa163ec7-a901-54db-878b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.616471 | 2.60s 2026-03-09 03:30:06.821074 | fa163ec7-a901-54db-878b-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-09 03:30:06.823599 | fa163ec7-a901-54db-878b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.850387 | 3.83s 2026-03-09 03:30:06.833065 | fa163ec7-a901-54db-878b-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.859850 | 3.84s 2026-03-09 03:30:06.859282 | fa163ec7-a901-54db-878b-000000000b4e | TASK | create persistent directories 2026-03-09 03:30:07.096918 | fa163ec7-a901-54db-878b-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-09 03:30:07.097951 | fa163ec7-a901-54db-878b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.124748 | 0.24s 2026-03-09 03:30:07.341761 | fa163ec7-a901-54db-878b-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-09 03:30:07.343596 | fa163ec7-a901-54db-878b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.370388 | 0.48s 2026-03-09 03:30:07.557426 | fa163ec7-a901-54db-878b-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-09 03:30:07.559226 | fa163ec7-a901-54db-878b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.586017 | 0.70s 2026-03-09 03:30:07.570251 | fa163ec7-a901-54db-878b-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.597036 | 0.71s 2026-03-09 03:30:07.596542 | fa163ec7-a901-54db-878b-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-09 03:30:07.836155 | fa163ec7-a901-54db-878b-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-09 03:30:07.837418 | fa163ec7-a901-54db-878b-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:10.864202 | 0.24s 2026-03-09 03:30:07.862849 | fa163ec7-a901-54db-878b-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-03-09 03:30:07.891901 | fa163ec7-a901-54db-878b-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-09 03:30:07.893245 | fa163ec7-a901-54db-878b-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:10.920034 | 0.03s 2026-03-09 03:30:07.918349 | fa163ec7-a901-54db-878b-000000000b51 | TASK | Check if iscsi.service is enabled 2026-03-09 03:30:08.121636 | fa163ec7-a901-54db-878b-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-09 03:30:08.123084 | fa163ec7-a901-54db-878b-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:11.149873 | 0.20s 2026-03-09 03:30:08.148534 | fa163ec7-a901-54db-878b-000000000b52 | TASK | Stop iscsi.service 2026-03-09 03:30:08.188617 | fa163ec7-a901-54db-878b-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-03-09 03:30:08.189859 | fa163ec7-a901-54db-878b-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:11.216648 | 0.04s 2026-03-09 03:30:08.246275 | fa163ec7-a901-54db-878b-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:11.273042 | 0.03s 2026-03-09 03:30:08.354359 | fa163ec7-a901-54db-878b-00000000104c | TASK | Install additional packages 2026-03-09 03:30:08.379883 | fa163ec7-a901-54db-878b-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:11.406670 | 0.02s 2026-03-09 03:30:08.398161 | fa163ec7-a901-54db-878b-00000000104d | TASK | Remove dracut-config-generic 2026-03-09 03:30:12.889662 | fa163ec7-a901-54db-878b-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-03-09 03:30:12.891176 | fa163ec7-a901-54db-878b-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:15.917965 | 4.49s 2026-03-09 03:30:12.912388 | fa163ec7-a901-54db-878b-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-09 03:30:13.151969 | fa163ec7-a901-54db-878b-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-09 03:30:13.153335 | fa163ec7-a901-54db-878b-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:16.180125 | 0.24s 2026-03-09 03:30:13.172372 | fa163ec7-a901-54db-878b-00000000104f | TASK | Write list of modules to load at boot 2026-03-09 03:30:13.608529 | fa163ec7-a901-54db-878b-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-03-09 03:30:13.609622 | fa163ec7-a901-54db-878b-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:16.636419 | 0.44s 2026-03-09 03:30:13.630686 | fa163ec7-a901-54db-878b-000000001050 | TASK | Modules reload 2026-03-09 03:30:14.088146 | fa163ec7-a901-54db-878b-000000001050 | CHANGED | Modules reload | standalone 2026-03-09 03:30:14.090144 | fa163ec7-a901-54db-878b-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:17.116928 | 0.46s 2026-03-09 03:30:14.116478 | fa163ec7-a901-54db-878b-000000001051 | TASK | Set default sysctl options 2026-03-09 03:30:14.613806 | fa163ec7-a901-54db-878b-000000001051 | CHANGED | Set default sysctl options | standalone 2026-03-09 03:30:14.615290 | fa163ec7-a901-54db-878b-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:17.642076 | 0.50s 2026-03-09 03:30:14.642172 | fa163ec7-a901-54db-878b-000000001052 | TASK | Set extra sysctl options 2026-03-09 03:30:15.018319 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-09 03:30:15.019177 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.045975 | 0.37s 2026-03-09 03:30:15.193581 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-09 03:30:15.194524 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.221322 | 0.55s 2026-03-09 03:30:15.402217 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-09 03:30:15.404187 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.430969 | 0.76s 2026-03-09 03:30:15.591620 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-09 03:30:15.592478 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.619276 | 0.95s 2026-03-09 03:30:15.836460 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-09 03:30:15.837274 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.864072 | 1.19s 2026-03-09 03:30:16.079156 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-09 03:30:16.080560 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.107357 | 1.44s 2026-03-09 03:30:16.321666 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-09 03:30:16.322422 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.349221 | 1.68s 2026-03-09 03:30:16.581629 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-09 03:30:16.582279 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.609079 | 1.94s 2026-03-09 03:30:16.825033 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-09 03:30:16.825774 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.852573 | 2.18s 2026-03-09 03:30:17.096618 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-09 03:30:17.097987 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.124774 | 2.45s 2026-03-09 03:30:17.353593 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-09 03:30:17.355643 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.382437 | 2.71s 2026-03-09 03:30:17.575604 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-09 03:30:17.576328 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.603126 | 2.93s 2026-03-09 03:30:17.761452 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-09 03:30:17.762539 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.789331 | 3.12s 2026-03-09 03:30:17.985509 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-09 03:30:17.986537 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.013330 | 3.34s 2026-03-09 03:30:18.154571 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-09 03:30:18.156250 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.183042 | 3.51s 2026-03-09 03:30:18.357213 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-09 03:30:18.358069 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.384866 | 3.71s 2026-03-09 03:30:18.573290 | fa163ec7-a901-54db-878b-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-09 03:30:18.575221 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.602019 | 3.93s 2026-03-09 03:30:18.587806 | fa163ec7-a901-54db-878b-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.614589 | 3.94s 2026-03-09 03:30:18.612689 | fa163ec7-a901-54db-878b-000000001054 | TASK | Sysctl reload 2026-03-09 03:30:18.984564 | fa163ec7-a901-54db-878b-000000001054 | CHANGED | Sysctl reload | standalone 2026-03-09 03:30:18.986123 | fa163ec7-a901-54db-878b-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:22.012917 | 0.37s 2026-03-09 03:30:19.031130 | fa163ec7-a901-54db-878b-000000000b54 | TASK | create persistent directories 2026-03-09 03:30:19.281156 | fa163ec7-a901-54db-878b-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-09 03:30:19.282846 | fa163ec7-a901-54db-878b-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.309632 | 0.25s 2026-03-09 03:30:19.464137 | fa163ec7-a901-54db-878b-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-09 03:30:19.465343 | fa163ec7-a901-54db-878b-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.492134 | 0.43s 2026-03-09 03:30:19.472618 | fa163ec7-a901-54db-878b-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.499410 | 0.44s 2026-03-09 03:30:19.497873 | fa163ec7-a901-54db-878b-000000000b55 | TASK | Check if file certs_valid exist 2026-03-09 03:30:19.689927 | fa163ec7-a901-54db-878b-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-03-09 03:30:19.690903 | fa163ec7-a901-54db-878b-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:22.717701 | 0.19s 2026-03-09 03:30:19.708644 | fa163ec7-a901-54db-878b-000000000b56 | TASK | Check if file cert9.db exist 2026-03-09 03:30:19.904989 | fa163ec7-a901-54db-878b-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-03-09 03:30:19.906109 | fa163ec7-a901-54db-878b-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:22.932909 | 0.20s 2026-03-09 03:30:19.923880 | fa163ec7-a901-54db-878b-000000000b57 | TASK | Check if file key4.db exist 2026-03-09 03:30:20.157570 | fa163ec7-a901-54db-878b-000000000b57 | OK | Check if file key4.db exist | standalone 2026-03-09 03:30:20.159252 | fa163ec7-a901-54db-878b-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:23.186039 | 0.23s 2026-03-09 03:30:20.214244 | fa163ec7-a901-54db-878b-000000000b58 | SKIPPED | fail | standalone 2026-03-09 03:30:20.215620 | fa163ec7-a901-54db-878b-000000000b58 | TIMING | fail | standalone | 0:02:23.242409 | 0.03s 2026-03-09 03:30:20.241463 | fa163ec7-a901-54db-878b-000000000b59 | TASK | Create persistent directories 2026-03-09 03:30:20.497299 | fa163ec7-a901-54db-878b-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-09 03:30:20.500779 | fa163ec7-a901-54db-878b-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.527548 | 0.26s 2026-03-09 03:30:20.716285 | fa163ec7-a901-54db-878b-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-09 03:30:20.717644 | fa163ec7-a901-54db-878b-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.744435 | 0.47s 2026-03-09 03:30:20.723253 | fa163ec7-a901-54db-878b-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.750025 | 0.48s 2026-03-09 03:30:20.757646 | fa163ec7-a901-54db-878b-000000000b5a | TASK | create persistent directories 2026-03-09 03:30:20.998904 | fa163ec7-a901-54db-878b-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-09 03:30:21.001385 | fa163ec7-a901-54db-878b-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.028164 | 0.24s 2026-03-09 03:30:21.011152 | fa163ec7-a901-54db-878b-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.037946 | 0.25s 2026-03-09 03:30:21.036193 | fa163ec7-a901-54db-878b-000000000b5b | TASK | create persistent directories 2026-03-09 03:30:21.236400 | fa163ec7-a901-54db-878b-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-09 03:30:21.237904 | fa163ec7-a901-54db-878b-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.264691 | 0.20s 2026-03-09 03:30:21.458804 | fa163ec7-a901-54db-878b-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-09 03:30:21.459536 | fa163ec7-a901-54db-878b-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.486336 | 0.42s 2026-03-09 03:30:21.463136 | fa163ec7-a901-54db-878b-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.489923 | 0.43s 2026-03-09 03:30:21.484500 | fa163ec7-a901-54db-878b-000000000b5c | TASK | create persistent directories 2026-03-09 03:30:21.724268 | fa163ec7-a901-54db-878b-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-09 03:30:21.725142 | fa163ec7-a901-54db-878b-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.751939 | 0.24s 2026-03-09 03:30:21.729090 | fa163ec7-a901-54db-878b-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.755868 | 0.24s 2026-03-09 03:30:21.754751 | fa163ec7-a901-54db-878b-000000000b5d | TASK | create persistent directories 2026-03-09 03:30:22.013472 | fa163ec7-a901-54db-878b-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-09 03:30:22.014324 | fa163ec7-a901-54db-878b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.041120 | 0.26s 2026-03-09 03:30:22.199728 | fa163ec7-a901-54db-878b-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-09 03:30:22.200409 | fa163ec7-a901-54db-878b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.227210 | 0.44s 2026-03-09 03:30:22.369375 | fa163ec7-a901-54db-878b-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-09 03:30:22.370868 | fa163ec7-a901-54db-878b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.397665 | 0.61s 2026-03-09 03:30:22.383970 | fa163ec7-a901-54db-878b-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.410745 | 0.63s 2026-03-09 03:30:22.413466 | fa163ec7-a901-54db-878b-000000000b5e | TASK | create persistent directories 2026-03-09 03:30:22.602766 | fa163ec7-a901-54db-878b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-09 03:30:22.603801 | fa163ec7-a901-54db-878b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.630594 | 0.19s 2026-03-09 03:30:22.827131 | fa163ec7-a901-54db-878b-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-09 03:30:22.828453 | fa163ec7-a901-54db-878b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.855239 | 0.41s 2026-03-09 03:30:22.837076 | fa163ec7-a901-54db-878b-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.863816 | 0.42s 2026-03-09 03:30:22.868591 | fa163ec7-a901-54db-878b-000000000b5f | TASK | create persistent directories 2026-03-09 03:30:23.078645 | fa163ec7-a901-54db-878b-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-09 03:30:23.079635 | fa163ec7-a901-54db-878b-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.106432 | 0.21s 2026-03-09 03:30:23.083741 | fa163ec7-a901-54db-878b-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.110512 | 0.21s 2026-03-09 03:30:23.102485 | fa163ec7-a901-54db-878b-000000000b60 | TASK | creating directory 2026-03-09 03:30:23.303930 | fa163ec7-a901-54db-878b-000000000b60 | CHANGED | creating directory | standalone 2026-03-09 03:30:23.305802 | fa163ec7-a901-54db-878b-000000000b60 | TIMING | creating directory | standalone | 0:02:26.332588 | 0.20s 2026-03-09 03:30:23.326426 | fa163ec7-a901-54db-878b-000000000b61 | TASK | derive pci passthrough whitelist 2026-03-09 03:30:23.813299 | fa163ec7-a901-54db-878b-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-09 03:30:23.814751 | fa163ec7-a901-54db-878b-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:26.841542 | 0.49s 2026-03-09 03:30:23.842711 | fa163ec7-a901-54db-878b-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-09 03:30:24.575156 | fa163ec7-a901-54db-878b-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-09 03:30:24.577415 | fa163ec7-a901-54db-878b-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:27.604194 | 0.73s 2026-03-09 03:30:24.604911 | fa163ec7-a901-54db-878b-000000000b63 | TASK | create /run/netns with temp namespace 2026-03-09 03:30:24.797927 | fa163ec7-a901-54db-878b-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-09 03:30:24.799447 | fa163ec7-a901-54db-878b-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:27.826237 | 0.19s 2026-03-09 03:30:24.818529 | fa163ec7-a901-54db-878b-000000000b64 | TASK | remove temp namespace 2026-03-09 03:30:25.039260 | fa163ec7-a901-54db-878b-000000000b64 | CHANGED | remove temp namespace | standalone 2026-03-09 03:30:25.041082 | fa163ec7-a901-54db-878b-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:28.067868 | 0.22s 2026-03-09 03:30:25.068924 | fa163ec7-a901-54db-878b-000000000b65 | TASK | create /var/lib/neutron 2026-03-09 03:30:25.286290 | fa163ec7-a901-54db-878b-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-03-09 03:30:25.287214 | fa163ec7-a901-54db-878b-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:28.314012 | 0.22s 2026-03-09 03:30:25.304328 | fa163ec7-a901-54db-878b-000000000b66 | TASK | set conditions 2026-03-09 03:30:25.333539 | fa163ec7-a901-54db-878b-000000000b66 | OK | set conditions | standalone 2026-03-09 03:30:25.334288 | fa163ec7-a901-54db-878b-000000000b66 | TIMING | set conditions | standalone | 0:02:28.361087 | 0.03s 2026-03-09 03:30:25.354730 | fa163ec7-a901-54db-878b-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-09 03:30:25.582687 | fa163ec7-a901-54db-878b-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-09 03:30:25.583718 | fa163ec7-a901-54db-878b-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:28.610516 | 0.23s 2026-03-09 03:30:25.600893 | fa163ec7-a901-54db-878b-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-03-09 03:30:26.018958 | fa163ec7-a901-54db-878b-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-09 03:30:26.019752 | fa163ec7-a901-54db-878b-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:29.046551 | 0.42s 2026-03-09 03:30:26.036659 | fa163ec7-a901-54db-878b-000000000b69 | TASK | create haproxy kill script 2026-03-09 03:30:26.474184 | fa163ec7-a901-54db-878b-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-03-09 03:30:26.475632 | fa163ec7-a901-54db-878b-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:29.502419 | 0.44s 2026-03-09 03:30:26.497650 | fa163ec7-a901-54db-878b-000000000b6a | TASK | create persistent directories 2026-03-09 03:30:26.719989 | fa163ec7-a901-54db-878b-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-09 03:30:26.722296 | fa163ec7-a901-54db-878b-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.749064 | 0.22s 2026-03-09 03:30:26.904131 | fa163ec7-a901-54db-878b-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-09 03:30:26.905925 | fa163ec7-a901-54db-878b-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.932717 | 0.41s 2026-03-09 03:30:26.916001 | fa163ec7-a901-54db-878b-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.942791 | 0.42s 2026-03-09 03:30:26.934337 | fa163ec7-a901-54db-878b-000000000b6b | TASK | create persistent directories 2026-03-09 03:30:27.195181 | fa163ec7-a901-54db-878b-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-09 03:30:27.196162 | fa163ec7-a901-54db-878b-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.222959 | 0.26s 2026-03-09 03:30:27.203288 | fa163ec7-a901-54db-878b-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.230073 | 0.27s 2026-03-09 03:30:27.228772 | fa163ec7-a901-54db-878b-000000000b6c | TASK | create persistent directories 2026-03-09 03:30:27.445708 | fa163ec7-a901-54db-878b-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-09 03:30:27.447059 | fa163ec7-a901-54db-878b-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.473851 | 0.22s 2026-03-09 03:30:27.668320 | fa163ec7-a901-54db-878b-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-09 03:30:27.670361 | fa163ec7-a901-54db-878b-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.697150 | 0.44s 2026-03-09 03:30:27.680690 | fa163ec7-a901-54db-878b-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.707467 | 0.45s 2026-03-09 03:30:27.708262 | fa163ec7-a901-54db-878b-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-09 03:30:27.962535 | fa163ec7-a901-54db-878b-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-09 03:30:27.963906 | fa163ec7-a901-54db-878b-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.990697 | 0.25s 2026-03-09 03:30:27.989931 | fa163ec7-a901-54db-878b-000000000b6e | TASK | create persistent directories 2026-03-09 03:30:28.240680 | fa163ec7-a901-54db-878b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-09 03:30:28.242278 | fa163ec7-a901-54db-878b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.269065 | 0.25s 2026-03-09 03:30:28.460974 | fa163ec7-a901-54db-878b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-09 03:30:28.463091 | fa163ec7-a901-54db-878b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.489882 | 0.47s 2026-03-09 03:30:28.658546 | fa163ec7-a901-54db-878b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-09 03:30:28.660329 | fa163ec7-a901-54db-878b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.687115 | 0.67s 2026-03-09 03:30:28.865500 | fa163ec7-a901-54db-878b-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-09 03:30:28.867390 | fa163ec7-a901-54db-878b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.894176 | 0.88s 2026-03-09 03:30:29.098664 | fa163ec7-a901-54db-878b-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-09 03:30:29.100390 | fa163ec7-a901-54db-878b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.127173 | 1.11s 2026-03-09 03:30:29.112306 | fa163ec7-a901-54db-878b-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.139088 | 1.12s 2026-03-09 03:30:29.140370 | fa163ec7-a901-54db-878b-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-03-09 03:30:29.602596 | fa163ec7-a901-54db-878b-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-09 03:30:29.604054 | fa163ec7-a901-54db-878b-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:32.630811 | 0.46s 2026-03-09 03:30:29.628918 | fa163ec7-a901-54db-878b-000000000b70 | TASK | create tempfiles 2026-03-09 03:30:29.979493 | fa163ec7-a901-54db-878b-000000000b70 | CHANGED | create tempfiles | standalone 2026-03-09 03:30:29.980930 | fa163ec7-a901-54db-878b-000000000b70 | TIMING | create tempfiles | standalone | 0:02:33.007719 | 0.35s 2026-03-09 03:30:30.007949 | fa163ec7-a901-54db-878b-000000000b71 | TASK | Mount Nova NFS Share 2026-03-09 03:30:30.037184 | fa163ec7-a901-54db-878b-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-09 03:30:30.038238 | fa163ec7-a901-54db-878b-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:33.065033 | 0.03s 2026-03-09 03:30:30.057961 | fa163ec7-a901-54db-878b-000000000b73 | TASK | check systemd-container package installed or not 2026-03-09 03:30:30.084071 | fa163ec7-a901-54db-878b-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-09 03:30:30.084981 | fa163ec7-a901-54db-878b-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:33.111776 | 0.03s 2026-03-09 03:30:30.104329 | fa163ec7-a901-54db-878b-000000000b74 | TASK | get latest package from downloaded package versions 2026-03-09 03:30:30.130326 | fa163ec7-a901-54db-878b-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-09 03:30:30.131397 | fa163ec7-a901-54db-878b-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:33.158190 | 0.03s 2026-03-09 03:30:30.151222 | fa163ec7-a901-54db-878b-000000000b75 | TASK | Install systemd-container package on boot 2026-03-09 03:30:30.176947 | fa163ec7-a901-54db-878b-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-09 03:30:30.177810 | fa163ec7-a901-54db-878b-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:33.204605 | 0.03s 2026-03-09 03:30:30.204936 | fa163ec7-a901-54db-878b-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-03-09 03:30:30.224784 | fa163ec7-a901-54db-878b-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-09 03:30:30.226243 | fa163ec7-a901-54db-878b-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:33.253030 | 0.02s 2026-03-09 03:30:30.252305 | fa163ec7-a901-54db-878b-000000000b77 | TASK | check if install-systemd-container service exists 2026-03-09 03:30:30.271866 | fa163ec7-a901-54db-878b-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-09 03:30:30.273294 | fa163ec7-a901-54db-878b-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:33.300081 | 0.02s 2026-03-09 03:30:30.298743 | fa163ec7-a901-54db-878b-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-03-09 03:30:30.326476 | fa163ec7-a901-54db-878b-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-09 03:30:30.327741 | fa163ec7-a901-54db-878b-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:33.354528 | 0.03s 2026-03-09 03:30:30.353166 | fa163ec7-a901-54db-878b-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-09 03:30:30.383949 | fa163ec7-a901-54db-878b-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-09 03:30:30.386773 | fa163ec7-a901-54db-878b-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:33.413563 | 0.03s 2026-03-09 03:30:30.410644 | fa163ec7-a901-54db-878b-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-09 03:30:30.437579 | fa163ec7-a901-54db-878b-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-09 03:30:30.438738 | fa163ec7-a901-54db-878b-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:33.465528 | 0.03s 2026-03-09 03:30:30.464396 | fa163ec7-a901-54db-878b-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-03-09 03:30:30.492612 | fa163ec7-a901-54db-878b-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-09 03:30:30.494174 | fa163ec7-a901-54db-878b-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.520963 | 0.03s 2026-03-09 03:30:30.518818 | fa163ec7-a901-54db-878b-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-09 03:30:30.547884 | fa163ec7-a901-54db-878b-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-09 03:30:30.548994 | fa163ec7-a901-54db-878b-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.575784 | 0.03s 2026-03-09 03:30:30.574438 | fa163ec7-a901-54db-878b-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-09 03:30:30.602456 | fa163ec7-a901-54db-878b-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-09 03:30:30.603724 | fa163ec7-a901-54db-878b-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:33.630510 | 0.03s 2026-03-09 03:30:30.630756 | fa163ec7-a901-54db-878b-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-09 03:30:30.648290 | fa163ec7-a901-54db-878b-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-09 03:30:30.649535 | fa163ec7-a901-54db-878b-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.676326 | 0.02s 2026-03-09 03:30:30.675132 | fa163ec7-a901-54db-878b-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-09 03:30:30.702792 | fa163ec7-a901-54db-878b-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-09 03:30:30.704283 | fa163ec7-a901-54db-878b-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.731071 | 0.03s 2026-03-09 03:30:30.723707 | fa163ec7-a901-54db-878b-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-09 03:30:30.753075 | fa163ec7-a901-54db-878b-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-09 03:30:30.753921 | fa163ec7-a901-54db-878b-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.780719 | 0.03s 2026-03-09 03:30:30.771151 | fa163ec7-a901-54db-878b-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-03-09 03:30:30.800246 | fa163ec7-a901-54db-878b-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-03-09 03:30:30.801233 | fa163ec7-a901-54db-878b-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.828028 | 0.03s 2026-03-09 03:30:30.826492 | fa163ec7-a901-54db-878b-000000000b86 | TASK | install nova-compute delay wrapper script 2026-03-09 03:30:30.865472 | fa163ec7-a901-54db-878b-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-09 03:30:30.866898 | fa163ec7-a901-54db-878b-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.893686 | 0.04s 2026-03-09 03:30:30.892289 | fa163ec7-a901-54db-878b-000000000b87 | TASK | Is irqbalance enabled 2026-03-09 03:30:30.924214 | fa163ec7-a901-54db-878b-000000000b87 | OK | Is irqbalance enabled | standalone 2026-03-09 03:30:30.925556 | fa163ec7-a901-54db-878b-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:33.952346 | 0.03s 2026-03-09 03:30:30.950723 | fa163ec7-a901-54db-878b-000000000b88 | TASK | disable irqbalance service on compute 2026-03-09 03:30:30.978140 | fa163ec7-a901-54db-878b-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-03-09 03:30:30.979201 | fa163ec7-a901-54db-878b-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:34.005993 | 0.03s 2026-03-09 03:30:31.003802 | fa163ec7-a901-54db-878b-000000000b89 | TASK | create persistent directories 2026-03-09 03:30:31.231871 | fa163ec7-a901-54db-878b-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-09 03:30:31.232736 | fa163ec7-a901-54db-878b-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.259534 | 0.23s 2026-03-09 03:30:31.236437 | fa163ec7-a901-54db-878b-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.263221 | 0.23s 2026-03-09 03:30:31.263086 | fa163ec7-a901-54db-878b-000000000b8a | TASK | create libvirt persistent data directories 2026-03-09 03:30:31.522565 | fa163ec7-a901-54db-878b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-09 03:30:31.523467 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.550264 | 0.26s 2026-03-09 03:30:31.716386 | fa163ec7-a901-54db-878b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-09 03:30:31.717181 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.743979 | 0.45s 2026-03-09 03:30:31.929751 | fa163ec7-a901-54db-878b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-09 03:30:31.930612 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.957409 | 0.67s 2026-03-09 03:30:32.145510 | fa163ec7-a901-54db-878b-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-09 03:30:32.146992 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.173791 | 0.88s 2026-03-09 03:30:32.362341 | fa163ec7-a901-54db-878b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-09 03:30:32.363872 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.390669 | 1.10s 2026-03-09 03:30:32.539726 | fa163ec7-a901-54db-878b-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-09 03:30:32.540603 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.567400 | 1.28s 2026-03-09 03:30:32.722756 | fa163ec7-a901-54db-878b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-09 03:30:32.723841 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.750634 | 1.46s 2026-03-09 03:30:32.913958 | fa163ec7-a901-54db-878b-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-09 03:30:32.914601 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.941401 | 1.65s 2026-03-09 03:30:32.921696 | fa163ec7-a901-54db-878b-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.948481 | 1.66s 2026-03-09 03:30:32.948518 | fa163ec7-a901-54db-878b-000000000b8b | TASK | ensure qemu group is present on the host 2026-03-09 03:30:33.490100 | fa163ec7-a901-54db-878b-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-03-09 03:30:33.491498 | fa163ec7-a901-54db-878b-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.518281 | 0.54s 2026-03-09 03:30:33.513872 | fa163ec7-a901-54db-878b-000000000b8c | TASK | ensure qemu user is present on the host 2026-03-09 03:30:34.206147 | fa163ec7-a901-54db-878b-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-03-09 03:30:34.207520 | fa163ec7-a901-54db-878b-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:37.234312 | 0.69s 2026-03-09 03:30:34.232445 | fa163ec7-a901-54db-878b-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-09 03:30:34.444933 | fa163ec7-a901-54db-878b-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-09 03:30:34.445726 | fa163ec7-a901-54db-878b-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:37.472526 | 0.21s 2026-03-09 03:30:34.465302 | fa163ec7-a901-54db-878b-000000000b8e | TASK | check if libvirt is installed 2026-03-09 03:30:34.724350 | fa163ec7-a901-54db-878b-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-03-09 03:30:34.725714 | fa163ec7-a901-54db-878b-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:37.752503 | 0.26s 2026-03-09 03:30:34.750062 | fa163ec7-a901-54db-878b-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-03-09 03:30:34.790656 | fa163ec7-a901-54db-878b-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-09 03:30:34.797506 | fa163ec7-a901-54db-878b-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-09 03:30:34.803407 | fa163ec7-a901-54db-878b-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.830187 | 0.05s 2026-03-09 03:30:34.827977 | fa163ec7-a901-54db-878b-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-03-09 03:30:35.307608 | fa163ec7-a901-54db-878b-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-09 03:30:35.309088 | fa163ec7-a901-54db-878b-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.335876 | 0.48s 2026-03-09 03:30:35.334137 | fa163ec7-a901-54db-878b-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-09 03:30:36.319713 | fa163ec7-a901-54db-878b-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-09 03:30:36.321264 | fa163ec7-a901-54db-878b-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.348053 | 0.99s 2026-03-09 03:30:36.347752 | fa163ec7-a901-54db-878b-000000000b92 | TASK | remove gnutls-qemu.config 2026-03-09 03:30:36.563775 | fa163ec7-a901-54db-878b-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-03-09 03:30:36.565093 | fa163ec7-a901-54db-878b-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:39.591882 | 0.22s 2026-03-09 03:30:36.593542 | fa163ec7-a901-54db-878b-000000000b93 | TASK | update crypto policies 2026-03-09 03:30:36.629062 | fa163ec7-a901-54db-878b-000000000b93 | SKIPPED | update crypto policies | standalone 2026-03-09 03:30:36.630717 | fa163ec7-a901-54db-878b-000000000b93 | TIMING | update crypto policies | standalone | 0:02:39.657494 | 0.03s 2026-03-09 03:30:36.661500 | fa163ec7-a901-54db-878b-000000000b94 | TASK | Create libvirt persistent data directories 2026-03-09 03:30:36.895620 | fa163ec7-a901-54db-878b-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-09 03:30:36.897542 | fa163ec7-a901-54db-878b-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.924331 | 0.23s 2026-03-09 03:30:36.907099 | fa163ec7-a901-54db-878b-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.933901 | 0.24s 2026-03-09 03:30:36.924304 | fa163ec7-a901-54db-878b-000000000b95 | TASK | create persistent directories 2026-03-09 03:30:37.179332 | fa163ec7-a901-54db-878b-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-09 03:30:37.181425 | fa163ec7-a901-54db-878b-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.208210 | 0.26s 2026-03-09 03:30:37.406640 | fa163ec7-a901-54db-878b-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-09 03:30:37.408629 | fa163ec7-a901-54db-878b-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.435420 | 0.48s 2026-03-09 03:30:37.419067 | fa163ec7-a901-54db-878b-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.445861 | 0.49s 2026-03-09 03:30:37.439749 | fa163ec7-a901-54db-878b-000000000b96 | TASK | Copy in cleanup script 2026-03-09 03:30:37.922821 | fa163ec7-a901-54db-878b-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-03-09 03:30:37.923920 | fa163ec7-a901-54db-878b-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:40.950716 | 0.48s 2026-03-09 03:30:37.944654 | fa163ec7-a901-54db-878b-000000000b97 | TASK | Copy in cleanup service 2026-03-09 03:30:38.479884 | fa163ec7-a901-54db-878b-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-03-09 03:30:38.480730 | fa163ec7-a901-54db-878b-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:41.507529 | 0.53s 2026-03-09 03:30:38.497785 | fa163ec7-a901-54db-878b-000000000b98 | TASK | Enabling the cleanup service 2026-03-09 03:30:39.151893 | fa163ec7-a901-54db-878b-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-03-09 03:30:39.154344 | fa163ec7-a901-54db-878b-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:42.181139 | 0.66s 2026-03-09 03:30:39.173406 | fa163ec7-a901-54db-878b-000000000b99 | TASK | create persistent directories 2026-03-09 03:30:39.420796 | fa163ec7-a901-54db-878b-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-09 03:30:39.422376 | fa163ec7-a901-54db-878b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.449162 | 0.25s 2026-03-09 03:30:39.619160 | fa163ec7-a901-54db-878b-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-09 03:30:39.619881 | fa163ec7-a901-54db-878b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.646680 | 0.44s 2026-03-09 03:30:39.624124 | fa163ec7-a901-54db-878b-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.650907 | 0.45s 2026-03-09 03:30:39.650658 | fa163ec7-a901-54db-878b-000000000b9a | TASK | set conditions 2026-03-09 03:30:39.680836 | fa163ec7-a901-54db-878b-000000000b9a | OK | set conditions | standalone 2026-03-09 03:30:39.683329 | fa163ec7-a901-54db-878b-000000000b9a | TIMING | set conditions | standalone | 0:02:42.710116 | 0.03s 2026-03-09 03:30:39.701667 | fa163ec7-a901-54db-878b-000000000b9b | TASK | create persistent directories 2026-03-09 03:30:39.936372 | fa163ec7-a901-54db-878b-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-09 03:30:39.937566 | fa163ec7-a901-54db-878b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.964358 | 0.24s 2026-03-09 03:30:40.128424 | fa163ec7-a901-54db-878b-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-09 03:30:40.129554 | fa163ec7-a901-54db-878b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.156346 | 0.43s 2026-03-09 03:30:40.391777 | fa163ec7-a901-54db-878b-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-09 03:30:40.393314 | fa163ec7-a901-54db-878b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.420111 | 0.69s 2026-03-09 03:30:40.404601 | fa163ec7-a901-54db-878b-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.431387 | 0.70s 2026-03-09 03:30:40.432561 | fa163ec7-a901-54db-878b-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-03-09 03:30:40.933780 | fa163ec7-a901-54db-878b-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-09 03:30:40.935297 | fa163ec7-a901-54db-878b-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:43.962087 | 0.50s 2026-03-09 03:30:40.960187 | fa163ec7-a901-54db-878b-000000000b9d | TASK | create persistent directories 2026-03-09 03:30:41.207683 | fa163ec7-a901-54db-878b-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-09 03:30:41.208656 | fa163ec7-a901-54db-878b-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.235452 | 0.25s 2026-03-09 03:30:41.407145 | fa163ec7-a901-54db-878b-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-09 03:30:41.409187 | fa163ec7-a901-54db-878b-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.435979 | 0.45s 2026-03-09 03:30:41.419635 | fa163ec7-a901-54db-878b-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.446405 | 0.46s 2026-03-09 03:30:41.441420 | fa163ec7-a901-54db-878b-000000000b9e | TASK | create empty log files 2026-03-09 03:30:41.642021 | fa163ec7-a901-54db-878b-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-09 03:30:41.643653 | fa163ec7-a901-54db-878b-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.670440 | 0.20s 2026-03-09 03:30:41.817940 | fa163ec7-a901-54db-878b-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-09 03:30:41.819208 | fa163ec7-a901-54db-878b-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.845995 | 0.38s 2026-03-09 03:30:41.826419 | fa163ec7-a901-54db-878b-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.853220 | 0.38s 2026-03-09 03:30:41.843987 | fa163ec7-a901-54db-878b-000000000b9f | TASK | create persistent directories 2026-03-09 03:30:42.091281 | fa163ec7-a901-54db-878b-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-09 03:30:42.092710 | fa163ec7-a901-54db-878b-000000000b9f | TIMING | create persistent directories | standalone | 0:02:45.119505 | 0.25s 2026-03-09 03:30:42.102854 | fa163ec7-a901-54db-878b-000000000b9f | TIMING | create persistent directories | standalone | 0:02:45.129655 | 0.26s 2026-03-09 03:30:42.122111 | fa163ec7-a901-54db-878b-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-03-09 03:30:45.283586 | fa163ec7-a901-54db-878b-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-09 03:30:45.285098 | fa163ec7-a901-54db-878b-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:48.311888 | 3.16s 2026-03-09 03:30:45.340136 | fa163ec7-a901-54db-878b-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:48.366901 | 0.03s 2026-03-09 03:30:45.402289 | fa163ec7-a901-54db-878b-00000000129e | TASK | Gather variables for each operating system 2026-03-09 03:30:45.493287 | fa163ec7-a901-54db-878b-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:48.520074 | 0.09s 2026-03-09 03:30:45.519826 | fa163ec7-a901-54db-878b-00000000129f | TASK | Set packages facts 2026-03-09 03:30:45.553299 | fa163ec7-a901-54db-878b-00000000129f | OK | Set packages facts | standalone 2026-03-09 03:30:45.554700 | fa163ec7-a901-54db-878b-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:48.581489 | 0.03s 2026-03-09 03:30:45.582569 | fa163ec7-a901-54db-878b-0000000012a0 | TASK | Manage package 2026-03-09 03:30:45.629147 | fa163ec7-a901-54db-878b-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-09 03:30:45.645853 | fa163ec7-a901-54db-878b-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-09 03:30:45.661637 | fa163ec7-a901-54db-878b-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-09 03:30:50.460564 | fa163ec7-a901-54db-878b-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.487342 | 4.88s 2026-03-09 03:30:50.484962 | fa163ec7-a901-54db-878b-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-09 03:30:50.498492 | fa163ec7-a901-54db-878b-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.525279 | 4.91s 2026-03-09 03:30:50.549677 | fa163ec7-a901-54db-878b-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-03-09 03:30:51.870206 | fa163ec7-a901-54db-878b-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-09 03:30:51.872900 | fa163ec7-a901-54db-878b-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:54.899695 | 1.32s 2026-03-09 03:30:51.893629 | fa163ec7-a901-54db-878b-000000000ba5 | TASK | create persistent directories 2026-03-09 03:30:52.161148 | fa163ec7-a901-54db-878b-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-09 03:30:52.162223 | fa163ec7-a901-54db-878b-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:55.189020 | 0.27s 2026-03-09 03:30:52.367067 | fa163ec7-a901-54db-878b-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-09 03:30:52.367936 | fa163ec7-a901-54db-878b-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:55.394732 | 0.47s 2026-03-09 03:30:52.372708 | fa163ec7-a901-54db-878b-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:55.399496 | 0.48s 2026-03-09 03:30:52.393709 | fa163ec7-a901-54db-878b-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-09 03:30:52.623850 | fa163ec7-a901-54db-878b-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-09 03:30:52.625315 | fa163ec7-a901-54db-878b-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:55.652103 | 0.23s 2026-03-09 03:30:52.651886 | fa163ec7-a901-54db-878b-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-09 03:30:52.679680 | fa163ec7-a901-54db-878b-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-09 03:30:52.680917 | fa163ec7-a901-54db-878b-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:55.707704 | 0.03s 2026-03-09 03:30:52.705212 | fa163ec7-a901-54db-878b-000000000ba8 | TASK | Remove existing entries from logind conf 2026-03-09 03:30:52.927787 | fa163ec7-a901-54db-878b-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-03-09 03:30:52.929537 | fa163ec7-a901-54db-878b-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:55.956328 | 0.22s 2026-03-09 03:30:52.953860 | fa163ec7-a901-54db-878b-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-03-09 03:30:53.187881 | fa163ec7-a901-54db-878b-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-09 03:30:53.189294 | fa163ec7-a901-54db-878b-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:56.216086 | 0.23s 2026-03-09 03:30:53.216082 | fa163ec7-a901-54db-878b-000000000baa | TASK | Restart systemd-logind 2026-03-09 03:30:53.709972 | fa163ec7-a901-54db-878b-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-03-09 03:30:53.712296 | fa163ec7-a901-54db-878b-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:56.739085 | 0.49s 2026-03-09 03:30:53.739866 | fa163ec7-a901-54db-878b-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-09 03:30:53.800947 | fa163ec7-a901-54db-878b-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-09 03:30:53.801688 | fa163ec7-a901-54db-878b-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:56.828484 | 0.06s 2026-03-09 03:30:53.826863 | fa163ec7-a901-54db-878b-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-09 03:30:53.890667 | fa163ec7-a901-54db-878b-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-09 03:30:53.891625 | fa163ec7-a901-54db-878b-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:56.918418 | 0.06s 2026-03-09 03:30:53.912104 | fa163ec7-a901-54db-878b-000000000bad | TASK | create persistent logs directory 2026-03-09 03:30:54.123047 | fa163ec7-a901-54db-878b-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-09 03:30:54.125008 | fa163ec7-a901-54db-878b-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:57.151805 | 0.21s 2026-03-09 03:30:54.338556 | fa163ec7-a901-54db-878b-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-09 03:30:54.339943 | fa163ec7-a901-54db-878b-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:57.366733 | 0.43s 2026-03-09 03:30:54.346542 | fa163ec7-a901-54db-878b-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:57.373321 | 0.43s 2026-03-09 03:30:54.366775 | fa163ec7-a901-54db-878b-000000000baf | TASK | Set login facts 2026-03-09 03:30:54.404809 | fa163ec7-a901-54db-878b-000000000baf | OK | Set login facts | standalone 2026-03-09 03:30:54.406536 | fa163ec7-a901-54db-878b-000000000baf | TIMING | Set login facts | standalone | 0:02:57.433324 | 0.04s 2026-03-09 03:30:54.433045 | fa163ec7-a901-54db-878b-000000000bb0 | TASK | Convert logins json to dict 2026-03-09 03:30:54.485476 | fa163ec7-a901-54db-878b-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-03-09 03:30:54.486781 | fa163ec7-a901-54db-878b-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:57.513566 | 0.05s 2026-03-09 03:30:54.520827 | fa163ec7-a901-54db-878b-000000000bb1 | TASK | Set registry logins 2026-03-09 03:30:54.561879 | fa163ec7-a901-54db-878b-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-03-09 03:30:54.563269 | fa163ec7-a901-54db-878b-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:57.590055 | 0.04s 2026-03-09 03:30:54.593445 | fa163ec7-a901-54db-878b-000000000bb2 | TASK | Run podman install 2026-03-09 03:30:54.621987 | fa163ec7-a901-54db-878b-000000000bb2 | TIMING | Run podman install | standalone | 0:02:57.648773 | 0.03s 2026-03-09 03:30:54.694401 | fa163ec7-a901-54db-878b-000000001330 | TASK | Gather variables for each operating system 2026-03-09 03:30:54.837831 | fa163ec7-a901-54db-878b-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-09 03:30:54.839264 | fa163ec7-a901-54db-878b-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.866051 | 0.14s 2026-03-09 03:30:54.845613 | fa163ec7-a901-54db-878b-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.872400 | 0.15s 2026-03-09 03:30:54.872704 | fa163ec7-a901-54db-878b-000000001332 | TASK | ensure podman and deps are installed 2026-03-09 03:30:58.024646 | fa163ec7-a901-54db-878b-000000001332 | OK | ensure podman and deps are installed | standalone 2026-03-09 03:30:58.025485 | fa163ec7-a901-54db-878b-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:01.052285 | 3.15s 2026-03-09 03:30:58.043356 | fa163ec7-a901-54db-878b-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-03-09 03:30:58.560267 | fa163ec7-a901-54db-878b-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-09 03:30:58.560870 | fa163ec7-a901-54db-878b-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:01.587671 | 0.52s 2026-03-09 03:30:58.577765 | fa163ec7-a901-54db-878b-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-09 03:30:58.609540 | fa163ec7-a901-54db-878b-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-09 03:30:58.610773 | fa163ec7-a901-54db-878b-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:01.637562 | 0.03s 2026-03-09 03:30:58.636098 | fa163ec7-a901-54db-878b-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-03-09 03:30:58.675540 | fa163ec7-a901-54db-878b-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-09 03:30:58.676709 | fa163ec7-a901-54db-878b-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:01.703500 | 0.04s 2026-03-09 03:30:58.698083 | fa163ec7-a901-54db-878b-000000001337 | TASK | Update default network configuration if possible 2026-03-09 03:30:58.736999 | fa163ec7-a901-54db-878b-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-03-09 03:30:58.737709 | fa163ec7-a901-54db-878b-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:01.764508 | 0.04s 2026-03-09 03:30:58.755037 | fa163ec7-a901-54db-878b-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-03-09 03:30:58.958109 | fa163ec7-a901-54db-878b-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-09 03:30:58.958893 | fa163ec7-a901-54db-878b-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:01.985693 | 0.20s 2026-03-09 03:30:58.976510 | fa163ec7-a901-54db-878b-00000000133a | TASK | Get current podman network 2026-03-09 03:30:59.225769 | fa163ec7-a901-54db-878b-00000000133a | CHANGED | Get current podman network | standalone 2026-03-09 03:30:59.227452 | fa163ec7-a901-54db-878b-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:02.254236 | 0.25s 2026-03-09 03:30:59.254497 | fa163ec7-a901-54db-878b-00000000133b | TASK | Update the default network configuration 2026-03-09 03:30:59.836586 | fa163ec7-a901-54db-878b-00000000133b | CHANGED | Update the default network configuration | standalone 2026-03-09 03:30:59.838007 | fa163ec7-a901-54db-878b-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:02.864796 | 0.58s 2026-03-09 03:30:59.863928 | fa163ec7-a901-54db-878b-00000000133c | TASK | Write containers registries.conf 2026-03-09 03:31:00.422741 | fa163ec7-a901-54db-878b-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-03-09 03:31:00.423799 | fa163ec7-a901-54db-878b-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:03.450593 | 0.56s 2026-03-09 03:31:00.444843 | fa163ec7-a901-54db-878b-00000000133d | TASK | Write containers.conf 2026-03-09 03:31:00.627456 | fa163ec7-a901-54db-878b-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-09 03:31:00.628625 | fa163ec7-a901-54db-878b-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.655421 | 0.18s 2026-03-09 03:31:00.848643 | fa163ec7-a901-54db-878b-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-09 03:31:00.851151 | fa163ec7-a901-54db-878b-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.877938 | 0.41s 2026-03-09 03:31:01.039520 | fa163ec7-a901-54db-878b-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-09 03:31:01.040605 | fa163ec7-a901-54db-878b-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.067401 | 0.59s 2026-03-09 03:31:01.247629 | fa163ec7-a901-54db-878b-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-09 03:31:01.250211 | fa163ec7-a901-54db-878b-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.276994 | 0.80s 2026-03-09 03:31:01.262250 | fa163ec7-a901-54db-878b-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:04.289029 | 0.82s 2026-03-09 03:31:01.289860 | fa163ec7-a901-54db-878b-00000000133e | TASK | Enable podman.socket service 2026-03-09 03:31:01.320252 | fa163ec7-a901-54db-878b-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-03-09 03:31:01.321649 | fa163ec7-a901-54db-878b-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:04.348439 | 0.03s 2026-03-09 03:31:01.373719 | fa163ec7-a901-54db-878b-000000000bb3 | TASK | Run podman login 2026-03-09 03:31:01.405781 | fa163ec7-a901-54db-878b-000000000bb3 | TIMING | Run podman login | standalone | 0:03:04.432556 | 0.03s 2026-03-09 03:31:01.486482 | fa163ec7-a901-54db-878b-00000000143e | TASK | Perform container registry login(s) with podman 2026-03-09 03:31:01.512572 | fa163ec7-a901-54db-878b-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:04.539359 | 0.03s 2026-03-09 03:31:01.546552 | fa163ec7-a901-54db-878b-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-09 03:31:01.978389 | fa163ec7-a901-54db-878b-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-09 03:31:01.979763 | fa163ec7-a901-54db-878b-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:05.006556 | 0.43s 2026-03-09 03:31:01.996664 | fa163ec7-a901-54db-878b-000000000bb6 | TASK | create persistent directories 2026-03-09 03:31:02.263942 | fa163ec7-a901-54db-878b-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-09 03:31:02.265104 | fa163ec7-a901-54db-878b-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.291897 | 0.27s 2026-03-09 03:31:02.440940 | fa163ec7-a901-54db-878b-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-09 03:31:02.442605 | fa163ec7-a901-54db-878b-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.469397 | 0.45s 2026-03-09 03:31:02.655911 | fa163ec7-a901-54db-878b-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-09 03:31:02.658432 | fa163ec7-a901-54db-878b-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.685217 | 0.66s 2026-03-09 03:31:02.669110 | fa163ec7-a901-54db-878b-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.695895 | 0.67s 2026-03-09 03:31:02.696088 | fa163ec7-a901-54db-878b-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-03-09 03:31:03.138856 | fa163ec7-a901-54db-878b-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-09 03:31:03.140213 | fa163ec7-a901-54db-878b-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:06.167005 | 0.44s 2026-03-09 03:31:03.166489 | fa163ec7-a901-54db-878b-000000000bb8 | TASK | Ensure rsyslog is installed 2026-03-09 03:31:06.253642 | fa163ec7-a901-54db-878b-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-03-09 03:31:06.254694 | fa163ec7-a901-54db-878b-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:09.281491 | 3.09s 2026-03-09 03:31:06.274079 | fa163ec7-a901-54db-878b-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-03-09 03:31:06.668282 | fa163ec7-a901-54db-878b-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-03-09 03:31:06.671659 | fa163ec7-a901-54db-878b-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:09.698446 | 0.40s 2026-03-09 03:31:06.720543 | fa163ec7-a901-54db-878b-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:09.747330 | 0.03s 2026-03-09 03:31:06.793095 | fa163ec7-a901-54db-878b-000000001559 | TASK | Gather variables for each operating system 2026-03-09 03:31:06.886980 | fa163ec7-a901-54db-878b-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-09 03:31:06.888840 | fa163ec7-a901-54db-878b-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.915628 | 0.09s 2026-03-09 03:31:06.898381 | fa163ec7-a901-54db-878b-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.925174 | 0.10s 2026-03-09 03:31:06.916075 | fa163ec7-a901-54db-878b-00000000155b | TASK | Install the OpenSSH server 2026-03-09 03:31:10.024419 | fa163ec7-a901-54db-878b-00000000155b | OK | Install the OpenSSH server | standalone 2026-03-09 03:31:10.026205 | fa163ec7-a901-54db-878b-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:13.052996 | 3.11s 2026-03-09 03:31:10.059137 | fa163ec7-a901-54db-878b-00000000155c | TASK | Start sshd 2026-03-09 03:31:10.082273 | fa163ec7-a901-54db-878b-00000000155c | SKIPPED | Start sshd | standalone 2026-03-09 03:31:10.084193 | fa163ec7-a901-54db-878b-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:13.110973 | 0.02s 2026-03-09 03:31:10.119329 | fa163ec7-a901-54db-878b-00000000155d | TASK | PasswordAuthentication notice 2026-03-09 03:31:10.150546 | fa163ec7-a901-54db-878b-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-09 03:31:10.151770 | fa163ec7-a901-54db-878b-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:13.178560 | 0.03s 2026-03-09 03:31:10.171999 | fa163ec7-a901-54db-878b-00000000155e | TASK | PasswordAuthentication duplication notice 2026-03-09 03:31:10.209479 | fa163ec7-a901-54db-878b-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-09 03:31:10.210378 | fa163ec7-a901-54db-878b-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:13.237175 | 0.04s 2026-03-09 03:31:10.229570 | fa163ec7-a901-54db-878b-00000000155f | TASK | Motd duplication notice 2026-03-09 03:31:10.270414 | fa163ec7-a901-54db-878b-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-09 03:31:10.271748 | fa163ec7-a901-54db-878b-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:13.298537 | 0.04s 2026-03-09 03:31:10.297905 | fa163ec7-a901-54db-878b-000000001560 | TASK | Configure the banner text 2026-03-09 03:31:10.330260 | fa163ec7-a901-54db-878b-000000001560 | SKIPPED | Configure the banner text | standalone 2026-03-09 03:31:10.331623 | fa163ec7-a901-54db-878b-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:13.358411 | 0.03s 2026-03-09 03:31:10.358754 | fa163ec7-a901-54db-878b-000000001561 | TASK | Configure the motd banner 2026-03-09 03:31:10.390753 | fa163ec7-a901-54db-878b-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-03-09 03:31:10.394111 | fa163ec7-a901-54db-878b-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:13.420902 | 0.03s 2026-03-09 03:31:10.420415 | fa163ec7-a901-54db-878b-000000001562 | TASK | Update sshd configuration options from vars 2026-03-09 03:31:10.463580 | fa163ec7-a901-54db-878b-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-03-09 03:31:10.465053 | fa163ec7-a901-54db-878b-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:13.491842 | 0.04s 2026-03-09 03:31:10.490519 | fa163ec7-a901-54db-878b-000000001563 | TASK | Adjust ssh server configuration 2026-03-09 03:31:11.024700 | fa163ec7-a901-54db-878b-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-03-09 03:31:11.026310 | fa163ec7-a901-54db-878b-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:14.053101 | 0.53s 2026-03-09 03:31:11.051923 | fa163ec7-a901-54db-878b-000000001564 | TASK | Restart sshd 2026-03-09 03:31:12.495759 | fa163ec7-a901-54db-878b-000000001564 | CHANGED | Restart sshd | standalone 2026-03-09 03:31:12.497865 | fa163ec7-a901-54db-878b-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:15.524650 | 1.44s 2026-03-09 03:31:12.552287 | fa163ec7-a901-54db-878b-000000000bbb | TASK | create persistent directories 2026-03-09 03:31:12.818000 | fa163ec7-a901-54db-878b-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-09 03:31:12.819316 | fa163ec7-a901-54db-878b-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.846114 | 0.27s 2026-03-09 03:31:13.027641 | fa163ec7-a901-54db-878b-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-09 03:31:13.028788 | fa163ec7-a901-54db-878b-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.055579 | 0.48s 2026-03-09 03:31:13.228207 | fa163ec7-a901-54db-878b-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-09 03:31:13.229287 | fa163ec7-a901-54db-878b-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.256080 | 0.68s 2026-03-09 03:31:13.237378 | fa163ec7-a901-54db-878b-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.264163 | 0.68s 2026-03-09 03:31:13.262714 | fa163ec7-a901-54db-878b-000000000bbc | TASK | create persistent directories 2026-03-09 03:31:13.519443 | fa163ec7-a901-54db-878b-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-09 03:31:13.520340 | fa163ec7-a901-54db-878b-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.547138 | 0.26s 2026-03-09 03:31:13.724363 | fa163ec7-a901-54db-878b-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-09 03:31:13.725476 | fa163ec7-a901-54db-878b-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.752269 | 0.46s 2026-03-09 03:31:13.902679 | fa163ec7-a901-54db-878b-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-09 03:31:13.903590 | fa163ec7-a901-54db-878b-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.930387 | 0.64s 2026-03-09 03:31:13.910495 | fa163ec7-a901-54db-878b-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.937282 | 0.65s 2026-03-09 03:31:13.936044 | fa163ec7-a901-54db-878b-000000000bbd | TASK | Set swift_use_local_disks fact 2026-03-09 03:31:13.964512 | fa163ec7-a901-54db-878b-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-03-09 03:31:13.965800 | fa163ec7-a901-54db-878b-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:16.992591 | 0.03s 2026-03-09 03:31:13.989697 | fa163ec7-a901-54db-878b-000000000bbe | TASK | Set use_node_data_lookup fact 2026-03-09 03:31:14.027182 | fa163ec7-a901-54db-878b-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-03-09 03:31:14.028643 | fa163ec7-a901-54db-878b-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:17.055430 | 0.04s 2026-03-09 03:31:14.054474 | fa163ec7-a901-54db-878b-000000000bbf | TASK | Create Swift d1 directory if needed 2026-03-09 03:31:14.307386 | fa163ec7-a901-54db-878b-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-09 03:31:14.308768 | fa163ec7-a901-54db-878b-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:17.335557 | 0.25s 2026-03-09 03:31:14.335898 | fa163ec7-a901-54db-878b-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-03-09 03:31:14.376635 | fa163ec7-a901-54db-878b-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-03-09 03:31:14.378427 | fa163ec7-a901-54db-878b-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:17.405209 | 0.04s 2026-03-09 03:31:14.403441 | fa163ec7-a901-54db-878b-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-03-09 03:31:14.431989 | fa163ec7-a901-54db-878b-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-09 03:31:14.433355 | fa163ec7-a901-54db-878b-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:17.460143 | 0.03s 2026-03-09 03:31:14.454145 | fa163ec7-a901-54db-878b-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-03-09 03:31:14.480817 | fa163ec7-a901-54db-878b-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-09 03:31:14.482177 | fa163ec7-a901-54db-878b-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:17.508965 | 0.03s 2026-03-09 03:31:14.503214 | fa163ec7-a901-54db-878b-000000000bc3 | TASK | Format SwiftRawDisks 2026-03-09 03:31:14.520331 | fa163ec7-a901-54db-878b-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:17.547109 | 0.02s 2026-03-09 03:31:14.547193 | fa163ec7-a901-54db-878b-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-09 03:31:14.585296 | fa163ec7-a901-54db-878b-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-09 03:31:14.586202 | fa163ec7-a901-54db-878b-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:17.612999 | 0.04s 2026-03-09 03:31:14.605798 | fa163ec7-a901-54db-878b-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-03-09 03:31:14.631461 | fa163ec7-a901-54db-878b-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:17.658243 | 0.02s 2026-03-09 03:31:14.649106 | fa163ec7-a901-54db-878b-000000000bc6 | TASK | Check for NTP service 2026-03-09 03:31:14.888221 | fa163ec7-a901-54db-878b-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-03-09 03:31:14.889801 | fa163ec7-a901-54db-878b-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:17.916590 | 0.24s 2026-03-09 03:31:14.915934 | fa163ec7-a901-54db-878b-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-03-09 03:31:14.968586 | fa163ec7-a901-54db-878b-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-09 03:31:14.970035 | fa163ec7-a901-54db-878b-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:17.996794 | 0.05s 2026-03-09 03:31:14.996617 | fa163ec7-a901-54db-878b-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-03-09 03:31:15.024649 | fa163ec7-a901-54db-878b-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:18.051432 | 0.03s 2026-03-09 03:31:15.129947 | fa163ec7-a901-54db-878b-0000000016f5 | TASK | Load distro-specific variables 2026-03-09 03:31:15.155939 | fa163ec7-a901-54db-878b-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.182729 | 0.02s 2026-03-09 03:31:15.164133 | b6cdca1a-02cf-4bc7-9b10-48c16e24eafa | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-09 03:31:15.185614 | fa163ec7-a901-54db-878b-0000000017da | TASK | Load distro-specific variables 2026-03-09 03:31:15.238928 | fa163ec7-a901-54db-878b-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-09 03:31:15.240451 | fa163ec7-a901-54db-878b-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.267236 | 0.05s 2026-03-09 03:31:15.245873 | fa163ec7-a901-54db-878b-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.272667 | 0.06s 2026-03-09 03:31:15.270939 | fa163ec7-a901-54db-878b-0000000016f6 | TASK | Install chronyd 2026-03-09 03:31:15.303105 | fa163ec7-a901-54db-878b-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:18.329884 | 0.03s 2026-03-09 03:31:15.327706 | e18d37c7-879f-4bee-b820-889d59330b1f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-09 03:31:15.364309 | fa163ec7-a901-54db-878b-000000001813 | TASK | Load distro-specific variables 2026-03-09 03:31:15.392422 | fa163ec7-a901-54db-878b-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.419197 | 0.03s 2026-03-09 03:31:15.410000 | b91acd15-4189-4f65-84f5-5b6d7e21de93 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-09 03:31:15.438423 | fa163ec7-a901-54db-878b-00000000185a | TASK | Load distro-specific variables 2026-03-09 03:31:15.485338 | fa163ec7-a901-54db-878b-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-09 03:31:15.486218 | fa163ec7-a901-54db-878b-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.513015 | 0.05s 2026-03-09 03:31:15.497462 | fa163ec7-a901-54db-878b-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.524256 | 0.06s 2026-03-09 03:31:15.514800 | fa163ec7-a901-54db-878b-000000001814 | TASK | Check for NTP service 2026-03-09 03:31:15.773720 | fa163ec7-a901-54db-878b-000000001814 | CHANGED | Check for NTP service | standalone 2026-03-09 03:31:15.775153 | fa163ec7-a901-54db-878b-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:18.801943 | 0.26s 2026-03-09 03:31:15.801341 | fa163ec7-a901-54db-878b-000000001815 | TASK | Disable NTP before configuring Chrony 2026-03-09 03:31:15.839789 | fa163ec7-a901-54db-878b-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-09 03:31:15.841064 | fa163ec7-a901-54db-878b-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:18.867852 | 0.04s 2026-03-09 03:31:15.865974 | fa163ec7-a901-54db-878b-000000001816 | TASK | Install chronyd package 2026-03-09 03:31:19.051034 | fa163ec7-a901-54db-878b-000000001816 | OK | Install chronyd package | standalone 2026-03-09 03:31:19.051867 | fa163ec7-a901-54db-878b-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:22.078665 | 3.18s 2026-03-09 03:31:19.069588 | fa163ec7-a901-54db-878b-0000000016f7 | TASK | Upgrade chronyd 2026-03-09 03:31:19.089144 | fa163ec7-a901-54db-878b-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-03-09 03:31:19.090635 | fa163ec7-a901-54db-878b-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:22.117419 | 0.02s 2026-03-09 03:31:19.117045 | fa163ec7-a901-54db-878b-0000000016f8 | TASK | Configure chronyd 2026-03-09 03:31:19.144876 | fa163ec7-a901-54db-878b-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:22.171657 | 0.03s 2026-03-09 03:31:19.164575 | 8813ffb7-3514-4062-b2e1-d791a888c158 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-09 03:31:19.201478 | fa163ec7-a901-54db-878b-000000001893 | TASK | Load distro-specific variables 2026-03-09 03:31:19.221501 | fa163ec7-a901-54db-878b-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.248292 | 0.02s 2026-03-09 03:31:19.232145 | 47770e5a-803e-4ed7-b335-0b87071c00e9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-09 03:31:19.255142 | fa163ec7-a901-54db-878b-0000000018ff | TASK | Load distro-specific variables 2026-03-09 03:31:19.309935 | fa163ec7-a901-54db-878b-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-09 03:31:19.311356 | fa163ec7-a901-54db-878b-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.338143 | 0.06s 2026-03-09 03:31:19.323287 | fa163ec7-a901-54db-878b-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.350075 | 0.07s 2026-03-09 03:31:19.349146 | fa163ec7-a901-54db-878b-000000001894 | TASK | Install chrony configuration file 2026-03-09 03:31:19.947337 | fa163ec7-a901-54db-878b-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-03-09 03:31:19.948910 | fa163ec7-a901-54db-878b-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:22.975701 | 0.60s 2026-03-09 03:31:19.974429 | fa163ec7-a901-54db-878b-0000000016f9 | TASK | Run chronyd 2026-03-09 03:31:19.995591 | fa163ec7-a901-54db-878b-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:23.022373 | 0.02s 2026-03-09 03:31:20.017173 | d49c0a86-24ac-46fa-b5fe-1474783bcb2d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-09 03:31:20.059205 | fa163ec7-a901-54db-878b-000000001922 | TASK | Load distro-specific variables 2026-03-09 03:31:20.086097 | fa163ec7-a901-54db-878b-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.112859 | 0.03s 2026-03-09 03:31:20.107305 | c7a941e1-d90c-40be-8a72-779bce16f01c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-09 03:31:20.132373 | fa163ec7-a901-54db-878b-0000000019a6 | TASK | Load distro-specific variables 2026-03-09 03:31:20.174612 | fa163ec7-a901-54db-878b-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-09 03:31:20.176042 | fa163ec7-a901-54db-878b-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.202802 | 0.04s 2026-03-09 03:31:20.181941 | fa163ec7-a901-54db-878b-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.208728 | 0.05s 2026-03-09 03:31:20.209420 | fa163ec7-a901-54db-878b-000000001923 | TASK | Ensure chronyd is running 2026-03-09 03:31:20.624419 | fa163ec7-a901-54db-878b-000000001923 | OK | Ensure chronyd is running | standalone 2026-03-09 03:31:20.626198 | fa163ec7-a901-54db-878b-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:23.652993 | 0.42s 2026-03-09 03:31:20.653081 | fa163ec7-a901-54db-878b-000000001924 | TASK | Force chronyd restart 2026-03-09 03:31:21.096612 | fa163ec7-a901-54db-878b-000000001924 | CHANGED | Force chronyd restart | standalone 2026-03-09 03:31:21.098952 | fa163ec7-a901-54db-878b-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:24.125737 | 0.44s 2026-03-09 03:31:21.128510 | fa163ec7-a901-54db-878b-0000000016fa | TASK | Enable online service 2026-03-09 03:31:21.159313 | fa163ec7-a901-54db-878b-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:24.186093 | 0.03s 2026-03-09 03:31:21.179265 | 3431b50a-3dae-4429-8632-140d23530882 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-09 03:31:21.225783 | fa163ec7-a901-54db-878b-0000000019d3 | TASK | Create chrony-online.service unit file 2026-03-09 03:31:21.680794 | fa163ec7-a901-54db-878b-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-03-09 03:31:21.682134 | fa163ec7-a901-54db-878b-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:24.708924 | 0.46s 2026-03-09 03:31:21.707518 | fa163ec7-a901-54db-878b-0000000019d4 | TASK | Enable chrony-online.service 2026-03-09 03:31:22.630554 | fa163ec7-a901-54db-878b-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-03-09 03:31:22.632448 | fa163ec7-a901-54db-878b-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:25.659237 | 0.92s 2026-03-09 03:31:22.660325 | fa163ec7-a901-54db-878b-0000000016fb | TASK | Sync chronyc 2026-03-09 03:31:22.689692 | fa163ec7-a901-54db-878b-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:25.716468 | 0.03s 2026-03-09 03:31:22.709808 | df40c174-7b3a-4267-8fe6-b8e25ecd6958 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-09 03:31:22.756407 | fa163ec7-a901-54db-878b-000000001a79 | TASK | Force NTP sync 2026-03-09 03:31:22.988932 | fa163ec7-a901-54db-878b-000000001a79 | CHANGED | Force NTP sync | standalone 2026-03-09 03:31:22.990941 | fa163ec7-a901-54db-878b-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:26.017721 | 0.23s 2026-03-09 03:31:23.028842 | fa163ec7-a901-54db-878b-000000001a7a | TASK | Ensure system is NTP time synced 2026-03-09 03:31:33.301914 | fa163ec7-a901-54db-878b-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-03-09 03:31:33.303690 | fa163ec7-a901-54db-878b-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:36.330480 | 10.27s 2026-03-09 03:31:33.352707 | fa163ec7-a901-54db-878b-000000000bc9 | TASK | Force NTP sync 2026-03-09 03:31:33.612131 | fa163ec7-a901-54db-878b-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-03-09 03:31:33.613599 | fa163ec7-a901-54db-878b-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:36.640390 | 0.26s 2026-03-09 03:31:33.634466 | fa163ec7-a901-54db-878b-000000000bca | TASK | Ensure system is NTP time synced 2026-03-09 03:31:33.895841 | fa163ec7-a901-54db-878b-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-03-09 03:31:33.897440 | fa163ec7-a901-54db-878b-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:36.924224 | 0.26s 2026-03-09 03:31:33.925886 | fa163ec7-a901-54db-878b-000000000bcb | TASK | Run timezone role 2026-03-09 03:31:33.946166 | fa163ec7-a901-54db-878b-000000000bcb | TIMING | Run timezone role | standalone | 0:03:36.972944 | 0.02s 2026-03-09 03:31:34.026953 | fa163ec7-a901-54db-878b-000000001c3a | TASK | Set timezone 2026-03-09 03:31:34.514021 | fa163ec7-a901-54db-878b-000000001c3a | OK | Set timezone | standalone 2026-03-09 03:31:34.514794 | fa163ec7-a901-54db-878b-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:37.541592 | 0.49s 2026-03-09 03:31:34.534251 | fa163ec7-a901-54db-878b-000000001c3b | TASK | Restart time services 2026-03-09 03:31:34.577759 | fa163ec7-a901-54db-878b-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-09 03:31:34.583790 | fa163ec7-a901-54db-878b-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-03-09 03:31:34.596035 | fa163ec7-a901-54db-878b-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:37.622797 | 0.06s 2026-03-09 03:31:34.644571 | fa163ec7-a901-54db-878b-000000000bcc | TASK | install tmpwatch on the host 2026-03-09 03:31:37.935168 | fa163ec7-a901-54db-878b-000000000bcc | OK | install tmpwatch on the host | standalone 2026-03-09 03:31:37.937076 | fa163ec7-a901-54db-878b-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:40.963859 | 3.29s 2026-03-09 03:31:37.963637 | fa163ec7-a901-54db-878b-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-03-09 03:31:37.995912 | fa163ec7-a901-54db-878b-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-09 03:31:37.996894 | fa163ec7-a901-54db-878b-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:41.023690 | 0.03s 2026-03-09 03:31:38.039412 | fa163ec7-a901-54db-878b-000000000bce | TIMING | include_role : tuned | standalone | 0:03:41.066188 | 0.02s 2026-03-09 03:31:38.139054 | fa163ec7-a901-54db-878b-000000001e6e | TASK | Gather variables for each operating system 2026-03-09 03:31:38.258061 | fa163ec7-a901-54db-878b-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-09 03:31:38.259490 | fa163ec7-a901-54db-878b-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.286276 | 0.12s 2026-03-09 03:31:38.265648 | fa163ec7-a901-54db-878b-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.292436 | 0.13s 2026-03-09 03:31:38.321510 | fa163ec7-a901-54db-878b-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:41.348293 | 0.04s 2026-03-09 03:31:38.334477 | 72769573-2246-4eaf-8ffc-7c29f8bdeda1 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-09 03:31:38.366313 | fa163ec7-a901-54db-878b-000000001f9f | TASK | Check tuned package is installed 2026-03-09 03:31:38.630311 | fa163ec7-a901-54db-878b-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-03-09 03:31:38.631437 | fa163ec7-a901-54db-878b-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:41.658233 | 0.26s 2026-03-09 03:31:38.656755 | fa163ec7-a901-54db-878b-000000001fa0 | TASK | Install tuned 2026-03-09 03:31:38.788908 | fa163ec7-a901-54db-878b-000000001fa0 | SKIPPED | Install tuned | standalone 2026-03-09 03:31:38.789658 | fa163ec7-a901-54db-878b-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:41.816457 | 0.13s 2026-03-09 03:31:38.806816 | fa163ec7-a901-54db-878b-000000001fa1 | TASK | Restart tuned 2026-03-09 03:31:38.833169 | fa163ec7-a901-54db-878b-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-03-09 03:31:38.833723 | fa163ec7-a901-54db-878b-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:41.860524 | 0.03s 2026-03-09 03:31:38.850457 | fa163ec7-a901-54db-878b-000000001e70 | TASK | Check for tuned-adm 2026-03-09 03:31:39.029268 | fa163ec7-a901-54db-878b-000000001e70 | OK | Check for tuned-adm | standalone 2026-03-09 03:31:39.030814 | fa163ec7-a901-54db-878b-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:42.057604 | 0.18s 2026-03-09 03:31:39.077197 | fa163ec7-a901-54db-878b-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:42.103991 | 0.03s 2026-03-09 03:31:39.089589 | 33bbcd23-fcea-45ff-9b0c-60bfa9037223 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-09 03:31:39.113304 | fa163ec7-a901-54db-878b-000000001fcc | TASK | Ensure profile directory exists 2026-03-09 03:31:39.152329 | fa163ec7-a901-54db-878b-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-03-09 03:31:39.152924 | fa163ec7-a901-54db-878b-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:42.179725 | 0.04s 2026-03-09 03:31:39.169783 | fa163ec7-a901-54db-878b-000000001fcd | TASK | Create custom tuned profile 2026-03-09 03:31:39.236674 | fa163ec7-a901-54db-878b-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-03-09 03:31:39.237890 | fa163ec7-a901-54db-878b-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:42.264677 | 0.07s 2026-03-09 03:31:39.264788 | fa163ec7-a901-54db-878b-000000001fce | TASK | Check tuned active profile 2026-03-09 03:31:39.507332 | fa163ec7-a901-54db-878b-000000001fce | OK | Check tuned active profile | standalone 2026-03-09 03:31:39.508081 | fa163ec7-a901-54db-878b-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:42.534880 | 0.24s 2026-03-09 03:31:39.530300 | fa163ec7-a901-54db-878b-000000001fcf | TASK | Check Tuned Configuration file exists 2026-03-09 03:31:39.743663 | fa163ec7-a901-54db-878b-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-03-09 03:31:39.744913 | fa163ec7-a901-54db-878b-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:42.771704 | 0.21s 2026-03-09 03:31:39.769892 | fa163ec7-a901-54db-878b-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-09 03:31:39.829323 | fa163ec7-a901-54db-878b-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-09 03:31:39.830456 | fa163ec7-a901-54db-878b-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:42.857246 | 0.06s 2026-03-09 03:31:39.857692 | fa163ec7-a901-54db-878b-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-03-09 03:31:39.908351 | fa163ec7-a901-54db-878b-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-09 03:31:39.909803 | fa163ec7-a901-54db-878b-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:42.936589 | 0.05s 2026-03-09 03:31:39.936123 | fa163ec7-a901-54db-878b-000000001fd2 | TASK | Enable tuned profile 2026-03-09 03:31:39.964481 | fa163ec7-a901-54db-878b-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-03-09 03:31:39.965617 | fa163ec7-a901-54db-878b-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:42.992406 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-09 03:31:40.143300 | fa163ec7-a901-54db-878b-0000000000ac | TASK | Overcloud container setup tasks 2026-03-09 03:31:40.172345 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000ac') missing from stats 2026-03-09 03:31:40.193344 | fa163ec7-a901-54db-878b-0000000000ad | TASK | Write config data 2026-03-09 03:31:40.263927 | fa163ec7-a901-54db-878b-0000000000ad | TIMING | Write config data | standalone | 0:03:43.290704 | 0.07s 2026-03-09 03:31:40.308111 | 90262ae0-89ea-4d85-918c-5d46fc3ff358 | INCLUDED | /root/standalone-ansible-_oxvwcup/common_container_setup_tasks.yaml | standalone 2026-03-09 03:31:40.331824 | fa163ec7-a901-54db-878b-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-09 03:31:40.549605 | fa163ec7-a901-54db-878b-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-09 03:31:40.551365 | fa163ec7-a901-54db-878b-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:43.578153 | 0.22s 2026-03-09 03:31:40.580453 | fa163ec7-a901-54db-878b-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-03-09 03:31:40.791168 | fa163ec7-a901-54db-878b-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-09 03:31:40.792134 | fa163ec7-a901-54db-878b-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:43.818932 | 0.21s 2026-03-09 03:31:40.812272 | fa163ec7-a901-54db-878b-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-03-09 03:31:41.020366 | fa163ec7-a901-54db-878b-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-09 03:31:41.021925 | fa163ec7-a901-54db-878b-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:44.048710 | 0.21s 2026-03-09 03:31:41.047802 | fa163ec7-a901-54db-878b-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-09 03:31:41.279578 | fa163ec7-a901-54db-878b-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-09 03:31:41.281181 | fa163ec7-a901-54db-878b-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:44.307967 | 0.23s 2026-03-09 03:31:41.306920 | fa163ec7-a901-54db-878b-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-09 03:31:41.560867 | fa163ec7-a901-54db-878b-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-09 03:31:41.562396 | fa163ec7-a901-54db-878b-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:44.589186 | 0.25s 2026-03-09 03:31:41.589327 | fa163ec7-a901-54db-878b-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-03-09 03:31:42.909829 | fa163ec7-a901-54db-878b-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-09 03:31:42.911572 | fa163ec7-a901-54db-878b-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:45.938361 | 1.32s 2026-03-09 03:31:42.937842 | fa163ec7-a901-54db-878b-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-03-09 03:31:43.214765 | fa163ec7-a901-54db-878b-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-09 03:31:43.215916 | fa163ec7-a901-54db-878b-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:46.242710 | 0.28s 2026-03-09 03:31:43.238188 | fa163ec7-a901-54db-878b-00000000203a | TASK | Write container config scripts 2026-03-09 03:31:43.545539 | fa163ec7-a901-54db-878b-00000000203a | CHANGED | Write container config scripts | standalone 2026-03-09 03:31:43.547239 | fa163ec7-a901-54db-878b-00000000203a | TIMING | Write container config scripts | standalone | 0:03:46.574021 | 0.31s 2026-03-09 03:31:43.573457 | fa163ec7-a901-54db-878b-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-09 03:31:44.027347 | fa163ec7-a901-54db-878b-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-09 03:31:44.029037 | fa163ec7-a901-54db-878b-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:47.055800 | 0.45s 2026-03-09 03:31:44.055616 | fa163ec7-a901-54db-878b-00000000203c | TASK | Generate startup configs files per step and per container 2026-03-09 03:31:44.673936 | fa163ec7-a901-54db-878b-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-09 03:31:44.685071 | fa163ec7-a901-54db-878b-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:47.711812 | 0.63s 2026-03-09 03:31:44.729947 | fa163ec7-a901-54db-878b-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-03-09 03:31:44.984067 | fa163ec7-a901-54db-878b-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-09 03:31:44.985795 | fa163ec7-a901-54db-878b-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:48.012579 | 0.25s 2026-03-09 03:31:45.012246 | fa163ec7-a901-54db-878b-00000000203e | TASK | Create /var/lib/config-data directory 2026-03-09 03:31:45.248184 | fa163ec7-a901-54db-878b-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-09 03:31:45.249773 | fa163ec7-a901-54db-878b-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:48.276562 | 0.24s 2026-03-09 03:31:45.275981 | fa163ec7-a901-54db-878b-00000000203f | TASK | Write container config json files 2026-03-09 03:31:45.844873 | fa163ec7-a901-54db-878b-00000000203f | CHANGED | Write container config json files | standalone 2026-03-09 03:31:45.853027 | fa163ec7-a901-54db-878b-00000000203f | TIMING | Write container config json files | standalone | 0:03:48.879809 | 0.58s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-09 03:31:46.018436 | fa163ec7-a901-54db-878b-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-09 03:31:46.055955 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-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-09 03:31:46.136284 | fa163ec7-a901-54db-878b-0000000000b2 | TIMING | include_tasks | standalone | 0:03:49.163062 | 0.05s 2026-03-09 03:31:46.169783 | 73a9852d-dc05-47c6-b35b-799d00039729 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-03-09 03:31:46.207331 | fa163ec7-a901-54db-878b-000000002073 | TASK | Get undercloud FQDN 2026-03-09 03:31:46.255382 | fa163ec7-a901-54db-878b-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-000000002073') missing from stats 2026-03-09 03:31:46.306653 | fa163ec7-a901-54db-878b-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:49.333425 | 0.02s 2026-03-09 03:31:46.382027 | fa163ec7-a901-54db-878b-000000002098 | TASK | set main facts 2026-03-09 03:31:46.462581 | fa163ec7-a901-54db-878b-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-000000002098') missing from stats 2026-03-09 03:31:46.512460 | fa163ec7-a901-54db-878b-000000002099 | TASK | get the default.conf file 2026-03-09 03:31:46.781788 | fa163ec7-a901-54db-878b-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-000000002099') missing from stats 2026-03-09 03:31:46.829234 | fa163ec7-a901-54db-878b-00000000209a | TASK | set the principal 2026-03-09 03:31:46.904698 | fa163ec7-a901-54db-878b-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-00000000209a') missing from stats 2026-03-09 03:31:46.953808 | fa163ec7-a901-54db-878b-00000000209c | TASK | add new host with one-time password 2026-03-09 03:31:48.473439 | fa163ec7-a901-54db-878b-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-00000000209c') missing from stats 2026-03-09 03:31:48.513844 | fa163ec7-a901-54db-878b-00000000209d | TASK | set otp as a host fact 2026-03-09 03:31:48.555440 | fa163ec7-a901-54db-878b-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-03-09 03:31:48.556765 | fa163ec7-a901-54db-878b-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:51.583552 | 0.04s 2026-03-09 03:31:48.605529 | fa163ec7-a901-54db-878b-00000000209f | TASK | add required services using custom module 2026-03-09 03:31:51.831493 | fa163ec7-a901-54db-878b-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ec7-a901-54db-878b-00000000209f') missing from stats 2026-03-09 03:31:51.903798 | fa163ec7-a901-54db-878b-000000002076 | TASK | check if default.conf exists 2026-03-09 03:31:52.157847 | fa163ec7-a901-54db-878b-000000002076 | OK | check if default.conf exists | standalone 2026-03-09 03:31:52.159366 | fa163ec7-a901-54db-878b-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:55.186152 | 0.25s 2026-03-09 03:31:52.193392 | fa163ec7-a901-54db-878b-000000002077 | TASK | install openssl-perl 2026-03-09 03:31:52.224173 | fa163ec7-a901-54db-878b-000000002077 | SKIPPED | install openssl-perl | standalone 2026-03-09 03:31:52.225492 | fa163ec7-a901-54db-878b-000000002077 | TIMING | install openssl-perl | standalone | 0:03:55.252280 | 0.03s 2026-03-09 03:31:52.252461 | fa163ec7-a901-54db-878b-000000002078 | TASK | register as an ipa client 2026-03-09 03:31:52.295310 | fa163ec7-a901-54db-878b-000000002078 | SKIPPED | register as an ipa client | standalone 2026-03-09 03:31:52.296874 | fa163ec7-a901-54db-878b-000000002078 | TIMING | register as an ipa client | standalone | 0:03:55.323662 | 0.04s 2026-03-09 03:31:52.323502 | fa163ec7-a901-54db-878b-000000002079 | TASK | restart certmonger service 2026-03-09 03:31:52.363444 | fa163ec7-a901-54db-878b-000000002079 | SKIPPED | restart certmonger service | standalone 2026-03-09 03:31:52.364940 | fa163ec7-a901-54db-878b-000000002079 | TIMING | restart certmonger service | standalone | 0:03:55.391722 | 0.04s 2026-03-09 03:31:52.391656 | fa163ec7-a901-54db-878b-00000000207a | TASK | set discovered ipa realm 2026-03-09 03:31:52.422720 | fa163ec7-a901-54db-878b-00000000207a | OK | set discovered ipa realm | standalone 2026-03-09 03:31:52.423935 | fa163ec7-a901-54db-878b-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:55.450726 | 0.03s PLAY [External deployment step 1] ********************************************** 2026-03-09 03:31:52.574276 | fa163ec7-a901-54db-878b-0000000000b6 | TASK | External deployment step 1 2026-03-09 03:31:52.602632 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000b6') missing from stats 2026-03-09 03:31:52.649623 | fa163ec7-a901-54db-878b-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:55.676400 | 0.03s 2026-03-09 03:31:52.687570 | 310475f9-9fd7-489a-a93b-d115a29d8d34 | INCLUDED | /root/standalone-ansible-_oxvwcup/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-09 03:31:52.706651 | fa163ec7-a901-54db-878b-0000000020f5 | TASK | Container image prepare 2026-03-09 03:31:53.727651 | fa163ec7-a901-54db-878b-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-03-09 03:31:53.730141 | fa163ec7-a901-54db-878b-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:56.756929 | 1.02s 2026-03-09 03:31:53.821357 | fa163ec7-a901-54db-878b-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:56.848134 | 0.05s 2026-03-09 03:31:53.866549 | fa163ec7-a901-54db-878b-00000000211b | TASK | get dns zones and entries to add 2026-03-09 03:31:53.930730 | fa163ec7-a901-54db-878b-00000000211b | OK | get dns zones and entries to add | undercloud 2026-03-09 03:31:53.932382 | fa163ec7-a901-54db-878b-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:56.959173 | 0.06s 2026-03-09 03:31:54.004863 | fa163ec7-a901-54db-878b-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storagemgmt.ooo.test", "ctlplane.ooo.test", "ooo.test", "tenant.ooo.test", "122.168.192.in-addr.arpa", "0.19.172.in-addr.arpa", "0.21.172.in-addr.arpa", "external.ooo.test", "0.18.172.in-addr.arpa", "0.20.172.in-addr.arpa", "0.17.172.in-addr.arpa", "storage.ooo.test", "internalapi.ooo.test" ] } 2026-03-09 03:31:54.006193 | fa163ec7-a901-54db-878b-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:57.032983 | 0.05s 2026-03-09 03:31:54.088583 | fa163ec7-a901-54db-878b-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-09 03:31:54.090298 | fa163ec7-a901-54db-878b-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:57.117088 | 0.06s 2026-03-09 03:31:54.108863 | fa163ec7-a901-54db-878b-00000000211e | TASK | add dns zones and records 2026-03-09 03:31:57.067518 | fa163ec7-a901-54db-878b-00000000211e | CHANGED | add dns zones and records | undercloud 2026-03-09 03:31:57.069764 | fa163ec7-a901-54db-878b-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:00.096557 | 2.96s 2026-03-09 03:31:57.099534 | fa163ec7-a901-54db-878b-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-03-09 03:31:57.332282 | fa163ec7-a901-54db-878b-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-09 03:31:57.334653 | fa163ec7-a901-54db-878b-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:00.361441 | 0.23s 2026-03-09 03:31:57.353100 | fa163ec7-a901-54db-878b-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-03-09 03:31:57.403326 | fa163ec7-a901-54db-878b-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.430108 | 0.05s 2026-03-09 03:31:57.450571 | fa163ec7-a901-54db-878b-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-09 03:31:57.692413 | fa163ec7-a901-54db-878b-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-09 03:31:57.693599 | fa163ec7-a901-54db-878b-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:00.720398 | 0.24s 2026-03-09 03:31:57.708510 | fa163ec7-a901-54db-878b-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-09 03:31:58.256747 | fa163ec7-a901-54db-878b-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-09 03:31:58.259378 | fa163ec7-a901-54db-878b-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:01.286165 | 0.55s 2026-03-09 03:31:58.280585 | fa163ec7-a901-54db-878b-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-09 03:31:58.313556 | fa163ec7-a901-54db-878b-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:01.340337 | 0.03s 2026-03-09 03:31:58.364849 | fa163ec7-a901-54db-878b-00000000218c | TASK | Check for a configured destination 2026-03-09 03:31:58.430838 | fa163ec7-a901-54db-878b-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-03-09 03:31:58.433160 | fa163ec7-a901-54db-878b-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:01.459944 | 0.07s 2026-03-09 03:31:58.473092 | fa163ec7-a901-54db-878b-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-09 03:31:58.891637 | fa163ec7-a901-54db-878b-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-09 03:31:58.894218 | fa163ec7-a901-54db-878b-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:01.921006 | 0.42s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-09 03:31:59.034915 | fa163ec7-a901-54db-878b-0000000000ba | TASK | Deploy step tasks for 1 2026-03-09 03:31:59.076817 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000ba') missing from stats 2026-03-09 03:31:59.096582 | fa163ec7-a901-54db-878b-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-09 03:31:59.540183 | fa163ec7-a901-54db-878b-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-09 03:31:59.541649 | fa163ec7-a901-54db-878b-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:02.568437 | 0.44s 2026-03-09 03:31:59.568683 | fa163ec7-a901-54db-878b-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-09 03:31:59.785843 | fa163ec7-a901-54db-878b-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-09 03:31:59.787487 | fa163ec7-a901-54db-878b-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:02.814270 | 0.22s 2026-03-09 03:31:59.806365 | fa163ec7-a901-54db-878b-0000000000be | TASK | Write config data at the start of step 1 2026-03-09 03:31:59.854214 | fa163ec7-a901-54db-878b-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:02.880996 | 0.05s 2026-03-09 03:31:59.882562 | 46f1d306-de18-4c93-84fc-aad4cb298286 | INCLUDED | /root/standalone-ansible-_oxvwcup/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-09 03:31:59.907152 | fa163ec7-a901-54db-878b-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-09 03:31:59.933319 | fa163ec7-a901-54db-878b-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-09 03:31:59.934174 | fa163ec7-a901-54db-878b-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.960970 | 0.03s 2026-03-09 03:31:59.953485 | fa163ec7-a901-54db-878b-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-09 03:31:59.983864 | fa163ec7-a901-54db-878b-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-09 03:31:59.984775 | fa163ec7-a901-54db-878b-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:03.011572 | 0.03s 2026-03-09 03:32:00.003877 | fa163ec7-a901-54db-878b-0000000021cd | TASK | Write the puppet step_config manifest 2026-03-09 03:32:00.448831 | fa163ec7-a901-54db-878b-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-03-09 03:32:00.450165 | fa163ec7-a901-54db-878b-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:03.476957 | 0.45s 2026-03-09 03:32:00.474459 | fa163ec7-a901-54db-878b-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-03-09 03:32:00.503807 | fa163ec7-a901-54db-878b-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-09 03:32:00.504965 | fa163ec7-a901-54db-878b-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:03.531755 | 0.03s 2026-03-09 03:32:00.529989 | fa163ec7-a901-54db-878b-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-03-09 03:32:00.558996 | fa163ec7-a901-54db-878b-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-09 03:32:00.560514 | fa163ec7-a901-54db-878b-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:03.587296 | 0.03s 2026-03-09 03:32:00.587592 | fa163ec7-a901-54db-878b-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-03-09 03:32:00.776396 | fa163ec7-a901-54db-878b-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-03-09 03:32:00.777775 | fa163ec7-a901-54db-878b-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:03.804567 | 0.19s 2026-03-09 03:32:00.802590 | fa163ec7-a901-54db-878b-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-09 03:32:00.831657 | fa163ec7-a901-54db-878b-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-09 03:32:00.833057 | fa163ec7-a901-54db-878b-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.859821 | 0.03s 2026-03-09 03:32:00.854485 | fa163ec7-a901-54db-878b-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-09 03:32:00.880244 | fa163ec7-a901-54db-878b-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-09 03:32:00.880992 | fa163ec7-a901-54db-878b-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.907788 | 0.03s 2026-03-09 03:32:00.906954 | fa163ec7-a901-54db-878b-0000000021d3 | TASK | Write container-puppet.json file 2026-03-09 03:32:01.457794 | fa163ec7-a901-54db-878b-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-03-09 03:32:01.459184 | fa163ec7-a901-54db-878b-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:04.485975 | 0.55s 2026-03-09 03:32:01.484585 | fa163ec7-a901-54db-878b-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-03-09 03:32:01.513248 | fa163ec7-a901-54db-878b-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-09 03:32:01.514594 | fa163ec7-a901-54db-878b-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:04.541378 | 0.03s 2026-03-09 03:32:01.541469 | fa163ec7-a901-54db-878b-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-03-09 03:32:01.570146 | fa163ec7-a901-54db-878b-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-09 03:32:01.571607 | fa163ec7-a901-54db-878b-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:04.598394 | 0.03s 2026-03-09 03:32:01.599551 | fa163ec7-a901-54db-878b-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-09 03:32:01.983302 | fa163ec7-a901-54db-878b-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-09 03:32:01.984273 | fa163ec7-a901-54db-878b-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:05.011070 | 0.38s 2026-03-09 03:32:02.003529 | fa163ec7-a901-54db-878b-0000000021d7 | TASK | Set host puppet debugging fact string 2026-03-09 03:32:02.045850 | fa163ec7-a901-54db-878b-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-09 03:32:02.046759 | fa163ec7-a901-54db-878b-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:05.073555 | 0.04s 2026-03-09 03:32:02.066671 | fa163ec7-a901-54db-878b-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-09 03:32:02.094999 | fa163ec7-a901-54db-878b-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-09 03:32:02.096121 | fa163ec7-a901-54db-878b-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:05.122914 | 0.03s 2026-03-09 03:32:02.117750 | fa163ec7-a901-54db-878b-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-09 03:32:02.144232 | fa163ec7-a901-54db-878b-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-09 03:32:02.145072 | fa163ec7-a901-54db-878b-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:05.171868 | 0.03s 2026-03-09 03:32:02.166165 | fa163ec7-a901-54db-878b-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-09 03:32:02.192333 | fa163ec7-a901-54db-878b-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-09 03:32:02.192956 | fa163ec7-a901-54db-878b-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:05.219757 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:32:02.246881 | fa163ec7-a901-54db-878b-0000000000c0 | TIMING | include_tasks | standalone | 0:04:05.273673 | 0.04s 2026-03-09 03:32:02.403957 | f54938f1-3351-44e1-8be8-d394c112db39 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-09 03:32:02.452304 | fa163ec7-a901-54db-878b-000000002205 | TASK | Create dirs for certificates and keys 2026-03-09 03:32:02.711387 | fa163ec7-a901-54db-878b-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-09 03:32:02.714386 | fa163ec7-a901-54db-878b-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.741165 | 0.26s 2026-03-09 03:32:02.974390 | fa163ec7-a901-54db-878b-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-09 03:32:02.975226 | fa163ec7-a901-54db-878b-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:06.002026 | 0.52s 2026-03-09 03:32:02.980358 | fa163ec7-a901-54db-878b-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:06.007142 | 0.53s 2026-03-09 03:32:03.058246 | fa163ec7-a901-54db-878b-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:06.085026 | 0.05s 2026-03-09 03:32:03.125316 | fa163ec7-a901-54db-878b-00000000231c | TASK | Set version specific variables 2026-03-09 03:32:03.176387 | fa163ec7-a901-54db-878b-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:06.203168 | 0.05s 2026-03-09 03:32:03.191736 | da92eb1e-81cc-4ab6-b766-45fee6394aeb | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:32:03.215638 | fa163ec7-a901-54db-878b-00000000234f | TASK | Ensure ansible_facts used by role 2026-03-09 03:32:03.609914 | fa163ec7-a901-54db-878b-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:32:03.610773 | fa163ec7-a901-54db-878b-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:06.637572 | 0.39s 2026-03-09 03:32:03.629370 | fa163ec7-a901-54db-878b-000000002350 | TASK | Set platform/version specific variables 2026-03-09 03:32:03.678778 | fa163ec7-a901-54db-878b-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:32:03.706489 | fa163ec7-a901-54db-878b-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:32:03.729174 | fa163ec7-a901-54db-878b-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:32:03.750255 | fa163ec7-a901-54db-878b-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:32:03.761607 | fa163ec7-a901-54db-878b-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:06.788397 | 0.13s 2026-03-09 03:32:03.780238 | fa163ec7-a901-54db-878b-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:32:07.004346 | fa163ec7-a901-54db-878b-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:32:07.005261 | fa163ec7-a901-54db-878b-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:10.032058 | 3.22s 2026-03-09 03:32:07.022704 | fa163ec7-a901-54db-878b-00000000231f | TASK | Ensure provider packages are installed 2026-03-09 03:32:10.141004 | fa163ec7-a901-54db-878b-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:13.167791 | 3.12s 2026-03-09 03:32:10.144330 | fa163ec7-a901-54db-878b-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:13.171132 | 3.12s 2026-03-09 03:32:10.163289 | fa163ec7-a901-54db-878b-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:32:10.471739 | fa163ec7-a901-54db-878b-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:32:10.472977 | fa163ec7-a901-54db-878b-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:13.499771 | 0.31s 2026-03-09 03:32:10.480418 | fa163ec7-a901-54db-878b-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:13.507194 | 0.32s 2026-03-09 03:32:10.514924 | fa163ec7-a901-54db-878b-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:32:10.815445 | fa163ec7-a901-54db-878b-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:32:10.816761 | fa163ec7-a901-54db-878b-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:13.843550 | 0.30s 2026-03-09 03:32:10.823063 | fa163ec7-a901-54db-878b-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:13.849813 | 0.31s 2026-03-09 03:32:10.849272 | fa163ec7-a901-54db-878b-000000002325 | TASK | Ensure provider service is running 2026-03-09 03:32:11.616687 | fa163ec7-a901-54db-878b-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:32:11.618947 | fa163ec7-a901-54db-878b-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:14.645734 | 0.77s 2026-03-09 03:32:11.626796 | fa163ec7-a901-54db-878b-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:14.653585 | 0.78s 2026-03-09 03:32:11.649518 | fa163ec7-a901-54db-878b-000000002328 | TASK | Ensure certificate requests 2026-03-09 03:32:13.399591 | fa163ec7-a901-54db-878b-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-09 03:32:13.400454 | fa163ec7-a901-54db-878b-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.427252 | 1.75s 2026-03-09 03:32:14.867715 | fa163ec7-a901-54db-878b-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-09 03:32:14.868879 | fa163ec7-a901-54db-878b-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.895663 | 3.22s 2026-03-09 03:32:16.070521 | fa163ec7-a901-54db-878b-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-09 03:32:16.071141 | fa163ec7-a901-54db-878b-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.097943 | 4.42s 2026-03-09 03:32:17.714838 | fa163ec7-a901-54db-878b-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-09 03:32:17.716961 | fa163ec7-a901-54db-878b-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.743746 | 6.07s 2026-03-09 03:32:19.160701 | fa163ec7-a901-54db-878b-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-09 03:32:19.161782 | fa163ec7-a901-54db-878b-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.188574 | 7.51s 2026-03-09 03:32:19.175921 | fa163ec7-a901-54db-878b-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.202710 | 7.52s 2026-03-09 03:32:19.216701 | fa163ec7-a901-54db-878b-00000000220d | TASK | Fail if container image is undefined 2026-03-09 03:32:19.264721 | fa163ec7-a901-54db-878b-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:32:19.265611 | fa163ec7-a901-54db-878b-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:22.292405 | 0.05s 2026-03-09 03:32:19.295161 | fa163ec7-a901-54db-878b-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-09 03:32:33.180800 | fa163ec7-a901-54db-878b-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-09 03:32:33.183362 | fa163ec7-a901-54db-878b-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:36.210151 | 13.89s 2026-03-09 03:32:33.242353 | fa163ec7-a901-54db-878b-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-09 03:32:33.579627 | fa163ec7-a901-54db-878b-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-09 03:32:33.582713 | fa163ec7-a901-54db-878b-00000000220f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:36.609498 | 0.34s 2026-03-09 03:32:33.637337 | fa163ec7-a901-54db-878b-00000000221e | TASK | Fail if container image is undefined 2026-03-09 03:32:33.710296 | fa163ec7-a901-54db-878b-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:32:33.711685 | fa163ec7-a901-54db-878b-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:36.738472 | 0.07s 2026-03-09 03:32:33.761405 | fa163ec7-a901-54db-878b-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-09 03:32:38.364862 | fa163ec7-a901-54db-878b-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-09 03:32:38.366836 | fa163ec7-a901-54db-878b-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:41.393620 | 4.60s 2026-03-09 03:32:38.422599 | fa163ec7-a901-54db-878b-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-09 03:32:38.741827 | fa163ec7-a901-54db-878b-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-09 03:32:38.743573 | fa163ec7-a901-54db-878b-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:41.770359 | 0.32s 2026-03-09 03:32:38.794303 | fa163ec7-a901-54db-878b-00000000222b | TASK | Check if rsyslog exists 2026-03-09 03:32:39.048163 | fa163ec7-a901-54db-878b-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-03-09 03:32:39.050226 | fa163ec7-a901-54db-878b-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:42.077010 | 0.25s 2026-03-09 03:32:39.076751 | fa163ec7-a901-54db-878b-00000000222d | TASK | Forward logging to haproxy.log file 2026-03-09 03:32:39.347206 | fa163ec7-a901-54db-878b-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-09 03:32:39.349083 | fa163ec7-a901-54db-878b-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:42.375869 | 0.27s 2026-03-09 03:32:39.377172 | fa163ec7-a901-54db-878b-00000000222e | TASK | restart rsyslog service after logging conf change 2026-03-09 03:32:40.063219 | fa163ec7-a901-54db-878b-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-09 03:32:40.065151 | fa163ec7-a901-54db-878b-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:43.091941 | 0.69s 2026-03-09 03:32:40.092792 | fa163ec7-a901-54db-878b-000000002235 | TASK | Fail if container image is undefined 2026-03-09 03:32:40.152571 | fa163ec7-a901-54db-878b-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:32:40.153764 | fa163ec7-a901-54db-878b-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:43.180555 | 0.06s 2026-03-09 03:32:40.196639 | fa163ec7-a901-54db-878b-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-09 03:32:45.737622 | fa163ec7-a901-54db-878b-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-09 03:32:45.740140 | fa163ec7-a901-54db-878b-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:48.766851 | 5.54s 2026-03-09 03:32:45.783544 | fa163ec7-a901-54db-878b-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-09 03:32:46.097799 | fa163ec7-a901-54db-878b-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-09 03:32:46.098663 | fa163ec7-a901-54db-878b-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:49.125460 | 0.31s 2026-03-09 03:32:46.132497 | fa163ec7-a901-54db-878b-000000002242 | TASK | make sure certmonger is installed 2026-03-09 03:32:49.243164 | fa163ec7-a901-54db-878b-000000002242 | OK | make sure certmonger is installed | standalone 2026-03-09 03:32:49.244589 | fa163ec7-a901-54db-878b-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:52.271381 | 3.11s 2026-03-09 03:32:49.270584 | fa163ec7-a901-54db-878b-000000002243 | TASK | make sure certmonger service is started 2026-03-09 03:32:50.671594 | fa163ec7-a901-54db-878b-000000002243 | OK | make sure certmonger service is started | standalone 2026-03-09 03:32:50.673459 | fa163ec7-a901-54db-878b-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:04:53.700249 | 1.40s 2026-03-09 03:32:50.692919 | fa163ec7-a901-54db-878b-000000002244 | TASK | Create dirs for certificates and keys 2026-03-09 03:32:55.222148 | fa163ec7-a901-54db-878b-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-09 03:32:55.223516 | fa163ec7-a901-54db-878b-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:58.250307 | 4.53s 2026-03-09 03:32:55.682880 | fa163ec7-a901-54db-878b-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-09 03:32:55.685325 | fa163ec7-a901-54db-878b-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:58.712104 | 4.99s 2026-03-09 03:32:55.695898 | fa163ec7-a901-54db-878b-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:58.722680 | 5.00s 2026-03-09 03:32:55.722695 | fa163ec7-a901-54db-878b-000000002245 | TASK | Extract and trust certmonger's local CA 2026-03-09 03:32:57.052095 | fa163ec7-a901-54db-878b-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-03-09 03:32:57.053768 | fa163ec7-a901-54db-878b-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:00.080562 | 1.33s 2026-03-09 03:32:57.129271 | fa163ec7-a901-54db-878b-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:00.156054 | 0.05s 2026-03-09 03:32:57.182304 | fa163ec7-a901-54db-878b-0000000023d0 | TASK | Set version specific variables 2026-03-09 03:32:57.229208 | fa163ec7-a901-54db-878b-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:00.255992 | 0.05s 2026-03-09 03:32:57.250342 | f7f26b22-f889-483b-9659-2643e5b1f4a1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:32:57.282199 | fa163ec7-a901-54db-878b-00000000240f | TASK | Ensure ansible_facts used by role 2026-03-09 03:32:57.669131 | fa163ec7-a901-54db-878b-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:32:57.670731 | fa163ec7-a901-54db-878b-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:00.697520 | 0.39s 2026-03-09 03:32:57.697228 | fa163ec7-a901-54db-878b-000000002410 | TASK | Set platform/version specific variables 2026-03-09 03:32:57.756383 | fa163ec7-a901-54db-878b-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:32:57.775157 | fa163ec7-a901-54db-878b-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:32:57.788086 | fa163ec7-a901-54db-878b-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:32:57.803972 | fa163ec7-a901-54db-878b-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:32:57.816349 | fa163ec7-a901-54db-878b-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:00.843129 | 0.12s 2026-03-09 03:32:57.843091 | fa163ec7-a901-54db-878b-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:33:01.084882 | fa163ec7-a901-54db-878b-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:33:01.086185 | fa163ec7-a901-54db-878b-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:04.112977 | 3.24s 2026-03-09 03:33:01.111321 | fa163ec7-a901-54db-878b-0000000023d3 | TASK | Ensure provider packages are installed 2026-03-09 03:33:04.299753 | fa163ec7-a901-54db-878b-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:07.326532 | 3.19s 2026-03-09 03:33:04.312283 | fa163ec7-a901-54db-878b-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:07.339065 | 3.20s 2026-03-09 03:33:04.341366 | fa163ec7-a901-54db-878b-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:33:04.658189 | fa163ec7-a901-54db-878b-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:04.661188 | fa163ec7-a901-54db-878b-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:07.687970 | 0.32s 2026-03-09 03:33:04.672303 | fa163ec7-a901-54db-878b-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:07.699078 | 0.33s 2026-03-09 03:33:04.700307 | fa163ec7-a901-54db-878b-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:33:04.969250 | fa163ec7-a901-54db-878b-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:04.972399 | fa163ec7-a901-54db-878b-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:07.999179 | 0.27s 2026-03-09 03:33:04.982441 | fa163ec7-a901-54db-878b-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:08.009225 | 0.28s 2026-03-09 03:33:05.009831 | fa163ec7-a901-54db-878b-0000000023d9 | TASK | Ensure provider service is running 2026-03-09 03:33:05.464860 | fa163ec7-a901-54db-878b-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:33:05.467667 | fa163ec7-a901-54db-878b-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:08.494454 | 0.46s 2026-03-09 03:33:05.478392 | fa163ec7-a901-54db-878b-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:08.505175 | 0.47s 2026-03-09 03:33:05.505733 | fa163ec7-a901-54db-878b-0000000023dc | TASK | Ensure certificate requests 2026-03-09 03:33:07.803435 | fa163ec7-a901-54db-878b-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-09 03:33:07.806243 | fa163ec7-a901-54db-878b-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:10.833031 | 2.30s 2026-03-09 03:33:07.816887 | fa163ec7-a901-54db-878b-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:10.843669 | 2.31s 2026-03-09 03:33:07.870123 | fa163ec7-a901-54db-878b-000000002248 | TASK | Create dirs for certificates and keys 2026-03-09 03:33:08.127062 | fa163ec7-a901-54db-878b-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-03-09 03:33:08.128559 | fa163ec7-a901-54db-878b-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.155347 | 0.26s 2026-03-09 03:33:08.361295 | fa163ec7-a901-54db-878b-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-03-09 03:33:08.363228 | fa163ec7-a901-54db-878b-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.390019 | 0.49s 2026-03-09 03:33:08.373921 | fa163ec7-a901-54db-878b-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.400708 | 0.50s 2026-03-09 03:33:08.452785 | fa163ec7-a901-54db-878b-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:11.479563 | 0.05s 2026-03-09 03:33:08.522007 | fa163ec7-a901-54db-878b-00000000245e | TASK | Set version specific variables 2026-03-09 03:33:08.569802 | fa163ec7-a901-54db-878b-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:11.596588 | 0.05s 2026-03-09 03:33:08.583108 | 733cc62e-02dd-463a-99a3-a55a53ed2d4e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:33:08.607835 | fa163ec7-a901-54db-878b-000000002491 | TASK | Ensure ansible_facts used by role 2026-03-09 03:33:09.004536 | fa163ec7-a901-54db-878b-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:33:09.005523 | fa163ec7-a901-54db-878b-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:12.032322 | 0.40s 2026-03-09 03:33:09.026721 | fa163ec7-a901-54db-878b-000000002492 | TASK | Set platform/version specific variables 2026-03-09 03:33:09.114878 | fa163ec7-a901-54db-878b-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:33:09.133296 | fa163ec7-a901-54db-878b-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:33:09.152581 | fa163ec7-a901-54db-878b-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:33:09.169722 | fa163ec7-a901-54db-878b-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:33:09.181304 | fa163ec7-a901-54db-878b-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:12.208091 | 0.15s 2026-03-09 03:33:09.199994 | fa163ec7-a901-54db-878b-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:33:12.454853 | fa163ec7-a901-54db-878b-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:33:12.456328 | fa163ec7-a901-54db-878b-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:15.483117 | 3.26s 2026-03-09 03:33:12.482177 | fa163ec7-a901-54db-878b-000000002461 | TASK | Ensure provider packages are installed 2026-03-09 03:33:15.642701 | fa163ec7-a901-54db-878b-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.669487 | 3.16s 2026-03-09 03:33:15.651090 | fa163ec7-a901-54db-878b-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.677882 | 3.17s 2026-03-09 03:33:15.677531 | fa163ec7-a901-54db-878b-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:33:15.902420 | fa163ec7-a901-54db-878b-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:15.903456 | fa163ec7-a901-54db-878b-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.930254 | 0.22s 2026-03-09 03:33:15.906692 | fa163ec7-a901-54db-878b-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.933482 | 0.23s 2026-03-09 03:33:15.924656 | fa163ec7-a901-54db-878b-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:33:16.199892 | fa163ec7-a901-54db-878b-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:16.202611 | fa163ec7-a901-54db-878b-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.229393 | 0.28s 2026-03-09 03:33:16.212501 | fa163ec7-a901-54db-878b-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.239280 | 0.29s 2026-03-09 03:33:16.240332 | fa163ec7-a901-54db-878b-000000002467 | TASK | Ensure provider service is running 2026-03-09 03:33:16.694219 | fa163ec7-a901-54db-878b-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:33:16.696946 | fa163ec7-a901-54db-878b-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:19.723732 | 0.46s 2026-03-09 03:33:16.707974 | fa163ec7-a901-54db-878b-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:19.734752 | 0.47s 2026-03-09 03:33:16.733337 | fa163ec7-a901-54db-878b-00000000246a | TASK | Ensure certificate requests 2026-03-09 03:33:18.494367 | fa163ec7-a901-54db-878b-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-09 03:33:18.497939 | fa163ec7-a901-54db-878b-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:21.524716 | 1.76s 2026-03-09 03:33:20.663936 | fa163ec7-a901-54db-878b-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-09 03:33:20.666613 | fa163ec7-a901-54db-878b-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.693405 | 3.93s 2026-03-09 03:33:22.580741 | fa163ec7-a901-54db-878b-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-09 03:33:22.581607 | fa163ec7-a901-54db-878b-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.608403 | 5.85s 2026-03-09 03:33:24.209296 | fa163ec7-a901-54db-878b-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-09 03:33:24.212807 | fa163ec7-a901-54db-878b-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.239595 | 7.48s 2026-03-09 03:33:24.225579 | fa163ec7-a901-54db-878b-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.252360 | 7.49s 2026-03-09 03:33:24.289807 | fa163ec7-a901-54db-878b-00000000224b | TASK | Run lvmfilter role 2026-03-09 03:33:24.341533 | fa163ec7-a901-54db-878b-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:27.368295 | 0.05s 2026-03-09 03:33:24.414260 | fa163ec7-a901-54db-878b-0000000024fe | TASK | Check if lvm2 is installed 2026-03-09 03:33:24.625997 | fa163ec7-a901-54db-878b-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-03-09 03:33:24.627982 | fa163ec7-a901-54db-878b-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:27.654754 | 0.21s 2026-03-09 03:33:24.657194 | fa163ec7-a901-54db-878b-000000002500 | TASK | collect ansible devices 2026-03-09 03:33:24.699424 | fa163ec7-a901-54db-878b-000000002500 | SKIPPED | collect ansible devices | standalone 2026-03-09 03:33:24.701225 | fa163ec7-a901-54db-878b-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:27.728009 | 0.04s 2026-03-09 03:33:24.730312 | fa163ec7-a901-54db-878b-000000002501 | TASK | collect in-use lvm2 devices list 2026-03-09 03:33:24.784501 | fa163ec7-a901-54db-878b-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-09 03:33:24.785892 | fa163ec7-a901-54db-878b-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:27.812680 | 0.05s 2026-03-09 03:33:24.811563 | fa163ec7-a901-54db-878b-000000002502 | TASK | set allowed_devices 2026-03-09 03:33:24.843214 | fa163ec7-a901-54db-878b-000000002502 | SKIPPED | set allowed_devices | standalone 2026-03-09 03:33:24.844577 | fa163ec7-a901-54db-878b-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:27.871364 | 0.03s 2026-03-09 03:33:24.864921 | fa163ec7-a901-54db-878b-000000002503 | TASK | build lvm2 allow list 2026-03-09 03:33:24.925186 | fa163ec7-a901-54db-878b-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-03-09 03:33:24.926851 | fa163ec7-a901-54db-878b-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:27.953630 | 0.06s 2026-03-09 03:33:24.948704 | fa163ec7-a901-54db-878b-000000002504 | TASK | build lvm2 deny list 2026-03-09 03:33:25.000923 | fa163ec7-a901-54db-878b-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-03-09 03:33:25.002826 | fa163ec7-a901-54db-878b-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:28.029608 | 0.05s 2026-03-09 03:33:25.030620 | fa163ec7-a901-54db-878b-000000002505 | TASK | build lvm2 filter 2026-03-09 03:33:25.069862 | fa163ec7-a901-54db-878b-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-03-09 03:33:25.071194 | fa163ec7-a901-54db-878b-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:28.097984 | 0.04s 2026-03-09 03:33:25.098423 | fa163ec7-a901-54db-878b-000000002506 | TASK | regenerate lvm config 2026-03-09 03:33:25.152180 | fa163ec7-a901-54db-878b-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-03-09 03:33:25.153589 | fa163ec7-a901-54db-878b-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:28.180379 | 0.05s 2026-03-09 03:33:25.178987 | fa163ec7-a901-54db-878b-000000002507 | TASK | copy new lvm.conf in place 2026-03-09 03:33:25.231172 | fa163ec7-a901-54db-878b-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-09 03:33:25.232564 | fa163ec7-a901-54db-878b-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:28.259349 | 0.05s 2026-03-09 03:33:25.286592 | fa163ec7-a901-54db-878b-000000002251 | TASK | Fail if container image is undefined 2026-03-09 03:33:25.351372 | fa163ec7-a901-54db-878b-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:33:25.353138 | fa163ec7-a901-54db-878b-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:28.379920 | 0.06s 2026-03-09 03:33:25.405750 | fa163ec7-a901-54db-878b-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-09 03:33:33.422553 | fa163ec7-a901-54db-878b-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-09 03:33:33.424148 | fa163ec7-a901-54db-878b-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:36.450936 | 8.02s 2026-03-09 03:33:33.479934 | fa163ec7-a901-54db-878b-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-09 03:33:33.799582 | fa163ec7-a901-54db-878b-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-09 03:33:33.800377 | fa163ec7-a901-54db-878b-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:36.827175 | 0.32s 2026-03-09 03:33:33.889970 | fa163ec7-a901-54db-878b-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:36.916753 | 0.04s 2026-03-09 03:33:33.944534 | fa163ec7-a901-54db-878b-000000002576 | TASK | Set version specific variables 2026-03-09 03:33:33.984083 | fa163ec7-a901-54db-878b-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:37.010861 | 0.04s 2026-03-09 03:33:33.998157 | 4e251320-c28f-40f5-b204-4fab90aeffd4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:33:34.022278 | fa163ec7-a901-54db-878b-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-03-09 03:33:34.410685 | fa163ec7-a901-54db-878b-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:33:34.412249 | fa163ec7-a901-54db-878b-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:37.439039 | 0.39s 2026-03-09 03:33:34.438616 | fa163ec7-a901-54db-878b-0000000025a6 | TASK | Set platform/version specific variables 2026-03-09 03:33:34.516758 | fa163ec7-a901-54db-878b-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:33:34.536119 | fa163ec7-a901-54db-878b-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:33:34.556696 | fa163ec7-a901-54db-878b-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:33:34.572432 | fa163ec7-a901-54db-878b-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:33:34.585271 | fa163ec7-a901-54db-878b-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:37.612044 | 0.15s 2026-03-09 03:33:34.612621 | fa163ec7-a901-54db-878b-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:33:37.853890 | fa163ec7-a901-54db-878b-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:33:37.855512 | fa163ec7-a901-54db-878b-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:40.882303 | 3.24s 2026-03-09 03:33:37.882898 | fa163ec7-a901-54db-878b-000000002579 | TASK | Ensure provider packages are installed 2026-03-09 03:33:41.105082 | fa163ec7-a901-54db-878b-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:44.131871 | 3.22s 2026-03-09 03:33:41.116803 | fa163ec7-a901-54db-878b-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:44.143599 | 3.23s 2026-03-09 03:33:41.134525 | fa163ec7-a901-54db-878b-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:33:41.405422 | fa163ec7-a901-54db-878b-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:41.406978 | fa163ec7-a901-54db-878b-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:44.433758 | 0.27s 2026-03-09 03:33:41.418071 | fa163ec7-a901-54db-878b-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:44.444867 | 0.28s 2026-03-09 03:33:41.436536 | fa163ec7-a901-54db-878b-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:33:41.642842 | fa163ec7-a901-54db-878b-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:41.643644 | fa163ec7-a901-54db-878b-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:44.670442 | 0.21s 2026-03-09 03:33:41.654732 | fa163ec7-a901-54db-878b-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:44.681531 | 0.22s 2026-03-09 03:33:41.672763 | fa163ec7-a901-54db-878b-00000000257f | TASK | Ensure provider service is running 2026-03-09 03:33:42.037468 | fa163ec7-a901-54db-878b-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:33:42.038608 | fa163ec7-a901-54db-878b-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:45.065403 | 0.37s 2026-03-09 03:33:42.046113 | fa163ec7-a901-54db-878b-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:45.072892 | 0.37s 2026-03-09 03:33:42.066139 | fa163ec7-a901-54db-878b-000000002582 | TASK | Ensure certificate requests 2026-03-09 03:33:44.270501 | fa163ec7-a901-54db-878b-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-09 03:33:44.272579 | fa163ec7-a901-54db-878b-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:47.299374 | 2.21s 2026-03-09 03:33:44.283329 | fa163ec7-a901-54db-878b-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:47.310114 | 2.22s 2026-03-09 03:33:44.385660 | fa163ec7-a901-54db-878b-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:47.412442 | 0.05s 2026-03-09 03:33:44.439527 | fa163ec7-a901-54db-878b-0000000025ea | TASK | Set version specific variables 2026-03-09 03:33:44.489223 | fa163ec7-a901-54db-878b-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:47.516004 | 0.05s 2026-03-09 03:33:44.503165 | d59554c6-c085-4e71-82c9-b4a5c3c563a3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:33:44.529565 | fa163ec7-a901-54db-878b-000000002619 | TASK | Ensure ansible_facts used by role 2026-03-09 03:33:44.921497 | fa163ec7-a901-54db-878b-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:33:44.922768 | fa163ec7-a901-54db-878b-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:47.949562 | 0.39s 2026-03-09 03:33:44.945111 | fa163ec7-a901-54db-878b-00000000261a | TASK | Set platform/version specific variables 2026-03-09 03:33:45.017773 | fa163ec7-a901-54db-878b-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:33:45.048553 | fa163ec7-a901-54db-878b-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:33:45.072287 | fa163ec7-a901-54db-878b-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:33:45.093413 | fa163ec7-a901-54db-878b-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:33:45.107140 | fa163ec7-a901-54db-878b-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:48.133914 | 0.16s 2026-03-09 03:33:45.134228 | fa163ec7-a901-54db-878b-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:33:48.278942 | fa163ec7-a901-54db-878b-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:33:48.280475 | fa163ec7-a901-54db-878b-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:51.307263 | 3.14s 2026-03-09 03:33:48.306271 | fa163ec7-a901-54db-878b-0000000025ed | TASK | Ensure provider packages are installed 2026-03-09 03:33:51.470203 | fa163ec7-a901-54db-878b-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:54.496982 | 3.16s 2026-03-09 03:33:51.483507 | fa163ec7-a901-54db-878b-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:54.510289 | 3.18s 2026-03-09 03:33:51.511424 | fa163ec7-a901-54db-878b-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:33:51.829593 | fa163ec7-a901-54db-878b-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:51.831160 | fa163ec7-a901-54db-878b-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:54.857946 | 0.32s 2026-03-09 03:33:51.843628 | fa163ec7-a901-54db-878b-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:54.870408 | 0.33s 2026-03-09 03:33:51.867297 | fa163ec7-a901-54db-878b-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:33:52.107142 | fa163ec7-a901-54db-878b-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:33:52.109415 | fa163ec7-a901-54db-878b-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:55.136200 | 0.24s 2026-03-09 03:33:52.119520 | fa163ec7-a901-54db-878b-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:55.146301 | 0.25s 2026-03-09 03:33:52.150223 | fa163ec7-a901-54db-878b-0000000025f3 | TASK | Ensure provider service is running 2026-03-09 03:33:52.594583 | fa163ec7-a901-54db-878b-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:33:52.597870 | fa163ec7-a901-54db-878b-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:55.624655 | 0.45s 2026-03-09 03:33:52.607535 | fa163ec7-a901-54db-878b-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:55.634317 | 0.46s 2026-03-09 03:33:52.636960 | fa163ec7-a901-54db-878b-0000000025f6 | TASK | Ensure certificate requests 2026-03-09 03:33:54.839868 | fa163ec7-a901-54db-878b-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-09 03:33:54.843119 | fa163ec7-a901-54db-878b-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:57.869902 | 2.20s 2026-03-09 03:33:54.853152 | fa163ec7-a901-54db-878b-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:57.879935 | 2.21s 2026-03-09 03:33:54.903045 | fa163ec7-a901-54db-878b-000000002267 | TASK | Fail if container image is undefined 2026-03-09 03:33:54.963359 | fa163ec7-a901-54db-878b-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:33:54.964623 | fa163ec7-a901-54db-878b-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:57.991412 | 0.06s 2026-03-09 03:33:55.011118 | fa163ec7-a901-54db-878b-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-09 03:34:02.225422 | fa163ec7-a901-54db-878b-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-09 03:34:02.228122 | fa163ec7-a901-54db-878b-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:05.254906 | 7.21s 2026-03-09 03:34:02.289927 | fa163ec7-a901-54db-878b-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-09 03:34:02.596621 | fa163ec7-a901-54db-878b-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-09 03:34:02.597807 | fa163ec7-a901-54db-878b-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:05.624603 | 0.31s 2026-03-09 03:34:02.686380 | fa163ec7-a901-54db-878b-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:05.713156 | 0.05s 2026-03-09 03:34:02.749217 | fa163ec7-a901-54db-878b-000000002664 | TASK | Set version specific variables 2026-03-09 03:34:02.802907 | fa163ec7-a901-54db-878b-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:05.829690 | 0.05s 2026-03-09 03:34:02.814043 | abc32153-65af-4e42-ac5b-558feef40459 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:34:02.837895 | fa163ec7-a901-54db-878b-000000002693 | TASK | Ensure ansible_facts used by role 2026-03-09 03:34:03.229930 | fa163ec7-a901-54db-878b-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:34:03.232088 | fa163ec7-a901-54db-878b-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:06.258874 | 0.39s 2026-03-09 03:34:03.258550 | fa163ec7-a901-54db-878b-000000002694 | TASK | Set platform/version specific variables 2026-03-09 03:34:03.330927 | fa163ec7-a901-54db-878b-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:03.362329 | fa163ec7-a901-54db-878b-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:03.383088 | fa163ec7-a901-54db-878b-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:34:03.403510 | fa163ec7-a901-54db-878b-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:34:03.411570 | fa163ec7-a901-54db-878b-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:06.438347 | 0.15s 2026-03-09 03:34:03.438955 | fa163ec7-a901-54db-878b-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:34:06.626263 | fa163ec7-a901-54db-878b-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:34:06.627475 | fa163ec7-a901-54db-878b-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:09.654269 | 3.19s 2026-03-09 03:34:06.655385 | fa163ec7-a901-54db-878b-000000002667 | TASK | Ensure provider packages are installed 2026-03-09 03:34:09.905067 | fa163ec7-a901-54db-878b-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.931782 | 3.25s 2026-03-09 03:34:09.916793 | fa163ec7-a901-54db-878b-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.943580 | 3.26s 2026-03-09 03:34:09.936395 | fa163ec7-a901-54db-878b-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:34:10.233984 | fa163ec7-a901-54db-878b-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:34:10.236960 | fa163ec7-a901-54db-878b-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.263742 | 0.30s 2026-03-09 03:34:10.246854 | fa163ec7-a901-54db-878b-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.273635 | 0.31s 2026-03-09 03:34:10.270481 | fa163ec7-a901-54db-878b-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:34:10.554678 | fa163ec7-a901-54db-878b-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:34:10.557720 | fa163ec7-a901-54db-878b-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.584507 | 0.29s 2026-03-09 03:34:10.562719 | fa163ec7-a901-54db-878b-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.589480 | 0.29s 2026-03-09 03:34:10.585202 | fa163ec7-a901-54db-878b-00000000266d | TASK | Ensure provider service is running 2026-03-09 03:34:12.031144 | fa163ec7-a901-54db-878b-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:34:12.035379 | fa163ec7-a901-54db-878b-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.062164 | 1.45s 2026-03-09 03:34:12.045575 | fa163ec7-a901-54db-878b-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.072364 | 1.46s 2026-03-09 03:34:12.073849 | fa163ec7-a901-54db-878b-000000002670 | TASK | Ensure certificate requests 2026-03-09 03:34:13.642576 | fa163ec7-a901-54db-878b-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-09 03:34:13.645161 | fa163ec7-a901-54db-878b-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.671942 | 1.57s 2026-03-09 03:34:13.652459 | fa163ec7-a901-54db-878b-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.679246 | 1.58s 2026-03-09 03:34:13.754964 | fa163ec7-a901-54db-878b-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:16.781740 | 0.05s 2026-03-09 03:34:13.822061 | fa163ec7-a901-54db-878b-0000000026d8 | TASK | Set version specific variables 2026-03-09 03:34:13.870773 | fa163ec7-a901-54db-878b-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:16.897554 | 0.05s 2026-03-09 03:34:13.889598 | 8511cf52-1a97-44d8-a1c4-952600f9bf8d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:34:13.920081 | fa163ec7-a901-54db-878b-000000002707 | TASK | Ensure ansible_facts used by role 2026-03-09 03:34:14.315550 | fa163ec7-a901-54db-878b-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:34:14.317137 | fa163ec7-a901-54db-878b-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:17.343925 | 0.40s 2026-03-09 03:34:14.343347 | fa163ec7-a901-54db-878b-000000002708 | TASK | Set platform/version specific variables 2026-03-09 03:34:14.438553 | fa163ec7-a901-54db-878b-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:14.472409 | fa163ec7-a901-54db-878b-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:14.500964 | fa163ec7-a901-54db-878b-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:34:14.522569 | fa163ec7-a901-54db-878b-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:34:14.528469 | fa163ec7-a901-54db-878b-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:17.555255 | 0.18s 2026-03-09 03:34:14.553595 | fa163ec7-a901-54db-878b-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:34:17.738900 | fa163ec7-a901-54db-878b-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:34:17.740509 | fa163ec7-a901-54db-878b-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:20.767296 | 3.19s 2026-03-09 03:34:17.775165 | fa163ec7-a901-54db-878b-0000000026db | TASK | Ensure provider packages are installed 2026-03-09 03:34:20.954980 | fa163ec7-a901-54db-878b-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:23.981748 | 3.18s 2026-03-09 03:34:20.967726 | fa163ec7-a901-54db-878b-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:23.994507 | 3.19s 2026-03-09 03:34:20.996976 | fa163ec7-a901-54db-878b-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:34:21.305945 | fa163ec7-a901-54db-878b-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:34:21.308052 | fa163ec7-a901-54db-878b-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:24.334793 | 0.31s 2026-03-09 03:34:21.317653 | fa163ec7-a901-54db-878b-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:24.344453 | 0.32s 2026-03-09 03:34:21.345590 | fa163ec7-a901-54db-878b-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:34:21.642324 | fa163ec7-a901-54db-878b-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:34:21.643690 | fa163ec7-a901-54db-878b-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.670480 | 0.30s 2026-03-09 03:34:21.650297 | fa163ec7-a901-54db-878b-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.677076 | 0.30s 2026-03-09 03:34:21.680106 | fa163ec7-a901-54db-878b-0000000026e1 | TASK | Ensure provider service is running 2026-03-09 03:34:22.117964 | fa163ec7-a901-54db-878b-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:34:22.119929 | fa163ec7-a901-54db-878b-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:25.146718 | 0.44s 2026-03-09 03:34:22.129335 | fa163ec7-a901-54db-878b-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:25.156116 | 0.45s 2026-03-09 03:34:22.158857 | fa163ec7-a901-54db-878b-0000000026e4 | TASK | Ensure certificate requests 2026-03-09 03:34:23.771330 | fa163ec7-a901-54db-878b-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-09 03:34:23.773621 | fa163ec7-a901-54db-878b-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.800417 | 1.61s 2026-03-09 03:34:23.784470 | fa163ec7-a901-54db-878b-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.811254 | 1.62s 2026-03-09 03:34:23.834626 | fa163ec7-a901-54db-878b-000000002278 | TASK | install systemd-container for a greenfield 2026-03-09 03:34:41.440700 | fa163ec7-a901-54db-878b-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-03-09 03:34:41.443221 | fa163ec7-a901-54db-878b-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:44.470018 | 17.61s 2026-03-09 03:34:41.463345 | fa163ec7-a901-54db-878b-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-03-09 03:34:41.516510 | fa163ec7-a901-54db-878b-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-09 03:34:41.518981 | fa163ec7-a901-54db-878b-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:44.545768 | 0.05s 2026-03-09 03:34:41.545639 | fa163ec7-a901-54db-878b-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-09 03:34:41.830630 | fa163ec7-a901-54db-878b-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-09 03:34:41.831587 | fa163ec7-a901-54db-878b-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:44.858382 | 0.28s 2026-03-09 03:34:41.851540 | fa163ec7-a901-54db-878b-00000000227d | TASK | is KSM enabled 2026-03-09 03:34:41.921299 | fa163ec7-a901-54db-878b-00000000227d | OK | is KSM enabled | standalone 2026-03-09 03:34:41.922980 | fa163ec7-a901-54db-878b-00000000227d | TIMING | is KSM enabled | standalone | 0:06:44.949764 | 0.07s 2026-03-09 03:34:41.951396 | fa163ec7-a901-54db-878b-00000000227f | TASK | Check for ksm 2026-03-09 03:34:42.242494 | fa163ec7-a901-54db-878b-00000000227f | CHANGED | Check for ksm | standalone 2026-03-09 03:34:42.243736 | fa163ec7-a901-54db-878b-00000000227f | TIMING | Check for ksm | standalone | 0:06:45.270532 | 0.29s 2026-03-09 03:34:42.269131 | fa163ec7-a901-54db-878b-000000002280 | TASK | disable KSM services 2026-03-09 03:34:42.333197 | fa163ec7-a901-54db-878b-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-09 03:34:42.356364 | fa163ec7-a901-54db-878b-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-09 03:34:42.369812 | fa163ec7-a901-54db-878b-000000002280 | TIMING | disable KSM services | standalone | 0:06:45.396577 | 0.10s 2026-03-09 03:34:42.398740 | fa163ec7-a901-54db-878b-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-03-09 03:34:42.451637 | fa163ec7-a901-54db-878b-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-09 03:34:42.452852 | fa163ec7-a901-54db-878b-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:45.479642 | 0.05s 2026-03-09 03:34:42.475578 | fa163ec7-a901-54db-878b-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-09 03:34:42.545661 | fa163ec7-a901-54db-878b-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-09 03:34:42.546736 | fa163ec7-a901-54db-878b-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:45.573531 | 0.07s 2026-03-09 03:34:42.566324 | fa163ec7-a901-54db-878b-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-09 03:34:42.596933 | fa163ec7-a901-54db-878b-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-09 03:34:42.598668 | fa163ec7-a901-54db-878b-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:45.625448 | 0.03s 2026-03-09 03:34:42.626139 | fa163ec7-a901-54db-878b-000000002285 | TASK | enable ksmtunded 2026-03-09 03:34:42.679343 | fa163ec7-a901-54db-878b-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-09 03:34:42.695925 | fa163ec7-a901-54db-878b-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-09 03:34:42.702502 | fa163ec7-a901-54db-878b-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:45.729282 | 0.07s 2026-03-09 03:34:42.728459 | fa163ec7-a901-54db-878b-000000002287 | TASK | Create dirs for certificates and keys 2026-03-09 03:34:42.997083 | fa163ec7-a901-54db-878b-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-03-09 03:34:42.998606 | fa163ec7-a901-54db-878b-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.025393 | 0.27s 2026-03-09 03:34:43.246187 | fa163ec7-a901-54db-878b-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-03-09 03:34:43.247343 | fa163ec7-a901-54db-878b-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.274135 | 0.52s 2026-03-09 03:34:43.455542 | fa163ec7-a901-54db-878b-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-03-09 03:34:43.456636 | fa163ec7-a901-54db-878b-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.483427 | 0.73s 2026-03-09 03:34:43.464063 | fa163ec7-a901-54db-878b-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.490841 | 0.73s 2026-03-09 03:34:43.544160 | fa163ec7-a901-54db-878b-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:46.570937 | 0.05s 2026-03-09 03:34:43.610520 | fa163ec7-a901-54db-878b-000000002774 | TASK | Set version specific variables 2026-03-09 03:34:43.648332 | fa163ec7-a901-54db-878b-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:46.675111 | 0.04s 2026-03-09 03:34:43.669235 | cabfbf08-2c51-45d7-bcfe-a23b047fd204 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:34:43.695432 | fa163ec7-a901-54db-878b-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-03-09 03:34:44.094457 | fa163ec7-a901-54db-878b-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:34:44.096286 | fa163ec7-a901-54db-878b-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:47.123074 | 0.40s 2026-03-09 03:34:44.123630 | fa163ec7-a901-54db-878b-0000000027a8 | TASK | Set platform/version specific variables 2026-03-09 03:34:44.198132 | fa163ec7-a901-54db-878b-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:44.216766 | fa163ec7-a901-54db-878b-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:44.236300 | fa163ec7-a901-54db-878b-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:34:44.251912 | fa163ec7-a901-54db-878b-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:34:44.263712 | fa163ec7-a901-54db-878b-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:47.290503 | 0.14s 2026-03-09 03:34:44.284674 | fa163ec7-a901-54db-878b-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:34:47.380500 | fa163ec7-a901-54db-878b-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:34:47.382333 | fa163ec7-a901-54db-878b-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:50.409120 | 3.10s 2026-03-09 03:34:47.414603 | fa163ec7-a901-54db-878b-000000002777 | TASK | Ensure provider packages are installed 2026-03-09 03:34:50.658424 | fa163ec7-a901-54db-878b-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:53.685196 | 3.24s 2026-03-09 03:34:50.671108 | fa163ec7-a901-54db-878b-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:53.697888 | 3.25s 2026-03-09 03:34:50.694332 | fa163ec7-a901-54db-878b-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:34:51.004131 | fa163ec7-a901-54db-878b-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:34:51.006447 | fa163ec7-a901-54db-878b-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:54.033235 | 0.31s 2026-03-09 03:34:51.016444 | fa163ec7-a901-54db-878b-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:54.043229 | 0.32s 2026-03-09 03:34:51.039697 | fa163ec7-a901-54db-878b-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:34:51.354655 | fa163ec7-a901-54db-878b-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:34:51.356750 | fa163ec7-a901-54db-878b-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:54.383539 | 0.32s 2026-03-09 03:34:51.366640 | fa163ec7-a901-54db-878b-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:54.393431 | 0.33s 2026-03-09 03:34:51.392849 | fa163ec7-a901-54db-878b-00000000277d | TASK | Ensure provider service is running 2026-03-09 03:34:51.859958 | fa163ec7-a901-54db-878b-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:34:51.861801 | fa163ec7-a901-54db-878b-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:54.888591 | 0.47s 2026-03-09 03:34:51.874827 | fa163ec7-a901-54db-878b-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:54.901613 | 0.48s 2026-03-09 03:34:51.902562 | fa163ec7-a901-54db-878b-000000002780 | TASK | Ensure certificate requests 2026-03-09 03:34:53.626487 | fa163ec7-a901-54db-878b-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-09 03:34:53.628211 | fa163ec7-a901-54db-878b-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:56.654998 | 1.72s 2026-03-09 03:34:55.346104 | fa163ec7-a901-54db-878b-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-09 03:34:55.347119 | fa163ec7-a901-54db-878b-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.373915 | 3.44s 2026-03-09 03:34:56.830549 | fa163ec7-a901-54db-878b-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-09 03:34:56.831662 | fa163ec7-a901-54db-878b-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:59.858454 | 4.93s 2026-03-09 03:34:58.603184 | fa163ec7-a901-54db-878b-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-09 03:34:58.606384 | fa163ec7-a901-54db-878b-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.633175 | 6.70s 2026-03-09 03:34:58.617463 | fa163ec7-a901-54db-878b-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.644257 | 6.71s 2026-03-09 03:34:58.667119 | fa163ec7-a901-54db-878b-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-03-09 03:34:58.749853 | fa163ec7-a901-54db-878b-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.776639 | 0.08s 2026-03-09 03:34:58.762995 | fa163ec7-a901-54db-878b-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.789784 | 0.09s 2026-03-09 03:34:58.775371 | fa163ec7-a901-54db-878b-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.802161 | 0.11s 2026-03-09 03:34:58.862869 | fa163ec7-a901-54db-878b-0000000027fe | TASK | Set version specific variables 2026-03-09 03:34:58.899731 | fa163ec7-a901-54db-878b-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:01.926516 | 0.04s 2026-03-09 03:34:58.919271 | 0f0fbb29-13f4-4927-97da-29707e19e6a3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:34:58.946392 | fa163ec7-a901-54db-878b-000000002856 | TASK | Ensure ansible_facts used by role 2026-03-09 03:34:59.331784 | fa163ec7-a901-54db-878b-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:34:59.333509 | fa163ec7-a901-54db-878b-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:02.360300 | 0.39s 2026-03-09 03:34:59.360081 | fa163ec7-a901-54db-878b-000000002857 | TASK | Set platform/version specific variables 2026-03-09 03:34:59.406338 | fa163ec7-a901-54db-878b-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:59.421531 | fa163ec7-a901-54db-878b-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:34:59.435402 | fa163ec7-a901-54db-878b-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:34:59.445642 | fa163ec7-a901-54db-878b-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:34:59.457719 | fa163ec7-a901-54db-878b-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:02.484512 | 0.10s 2026-03-09 03:34:59.478088 | fa163ec7-a901-54db-878b-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:35:02.761476 | fa163ec7-a901-54db-878b-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:35:02.762652 | fa163ec7-a901-54db-878b-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:05.789448 | 3.28s 2026-03-09 03:35:02.780599 | fa163ec7-a901-54db-878b-000000002801 | TASK | Ensure provider packages are installed 2026-03-09 03:35:06.065281 | fa163ec7-a901-54db-878b-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:09.092056 | 3.28s 2026-03-09 03:35:06.071383 | fa163ec7-a901-54db-878b-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:09.098176 | 3.29s 2026-03-09 03:35:06.089440 | fa163ec7-a901-54db-878b-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:35:06.387352 | fa163ec7-a901-54db-878b-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:06.388863 | fa163ec7-a901-54db-878b-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:09.415650 | 0.30s 2026-03-09 03:35:06.397311 | fa163ec7-a901-54db-878b-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:09.424094 | 0.31s 2026-03-09 03:35:06.426356 | fa163ec7-a901-54db-878b-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:35:06.674919 | fa163ec7-a901-54db-878b-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:06.676907 | fa163ec7-a901-54db-878b-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:09.703694 | 0.25s 2026-03-09 03:35:06.686913 | fa163ec7-a901-54db-878b-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:09.713701 | 0.26s 2026-03-09 03:35:06.709142 | fa163ec7-a901-54db-878b-000000002807 | TASK | Ensure provider service is running 2026-03-09 03:35:07.130813 | fa163ec7-a901-54db-878b-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:35:07.132842 | fa163ec7-a901-54db-878b-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:10.159629 | 0.42s 2026-03-09 03:35:07.146810 | fa163ec7-a901-54db-878b-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:10.173595 | 0.44s 2026-03-09 03:35:07.168407 | fa163ec7-a901-54db-878b-00000000280a | TASK | Ensure certificate requests 2026-03-09 03:35:08.961825 | fa163ec7-a901-54db-878b-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-09 03:35:08.963145 | fa163ec7-a901-54db-878b-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:11.989941 | 1.79s 2026-03-09 03:35:08.966989 | fa163ec7-a901-54db-878b-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:11.993780 | 1.80s 2026-03-09 03:35:09.004797 | fa163ec7-a901-54db-878b-000000002827 | TASK | Set version specific variables 2026-03-09 03:35:09.030981 | fa163ec7-a901-54db-878b-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:12.057770 | 0.03s 2026-03-09 03:35:09.044447 | 246bca68-7333-4fec-922d-9e1c905e1b67 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:35:09.069251 | fa163ec7-a901-54db-878b-000000002890 | TASK | Ensure ansible_facts used by role 2026-03-09 03:35:09.432847 | fa163ec7-a901-54db-878b-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:35:09.434463 | fa163ec7-a901-54db-878b-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:12.461252 | 0.36s 2026-03-09 03:35:09.462173 | fa163ec7-a901-54db-878b-000000002891 | TASK | Set platform/version specific variables 2026-03-09 03:35:09.525105 | fa163ec7-a901-54db-878b-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:09.545150 | fa163ec7-a901-54db-878b-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:09.566483 | fa163ec7-a901-54db-878b-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:35:09.577303 | fa163ec7-a901-54db-878b-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:35:09.584178 | fa163ec7-a901-54db-878b-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:12.610964 | 0.12s 2026-03-09 03:35:09.613068 | fa163ec7-a901-54db-878b-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:35:12.846187 | fa163ec7-a901-54db-878b-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:35:12.846990 | fa163ec7-a901-54db-878b-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:15.873791 | 3.23s 2026-03-09 03:35:12.864822 | fa163ec7-a901-54db-878b-00000000282a | TASK | Ensure provider packages are installed 2026-03-09 03:35:16.067665 | fa163ec7-a901-54db-878b-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:19.094422 | 3.20s 2026-03-09 03:35:16.080833 | fa163ec7-a901-54db-878b-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:19.107606 | 3.22s 2026-03-09 03:35:16.104330 | fa163ec7-a901-54db-878b-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:35:16.350392 | fa163ec7-a901-54db-878b-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:16.352951 | fa163ec7-a901-54db-878b-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:19.379737 | 0.25s 2026-03-09 03:35:16.363259 | fa163ec7-a901-54db-878b-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:19.390041 | 0.26s 2026-03-09 03:35:16.389667 | fa163ec7-a901-54db-878b-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:35:16.689944 | fa163ec7-a901-54db-878b-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:16.691277 | fa163ec7-a901-54db-878b-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:19.718066 | 0.30s 2026-03-09 03:35:16.697031 | fa163ec7-a901-54db-878b-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:19.723833 | 0.31s 2026-03-09 03:35:16.716660 | fa163ec7-a901-54db-878b-000000002830 | TASK | Ensure provider service is running 2026-03-09 03:35:17.147793 | fa163ec7-a901-54db-878b-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:35:17.149662 | fa163ec7-a901-54db-878b-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:20.176451 | 0.43s 2026-03-09 03:35:17.159712 | fa163ec7-a901-54db-878b-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:20.186498 | 0.44s 2026-03-09 03:35:17.187605 | fa163ec7-a901-54db-878b-000000002833 | TASK | Ensure certificate requests 2026-03-09 03:35:19.032861 | fa163ec7-a901-54db-878b-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-09 03:35:19.035488 | fa163ec7-a901-54db-878b-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:22.062276 | 1.85s 2026-03-09 03:35:19.045335 | fa163ec7-a901-54db-878b-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:22.072129 | 1.86s 2026-03-09 03:35:19.138619 | fa163ec7-a901-54db-878b-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:22.165401 | 0.05s 2026-03-09 03:35:19.195700 | fa163ec7-a901-54db-878b-0000000028d5 | TASK | Set version specific variables 2026-03-09 03:35:19.226160 | fa163ec7-a901-54db-878b-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:22.252941 | 0.03s 2026-03-09 03:35:19.246162 | b0e6b3d9-5b86-44b3-9568-9b32a54e8126 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:35:19.277809 | fa163ec7-a901-54db-878b-000000002904 | TASK | Ensure ansible_facts used by role 2026-03-09 03:35:19.678909 | fa163ec7-a901-54db-878b-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:35:19.680002 | fa163ec7-a901-54db-878b-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:22.706797 | 0.40s 2026-03-09 03:35:19.701702 | fa163ec7-a901-54db-878b-000000002905 | TASK | Set platform/version specific variables 2026-03-09 03:35:19.787852 | fa163ec7-a901-54db-878b-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:19.827892 | fa163ec7-a901-54db-878b-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:19.864554 | fa163ec7-a901-54db-878b-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:35:19.887303 | fa163ec7-a901-54db-878b-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:35:19.899167 | fa163ec7-a901-54db-878b-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:22.925946 | 0.20s 2026-03-09 03:35:19.924868 | fa163ec7-a901-54db-878b-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:35:23.054978 | fa163ec7-a901-54db-878b-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:35:23.056393 | fa163ec7-a901-54db-878b-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:26.083184 | 3.13s 2026-03-09 03:35:23.081768 | fa163ec7-a901-54db-878b-0000000028d8 | TASK | Ensure provider packages are installed 2026-03-09 03:35:26.281678 | fa163ec7-a901-54db-878b-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:29.308453 | 3.20s 2026-03-09 03:35:26.293865 | fa163ec7-a901-54db-878b-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:29.320651 | 3.21s 2026-03-09 03:35:26.320482 | fa163ec7-a901-54db-878b-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:35:26.618587 | fa163ec7-a901-54db-878b-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:26.620099 | fa163ec7-a901-54db-878b-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:29.646881 | 0.30s 2026-03-09 03:35:26.627085 | fa163ec7-a901-54db-878b-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:29.653870 | 0.31s 2026-03-09 03:35:26.653789 | fa163ec7-a901-54db-878b-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:35:26.954110 | fa163ec7-a901-54db-878b-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:26.955518 | fa163ec7-a901-54db-878b-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:29.982301 | 0.30s 2026-03-09 03:35:26.967758 | fa163ec7-a901-54db-878b-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:29.994542 | 0.31s 2026-03-09 03:35:26.994854 | fa163ec7-a901-54db-878b-0000000028de | TASK | Ensure provider service is running 2026-03-09 03:35:27.437305 | fa163ec7-a901-54db-878b-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:35:27.439113 | fa163ec7-a901-54db-878b-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:30.465902 | 0.44s 2026-03-09 03:35:27.451677 | fa163ec7-a901-54db-878b-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:30.478458 | 0.46s 2026-03-09 03:35:27.471696 | fa163ec7-a901-54db-878b-0000000028e1 | TASK | Ensure certificate requests 2026-03-09 03:35:29.162294 | fa163ec7-a901-54db-878b-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-09 03:35:29.164703 | fa163ec7-a901-54db-878b-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:32.191487 | 1.69s 2026-03-09 03:35:29.174183 | fa163ec7-a901-54db-878b-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:32.200976 | 1.70s 2026-03-09 03:35:29.212878 | fa163ec7-a901-54db-878b-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-09 03:35:29.293545 | fa163ec7-a901-54db-878b-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-09 03:35:29.294631 | fa163ec7-a901-54db-878b-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:32.321427 | 0.08s 2026-03-09 03:35:29.315958 | fa163ec7-a901-54db-878b-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-09 03:35:34.784059 | fa163ec7-a901-54db-878b-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-09 03:35:34.789461 | fa163ec7-a901-54db-878b-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:37.816249 | 5.47s 2026-03-09 03:35:34.826243 | fa163ec7-a901-54db-878b-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-03-09 03:35:34.897634 | fa163ec7-a901-54db-878b-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-09 03:35:34.898882 | fa163ec7-a901-54db-878b-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:37.925671 | 0.07s 2026-03-09 03:35:34.928121 | fa163ec7-a901-54db-878b-000000002293 | TASK | Fetch ovn VIP 2026-03-09 03:35:34.989468 | fa163ec7-a901-54db-878b-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-03-09 03:35:34.990737 | fa163ec7-a901-54db-878b-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:38.017526 | 0.06s 2026-03-09 03:35:35.020716 | fa163ec7-a901-54db-878b-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-03-09 03:35:35.093542 | fa163ec7-a901-54db-878b-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-09 03:35:35.094841 | fa163ec7-a901-54db-878b-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:38.121623 | 0.07s 2026-03-09 03:35:35.125134 | fa163ec7-a901-54db-878b-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-09 03:35:35.196852 | fa163ec7-a901-54db-878b-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-09 03:35:35.198286 | fa163ec7-a901-54db-878b-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:38.225075 | 0.07s 2026-03-09 03:35:35.227295 | fa163ec7-a901-54db-878b-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-03-09 03:35:35.305787 | fa163ec7-a901-54db-878b-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-09 03:35:35.306872 | fa163ec7-a901-54db-878b-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:38.333667 | 0.08s 2026-03-09 03:35:35.331121 | fa163ec7-a901-54db-878b-000000002297 | TASK | Remove pacemaker attributes 2026-03-09 03:35:35.408995 | fa163ec7-a901-54db-878b-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-09 03:35:35.416528 | fa163ec7-a901-54db-878b-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:38.443307 | 0.08s 2026-03-09 03:35:35.490202 | fa163ec7-a901-54db-878b-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:38.516986 | 0.04s 2026-03-09 03:35:35.536986 | fa163ec7-a901-54db-878b-00000000295d | TASK | Set version specific variables 2026-03-09 03:35:35.594696 | fa163ec7-a901-54db-878b-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:38.621483 | 0.06s 2026-03-09 03:35:35.606167 | 5092b062-7a5c-455f-a420-d665556e14db | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:35:35.628298 | fa163ec7-a901-54db-878b-00000000298e | TASK | Ensure ansible_facts used by role 2026-03-09 03:35:36.035500 | fa163ec7-a901-54db-878b-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:35:36.036377 | fa163ec7-a901-54db-878b-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:39.063175 | 0.41s 2026-03-09 03:35:36.056143 | fa163ec7-a901-54db-878b-00000000298f | TASK | Set platform/version specific variables 2026-03-09 03:35:36.119848 | fa163ec7-a901-54db-878b-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:36.143865 | fa163ec7-a901-54db-878b-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:36.169917 | fa163ec7-a901-54db-878b-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:35:36.192675 | fa163ec7-a901-54db-878b-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:35:36.204617 | fa163ec7-a901-54db-878b-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:39.231406 | 0.15s 2026-03-09 03:35:36.233602 | fa163ec7-a901-54db-878b-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:35:39.532795 | fa163ec7-a901-54db-878b-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:35:39.534082 | fa163ec7-a901-54db-878b-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:42.560875 | 3.30s 2026-03-09 03:35:39.566939 | fa163ec7-a901-54db-878b-000000002960 | TASK | Ensure provider packages are installed 2026-03-09 03:35:42.783435 | fa163ec7-a901-54db-878b-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:45.810206 | 3.21s 2026-03-09 03:35:42.795551 | fa163ec7-a901-54db-878b-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:45.822339 | 3.23s 2026-03-09 03:35:42.830362 | fa163ec7-a901-54db-878b-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:35:43.102368 | fa163ec7-a901-54db-878b-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:43.104998 | fa163ec7-a901-54db-878b-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:46.131778 | 0.27s 2026-03-09 03:35:43.115066 | fa163ec7-a901-54db-878b-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:46.141814 | 0.28s 2026-03-09 03:35:43.144691 | fa163ec7-a901-54db-878b-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:35:43.414100 | fa163ec7-a901-54db-878b-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:43.416502 | fa163ec7-a901-54db-878b-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:46.443287 | 0.27s 2026-03-09 03:35:43.426776 | fa163ec7-a901-54db-878b-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:46.453569 | 0.28s 2026-03-09 03:35:43.459470 | fa163ec7-a901-54db-878b-000000002966 | TASK | Ensure provider service is running 2026-03-09 03:35:43.906729 | fa163ec7-a901-54db-878b-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:35:43.908610 | fa163ec7-a901-54db-878b-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:46.935400 | 0.45s 2026-03-09 03:35:43.917766 | fa163ec7-a901-54db-878b-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:46.944560 | 0.46s 2026-03-09 03:35:43.948194 | fa163ec7-a901-54db-878b-000000002969 | TASK | Ensure certificate requests 2026-03-09 03:35:45.709627 | fa163ec7-a901-54db-878b-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-09 03:35:45.710772 | fa163ec7-a901-54db-878b-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:48.737563 | 1.76s 2026-03-09 03:35:45.723663 | fa163ec7-a901-54db-878b-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:48.750449 | 1.77s 2026-03-09 03:35:45.781294 | fa163ec7-a901-54db-878b-00000000229c | TASK | Configure OVN DBs and northd 2026-03-09 03:35:45.832560 | fa163ec7-a901-54db-878b-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:48.859341 | 0.05s 2026-03-09 03:35:45.900849 | fa163ec7-a901-54db-878b-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-09 03:35:46.166277 | fa163ec7-a901-54db-878b-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-09 03:35:46.167735 | fa163ec7-a901-54db-878b-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:49.194525 | 0.27s 2026-03-09 03:35:46.196984 | fa163ec7-a901-54db-878b-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-09 03:35:46.249443 | fa163ec7-a901-54db-878b-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-09 03:35:46.251221 | fa163ec7-a901-54db-878b-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:49.278003 | 0.05s 2026-03-09 03:35:46.283419 | fa163ec7-a901-54db-878b-0000000029da | TASK | check ovsdb-tool election-timer options 2026-03-09 03:35:46.540033 | fa163ec7-a901-54db-878b-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-09 03:35:46.541331 | fa163ec7-a901-54db-878b-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:49.568121 | 0.26s 2026-03-09 03:35:46.570583 | fa163ec7-a901-54db-878b-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-03-09 03:35:46.643186 | fa163ec7-a901-54db-878b-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-09 03:35:46.644439 | fa163ec7-a901-54db-878b-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:49.671231 | 0.07s 2026-03-09 03:35:46.675819 | fa163ec7-a901-54db-878b-0000000029dc | TASK | render OVN cluster configuration 2026-03-09 03:35:47.196730 | fa163ec7-a901-54db-878b-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-03-09 03:35:47.198162 | fa163ec7-a901-54db-878b-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:50.224943 | 0.52s 2026-03-09 03:35:47.223569 | fa163ec7-a901-54db-878b-0000000029dd | TASK | restart OVN northd and north and south databases 2026-03-09 03:35:47.270342 | fa163ec7-a901-54db-878b-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.297106 | 0.05s 2026-03-09 03:35:47.287341 | fa163ec7-a901-54db-878b-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.314129 | 0.06s 2026-03-09 03:35:47.298109 | fa163ec7-a901-54db-878b-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.324892 | 0.07s 2026-03-09 03:35:47.310740 | fa163ec7-a901-54db-878b-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:50.337531 | 0.09s 2026-03-09 03:35:47.328726 | 4871e9a5-cbb7-435b-bf10-420977e2c1f3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-09 03:35:47.334502 | 0b6b3f8f-40c7-49e4-8569-6778554461fc | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-09 03:35:47.340250 | 2b2dd5c8-99a5-413e-8df1-cb8b3cf6d0a2 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-09 03:35:47.372949 | fa163ec7-a901-54db-878b-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-09 03:35:47.606115 | fa163ec7-a901-54db-878b-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-09 03:35:47.607491 | fa163ec7-a901-54db-878b-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:50.634281 | 0.23s 2026-03-09 03:35:47.638425 | fa163ec7-a901-54db-878b-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-09 03:35:47.691906 | fa163ec7-a901-54db-878b-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-09 03:35:47.693160 | fa163ec7-a901-54db-878b-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:50.719946 | 0.05s 2026-03-09 03:35:47.726877 | fa163ec7-a901-54db-878b-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-09 03:35:47.983125 | fa163ec7-a901-54db-878b-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-09 03:35:47.984655 | fa163ec7-a901-54db-878b-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:51.011441 | 0.26s 2026-03-09 03:35:48.018639 | fa163ec7-a901-54db-878b-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-09 03:35:48.074261 | fa163ec7-a901-54db-878b-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-09 03:35:48.075595 | fa163ec7-a901-54db-878b-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:51.102382 | 0.06s 2026-03-09 03:35:48.106961 | fa163ec7-a901-54db-878b-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-09 03:35:48.364115 | fa163ec7-a901-54db-878b-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-09 03:35:48.365603 | fa163ec7-a901-54db-878b-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:51.392391 | 0.26s 2026-03-09 03:35:48.397112 | fa163ec7-a901-54db-878b-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-03-09 03:35:48.450622 | fa163ec7-a901-54db-878b-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-09 03:35:48.451894 | fa163ec7-a901-54db-878b-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:51.478683 | 0.05s 2026-03-09 03:35:48.564972 | fa163ec7-a901-54db-878b-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:51.591749 | 0.05s 2026-03-09 03:35:48.631936 | fa163ec7-a901-54db-878b-000000002a64 | TASK | Set version specific variables 2026-03-09 03:35:48.682556 | fa163ec7-a901-54db-878b-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:51.709336 | 0.05s 2026-03-09 03:35:48.706510 | 30173b7d-3b76-4d1d-aaf5-2ad5d5a92b85 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:35:48.733887 | fa163ec7-a901-54db-878b-000000002a93 | TASK | Ensure ansible_facts used by role 2026-03-09 03:35:49.121759 | fa163ec7-a901-54db-878b-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:35:49.122920 | fa163ec7-a901-54db-878b-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:52.149711 | 0.39s 2026-03-09 03:35:49.147202 | fa163ec7-a901-54db-878b-000000002a94 | TASK | Set platform/version specific variables 2026-03-09 03:35:49.225250 | fa163ec7-a901-54db-878b-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:49.252367 | fa163ec7-a901-54db-878b-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:49.275639 | fa163ec7-a901-54db-878b-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:35:49.299156 | fa163ec7-a901-54db-878b-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:35:49.311977 | fa163ec7-a901-54db-878b-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:52.338755 | 0.16s 2026-03-09 03:35:49.343787 | fa163ec7-a901-54db-878b-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:35:52.783232 | fa163ec7-a901-54db-878b-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:35:52.784651 | fa163ec7-a901-54db-878b-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:55.811442 | 3.44s 2026-03-09 03:35:52.813179 | fa163ec7-a901-54db-878b-000000002a67 | TASK | Ensure provider packages are installed 2026-03-09 03:35:56.006271 | fa163ec7-a901-54db-878b-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.033051 | 3.19s 2026-03-09 03:35:56.017649 | fa163ec7-a901-54db-878b-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.044446 | 3.20s 2026-03-09 03:35:56.040324 | fa163ec7-a901-54db-878b-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:35:56.289594 | fa163ec7-a901-54db-878b-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:56.291572 | fa163ec7-a901-54db-878b-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.318361 | 0.25s 2026-03-09 03:35:56.301822 | fa163ec7-a901-54db-878b-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:59.328612 | 0.26s 2026-03-09 03:35:56.333669 | fa163ec7-a901-54db-878b-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:35:56.647094 | fa163ec7-a901-54db-878b-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:35:56.649204 | fa163ec7-a901-54db-878b-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.675990 | 0.31s 2026-03-09 03:35:56.659511 | fa163ec7-a901-54db-878b-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:59.686295 | 0.32s 2026-03-09 03:35:56.691810 | fa163ec7-a901-54db-878b-000000002a6d | TASK | Ensure provider service is running 2026-03-09 03:35:57.127868 | fa163ec7-a901-54db-878b-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:35:57.130097 | fa163ec7-a901-54db-878b-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.156885 | 0.44s 2026-03-09 03:35:57.140279 | fa163ec7-a901-54db-878b-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:00.167068 | 0.45s 2026-03-09 03:35:57.164227 | fa163ec7-a901-54db-878b-000000002a70 | TASK | Ensure certificate requests 2026-03-09 03:35:58.887561 | fa163ec7-a901-54db-878b-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-09 03:35:58.888747 | fa163ec7-a901-54db-878b-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.915540 | 1.72s 2026-03-09 03:35:58.894234 | fa163ec7-a901-54db-878b-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:01.921017 | 1.73s 2026-03-09 03:35:58.971248 | fa163ec7-a901-54db-878b-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:01.998037 | 0.03s 2026-03-09 03:35:59.057870 | fa163ec7-a901-54db-878b-000000002ad8 | TASK | Set version specific variables 2026-03-09 03:35:59.082923 | fa163ec7-a901-54db-878b-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:02.109715 | 0.02s 2026-03-09 03:35:59.094983 | 23fa0774-f5f9-4cf6-8ca3-c490471b9e53 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:35:59.116426 | fa163ec7-a901-54db-878b-000000002b07 | TASK | Ensure ansible_facts used by role 2026-03-09 03:35:59.524624 | fa163ec7-a901-54db-878b-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:35:59.526271 | fa163ec7-a901-54db-878b-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:02.553060 | 0.41s 2026-03-09 03:35:59.556189 | fa163ec7-a901-54db-878b-000000002b08 | TASK | Set platform/version specific variables 2026-03-09 03:35:59.633323 | fa163ec7-a901-54db-878b-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:59.652670 | fa163ec7-a901-54db-878b-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:35:59.663984 | fa163ec7-a901-54db-878b-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:35:59.674856 | fa163ec7-a901-54db-878b-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:35:59.686827 | fa163ec7-a901-54db-878b-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:02.713609 | 0.13s 2026-03-09 03:35:59.713592 | fa163ec7-a901-54db-878b-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:36:02.941802 | fa163ec7-a901-54db-878b-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:36:02.943269 | fa163ec7-a901-54db-878b-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:05.970059 | 3.23s 2026-03-09 03:36:02.972534 | fa163ec7-a901-54db-878b-000000002adb | TASK | Ensure provider packages are installed 2026-03-09 03:36:06.188401 | fa163ec7-a901-54db-878b-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.215165 | 3.21s 2026-03-09 03:36:06.195111 | fa163ec7-a901-54db-878b-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.221898 | 3.22s 2026-03-09 03:36:06.219156 | fa163ec7-a901-54db-878b-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:36:06.493837 | fa163ec7-a901-54db-878b-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:36:06.495773 | fa163ec7-a901-54db-878b-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.522547 | 0.28s 2026-03-09 03:36:06.505745 | fa163ec7-a901-54db-878b-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.532535 | 0.29s 2026-03-09 03:36:06.527001 | fa163ec7-a901-54db-878b-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:36:06.812070 | fa163ec7-a901-54db-878b-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:36:06.814276 | fa163ec7-a901-54db-878b-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.841059 | 0.29s 2026-03-09 03:36:06.824019 | fa163ec7-a901-54db-878b-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:09.850802 | 0.30s 2026-03-09 03:36:06.844866 | fa163ec7-a901-54db-878b-000000002ae1 | TASK | Ensure provider service is running 2026-03-09 03:36:07.243513 | fa163ec7-a901-54db-878b-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:36:07.245377 | fa163ec7-a901-54db-878b-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:10.272166 | 0.40s 2026-03-09 03:36:07.252666 | fa163ec7-a901-54db-878b-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:10.279445 | 0.41s 2026-03-09 03:36:07.289674 | fa163ec7-a901-54db-878b-000000002ae4 | TASK | Ensure certificate requests 2026-03-09 03:36:08.814570 | fa163ec7-a901-54db-878b-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-09 03:36:08.817634 | fa163ec7-a901-54db-878b-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.844416 | 1.53s 2026-03-09 03:36:08.828409 | fa163ec7-a901-54db-878b-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.855189 | 1.54s 2026-03-09 03:36:08.943279 | fa163ec7-a901-54db-878b-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:11.970049 | 0.05s 2026-03-09 03:36:09.019951 | fa163ec7-a901-54db-878b-000000002b4c | TASK | Set version specific variables 2026-03-09 03:36:09.085813 | fa163ec7-a901-54db-878b-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:12.112582 | 0.06s 2026-03-09 03:36:09.109952 | 28e00a01-eed9-41d9-9c51-4aac508af077 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:36:09.147274 | fa163ec7-a901-54db-878b-000000002b7b | TASK | Ensure ansible_facts used by role 2026-03-09 03:36:09.593726 | fa163ec7-a901-54db-878b-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:36:09.595422 | fa163ec7-a901-54db-878b-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:12.622210 | 0.45s 2026-03-09 03:36:09.625996 | fa163ec7-a901-54db-878b-000000002b7c | TASK | Set platform/version specific variables 2026-03-09 03:36:09.706259 | fa163ec7-a901-54db-878b-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:36:09.729817 | fa163ec7-a901-54db-878b-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:36:09.752874 | fa163ec7-a901-54db-878b-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:36:09.771810 | fa163ec7-a901-54db-878b-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:36:09.778687 | fa163ec7-a901-54db-878b-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:12.805470 | 0.15s 2026-03-09 03:36:09.810056 | fa163ec7-a901-54db-878b-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:36:13.000046 | fa163ec7-a901-54db-878b-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:36:13.001845 | fa163ec7-a901-54db-878b-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:16.028632 | 3.19s 2026-03-09 03:36:13.034815 | fa163ec7-a901-54db-878b-000000002b4f | TASK | Ensure provider packages are installed 2026-03-09 03:36:16.159385 | fa163ec7-a901-54db-878b-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:19.186155 | 3.12s 2026-03-09 03:36:16.171372 | fa163ec7-a901-54db-878b-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:19.198152 | 3.13s 2026-03-09 03:36:16.196156 | fa163ec7-a901-54db-878b-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:36:16.443831 | fa163ec7-a901-54db-878b-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:36:16.444612 | fa163ec7-a901-54db-878b-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:19.471411 | 0.25s 2026-03-09 03:36:16.450514 | fa163ec7-a901-54db-878b-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:19.477307 | 0.25s 2026-03-09 03:36:16.479521 | fa163ec7-a901-54db-878b-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:36:16.765406 | fa163ec7-a901-54db-878b-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:36:16.766855 | fa163ec7-a901-54db-878b-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.793644 | 0.29s 2026-03-09 03:36:16.778319 | fa163ec7-a901-54db-878b-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:19.805118 | 0.30s 2026-03-09 03:36:16.800807 | fa163ec7-a901-54db-878b-000000002b55 | TASK | Ensure provider service is running 2026-03-09 03:36:17.182988 | fa163ec7-a901-54db-878b-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:36:17.185501 | fa163ec7-a901-54db-878b-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:20.212289 | 0.38s 2026-03-09 03:36:17.195170 | fa163ec7-a901-54db-878b-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:20.221969 | 0.39s 2026-03-09 03:36:17.218785 | fa163ec7-a901-54db-878b-000000002b58 | TASK | Ensure certificate requests 2026-03-09 03:36:19.625788 | fa163ec7-a901-54db-878b-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-09 03:36:19.629811 | fa163ec7-a901-54db-878b-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:22.656597 | 2.41s 2026-03-09 03:36:19.639552 | fa163ec7-a901-54db-878b-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:22.666333 | 2.42s 2026-03-09 03:36:19.699944 | fa163ec7-a901-54db-878b-0000000022a9 | TASK | Fail if container image is undefined 2026-03-09 03:36:19.762841 | fa163ec7-a901-54db-878b-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:36:19.764201 | fa163ec7-a901-54db-878b-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:22.790990 | 0.06s 2026-03-09 03:36:19.811868 | fa163ec7-a901-54db-878b-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-09 03:36:26.494851 | fa163ec7-a901-54db-878b-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-09 03:36:26.496431 | fa163ec7-a901-54db-878b-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:29.523218 | 6.68s 2026-03-09 03:36:26.550150 | fa163ec7-a901-54db-878b-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-09 03:36:26.897718 | fa163ec7-a901-54db-878b-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-09 03:36:26.899191 | fa163ec7-a901-54db-878b-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.925977 | 0.35s 2026-03-09 03:36:26.957414 | fa163ec7-a901-54db-878b-0000000022b6 | TASK | Pre-fetch all the containers 2026-03-09 03:36:31.331748 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-09 03:36:31.336158 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.362945 | 4.38s 2026-03-09 03:36:36.324965 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-09 03:36:36.327792 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:39.354578 | 9.37s 2026-03-09 03:36:39.268982 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-09 03:36:39.271855 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.298645 | 12.31s 2026-03-09 03:36:42.376308 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-09 03:36:42.379662 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.406453 | 15.42s 2026-03-09 03:36:44.278446 | fa163ec7-a901-54db-878b-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-09 03:36:44.281979 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.308770 | 17.32s 2026-03-09 03:36:45.919322 | fa163ec7-a901-54db-878b-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-09 03:36:45.921545 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.948338 | 18.96s 2026-03-09 03:36:50.799093 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-03-09 03:36:50.800824 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.827621 | 23.84s 2026-03-09 03:36:54.793513 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-09 03:36:54.797950 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.824740 | 27.84s 2026-03-09 03:36:59.930069 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-09 03:36:59.933996 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.960787 | 32.97s 2026-03-09 03:37:02.062041 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-09 03:37:02.067999 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.094783 | 35.11s 2026-03-09 03:37:09.335679 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-09 03:37:09.339284 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.366074 | 42.38s 2026-03-09 03:37:12.221939 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-09 03:37:12.226147 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.252938 | 45.27s 2026-03-09 03:37:31.979114 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-09 03:37:31.982865 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:35.009654 | 65.02s 2026-03-09 03:37:48.320186 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-09 03:37:48.324677 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:51.351466 | 81.36s 2026-03-09 03:37:55.149572 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-09 03:37:55.153233 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:58.180022 | 88.19s 2026-03-09 03:38:02.382797 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-09 03:38:02.386034 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:05.412803 | 95.43s 2026-03-09 03:38:09.783939 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-09 03:38:09.787917 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.814703 | 102.83s 2026-03-09 03:38:14.524153 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-09 03:38:14.528126 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:17.554914 | 107.57s 2026-03-09 03:38:17.823624 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-09 03:38:17.826595 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:20.853387 | 110.87s 2026-03-09 03:38:21.214225 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-09 03:38:21.217988 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:24.244771 | 114.26s 2026-03-09 03:38:26.090356 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-09 03:38:26.092520 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:29.119314 | 119.13s 2026-03-09 03:38:38.364327 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-09 03:38:38.369162 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:41.395952 | 131.41s 2026-03-09 03:38:41.353951 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-09 03:38:41.358895 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:44.385681 | 134.40s 2026-03-09 03:38:52.109289 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-09 03:38:52.113658 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:55.140440 | 145.15s 2026-03-09 03:38:54.935925 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-09 03:38:54.940046 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:57.966813 | 147.98s 2026-03-09 03:38:58.982109 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-09 03:38:58.985349 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:02.012139 | 152.03s 2026-03-09 03:39:01.800453 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-09 03:39:01.803909 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:04.830704 | 154.84s 2026-03-09 03:39:05.437717 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-09 03:39:05.440392 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.467182 | 158.48s 2026-03-09 03:39:09.589106 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-09 03:39:09.591393 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.618189 | 162.63s 2026-03-09 03:39:11.550206 | fa163ec7-a901-54db-878b-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-09 03:39:11.554113 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:14.580903 | 164.59s 2026-03-09 03:39:13.411479 | fa163ec7-a901-54db-878b-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-09 03:39:13.414595 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.441389 | 166.45s 2026-03-09 03:39:16.192151 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-09 03:39:16.195310 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.222106 | 169.24s 2026-03-09 03:39:18.291184 | fa163ec7-a901-54db-878b-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-09 03:39:18.294404 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.321193 | 171.33s 2026-03-09 03:39:22.760658 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-09 03:39:22.763883 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.790653 | 175.80s 2026-03-09 03:39:25.441597 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-09 03:39:25.444368 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.471164 | 178.48s 2026-03-09 03:39:27.922693 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-09 03:39:27.925286 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:30.952085 | 180.97s 2026-03-09 03:39:30.865057 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-09 03:39:30.867908 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.894700 | 183.91s 2026-03-09 03:39:34.547422 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-09 03:39:34.550310 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:37.577100 | 187.59s 2026-03-09 03:39:37.439857 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-09 03:39:37.442867 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:40.469658 | 190.48s 2026-03-09 03:39:40.289994 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-09 03:39:40.295129 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:43.321912 | 193.34s 2026-03-09 03:39:43.578103 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-09 03:39:43.582205 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:46.608995 | 196.62s 2026-03-09 03:39:46.416590 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-09 03:39:46.419651 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.446357 | 199.46s 2026-03-09 03:39:49.221628 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-09 03:39:49.227863 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:52.254649 | 202.27s 2026-03-09 03:39:51.732307 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-09 03:39:51.734112 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.760907 | 204.77s 2026-03-09 03:39:54.022571 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-09 03:39:54.025490 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.052278 | 207.07s 2026-03-09 03:39:56.675892 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-09 03:39:56.678861 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.705650 | 209.72s 2026-03-09 03:39:59.475689 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-09 03:39:59.479706 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:02.506494 | 212.52s 2026-03-09 03:40:03.424957 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-09 03:40:03.428886 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.455663 | 216.47s 2026-03-09 03:40:08.699131 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-09 03:40:08.703502 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:11.730290 | 221.74s 2026-03-09 03:40:11.488770 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-09 03:40:11.490774 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:14.517571 | 224.53s 2026-03-09 03:40:14.639191 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-09 03:40:14.642710 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.669497 | 227.68s 2026-03-09 03:40:17.436263 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-09 03:40:17.440114 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:20.466903 | 230.48s 2026-03-09 03:40:20.145548 | fa163ec7-a901-54db-878b-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-09 03:40:20.149525 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:23.176313 | 233.19s 2026-03-09 03:40:20.475996 | fa163ec7-a901-54db-878b-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:23.502779 | 233.52s 2026-03-09 03:40:20.684241 | fa163ec7-a901-54db-878b-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:23.711024 | 0.06s 2026-03-09 03:40:20.750578 | fa163ec7-a901-54db-878b-000000002c32 | TASK | Set version specific variables 2026-03-09 03:40:20.801088 | fa163ec7-a901-54db-878b-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:23.827865 | 0.05s 2026-03-09 03:40:20.823371 | 62c10389-12e5-4451-8ade-5ff5fb1b09a5 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-03-09 03:40:20.856592 | fa163ec7-a901-54db-878b-000000002c61 | TASK | Ensure ansible_facts used by role 2026-03-09 03:40:21.253797 | fa163ec7-a901-54db-878b-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-03-09 03:40:21.255406 | fa163ec7-a901-54db-878b-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:24.282195 | 0.40s 2026-03-09 03:40:21.284703 | fa163ec7-a901-54db-878b-000000002c62 | TASK | Set platform/version specific variables 2026-03-09 03:40:21.358471 | fa163ec7-a901-54db-878b-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:40:21.380255 | fa163ec7-a901-54db-878b-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-03-09 03:40:21.402894 | fa163ec7-a901-54db-878b-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-03-09 03:40:21.424679 | fa163ec7-a901-54db-878b-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-03-09 03:40:21.429171 | fa163ec7-a901-54db-878b-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:24.455957 | 0.14s 2026-03-09 03:40:21.460687 | fa163ec7-a901-54db-878b-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-03-09 03:40:24.866518 | fa163ec7-a901-54db-878b-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-03-09 03:40:24.868128 | fa163ec7-a901-54db-878b-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:27.894913 | 3.41s 2026-03-09 03:40:24.897845 | fa163ec7-a901-54db-878b-000000002c35 | TASK | Ensure provider packages are installed 2026-03-09 03:40:28.191154 | fa163ec7-a901-54db-878b-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:31.217926 | 3.29s 2026-03-09 03:40:28.203163 | fa163ec7-a901-54db-878b-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:31.229956 | 3.30s 2026-03-09 03:40:28.227102 | fa163ec7-a901-54db-878b-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-03-09 03:40:28.541392 | fa163ec7-a901-54db-878b-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:40:28.542792 | fa163ec7-a901-54db-878b-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:31.569577 | 0.31s 2026-03-09 03:40:28.554793 | fa163ec7-a901-54db-878b-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:31.581580 | 0.33s 2026-03-09 03:40:28.578944 | fa163ec7-a901-54db-878b-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-03-09 03:40:28.973353 | fa163ec7-a901-54db-878b-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-03-09 03:40:28.974828 | fa163ec7-a901-54db-878b-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:32.001617 | 0.39s 2026-03-09 03:40:28.987122 | fa163ec7-a901-54db-878b-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:32.013912 | 0.41s 2026-03-09 03:40:29.016917 | fa163ec7-a901-54db-878b-000000002c3b | TASK | Ensure provider service is running 2026-03-09 03:40:29.441180 | fa163ec7-a901-54db-878b-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-03-09 03:40:29.442689 | fa163ec7-a901-54db-878b-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:32.469487 | 0.42s 2026-03-09 03:40:29.453991 | fa163ec7-a901-54db-878b-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:32.480774 | 0.44s 2026-03-09 03:40:29.482681 | fa163ec7-a901-54db-878b-000000002c3e | TASK | Ensure certificate requests 2026-03-09 03:40:31.923472 | fa163ec7-a901-54db-878b-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-09 03:40:31.925957 | fa163ec7-a901-54db-878b-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:34.952746 | 2.44s 2026-03-09 03:40:31.936174 | fa163ec7-a901-54db-878b-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:34.962968 | 2.45s 2026-03-09 03:40:31.992153 | fa163ec7-a901-54db-878b-0000000022c0 | TASK | Fail if container image is undefined 2026-03-09 03:40:32.054607 | fa163ec7-a901-54db-878b-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-09 03:40:32.055932 | fa163ec7-a901-54db-878b-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:35.082719 | 0.06s 2026-03-09 03:40:32.104569 | fa163ec7-a901-54db-878b-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-09 03:40:40.614827 | fa163ec7-a901-54db-878b-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-09 03:40:40.616331 | fa163ec7-a901-54db-878b-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:43.643118 | 8.51s 2026-03-09 03:40:40.673387 | fa163ec7-a901-54db-878b-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-09 03:40:41.048913 | fa163ec7-a901-54db-878b-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-09 03:40:41.049697 | fa163ec7-a901-54db-878b-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:44.076495 | 0.38s 2026-03-09 03:40:41.085582 | fa163ec7-a901-54db-878b-0000000022cd | TASK | Check if rsyslog exists 2026-03-09 03:40:41.377587 | fa163ec7-a901-54db-878b-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-03-09 03:40:41.379107 | fa163ec7-a901-54db-878b-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:44.405895 | 0.29s 2026-03-09 03:40:41.409272 | fa163ec7-a901-54db-878b-0000000022ce | TASK | Forward logging to swift.log file 2026-03-09 03:40:41.930719 | fa163ec7-a901-54db-878b-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-03-09 03:40:41.932066 | fa163ec7-a901-54db-878b-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:44.958859 | 0.52s 2026-03-09 03:40:41.955111 | fa163ec7-a901-54db-878b-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-03-09 03:40:42.796489 | fa163ec7-a901-54db-878b-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-09 03:40:42.797868 | fa163ec7-a901-54db-878b-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:45.824660 | 0.84s 2026-03-09 03:40:42.822512 | fa163ec7-a901-54db-878b-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-09 03:40:43.083004 | fa163ec7-a901-54db-878b-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-09 03:40:43.084659 | fa163ec7-a901-54db-878b-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:46.111442 | 0.26s 2026-03-09 03:40:43.188837 | fa163ec7-a901-54db-878b-0000000000c3 | TIMING | include_tasks | standalone | 0:12:46.215612 | 0.07s 2026-03-09 03:40:43.231810 | 19794d5a-e618-46a8-b31f-739bb548edee | INCLUDED | /root/standalone-ansible-_oxvwcup/common_deploy_steps_tasks.yaml | standalone 2026-03-09 03:40:43.259814 | fa163ec7-a901-54db-878b-000000002ca9 | TASK | Write the config_step hieradata 2026-03-09 03:40:43.728346 | fa163ec7-a901-54db-878b-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-03-09 03:40:43.729627 | fa163ec7-a901-54db-878b-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:46.756416 | 0.47s 2026-03-09 03:40:43.759412 | fa163ec7-a901-54db-878b-000000002caa | TASK | Run puppet host configuration for step 1 2026-03-09 03:40:44.084286 | fa163ec7-a901-54db-878b-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-09 03:40:44.085383 | fa163ec7-a901-54db-878b-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:47.112175 | 0.32s 2026-03-09 03:40:44.110604 | fa163ec7-a901-54db-878b-000000002cab | TASK | Wait for puppet host configuration to finish 2026-03-09 03:40:44.356435 | fa163ec7-a901-54db-878b-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-09 03:40:54.586367 | fa163ec7-a901-54db-878b-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-09 03:41:04.807608 | fa163ec7-a901-54db-878b-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-09 03:41:15.033619 | fa163ec7-a901-54db-878b-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-09 03:41:25.264701 | fa163ec7-a901-54db-878b-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-09 03:41:35.454346 | fa163ec7-a901-54db-878b-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-09 03:41:45.693351 | fa163ec7-a901-54db-878b-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-09 03:41:45.694669 | fa163ec7-a901-54db-878b-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:48.721460 | 61.58s 2026-03-09 03:41:45.720749 | fa163ec7-a901-54db-878b-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-09 03:41:45.803387 | fa163ec7-a901-54db-878b-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 9 03:40:44 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 9 03:40:50 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 9 03:40:50 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 9 03:40:50 puppet-user: (file & line not available)", "<13>Mar 9 03:40:50 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 9 03:40:50 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 9 03:40:50 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 9 03:40:50 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Mar 9 03:40:50 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 9 03:40:50 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 9 03:40:50 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 9 03:40:57 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 9 03:41:05 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 9 03:41:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 9 03:41:06 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 9 03:41:06 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 9 03:41:09 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 9 03:41:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 9 03:41:10 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 9 03:41:14 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 9 03:41:16 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 9 03:41:16 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 9 03:41:17 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 9 03:41:40 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 9 03:41:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 9 03:41:43 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 9 03:41:43 puppet-user: Notice: Applied catalog in 53.27 seconds", "<13>Mar 9 03:41:43 puppet-user: Application:", "<13>Mar 9 03:41:43 puppet-user: Initial environment: production", "<13>Mar 9 03:41:43 puppet-user: Converged environment: production", "<13>Mar 9 03:41:43 puppet-user: Run mode: user", "<13>Mar 9 03:41:43 puppet-user: Changes:", "<13>Mar 9 03:41:43 puppet-user: Total: 17", "<13>Mar 9 03:41:43 puppet-user: Events:", "<13>Mar 9 03:41:43 puppet-user: Success: 17", "<13>Mar 9 03:41:43 puppet-user: Resources:", "<13>Mar 9 03:41:43 puppet-user: Restarted: 1", "<13>Mar 9 03:41:43 puppet-user: Changed: 16", "<13>Mar 9 03:41:43 puppet-user: Out of sync: 16", "<13>Mar 9 03:41:43 puppet-user: Total: 26", "<13>Mar 9 03:41:43 puppet-user: Time:", "<13>Mar 9 03:41:43 puppet-user: Filebucket: 0.00", "<13>Mar 9 03:41:43 puppet-user: Schedule: 0.00", "<13>Mar 9 03:41:43 puppet-user: File line: 0.00", "<13>Mar 9 03:41:43 puppet-user: File: 0.00", "<13>Mar 9 03:41:43 puppet-user: Augeas: 0.02", "<13>Mar 9 03:41:43 puppet-user: Config retrieval: 0.44", "<13>Mar 9 03:41:43 puppet-user: User: 0.59", "<13>Mar 9 03:41:43 puppet-user: Package: 15.07", "<13>Mar 9 03:41:43 puppet-user: Last run: 1773027703", "<13>Mar 9 03:41:43 puppet-user: Exec: 28.84", "<13>Mar 9 03:41:43 puppet-user: Pcmk property: 3.58", "<13>Mar 9 03:41:43 puppet-user: Service: 3.89", "<13>Mar 9 03:41:43 puppet-user: Transaction evaluation: 53.26", "<13>Mar 9 03:41:43 puppet-user: Catalog application: 53.27", "<13>Mar 9 03:41:43 puppet-user: Total: 53.27", "<13>Mar 9 03:41:43 puppet-user: Version:", "<13>Mar 9 03:41:43 puppet-user: Config: 1773027650", "<13>Mar 9 03:41:43 puppet-user: Puppet: 7.10.0" ] } 2026-03-09 03:41:45.804599 | fa163ec7-a901-54db-878b-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:48.831393 | 0.08s 2026-03-09 03:41:45.828726 | fa163ec7-a901-54db-878b-000000002cad | TASK | Pre-cache facts for puppet containers 2026-03-09 03:41:45.849453 | fa163ec7-a901-54db-878b-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:48.876235 | 0.02s 2026-03-09 03:41:45.913119 | fa163ec7-a901-54db-878b-000000002cf4 | TASK | Gather variables for each operating system 2026-03-09 03:41:46.037241 | fa163ec7-a901-54db-878b-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:49.064015 | 0.12s 2026-03-09 03:41:46.070130 | fa163ec7-a901-54db-878b-000000002cf5 | TASK | Create puppet caching structures 2026-03-09 03:41:46.317311 | fa163ec7-a901-54db-878b-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-03-09 03:41:46.318238 | fa163ec7-a901-54db-878b-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:49.345037 | 0.25s 2026-03-09 03:41:46.337476 | fa163ec7-a901-54db-878b-000000002cf6 | TASK | Check for facter.conf 2026-03-09 03:41:46.549394 | fa163ec7-a901-54db-878b-000000002cf6 | OK | Check for facter.conf | standalone 2026-03-09 03:41:46.550654 | fa163ec7-a901-54db-878b-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:49.577446 | 0.21s 2026-03-09 03:41:46.580106 | fa163ec7-a901-54db-878b-000000002cf7 | TASK | Remove facter.conf if directory 2026-03-09 03:41:46.631705 | fa163ec7-a901-54db-878b-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-09 03:41:46.633045 | fa163ec7-a901-54db-878b-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:49.659806 | 0.05s 2026-03-09 03:41:46.663652 | fa163ec7-a901-54db-878b-000000002cf8 | TASK | Write facter cache config 2026-03-09 03:41:47.154698 | fa163ec7-a901-54db-878b-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-03-09 03:41:47.156185 | fa163ec7-a901-54db-878b-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:50.182974 | 0.49s 2026-03-09 03:41:47.187038 | fa163ec7-a901-54db-878b-000000002cf9 | TASK | Cleanup facter cache if exists 2026-03-09 03:41:47.392744 | fa163ec7-a901-54db-878b-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-03-09 03:41:47.394298 | fa163ec7-a901-54db-878b-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:50.421088 | 0.21s 2026-03-09 03:41:47.423894 | fa163ec7-a901-54db-878b-000000002cfa | TASK | Pre-cache facts 2026-03-09 03:41:47.984992 | fa163ec7-a901-54db-878b-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-03-09 03:41:47.986365 | fa163ec7-a901-54db-878b-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:51.013156 | 0.56s 2026-03-09 03:41:48.017238 | fa163ec7-a901-54db-878b-000000002cfb | TASK | Failed deployment if facter fails 2026-03-09 03:41:48.046758 | fa163ec7-a901-54db-878b-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-09 03:41:48.048135 | fa163ec7-a901-54db-878b-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:51.074923 | 0.03s 2026-03-09 03:41:48.087733 | fa163ec7-a901-54db-878b-000000002cfc | TASK | Sync cached facts 2026-03-09 03:41:48.579451 | fa163ec7-a901-54db-878b-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec7-a901-54db-878b-000000002cfc') missing from stats 2026-03-09 03:41:48.643821 | fa163ec7-a901-54db-878b-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-09 03:41:48.696187 | fa163ec7-a901-54db-878b-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:51.722959 | 0.05s 2026-03-09 03:41:48.728911 | 68e967f3-421d-48f9-ad23-c31638710586 | INCLUDED | /root/standalone-ansible-_oxvwcup/generate-config-tasks.yaml | standalone 2026-03-09 03:41:48.769156 | fa163ec7-a901-54db-878b-000000002d46 | TASK | Create base directory puppet configs 2026-03-09 03:41:48.987963 | fa163ec7-a901-54db-878b-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-03-09 03:41:48.989452 | fa163ec7-a901-54db-878b-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:13:52.016243 | 0.22s 2026-03-09 03:41:49.021206 | fa163ec7-a901-54db-878b-000000002d47 | TASK | Generate container puppet configs for step 1 2026-03-09 03:41:49.308486 | fa163ec7-a901-54db-878b-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-09 03:41:49.309928 | fa163ec7-a901-54db-878b-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:52.336709 | 0.29s 2026-03-09 03:41:49.342251 | fa163ec7-a901-54db-878b-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-09 03:41:49.377223 | fa163ec7-a901-54db-878b-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:52.403994 | 0.03s 2026-03-09 03:41:49.456918 | fa163ec7-a901-54db-878b-000000002dd2 | TASK | Gather variables for each operating system 2026-03-09 03:41:49.571227 | fa163ec7-a901-54db-878b-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:52.598010 | 0.11s 2026-03-09 03:41:49.596496 | fa163ec7-a901-54db-878b-000000002dd3 | TASK | Create container logs path 2026-03-09 03:41:49.818482 | fa163ec7-a901-54db-878b-000000002dd3 | OK | Create container logs path | standalone 2026-03-09 03:41:49.819865 | fa163ec7-a901-54db-878b-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:52.846656 | 0.22s 2026-03-09 03:41:49.847304 | fa163ec7-a901-54db-878b-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:41:50.284718 | fa163ec7-a901-54db-878b-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:41:50.285775 | fa163ec7-a901-54db-878b-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:53.312570 | 0.44s 2026-03-09 03:41:50.311190 | fa163ec7-a901-54db-878b-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-09 03:41:50.393322 | fa163ec7-a901-54db-878b-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:41:50.394433 | fa163ec7-a901-54db-878b-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:53.421228 | 0.08s 2026-03-09 03:41:50.420131 | fa163ec7-a901-54db-878b-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-09 03:41:50.460442 | fa163ec7-a901-54db-878b-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:41:50.461655 | fa163ec7-a901-54db-878b-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:53.488450 | 0.04s 2026-03-09 03:41:50.486782 | fa163ec7-a901-54db-878b-000000002dda | TASK | Update container configs with new config hashes 2026-03-09 03:41:50.546403 | fa163ec7-a901-54db-878b-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:41:50.547909 | fa163ec7-a901-54db-878b-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:53.574697 | 0.06s 2026-03-09 03:41:50.583798 | fa163ec7-a901-54db-878b-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:41:50.639818 | fa163ec7-a901-54db-878b-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:53.666589 | 0.05s 2026-03-09 03:41:50.666913 | 1d549fad-1471-41f0-ac0a-a71a94ad6d66 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:41:50.700126 | fa163ec7-a901-54db-878b-000000002e1f | TASK | Gather podman infos 2026-03-09 03:41:51.330385 | fa163ec7-a901-54db-878b-000000002e1f | OK | Gather podman infos | standalone 2026-03-09 03:41:51.332233 | fa163ec7-a901-54db-878b-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:54.359022 | 0.63s 2026-03-09 03:41:51.371612 | fa163ec7-a901-54db-878b-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:41:51.413617 | fa163ec7-a901-54db-878b-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:41:51.414996 | fa163ec7-a901-54db-878b-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:54.441776 | 0.04s 2026-03-09 03:41:51.448143 | fa163ec7-a901-54db-878b-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:41:51.489648 | fa163ec7-a901-54db-878b-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:54.516425 | 0.04s 2026-03-09 03:41:51.514188 | ba96edd4-d5f9-4dde-b0d0-d67cd1b96c40 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:41:51.552326 | fa163ec7-a901-54db-878b-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:42:24.194400 | fa163ec7-a901-54db-878b-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:42:24.196367 | fa163ec7-a901-54db-878b-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:27.223155 | 32.64s 2026-03-09 03:42:24.275468 | fa163ec7-a901-54db-878b-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:42:24.373072 | fa163ec7-a901-54db-878b-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:42:24.374471 | fa163ec7-a901-54db-878b-000000002e4a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:27.401257 | 0.10s 2026-03-09 03:42:24.433389 | fa163ec7-a901-54db-878b-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-03-09 03:42:24.465180 | fa163ec7-a901-54db-878b-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-09 03:42:24.466535 | fa163ec7-a901-54db-878b-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:27.493323 | 0.03s 2026-03-09 03:42:24.496738 | fa163ec7-a901-54db-878b-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-03-09 03:42:24.525767 | fa163ec7-a901-54db-878b-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-09 03:42:24.527080 | fa163ec7-a901-54db-878b-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:27.553867 | 0.03s 2026-03-09 03:42:24.558802 | fa163ec7-a901-54db-878b-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-09 03:42:24.588343 | fa163ec7-a901-54db-878b-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:27.615123 | 0.03s 2026-03-09 03:42:24.657426 | fa163ec7-a901-54db-878b-000000002e9f | TASK | Gather variables for each operating system 2026-03-09 03:42:24.774974 | fa163ec7-a901-54db-878b-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:27.801763 | 0.12s 2026-03-09 03:42:24.798653 | fa163ec7-a901-54db-878b-000000002ea0 | TASK | Create container logs path 2026-03-09 03:42:25.105726 | fa163ec7-a901-54db-878b-000000002ea0 | OK | Create container logs path | standalone 2026-03-09 03:42:25.106672 | fa163ec7-a901-54db-878b-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:28.133469 | 0.31s 2026-03-09 03:42:25.128204 | fa163ec7-a901-54db-878b-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-09 03:42:25.424608 | fa163ec7-a901-54db-878b-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-09 03:42:25.426228 | fa163ec7-a901-54db-878b-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:28.453012 | 0.30s 2026-03-09 03:42:25.459373 | fa163ec7-a901-54db-878b-000000002ea3 | TASK | Finalise hashes for all containers 2026-03-09 03:42:25.535746 | fa163ec7-a901-54db-878b-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:42:25.537221 | fa163ec7-a901-54db-878b-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:28.564010 | 0.08s 2026-03-09 03:42:25.569111 | fa163ec7-a901-54db-878b-000000002ea5 | TASK | Manage systemd shutdown files 2026-03-09 03:42:25.598939 | fa163ec7-a901-54db-878b-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:28.625718 | 0.03s 2026-03-09 03:42:25.635624 | 7a929fd6-a643-4d73-9728-1b9d0c9d2255 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-09 03:42:25.667026 | fa163ec7-a901-54db-878b-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-09 03:42:25.935599 | fa163ec7-a901-54db-878b-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-09 03:42:25.936710 | fa163ec7-a901-54db-878b-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:28.963506 | 0.27s 2026-03-09 03:42:25.960613 | fa163ec7-a901-54db-878b-000000002ed9 | TASK | Set podman_drop_in fact 2026-03-09 03:42:26.030241 | fa163ec7-a901-54db-878b-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-03-09 03:42:26.031246 | fa163ec7-a901-54db-878b-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:29.058042 | 0.07s 2026-03-09 03:42:26.054909 | fa163ec7-a901-54db-878b-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-09 03:42:26.564989 | fa163ec7-a901-54db-878b-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-09 03:42:26.567208 | fa163ec7-a901-54db-878b-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:29.593985 | 0.51s 2026-03-09 03:42:27.088737 | fa163ec7-a901-54db-878b-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-09 03:42:27.090681 | fa163ec7-a901-54db-878b-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:30.117468 | 1.03s 2026-03-09 03:42:27.100247 | fa163ec7-a901-54db-878b-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:30.127042 | 1.04s 2026-03-09 03:42:27.121649 | fa163ec7-a901-54db-878b-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-09 03:42:27.616341 | fa163ec7-a901-54db-878b-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-09 03:42:27.618517 | fa163ec7-a901-54db-878b-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:30.645296 | 0.50s 2026-03-09 03:42:27.650156 | fa163ec7-a901-54db-878b-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-09 03:42:28.260405 | fa163ec7-a901-54db-878b-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-09 03:42:28.261912 | fa163ec7-a901-54db-878b-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:31.288700 | 0.61s 2026-03-09 03:42:28.295945 | fa163ec7-a901-54db-878b-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-03-09 03:42:29.216305 | fa163ec7-a901-54db-878b-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-09 03:42:29.218841 | fa163ec7-a901-54db-878b-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:32.245627 | 0.92s 2026-03-09 03:42:29.254955 | fa163ec7-a901-54db-878b-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-09 03:42:29.787667 | fa163ec7-a901-54db-878b-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-09 03:42:29.789316 | fa163ec7-a901-54db-878b-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:32.816103 | 0.53s 2026-03-09 03:42:29.809685 | fa163ec7-a901-54db-878b-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-09 03:42:30.295090 | fa163ec7-a901-54db-878b-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-09 03:42:30.296499 | fa163ec7-a901-54db-878b-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:33.323289 | 0.49s 2026-03-09 03:42:30.327003 | fa163ec7-a901-54db-878b-000000002ee1 | TASK | Enable and start netns-placeholder 2026-03-09 03:42:31.345424 | fa163ec7-a901-54db-878b-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-09 03:42:31.347814 | fa163ec7-a901-54db-878b-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:34.374602 | 1.02s 2026-03-09 03:42:31.382944 | fa163ec7-a901-54db-878b-000000002ea7 | TASK | Update container configs with new config hashes 2026-03-09 03:42:31.445000 | fa163ec7-a901-54db-878b-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:34.471776 | 0.06s 2026-03-09 03:42:31.469249 | c962ba3e-a2bb-431e-af15-8b54b4ace89a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-09 03:42:31.505434 | fa163ec7-a901-54db-878b-000000002f09 | TASK | Update config hashes for container startup configs 2026-03-09 03:42:31.837742 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-03-09 03:42:31.839317 | | WARNING | Config change detected for mysql_bootstrap, new hash: 0de456060312bc08ba0ae23bd0fa8a3d 2026-03-09 03:42:31.840198 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 3b40d09537664d28ed972410a0378d36 2026-03-09 03:42:31.840934 | | WARNING | Config change detected for redis_tls_proxy, new hash: 2d99242730750b74965ce5bc53640681 2026-03-09 03:42:31.841723 | | WARNING | Config change detected for clustercheck, new hash: 5bfa7d9079b1d8be6c7d3482be91b203 2026-03-09 03:42:31.842562 | | WARNING | Config change detected for horizon_fix_perms, new hash: a812f843acd5ab85deae1a3a1a7f7118 2026-03-09 03:42:31.843384 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 0de456060312bc08ba0ae23bd0fa8a3d 2026-03-09 03:42:31.844279 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.845074 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.845847 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.846684 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.847571 | | WARNING | Config change detected for aodh_db_sync, new hash: b6b2a31c71ce7a3b23fbeeddc08851b9 2026-03-09 03:42:31.848397 | | WARNING | Config change detected for cinder_api_db_sync, new hash: d551f9523248eae8d4fd4d44d0173768 2026-03-09 03:42:31.849203 | | WARNING | Config change detected for glance_api_db_sync, new hash: c92eae4044f00bb6669cba1f9a240ec6-606cced91d51cfc1641773dff42b1702 2026-03-09 03:42:31.850091 | | WARNING | Config change detected for heat_engine_db_sync, new hash: f0faa8a563fc1e7e16fa1d3958b2f4b1 2026-03-09 03:42:31.850919 | | WARNING | Config change detected for horizon, new hash: a812f843acd5ab85deae1a3a1a7f7118 2026-03-09 03:42:31.851765 | | WARNING | Config change detected for iscsid, new hash: 606cced91d51cfc1641773dff42b1702 2026-03-09 03:42:31.852655 | | WARNING | Config change detected for keystone, new hash: e059d0aafe4787b1a9588f415322e68d 2026-03-09 03:42:31.853654 | | WARNING | Config change detected for keystone_cron, new hash: e059d0aafe4787b1a9588f415322e68d 2026-03-09 03:42:31.854322 | | WARNING | Config change detected for keystone_db_sync, new hash: e059d0aafe4787b1a9588f415322e68d 2026-03-09 03:42:31.854930 | | WARNING | Config change detected for manila_api_db_sync, new hash: f727b9eb72ee11625a337e469e6cee75 2026-03-09 03:42:31.855562 | | WARNING | Config change detected for neutron_db_sync, new hash: 4ee1237c26e6990b34042fc517101391 2026-03-09 03:42:31.856223 | | WARNING | Config change detected for nova_api_db_sync, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.856779 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.857366 | | WARNING | Config change detected for nova_db_sync, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.857943 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.858553 | | WARNING | Config change detected for nova_virtnodedevd, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.859162 | | WARNING | Config change detected for nova_virtproxyd, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.859725 | | WARNING | Config change detected for nova_virtqemud, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.860389 | | WARNING | Config change detected for nova_virtsecretd, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.861003 | | WARNING | Config change detected for nova_virtstoraged, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.861772 | | WARNING | Config change detected for octavia_db_sync, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.862481 | | WARNING | Config change detected for placement_api_db_sync, new hash: 00d6a57a50d8f136f285d6c575edc166 2026-03-09 03:42:31.863126 | | WARNING | Config change detected for swift_copy_rings, new hash: 4b68341a672f6da36c16f23cccc18937-c45a80df36eb8a6af87d4222dadbe3fd 2026-03-09 03:42:31.863776 | | WARNING | Config change detected for aodh_api, new hash: b6b2a31c71ce7a3b23fbeeddc08851b9 2026-03-09 03:42:31.864392 | | WARNING | Config change detected for aodh_api_cron, new hash: b6b2a31c71ce7a3b23fbeeddc08851b9 2026-03-09 03:42:31.864966 | | WARNING | Config change detected for aodh_evaluator, new hash: b6b2a31c71ce7a3b23fbeeddc08851b9 2026-03-09 03:42:31.865653 | | WARNING | Config change detected for aodh_listener, new hash: b6b2a31c71ce7a3b23fbeeddc08851b9 2026-03-09 03:42:31.866308 | | WARNING | Config change detected for aodh_notifier, new hash: b6b2a31c71ce7a3b23fbeeddc08851b9 2026-03-09 03:42:31.866878 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 6e2e5d6ddad1702fdff554420095d9ba 2026-03-09 03:42:31.867448 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 6e2e5d6ddad1702fdff554420095d9ba 2026-03-09 03:42:31.867972 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 6e2e5d6ddad1702fdff554420095d9ba 2026-03-09 03:42:31.868557 | | WARNING | Config change detected for cinder_api, new hash: d551f9523248eae8d4fd4d44d0173768 2026-03-09 03:42:31.869071 | | WARNING | Config change detected for cinder_api_cron, new hash: d551f9523248eae8d4fd4d44d0173768 2026-03-09 03:42:31.869565 | | WARNING | Config change detected for cinder_scheduler, new hash: d551f9523248eae8d4fd4d44d0173768 2026-03-09 03:42:31.870130 | | WARNING | Config change detected for glance_api, new hash: c92eae4044f00bb6669cba1f9a240ec6-606cced91d51cfc1641773dff42b1702 2026-03-09 03:42:31.870617 | | WARNING | Config change detected for glance_api_cron, new hash: c92eae4044f00bb6669cba1f9a240ec6 2026-03-09 03:42:31.871148 | | WARNING | Config change detected for glance_api_internal, new hash: 29a85b74d73ba635889ad4646348b1f8-606cced91d51cfc1641773dff42b1702 2026-03-09 03:42:31.871817 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 29a85b74d73ba635889ad4646348b1f8 2026-03-09 03:42:31.872401 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: c92eae4044f00bb6669cba1f9a240ec6 2026-03-09 03:42:31.872897 | | WARNING | Config change detected for heat_api, new hash: bd013aaa642cf2f7ebfa9a01860ac0fa 2026-03-09 03:42:31.873525 | | WARNING | Config change detected for heat_api_cfn, new hash: b640086507ab52cecf75fee5069aa6a2 2026-03-09 03:42:31.874164 | | WARNING | Config change detected for heat_api_cron, new hash: bd013aaa642cf2f7ebfa9a01860ac0fa 2026-03-09 03:42:31.874662 | | WARNING | Config change detected for heat_engine, new hash: f0faa8a563fc1e7e16fa1d3958b2f4b1 2026-03-09 03:42:31.875243 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-09 03:42:31.876452 | | WARNING | Config change detected for manila_api, new hash: f727b9eb72ee11625a337e469e6cee75 2026-03-09 03:42:31.876958 | | WARNING | Config change detected for manila_api_cron, new hash: f727b9eb72ee11625a337e469e6cee75 2026-03-09 03:42:31.877518 | | WARNING | Config change detected for manila_scheduler, new hash: f727b9eb72ee11625a337e469e6cee75 2026-03-09 03:42:31.878067 | | WARNING | Config change detected for neutron_api, new hash: 4ee1237c26e6990b34042fc517101391 2026-03-09 03:42:31.878814 | | WARNING | Config change detected for neutron_dhcp, new hash: 4ee1237c26e6990b34042fc517101391 2026-03-09 03:42:31.879473 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 4ee1237c26e6990b34042fc517101391 2026-03-09 03:42:31.880077 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 4ee1237c26e6990b34042fc517101391 2026-03-09 03:42:31.880612 | | WARNING | Config change detected for nova_api, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.881235 | | WARNING | Config change detected for nova_api_cron, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.881790 | | WARNING | Config change detected for nova_conductor, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.882347 | | WARNING | Config change detected for nova_metadata, new hash: ab681e4b7e75a204259367d6bbfd3b76 2026-03-09 03:42:31.882889 | | WARNING | Config change detected for nova_migration_target, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.883545 | | WARNING | Config change detected for nova_scheduler, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.884186 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.884685 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 2b62f3f65afb826647a8f23e7692a9ec 2026-03-09 03:42:31.885224 | | WARNING | Config change detected for octavia_api, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.885718 | | WARNING | Config change detected for octavia_driver_agent, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.886252 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 4ee1237c26e6990b34042fc517101391 2026-03-09 03:42:31.886742 | | WARNING | Config change detected for placement_api, new hash: 00d6a57a50d8f136f285d6c575edc166 2026-03-09 03:42:31.887301 | | WARNING | Config change detected for placement_wait_for_service, new hash: 00d6a57a50d8f136f285d6c575edc166 2026-03-09 03:42:31.887830 | | WARNING | Config change detected for swift_account_reaper, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.888356 | | WARNING | Config change detected for swift_account_server, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.888843 | | WARNING | Config change detected for swift_container_server, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.889365 | | WARNING | Config change detected for swift_container_updater, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.889887 | | WARNING | Config change detected for swift_object_expirer, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.890428 | | WARNING | Config change detected for swift_object_server, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.890924 | | WARNING | Config change detected for swift_object_updater, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.891544 | | WARNING | Config change detected for swift_proxy, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.892116 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 4b68341a672f6da36c16f23cccc18937 2026-03-09 03:42:31.892615 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 6e2e5d6ddad1702fdff554420095d9ba 2026-03-09 03:42:31.893140 | | WARNING | Config change detected for gnocchi_api, new hash: 8f8f7a44b6c7249e8a2010cc82cab09e 2026-03-09 03:42:31.893674 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 8f8f7a44b6c7249e8a2010cc82cab09e 2026-03-09 03:42:31.894266 | | WARNING | Config change detected for gnocchi_metricd, new hash: 8f8f7a44b6c7249e8a2010cc82cab09e 2026-03-09 03:42:31.894782 | | WARNING | Config change detected for gnocchi_statsd, new hash: 8f8f7a44b6c7249e8a2010cc82cab09e 2026-03-09 03:42:31.895428 | | WARNING | Config change detected for nova_compute, new hash: 606cced91d51cfc1641773dff42b1702-ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.895970 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: ee697cb64170751d312e9c387579c8fe 2026-03-09 03:42:31.896534 | | WARNING | Config change detected for octavia_health_manager, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.897104 | | WARNING | Config change detected for octavia_housekeeping, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.897620 | | WARNING | Config change detected for octavia_rsyslog, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.898201 | | WARNING | Config change detected for octavia_worker, new hash: 0a40998e47e3d2b7a89e17cf3155b62c 2026-03-09 03:42:31.898764 | fa163ec7-a901-54db-878b-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-09 03:42:31.899783 | fa163ec7-a901-54db-878b-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:34.926569 | 0.39s 2026-03-09 03:42:31.925714 | fa163ec7-a901-54db-878b-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-09 03:42:31.996674 | fa163ec7-a901-54db-878b-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:35.023456 | 0.07s 2026-03-09 03:42:32.015688 | 7a6513fc-3d18-4e87-906d-261b5980f66e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:42:32.045264 | fa163ec7-a901-54db-878b-000000002f28 | TASK | Gather podman infos 2026-03-09 03:42:33.018279 | fa163ec7-a901-54db-878b-000000002f28 | OK | Gather podman infos | standalone 2026-03-09 03:42:33.019561 | fa163ec7-a901-54db-878b-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:36.046354 | 0.97s 2026-03-09 03:42:33.099801 | fa163ec7-a901-54db-878b-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-09 03:42:33.164592 | fa163ec7-a901-54db-878b-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:36.191367 | 0.06s 2026-03-09 03:42:33.299206 | fa163ec7-a901-54db-878b-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:36.325985 | 0.07s 2026-03-09 03:42:33.348209 | fa163ec7-a901-54db-878b-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-09 03:42:33.389097 | fa163ec7-a901-54db-878b-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:36.415873 | 0.04s 2026-03-09 03:42:33.405728 | 465a931e-700c-4c18-b7da-d0737a1f2ab2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:42:33.441969 | fa163ec7-a901-54db-878b-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-09 03:42:41.239390 | fa163ec7-a901-54db-878b-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-09 03:42:41.241433 | fa163ec7-a901-54db-878b-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:44.268216 | 7.80s 2026-03-09 03:42:41.279928 | fa163ec7-a901-54db-878b-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-09 03:42:45.869452 | fa163ec7-a901-54db-878b-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-09 03:42:45.871610 | fa163ec7-a901-54db-878b-000000002f99 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:48.898397 | 4.59s 2026-03-09 03:42:45.955200 | fa163ec7-a901-54db-878b-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-09 03:42:46.209804 | fa163ec7-a901-54db-878b-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-09 03:42:46.211504 | fa163ec7-a901-54db-878b-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:49.238287 | 0.25s 2026-03-09 03:42:46.254147 | fa163ec7-a901-54db-878b-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-09 03:42:46.328136 | fa163ec7-a901-54db-878b-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:49.354914 | 0.07s 2026-03-09 03:42:46.355623 | fa163ec7-a901-54db-878b-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-03-09 03:42:46.397444 | fa163ec7-a901-54db-878b-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:49.424218 | 0.04s 2026-03-09 03:42:46.428810 | f1261ccd-12ee-4b8b-a18f-fc52f79f2c64 | INCLUDED | /root/standalone-ansible-_oxvwcup/host-container-puppet-tasks.yaml | standalone 2026-03-09 03:42:46.480464 | fa163ec7-a901-54db-878b-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-09 03:42:46.915787 | fa163ec7-a901-54db-878b-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-09 03:42:46.917184 | fa163ec7-a901-54db-878b-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:49.943973 | 0.44s 2026-03-09 03:42:46.948774 | fa163ec7-a901-54db-878b-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-03-09 03:42:47.234400 | fa163ec7-a901-54db-878b-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-03-09 03:42:47.235712 | fa163ec7-a901-54db-878b-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:50.262500 | 0.29s 2026-03-09 03:42:47.268649 | fa163ec7-a901-54db-878b-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-09 03:42:47.299452 | fa163ec7-a901-54db-878b-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:50.326223 | 0.03s 2026-03-09 03:42:47.360091 | fa163ec7-a901-54db-878b-000000002dd2 | TASK | Gather variables for each operating system 2026-03-09 03:42:47.484573 | fa163ec7-a901-54db-878b-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:50.511339 | 0.12s 2026-03-09 03:42:47.517172 | fa163ec7-a901-54db-878b-000000002dd3 | TASK | Create container logs path 2026-03-09 03:42:47.784075 | fa163ec7-a901-54db-878b-000000002dd3 | OK | Create container logs path | standalone 2026-03-09 03:42:47.785610 | fa163ec7-a901-54db-878b-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:50.812399 | 0.27s 2026-03-09 03:42:47.817882 | fa163ec7-a901-54db-878b-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:42:48.085970 | fa163ec7-a901-54db-878b-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:42:48.087324 | fa163ec7-a901-54db-878b-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:51.114112 | 0.27s 2026-03-09 03:42:48.117217 | fa163ec7-a901-54db-878b-000000002dd6 | TASK | Finalise hashes for all containers 2026-03-09 03:42:48.157682 | fa163ec7-a901-54db-878b-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:42:48.159170 | fa163ec7-a901-54db-878b-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:51.185960 | 0.04s 2026-03-09 03:42:48.191407 | fa163ec7-a901-54db-878b-000000002dd8 | TASK | Manage systemd shutdown files 2026-03-09 03:42:48.228613 | fa163ec7-a901-54db-878b-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:42:48.229999 | fa163ec7-a901-54db-878b-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:51.256787 | 0.04s 2026-03-09 03:42:48.261800 | fa163ec7-a901-54db-878b-000000002dda | TASK | Update container configs with new config hashes 2026-03-09 03:42:48.313076 | fa163ec7-a901-54db-878b-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:42:48.314213 | fa163ec7-a901-54db-878b-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:51.341006 | 0.05s 2026-03-09 03:42:48.339766 | fa163ec7-a901-54db-878b-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:42:48.370224 | fa163ec7-a901-54db-878b-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:42:48.371212 | fa163ec7-a901-54db-878b-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:51.398007 | 0.03s 2026-03-09 03:42:48.396067 | fa163ec7-a901-54db-878b-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-09 03:42:48.434816 | fa163ec7-a901-54db-878b-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-09 03:42:48.435814 | fa163ec7-a901-54db-878b-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:51.462608 | 0.04s PLAY [External deployment step 2] ********************************************** 2026-03-09 03:42:48.582281 | fa163ec7-a901-54db-878b-0000000000c6 | TASK | External deployment step 2 2026-03-09 03:42:48.610651 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000c6') missing from stats 2026-03-09 03:42:48.664353 | fa163ec7-a901-54db-878b-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:51.691137 | 0.04s 2026-03-09 03:42:48.668251 | 8ed28fb7-1e77-4f85-973e-6ec3f6c85aef | INCLUDED | /root/standalone-ansible-_oxvwcup/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-03-09 03:42:48.787279 | fa163ec7-a901-54db-878b-0000000000ca | TASK | Deploy step tasks for 2 2026-03-09 03:42:48.824731 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000ca') missing from stats 2026-03-09 03:42:48.845431 | fa163ec7-a901-54db-878b-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-09 03:42:49.353100 | fa163ec7-a901-54db-878b-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-09 03:42:49.354232 | fa163ec7-a901-54db-878b-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:52.381027 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:42:49.418428 | fa163ec7-a901-54db-878b-0000000000cc | TIMING | include_tasks | standalone | 0:14:52.445208 | 0.04s 2026-03-09 03:42:49.515253 | e856bc86-3a0b-44be-8b8f-6921b7498ad1 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-09 03:42:49.559481 | fa163ec7-a901-54db-878b-000000003075 | TASK | Push script 2026-03-09 03:42:50.019457 | fa163ec7-a901-54db-878b-000000003075 | CHANGED | Push script | standalone 2026-03-09 03:42:50.020389 | fa163ec7-a901-54db-878b-000000003075 | TIMING | Push script | standalone | 0:14:53.047186 | 0.46s 2026-03-09 03:42:50.040676 | fa163ec7-a901-54db-878b-000000003076 | TASK | Insert cronjob in root crontab 2026-03-09 03:42:50.492271 | fa163ec7-a901-54db-878b-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-09 03:42:50.494216 | fa163ec7-a901-54db-878b-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:14:53.521001 | 0.45s 2026-03-09 03:42:50.524334 | fa163ec7-a901-54db-878b-00000000307d | TASK | Gather variables for each operating system 2026-03-09 03:42:50.639598 | fa163ec7-a901-54db-878b-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:53.666372 | 0.11s 2026-03-09 03:42:50.670997 | fa163ec7-a901-54db-878b-00000000307e | TASK | Detect if resource is being created or already exists 2026-03-09 03:42:51.431091 | fa163ec7-a901-54db-878b-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:42:51.432588 | fa163ec7-a901-54db-878b-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:54.459370 | 0.76s 2026-03-09 03:42:51.464757 | fa163ec7-a901-54db-878b-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-03-09 03:44:39.907848 | fa163ec7-a901-54db-878b-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-09 03:44:39.910352 | fa163ec7-a901-54db-878b-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:42.937136 | 108.44s 2026-03-09 03:44:39.943207 | fa163ec7-a901-54db-878b-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-09 03:44:40.220908 | fa163ec7-a901-54db-878b-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-09 03:44:40.223340 | fa163ec7-a901-54db-878b-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:43.250127 | 0.28s 2026-03-09 03:44:40.256830 | fa163ec7-a901-54db-878b-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:44:40.875870 | fa163ec7-a901-54db-878b-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:44:40.877527 | fa163ec7-a901-54db-878b-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:43.904318 | 0.62s 2026-03-09 03:44:40.910657 | fa163ec7-a901-54db-878b-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-09 03:44:41.159629 | fa163ec7-a901-54db-878b-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-09 03:44:41.161194 | fa163ec7-a901-54db-878b-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:44.187978 | 0.25s 2026-03-09 03:44:41.193862 | fa163ec7-a901-54db-878b-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-09 03:44:41.234189 | fa163ec7-a901-54db-878b-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-09 03:44:41.235319 | fa163ec7-a901-54db-878b-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:44.262106 | 0.04s 2026-03-09 03:44:41.268619 | fa163ec7-a901-54db-878b-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-09 03:44:41.309362 | fa163ec7-a901-54db-878b-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-09 03:44:41.310734 | fa163ec7-a901-54db-878b-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:44.337520 | 0.04s 2026-03-09 03:44:41.343897 | fa163ec7-a901-54db-878b-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-09 03:44:41.395261 | fa163ec7-a901-54db-878b-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-09 03:44:41.396561 | fa163ec7-a901-54db-878b-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:44.423346 | 0.05s 2026-03-09 03:44:41.430826 | fa163ec7-a901-54db-878b-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:44:41.482706 | fa163ec7-a901-54db-878b-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:44:41.484029 | fa163ec7-a901-54db-878b-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:44.510788 | 0.05s 2026-03-09 03:44:41.516791 | fa163ec7-a901-54db-878b-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-09 03:44:41.572553 | fa163ec7-a901-54db-878b-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-09 03:44:41.574114 | fa163ec7-a901-54db-878b-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:44.600899 | 0.06s 2026-03-09 03:44:41.631595 | fa163ec7-a901-54db-878b-0000000030a9 | TASK | Gather variables for each operating system 2026-03-09 03:44:41.757779 | fa163ec7-a901-54db-878b-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:44.784560 | 0.12s 2026-03-09 03:44:41.788920 | fa163ec7-a901-54db-878b-0000000030aa | TASK | Detect if resource is being created or already exists 2026-03-09 03:44:42.571443 | fa163ec7-a901-54db-878b-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:44:42.572655 | fa163ec7-a901-54db-878b-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:45.599447 | 0.78s 2026-03-09 03:44:42.603709 | fa163ec7-a901-54db-878b-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-03-09 03:45:11.430998 | fa163ec7-a901-54db-878b-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-09 03:45:11.433386 | fa163ec7-a901-54db-878b-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:14.460166 | 28.83s 2026-03-09 03:45:11.467480 | fa163ec7-a901-54db-878b-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-09 03:45:11.740143 | fa163ec7-a901-54db-878b-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-09 03:45:11.741557 | fa163ec7-a901-54db-878b-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:14.768344 | 0.27s 2026-03-09 03:45:11.775207 | fa163ec7-a901-54db-878b-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:45:12.234966 | fa163ec7-a901-54db-878b-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:45:12.236363 | fa163ec7-a901-54db-878b-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:15.263154 | 0.46s 2026-03-09 03:45:12.277982 | fa163ec7-a901-54db-878b-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-09 03:45:12.542889 | fa163ec7-a901-54db-878b-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-09 03:45:12.543776 | fa163ec7-a901-54db-878b-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:15.570573 | 0.26s 2026-03-09 03:45:12.563850 | fa163ec7-a901-54db-878b-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-09 03:45:12.593919 | fa163ec7-a901-54db-878b-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-09 03:45:12.594735 | fa163ec7-a901-54db-878b-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:15.621531 | 0.03s 2026-03-09 03:45:12.616697 | fa163ec7-a901-54db-878b-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-03-09 03:45:12.673258 | fa163ec7-a901-54db-878b-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-09 03:45:12.673954 | fa163ec7-a901-54db-878b-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:15.700752 | 0.06s 2026-03-09 03:45:12.694407 | fa163ec7-a901-54db-878b-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-09 03:45:12.724297 | fa163ec7-a901-54db-878b-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-09 03:45:12.724997 | fa163ec7-a901-54db-878b-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:15.751793 | 0.03s 2026-03-09 03:45:12.746369 | fa163ec7-a901-54db-878b-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:45:12.775647 | fa163ec7-a901-54db-878b-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:45:12.776396 | fa163ec7-a901-54db-878b-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:15.803194 | 0.03s 2026-03-09 03:45:12.796700 | fa163ec7-a901-54db-878b-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-03-09 03:45:12.854694 | fa163ec7-a901-54db-878b-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-09 03:45:12.855953 | fa163ec7-a901-54db-878b-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:15.882740 | 0.06s 2026-03-09 03:45:12.910964 | fa163ec7-a901-54db-878b-0000000030d5 | TASK | Gather variables for each operating system 2026-03-09 03:45:13.036248 | fa163ec7-a901-54db-878b-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:16.063025 | 0.12s 2026-03-09 03:45:13.066333 | fa163ec7-a901-54db-878b-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-03-09 03:45:13.777767 | fa163ec7-a901-54db-878b-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:45:13.778853 | fa163ec7-a901-54db-878b-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:16.805650 | 0.71s 2026-03-09 03:45:13.809152 | fa163ec7-a901-54db-878b-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-09 03:45:41.211799 | fa163ec7-a901-54db-878b-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-09 03:45:41.213118 | fa163ec7-a901-54db-878b-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:44.239913 | 27.40s 2026-03-09 03:45:41.245672 | fa163ec7-a901-54db-878b-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-09 03:45:41.516652 | fa163ec7-a901-54db-878b-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-09 03:45:41.518308 | fa163ec7-a901-54db-878b-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:44.545095 | 0.27s 2026-03-09 03:45:41.548722 | fa163ec7-a901-54db-878b-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:45:41.995109 | fa163ec7-a901-54db-878b-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:45:41.996060 | fa163ec7-a901-54db-878b-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:45.022855 | 0.45s 2026-03-09 03:45:42.028046 | fa163ec7-a901-54db-878b-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-09 03:45:42.262813 | fa163ec7-a901-54db-878b-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-09 03:45:42.264325 | fa163ec7-a901-54db-878b-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:45.291112 | 0.24s 2026-03-09 03:45:42.295169 | fa163ec7-a901-54db-878b-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-09 03:45:42.355594 | fa163ec7-a901-54db-878b-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-09 03:45:42.357165 | fa163ec7-a901-54db-878b-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:45.383739 | 0.06s 2026-03-09 03:45:42.387724 | fa163ec7-a901-54db-878b-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-09 03:45:42.449415 | fa163ec7-a901-54db-878b-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-09 03:45:42.450886 | fa163ec7-a901-54db-878b-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:45.477648 | 0.06s 2026-03-09 03:45:42.485992 | fa163ec7-a901-54db-878b-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-09 03:45:42.547062 | fa163ec7-a901-54db-878b-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-09 03:45:42.548818 | fa163ec7-a901-54db-878b-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:45.575603 | 0.06s 2026-03-09 03:45:42.584821 | fa163ec7-a901-54db-878b-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:45:42.645576 | fa163ec7-a901-54db-878b-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:45:42.646383 | fa163ec7-a901-54db-878b-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:45.673179 | 0.06s 2026-03-09 03:45:42.666518 | fa163ec7-a901-54db-878b-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-09 03:45:42.715141 | fa163ec7-a901-54db-878b-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-09 03:45:42.715908 | fa163ec7-a901-54db-878b-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:45.742704 | 0.05s 2026-03-09 03:45:42.751983 | fa163ec7-a901-54db-878b-000000003101 | TASK | Gather variables for each operating system 2026-03-09 03:45:42.885547 | fa163ec7-a901-54db-878b-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:45.912325 | 0.13s 2026-03-09 03:45:42.917671 | fa163ec7-a901-54db-878b-000000003102 | TASK | Detect if resource is being created or already exists 2026-03-09 03:45:43.684443 | fa163ec7-a901-54db-878b-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:45:43.685836 | fa163ec7-a901-54db-878b-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:46.712626 | 0.77s 2026-03-09 03:45:43.717690 | fa163ec7-a901-54db-878b-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-03-09 03:46:11.411629 | fa163ec7-a901-54db-878b-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-09 03:46:11.412821 | fa163ec7-a901-54db-878b-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:14.439615 | 27.69s 2026-03-09 03:46:11.440176 | fa163ec7-a901-54db-878b-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-09 03:46:11.740312 | fa163ec7-a901-54db-878b-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-09 03:46:11.742377 | fa163ec7-a901-54db-878b-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:14.768965 | 0.30s 2026-03-09 03:46:11.774358 | fa163ec7-a901-54db-878b-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:46:12.166998 | fa163ec7-a901-54db-878b-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:46:12.168808 | fa163ec7-a901-54db-878b-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:15.195592 | 0.39s 2026-03-09 03:46:12.205171 | fa163ec7-a901-54db-878b-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-09 03:46:12.446742 | fa163ec7-a901-54db-878b-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-09 03:46:12.448919 | fa163ec7-a901-54db-878b-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:15.475714 | 0.24s 2026-03-09 03:46:12.471272 | fa163ec7-a901-54db-878b-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-09 03:46:12.499405 | fa163ec7-a901-54db-878b-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-09 03:46:12.500313 | fa163ec7-a901-54db-878b-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:15.527107 | 0.03s 2026-03-09 03:46:12.525807 | fa163ec7-a901-54db-878b-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-03-09 03:46:12.576666 | fa163ec7-a901-54db-878b-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-09 03:46:12.577507 | fa163ec7-a901-54db-878b-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:15.604304 | 0.05s 2026-03-09 03:46:12.597804 | fa163ec7-a901-54db-878b-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-03-09 03:46:12.635246 | fa163ec7-a901-54db-878b-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-09 03:46:12.636323 | fa163ec7-a901-54db-878b-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:15.663117 | 0.04s 2026-03-09 03:46:12.663450 | fa163ec7-a901-54db-878b-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:46:12.712445 | fa163ec7-a901-54db-878b-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:46:12.713429 | fa163ec7-a901-54db-878b-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:15.740222 | 0.05s 2026-03-09 03:46:12.739216 | fa163ec7-a901-54db-878b-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-03-09 03:46:12.779286 | fa163ec7-a901-54db-878b-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-09 03:46:12.780213 | fa163ec7-a901-54db-878b-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:15.807005 | 0.04s 2026-03-09 03:46:12.827869 | fa163ec7-a901-54db-878b-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-09 03:46:13.058516 | fa163ec7-a901-54db-878b-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-09 03:46:13.059363 | fa163ec7-a901-54db-878b-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:16.086160 | 0.23s 2026-03-09 03:46:13.167211 | fa163ec7-a901-54db-878b-0000000000cf | TIMING | include_tasks | standalone | 0:18:16.193990 | 0.09s 2026-03-09 03:46:13.203790 | 4010475f-c658-451a-8bd5-be9859867a20 | INCLUDED | /root/standalone-ansible-_oxvwcup/common_deploy_steps_tasks.yaml | standalone 2026-03-09 03:46:13.231445 | fa163ec7-a901-54db-878b-0000000031a1 | TASK | Write the config_step hieradata 2026-03-09 03:46:13.712593 | fa163ec7-a901-54db-878b-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-03-09 03:46:13.713557 | fa163ec7-a901-54db-878b-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:16.740351 | 0.48s 2026-03-09 03:46:13.737286 | fa163ec7-a901-54db-878b-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-03-09 03:46:14.000284 | fa163ec7-a901-54db-878b-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-09 03:46:14.001060 | fa163ec7-a901-54db-878b-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:17.027857 | 0.26s 2026-03-09 03:46:14.020584 | fa163ec7-a901-54db-878b-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-03-09 03:46:14.231263 | fa163ec7-a901-54db-878b-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-09 03:46:24.465733 | fa163ec7-a901-54db-878b-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-09 03:46:34.662106 | fa163ec7-a901-54db-878b-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-09 03:46:34.663493 | fa163ec7-a901-54db-878b-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:37.690282 | 20.64s 2026-03-09 03:46:34.693874 | fa163ec7-a901-54db-878b-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-09 03:46:34.777189 | fa163ec7-a901-54db-878b-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 9 03:46:14 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 9 03:46:20 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 9 03:46:20 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 9 03:46:20 puppet-user: (file & line not available)", "<13>Mar 9 03:46:20 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 9 03:46:20 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 9 03:46:20 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 9 03:46:20 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Mar 9 03:46:26 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 9 03:46:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 9 03:46:31 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 9 03:46:31 puppet-user: Notice: Applied catalog in 10.61 seconds", "<13>Mar 9 03:46:31 puppet-user: Application:", "<13>Mar 9 03:46:31 puppet-user: Initial environment: production", "<13>Mar 9 03:46:31 puppet-user: Converged environment: production", "<13>Mar 9 03:46:31 puppet-user: Run mode: user", "<13>Mar 9 03:46:31 puppet-user: Changes:", "<13>Mar 9 03:46:31 puppet-user: Total: 2", "<13>Mar 9 03:46:31 puppet-user: Events:", "<13>Mar 9 03:46:31 puppet-user: Success: 2", "<13>Mar 9 03:46:31 puppet-user: Resources:", "<13>Mar 9 03:46:31 puppet-user: Changed: 2", "<13>Mar 9 03:46:31 puppet-user: Out of sync: 2", "<13>Mar 9 03:46:31 puppet-user: Total: 28", "<13>Mar 9 03:46:31 puppet-user: Time:", "<13>Mar 9 03:46:31 puppet-user: Schedule: 0.00", "<13>Mar 9 03:46:31 puppet-user: File line: 0.00", "<13>Mar 9 03:46:31 puppet-user: Package: 0.00", "<13>Mar 9 03:46:31 puppet-user: File: 0.00", "<13>Mar 9 03:46:31 puppet-user: Augeas: 0.01", "<13>Mar 9 03:46:31 puppet-user: User: 0.01", "<13>Mar 9 03:46:31 puppet-user: Service: 0.07", "<13>Mar 9 03:46:31 puppet-user: Config retrieval: 0.47", "<13>Mar 9 03:46:31 puppet-user: Pcmk property: 1.50", "<13>Mar 9 03:46:31 puppet-user: Exec: 2.00", "<13>Mar 9 03:46:31 puppet-user: Transaction evaluation: 10.59", "<13>Mar 9 03:46:31 puppet-user: Catalog application: 10.61", "<13>Mar 9 03:46:31 puppet-user: Last run: 1773027991", "<13>Mar 9 03:46:31 puppet-user: Pcmk resource default: 3.16", "<13>Mar 9 03:46:31 puppet-user: Pcmk resource op default: 3.64", "<13>Mar 9 03:46:31 puppet-user: Filebucket: 0.00", "<13>Mar 9 03:46:31 puppet-user: Total: 10.61", "<13>Mar 9 03:46:31 puppet-user: Version:", "<13>Mar 9 03:46:31 puppet-user: Config: 1773027980", "<13>Mar 9 03:46:31 puppet-user: Puppet: 7.10.0" ] } 2026-03-09 03:46:34.778628 | fa163ec7-a901-54db-878b-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:37.805414 | 0.08s 2026-03-09 03:46:34.809623 | fa163ec7-a901-54db-878b-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-03-09 03:46:34.838229 | fa163ec7-a901-54db-878b-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:37.865007 | 0.03s 2026-03-09 03:46:34.910126 | fa163ec7-a901-54db-878b-0000000031e4 | TASK | Gather variables for each operating system 2026-03-09 03:46:35.026009 | fa163ec7-a901-54db-878b-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:38.052787 | 0.11s 2026-03-09 03:46:35.055384 | fa163ec7-a901-54db-878b-0000000031e5 | TASK | Create puppet caching structures 2026-03-09 03:46:35.299002 | fa163ec7-a901-54db-878b-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-03-09 03:46:35.300467 | fa163ec7-a901-54db-878b-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:38.327257 | 0.24s 2026-03-09 03:46:35.338115 | fa163ec7-a901-54db-878b-0000000031e6 | TASK | Check for facter.conf 2026-03-09 03:46:35.572758 | fa163ec7-a901-54db-878b-0000000031e6 | OK | Check for facter.conf | standalone 2026-03-09 03:46:35.574061 | fa163ec7-a901-54db-878b-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:38.600852 | 0.23s 2026-03-09 03:46:35.604091 | fa163ec7-a901-54db-878b-0000000031e7 | TASK | Remove facter.conf if directory 2026-03-09 03:46:35.654343 | fa163ec7-a901-54db-878b-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-09 03:46:35.655650 | fa163ec7-a901-54db-878b-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:38.682436 | 0.05s 2026-03-09 03:46:35.684782 | fa163ec7-a901-54db-878b-0000000031e8 | TASK | Write facter cache config 2026-03-09 03:46:36.185419 | fa163ec7-a901-54db-878b-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-03-09 03:46:36.186824 | fa163ec7-a901-54db-878b-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:39.213613 | 0.50s 2026-03-09 03:46:36.217379 | fa163ec7-a901-54db-878b-0000000031e9 | TASK | Cleanup facter cache if exists 2026-03-09 03:46:36.439109 | fa163ec7-a901-54db-878b-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-09 03:46:36.440482 | fa163ec7-a901-54db-878b-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:39.467272 | 0.22s 2026-03-09 03:46:36.470152 | fa163ec7-a901-54db-878b-0000000031ea | TASK | Pre-cache facts 2026-03-09 03:46:37.054248 | fa163ec7-a901-54db-878b-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-03-09 03:46:37.055497 | fa163ec7-a901-54db-878b-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:40.082286 | 0.58s 2026-03-09 03:46:37.087824 | fa163ec7-a901-54db-878b-0000000031eb | TASK | Failed deployment if facter fails 2026-03-09 03:46:37.122177 | fa163ec7-a901-54db-878b-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-03-09 03:46:37.123603 | fa163ec7-a901-54db-878b-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:40.150389 | 0.03s 2026-03-09 03:46:37.171658 | fa163ec7-a901-54db-878b-0000000031ec | TASK | Sync cached facts 2026-03-09 03:46:37.474239 | fa163ec7-a901-54db-878b-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec7-a901-54db-878b-0000000031ec') missing from stats 2026-03-09 03:46:37.532083 | fa163ec7-a901-54db-878b-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-09 03:46:37.581564 | fa163ec7-a901-54db-878b-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-09 03:46:37.582750 | fa163ec7-a901-54db-878b-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:40.609537 | 0.05s 2026-03-09 03:46:37.612914 | fa163ec7-a901-54db-878b-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-09 03:46:37.641093 | fa163ec7-a901-54db-878b-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:40.667875 | 0.03s 2026-03-09 03:46:37.706649 | fa163ec7-a901-54db-878b-000000003243 | TASK | Gather variables for each operating system 2026-03-09 03:46:37.808327 | fa163ec7-a901-54db-878b-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:40.835116 | 0.10s 2026-03-09 03:46:37.831220 | fa163ec7-a901-54db-878b-000000003244 | TASK | Create container logs path 2026-03-09 03:46:38.087104 | fa163ec7-a901-54db-878b-000000003244 | OK | Create container logs path | standalone 2026-03-09 03:46:38.088676 | fa163ec7-a901-54db-878b-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:41.115464 | 0.26s 2026-03-09 03:46:38.123632 | fa163ec7-a901-54db-878b-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-09 03:46:38.339653 | fa163ec7-a901-54db-878b-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-09 03:46:38.340980 | fa163ec7-a901-54db-878b-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:41.367768 | 0.21s 2026-03-09 03:46:38.372265 | fa163ec7-a901-54db-878b-000000003247 | TASK | Finalise hashes for all containers 2026-03-09 03:46:38.445213 | fa163ec7-a901-54db-878b-000000003247 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:46:38.446456 | fa163ec7-a901-54db-878b-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:41.473245 | 0.07s 2026-03-09 03:46:38.478834 | fa163ec7-a901-54db-878b-000000003249 | TASK | Manage systemd shutdown files 2026-03-09 03:46:38.509700 | fa163ec7-a901-54db-878b-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:41.536480 | 0.03s 2026-03-09 03:46:38.544232 | c88d97fa-9fb6-4bb5-b428-5171b0b1520f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-09 03:46:38.576790 | fa163ec7-a901-54db-878b-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-09 03:46:38.831182 | fa163ec7-a901-54db-878b-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-09 03:46:38.833063 | fa163ec7-a901-54db-878b-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:41.859809 | 0.25s 2026-03-09 03:46:38.862847 | fa163ec7-a901-54db-878b-00000000327d | TASK | Set podman_drop_in fact 2026-03-09 03:46:38.924582 | fa163ec7-a901-54db-878b-00000000327d | OK | Set podman_drop_in fact | standalone 2026-03-09 03:46:38.925799 | fa163ec7-a901-54db-878b-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:41.952590 | 0.06s 2026-03-09 03:46:38.968574 | fa163ec7-a901-54db-878b-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-09 03:46:39.516227 | fa163ec7-a901-54db-878b-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-09 03:46:39.518090 | fa163ec7-a901-54db-878b-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:42.544880 | 0.55s 2026-03-09 03:46:40.003024 | fa163ec7-a901-54db-878b-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-09 03:46:40.003662 | fa163ec7-a901-54db-878b-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:43.030462 | 1.03s 2026-03-09 03:46:40.007407 | fa163ec7-a901-54db-878b-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:43.034197 | 1.04s 2026-03-09 03:46:40.031040 | fa163ec7-a901-54db-878b-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-09 03:46:40.537518 | fa163ec7-a901-54db-878b-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-09 03:46:40.538312 | fa163ec7-a901-54db-878b-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:43.565112 | 0.51s 2026-03-09 03:46:40.557401 | fa163ec7-a901-54db-878b-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-09 03:46:40.995961 | fa163ec7-a901-54db-878b-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-09 03:46:40.997314 | fa163ec7-a901-54db-878b-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:44.024104 | 0.44s 2026-03-09 03:46:41.026235 | fa163ec7-a901-54db-878b-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-03-09 03:46:41.671649 | fa163ec7-a901-54db-878b-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-09 03:46:41.676107 | fa163ec7-a901-54db-878b-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:44.702806 | 0.65s 2026-03-09 03:46:41.710648 | fa163ec7-a901-54db-878b-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-09 03:46:42.171319 | fa163ec7-a901-54db-878b-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-09 03:46:42.174050 | fa163ec7-a901-54db-878b-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:45.200814 | 0.46s 2026-03-09 03:46:42.195068 | fa163ec7-a901-54db-878b-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-09 03:46:42.724187 | fa163ec7-a901-54db-878b-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-09 03:46:42.725653 | fa163ec7-a901-54db-878b-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:45.752442 | 0.53s 2026-03-09 03:46:42.757131 | fa163ec7-a901-54db-878b-000000003285 | TASK | Enable and start netns-placeholder 2026-03-09 03:46:43.469289 | fa163ec7-a901-54db-878b-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-09 03:46:43.472454 | fa163ec7-a901-54db-878b-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:46.499242 | 0.71s 2026-03-09 03:46:43.503052 | fa163ec7-a901-54db-878b-00000000324b | TASK | Update container configs with new config hashes 2026-03-09 03:46:43.557947 | fa163ec7-a901-54db-878b-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:46.584729 | 0.05s 2026-03-09 03:46:43.579208 | 93903ebc-a806-4184-930f-719e8c949d42 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-09 03:46:43.613476 | fa163ec7-a901-54db-878b-0000000032ad | TASK | Update config hashes for container startup configs 2026-03-09 03:46:43.955178 | fa163ec7-a901-54db-878b-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-03-09 03:46:43.957405 | fa163ec7-a901-54db-878b-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:46.984190 | 0.34s 2026-03-09 03:46:43.987436 | fa163ec7-a901-54db-878b-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-09 03:46:44.018679 | fa163ec7-a901-54db-878b-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:47.045459 | 0.03s 2026-03-09 03:46:44.042422 | 95b06174-5abc-4bb3-b336-0cae8d95397d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:46:44.074306 | fa163ec7-a901-54db-878b-0000000032cc | TASK | Gather podman infos 2026-03-09 03:46:45.096832 | fa163ec7-a901-54db-878b-0000000032cc | OK | Gather podman infos | standalone 2026-03-09 03:46:45.097884 | fa163ec7-a901-54db-878b-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:48.124675 | 1.02s 2026-03-09 03:46:45.170744 | fa163ec7-a901-54db-878b-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-09 03:46:45.248322 | fa163ec7-a901-54db-878b-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:48.275100 | 0.07s 2026-03-09 03:46:45.380695 | fa163ec7-a901-54db-878b-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:48.407470 | 0.07s 2026-03-09 03:46:45.440980 | fa163ec7-a901-54db-878b-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-09 03:46:45.496558 | fa163ec7-a901-54db-878b-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:48.523332 | 0.05s 2026-03-09 03:46:45.519716 | ee2d5c9c-f104-4bad-8d48-6b88dc5a53bd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:46:45.566104 | fa163ec7-a901-54db-878b-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-09 03:47:05.318850 | fa163ec7-a901-54db-878b-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-09 03:47:05.320387 | fa163ec7-a901-54db-878b-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:08.347175 | 19.75s 2026-03-09 03:47:05.352384 | fa163ec7-a901-54db-878b-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-09 03:47:09.103473 | fa163ec7-a901-54db-878b-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-09 03:47:09.105035 | fa163ec7-a901-54db-878b-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:12.131803 | 3.75s 2026-03-09 03:47:09.177412 | fa163ec7-a901-54db-878b-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-09 03:47:09.433414 | fa163ec7-a901-54db-878b-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-09 03:47:09.434802 | fa163ec7-a901-54db-878b-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:12.461588 | 0.26s 2026-03-09 03:47:09.481543 | fa163ec7-a901-54db-878b-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-09 03:47:09.536393 | fa163ec7-a901-54db-878b-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:12.563175 | 0.05s 2026-03-09 03:47:09.561173 | fa163ec7-a901-54db-878b-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-03-09 03:47:09.609862 | fa163ec7-a901-54db-878b-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:12.636644 | 0.05s 2026-03-09 03:47:09.630925 | 517d1fc7-4188-4c56-8b67-4a65939df5cb | INCLUDED | /root/standalone-ansible-_oxvwcup/host-container-puppet-tasks.yaml | standalone 2026-03-09 03:47:09.671173 | fa163ec7-a901-54db-878b-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-09 03:47:10.151439 | fa163ec7-a901-54db-878b-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-09 03:47:10.154272 | fa163ec7-a901-54db-878b-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:13.181044 | 0.48s 2026-03-09 03:47:10.186970 | fa163ec7-a901-54db-878b-00000000338a | TASK | Generate container puppet configs for step 2 2026-03-09 03:47:10.442894 | fa163ec7-a901-54db-878b-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-03-09 03:47:10.444211 | fa163ec7-a901-54db-878b-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:13.471001 | 0.26s 2026-03-09 03:47:10.475599 | fa163ec7-a901-54db-878b-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-09 03:47:10.497232 | fa163ec7-a901-54db-878b-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:13.524005 | 0.02s 2026-03-09 03:47:10.569142 | fa163ec7-a901-54db-878b-0000000033ba | TASK | Gather variables for each operating system 2026-03-09 03:47:10.683587 | fa163ec7-a901-54db-878b-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:13.710361 | 0.11s 2026-03-09 03:47:10.715703 | fa163ec7-a901-54db-878b-0000000033bb | TASK | Create container logs path 2026-03-09 03:47:10.952830 | fa163ec7-a901-54db-878b-0000000033bb | OK | Create container logs path | standalone 2026-03-09 03:47:10.954277 | fa163ec7-a901-54db-878b-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:13.981065 | 0.24s 2026-03-09 03:47:10.987403 | fa163ec7-a901-54db-878b-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-09 03:47:11.242861 | fa163ec7-a901-54db-878b-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-09 03:47:11.244094 | fa163ec7-a901-54db-878b-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:14.270881 | 0.26s 2026-03-09 03:47:11.273084 | fa163ec7-a901-54db-878b-0000000033be | TASK | Finalise hashes for all containers 2026-03-09 03:47:11.313986 | fa163ec7-a901-54db-878b-0000000033be | OK | Finalise hashes for all containers | standalone 2026-03-09 03:47:11.315168 | fa163ec7-a901-54db-878b-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:14.341959 | 0.04s 2026-03-09 03:47:11.345923 | fa163ec7-a901-54db-878b-0000000033c0 | TASK | Manage systemd shutdown files 2026-03-09 03:47:11.391998 | fa163ec7-a901-54db-878b-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:47:11.393413 | fa163ec7-a901-54db-878b-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:14.420198 | 0.05s 2026-03-09 03:47:11.424402 | fa163ec7-a901-54db-878b-0000000033c2 | TASK | Update container configs with new config hashes 2026-03-09 03:47:11.475337 | fa163ec7-a901-54db-878b-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:47:11.476531 | fa163ec7-a901-54db-878b-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:14.503319 | 0.05s 2026-03-09 03:47:11.510138 | fa163ec7-a901-54db-878b-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-09 03:47:11.561728 | fa163ec7-a901-54db-878b-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-09 03:47:11.562983 | fa163ec7-a901-54db-878b-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:14.589762 | 0.05s 2026-03-09 03:47:11.597543 | fa163ec7-a901-54db-878b-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-09 03:47:11.650635 | fa163ec7-a901-54db-878b-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-09 03:47:11.651898 | fa163ec7-a901-54db-878b-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:14.678684 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-09 03:47:11.803859 | fa163ec7-a901-54db-878b-0000000000d2 | TASK | External deployment step 3 2026-03-09 03:47:11.849118 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000d2') missing from stats 2026-03-09 03:47:11.908442 | fa163ec7-a901-54db-878b-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:14.935222 | 0.04s 2026-03-09 03:47:11.915978 | 972d5272-6d1a-4385-87b3-53eb3722b2a2 | INCLUDED | /root/standalone-ansible-_oxvwcup/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-03-09 03:47:12.054662 | fa163ec7-a901-54db-878b-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-09 03:47:12.084881 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000d6') missing from stats 2026-03-09 03:47:12.107845 | fa163ec7-a901-54db-878b-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-09 03:47:12.605118 | fa163ec7-a901-54db-878b-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-09 03:47:12.606624 | fa163ec7-a901-54db-878b-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:15.633412 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:47:12.685927 | fa163ec7-a901-54db-878b-0000000000d8 | TIMING | include_tasks | standalone | 0:19:15.712706 | 0.05s 2026-03-09 03:47:12.716563 | c9dce510-65fa-474b-8b21-cb1f89a54a1a | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-09 03:47:12.748963 | fa163ec7-a901-54db-878b-000000003428 | TASK | Start OVN container 2026-03-09 03:47:12.821498 | fa163ec7-a901-54db-878b-000000003428 | TIMING | Start OVN container | standalone | 0:19:15.848266 | 0.07s 2026-03-09 03:47:12.851588 | fa163ec7-a901-54db-878b-000000003428 | TIMING | Start OVN container | standalone | 0:19:15.878376 | 0.10s 2026-03-09 03:47:12.877715 | fa163ec7-a901-54db-878b-000000003428 | TIMING | Start OVN container | standalone | 0:19:15.904501 | 0.13s 2026-03-09 03:47:12.889751 | fa163ec7-a901-54db-878b-000000003428 | TIMING | Start OVN container | standalone | 0:19:15.916534 | 0.14s 2026-03-09 03:47:13.003148 | fa163ec7-a901-54db-878b-000000003460 | TASK | Gather variables for each operating system 2026-03-09 03:47:13.126952 | fa163ec7-a901-54db-878b-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:16.153719 | 0.12s 2026-03-09 03:47:13.147981 | fa163ec7-a901-54db-878b-000000003461 | TASK | Create container logs path 2026-03-09 03:47:13.356820 | fa163ec7-a901-54db-878b-000000003461 | OK | Create container logs path | standalone 2026-03-09 03:47:13.358289 | fa163ec7-a901-54db-878b-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:16.385074 | 0.21s 2026-03-09 03:47:13.392939 | fa163ec7-a901-54db-878b-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:13.651034 | fa163ec7-a901-54db-878b-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:13.652324 | fa163ec7-a901-54db-878b-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:16.679111 | 0.26s 2026-03-09 03:47:13.681247 | fa163ec7-a901-54db-878b-000000003464 | TASK | Finalise hashes for all containers 2026-03-09 03:47:13.779118 | fa163ec7-a901-54db-878b-000000003464 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:47:13.779986 | fa163ec7-a901-54db-878b-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:16.806784 | 0.10s 2026-03-09 03:47:13.799781 | fa163ec7-a901-54db-878b-000000003466 | TASK | Manage systemd shutdown files 2026-03-09 03:47:13.837206 | fa163ec7-a901-54db-878b-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:47:13.838354 | fa163ec7-a901-54db-878b-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:16.865142 | 0.04s 2026-03-09 03:47:13.867925 | fa163ec7-a901-54db-878b-000000003468 | TASK | Update container configs with new config hashes 2026-03-09 03:47:13.918737 | fa163ec7-a901-54db-878b-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:47:13.920174 | fa163ec7-a901-54db-878b-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:16.946955 | 0.05s 2026-03-09 03:47:13.952220 | fa163ec7-a901-54db-878b-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:14.015245 | fa163ec7-a901-54db-878b-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:17.042023 | 0.06s 2026-03-09 03:47:14.041212 | 29fcc9ef-84d4-4e8a-afaf-dbe34bf8d151 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:47:14.072630 | fa163ec7-a901-54db-878b-0000000034f5 | TASK | Gather podman infos 2026-03-09 03:47:15.193094 | fa163ec7-a901-54db-878b-0000000034f5 | OK | Gather podman infos | standalone 2026-03-09 03:47:15.194346 | fa163ec7-a901-54db-878b-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:18.221138 | 1.12s 2026-03-09 03:47:15.292316 | fa163ec7-a901-54db-878b-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:15.368512 | fa163ec7-a901-54db-878b-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.395290 | 0.07s 2026-03-09 03:47:15.509642 | fa163ec7-a901-54db-878b-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:18.536413 | 0.08s 2026-03-09 03:47:15.567922 | fa163ec7-a901-54db-878b-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:15.642341 | fa163ec7-a901-54db-878b-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.669116 | 0.07s 2026-03-09 03:47:15.665612 | dde08755-30b1-4147-8eee-1d7dbc0736e8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:47:15.706782 | fa163ec7-a901-54db-878b-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:16.427694 | fa163ec7-a901-54db-878b-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:16.428943 | fa163ec7-a901-54db-878b-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.455733 | 0.72s 2026-03-09 03:47:16.459761 | fa163ec7-a901-54db-878b-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:19.297870 | fa163ec7-a901-54db-878b-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:19.300471 | fa163ec7-a901-54db-878b-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:22.327257 | 2.84s 2026-03-09 03:47:19.356365 | fa163ec7-a901-54db-878b-00000000348b | TASK | Gather variables for each operating system 2026-03-09 03:47:19.454589 | fa163ec7-a901-54db-878b-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:22.481367 | 0.10s 2026-03-09 03:47:19.484366 | fa163ec7-a901-54db-878b-00000000348c | TASK | Create container logs path 2026-03-09 03:47:19.755356 | fa163ec7-a901-54db-878b-00000000348c | OK | Create container logs path | standalone 2026-03-09 03:47:19.756404 | fa163ec7-a901-54db-878b-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:22.783200 | 0.27s 2026-03-09 03:47:19.781805 | fa163ec7-a901-54db-878b-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:20.120544 | fa163ec7-a901-54db-878b-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:20.121872 | fa163ec7-a901-54db-878b-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.148658 | 0.34s 2026-03-09 03:47:20.152733 | fa163ec7-a901-54db-878b-00000000348f | TASK | Finalise hashes for all containers 2026-03-09 03:47:20.248459 | fa163ec7-a901-54db-878b-00000000348f | OK | Finalise hashes for all containers | standalone 2026-03-09 03:47:20.249411 | fa163ec7-a901-54db-878b-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:23.276207 | 0.09s 2026-03-09 03:47:20.272115 | fa163ec7-a901-54db-878b-000000003491 | TASK | Manage systemd shutdown files 2026-03-09 03:47:20.321076 | fa163ec7-a901-54db-878b-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:47:20.322438 | fa163ec7-a901-54db-878b-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:23.349226 | 0.05s 2026-03-09 03:47:20.351734 | fa163ec7-a901-54db-878b-000000003493 | TASK | Update container configs with new config hashes 2026-03-09 03:47:20.423809 | fa163ec7-a901-54db-878b-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:47:20.425185 | fa163ec7-a901-54db-878b-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:23.451974 | 0.07s 2026-03-09 03:47:20.456282 | fa163ec7-a901-54db-878b-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:20.523128 | fa163ec7-a901-54db-878b-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.549902 | 0.07s 2026-03-09 03:47:20.547287 | e830a045-71e4-4d4e-8d53-4b8476c5b8ec | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:47:20.584629 | fa163ec7-a901-54db-878b-0000000035ac | TASK | Gather podman infos 2026-03-09 03:47:21.757615 | fa163ec7-a901-54db-878b-0000000035ac | OK | Gather podman infos | standalone 2026-03-09 03:47:21.758694 | fa163ec7-a901-54db-878b-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:24.785487 | 1.17s 2026-03-09 03:47:21.844654 | fa163ec7-a901-54db-878b-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:21.935782 | fa163ec7-a901-54db-878b-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:24.962559 | 0.08s 2026-03-09 03:47:22.084251 | fa163ec7-a901-54db-878b-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:25.111027 | 0.09s 2026-03-09 03:47:22.141762 | fa163ec7-a901-54db-878b-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:22.209869 | fa163ec7-a901-54db-878b-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.236653 | 0.07s 2026-03-09 03:47:22.236250 | 88689942-121e-4f19-a91d-d396e3074f71 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:47:22.270997 | fa163ec7-a901-54db-878b-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:23.145753 | fa163ec7-a901-54db-878b-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:23.147662 | fa163ec7-a901-54db-878b-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.174450 | 0.88s 2026-03-09 03:47:23.181847 | fa163ec7-a901-54db-878b-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:25.882288 | fa163ec7-a901-54db-878b-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:25.883704 | fa163ec7-a901-54db-878b-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:28.910495 | 2.70s 2026-03-09 03:47:25.937782 | fa163ec7-a901-54db-878b-0000000034b6 | TASK | Gather variables for each operating system 2026-03-09 03:47:26.040919 | fa163ec7-a901-54db-878b-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:29.067711 | 0.10s 2026-03-09 03:47:26.060323 | fa163ec7-a901-54db-878b-0000000034b7 | TASK | Create container logs path 2026-03-09 03:47:26.278695 | fa163ec7-a901-54db-878b-0000000034b7 | OK | Create container logs path | standalone 2026-03-09 03:47:26.280055 | fa163ec7-a901-54db-878b-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:29.306819 | 0.22s 2026-03-09 03:47:26.315217 | fa163ec7-a901-54db-878b-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:26.663752 | fa163ec7-a901-54db-878b-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:26.664988 | fa163ec7-a901-54db-878b-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:29.691778 | 0.35s 2026-03-09 03:47:26.695408 | fa163ec7-a901-54db-878b-0000000034ba | TASK | Finalise hashes for all containers 2026-03-09 03:47:26.801821 | fa163ec7-a901-54db-878b-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-03-09 03:47:26.803087 | fa163ec7-a901-54db-878b-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:29.829877 | 0.11s 2026-03-09 03:47:26.834624 | fa163ec7-a901-54db-878b-0000000034bc | TASK | Manage systemd shutdown files 2026-03-09 03:47:26.885648 | fa163ec7-a901-54db-878b-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:47:26.887414 | fa163ec7-a901-54db-878b-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:29.914194 | 0.05s 2026-03-09 03:47:26.917862 | fa163ec7-a901-54db-878b-0000000034be | TASK | Update container configs with new config hashes 2026-03-09 03:47:26.990977 | fa163ec7-a901-54db-878b-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:47:26.992309 | fa163ec7-a901-54db-878b-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:30.019097 | 0.07s 2026-03-09 03:47:27.026258 | fa163ec7-a901-54db-878b-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:27.069499 | fa163ec7-a901-54db-878b-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:30.096279 | 0.04s 2026-03-09 03:47:27.088355 | 77dbb9c8-0d1c-4114-a10c-30dbdd285331 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:47:27.116688 | fa163ec7-a901-54db-878b-00000000365e | TASK | Gather podman infos 2026-03-09 03:47:28.714654 | fa163ec7-a901-54db-878b-00000000365e | OK | Gather podman infos | standalone 2026-03-09 03:47:28.715797 | fa163ec7-a901-54db-878b-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:31.742589 | 1.60s 2026-03-09 03:47:28.805561 | fa163ec7-a901-54db-878b-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:28.898176 | fa163ec7-a901-54db-878b-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.924952 | 0.09s 2026-03-09 03:47:29.099695 | fa163ec7-a901-54db-878b-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:32.126473 | 0.15s 2026-03-09 03:47:29.157687 | fa163ec7-a901-54db-878b-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:29.223065 | fa163ec7-a901-54db-878b-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:32.249842 | 0.06s 2026-03-09 03:47:29.248811 | bb9d36b0-b1a3-42ba-992b-c8e7d7a5538a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:47:29.344728 | fa163ec7-a901-54db-878b-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:30.390285 | fa163ec7-a901-54db-878b-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:30.391765 | fa163ec7-a901-54db-878b-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:33.418552 | 1.05s 2026-03-09 03:47:30.423831 | fa163ec7-a901-54db-878b-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-09 03:47:33.306181 | fa163ec7-a901-54db-878b-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-09 03:47:33.307718 | fa163ec7-a901-54db-878b-0000000036c5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.334509 | 2.88s 2026-03-09 03:47:33.361333 | fa163ec7-a901-54db-878b-00000000342a | TASK | Set NB connection 2026-03-09 03:47:33.773163 | fa163ec7-a901-54db-878b-00000000342a | CHANGED | Set NB connection | standalone 2026-03-09 03:47:33.774526 | fa163ec7-a901-54db-878b-00000000342a | TIMING | Set NB connection | standalone | 0:19:36.801313 | 0.41s 2026-03-09 03:47:33.803365 | fa163ec7-a901-54db-878b-00000000342b | TASK | Set SB connection 2026-03-09 03:47:34.224693 | fa163ec7-a901-54db-878b-00000000342b | CHANGED | Set SB connection | standalone 2026-03-09 03:47:34.226171 | fa163ec7-a901-54db-878b-00000000342b | TIMING | Set SB connection | standalone | 0:19:37.252961 | 0.42s 2026-03-09 03:47:34.256073 | fa163ec7-a901-54db-878b-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-09 03:47:34.493095 | fa163ec7-a901-54db-878b-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-09 03:47:34.493951 | fa163ec7-a901-54db-878b-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:37.520748 | 0.24s 2026-03-09 03:47:34.580551 | fa163ec7-a901-54db-878b-0000000000db | TIMING | include_tasks | standalone | 0:19:37.607325 | 0.06s 2026-03-09 03:47:34.622123 | 519c0ef2-f679-487d-bb08-7ed9f4d35adf | INCLUDED | /root/standalone-ansible-_oxvwcup/common_deploy_steps_tasks.yaml | standalone 2026-03-09 03:47:34.655715 | fa163ec7-a901-54db-878b-00000000370a | TASK | Write the config_step hieradata 2026-03-09 03:47:35.133155 | fa163ec7-a901-54db-878b-00000000370a | OK | Write the config_step hieradata | standalone 2026-03-09 03:47:35.134614 | fa163ec7-a901-54db-878b-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:38.161401 | 0.48s 2026-03-09 03:47:35.167500 | fa163ec7-a901-54db-878b-00000000370b | TASK | Run puppet host configuration for step 3 2026-03-09 03:47:35.501265 | fa163ec7-a901-54db-878b-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-09 03:47:35.502539 | fa163ec7-a901-54db-878b-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:38.529327 | 0.33s 2026-03-09 03:47:35.532246 | fa163ec7-a901-54db-878b-00000000370c | TASK | Wait for puppet host configuration to finish 2026-03-09 03:47:35.790833 | fa163ec7-a901-54db-878b-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-09 03:47:46.004325 | fa163ec7-a901-54db-878b-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-09 03:47:56.255050 | fa163ec7-a901-54db-878b-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-09 03:47:56.256464 | fa163ec7-a901-54db-878b-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:59.283251 | 20.72s 2026-03-09 03:47:56.287878 | fa163ec7-a901-54db-878b-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-09 03:47:56.371551 | fa163ec7-a901-54db-878b-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 9 03:47:35 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 9 03:47:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 9 03:47:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 9 03:47:41 puppet-user: (file & line not available)", "<13>Mar 9 03:47:41 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 9 03:47:41 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 9 03:47:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 9 03:47:42 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Mar 9 03:47:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 9 03:47:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 9 03:47:50 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 9 03:47:50 puppet-user: Notice: Applied catalog in 7.96 seconds", "<13>Mar 9 03:47:50 puppet-user: Application:", "<13>Mar 9 03:47:50 puppet-user: Initial environment: production", "<13>Mar 9 03:47:50 puppet-user: Converged environment: production", "<13>Mar 9 03:47:50 puppet-user: Run mode: user", "<13>Mar 9 03:47:50 puppet-user: Changes:", "<13>Mar 9 03:47:50 puppet-user: Total: 2", "<13>Mar 9 03:47:50 puppet-user: Events:", "<13>Mar 9 03:47:50 puppet-user: Success: 2", "<13>Mar 9 03:47:50 puppet-user: Resources:", "<13>Mar 9 03:47:50 puppet-user: Changed: 2", "<13>Mar 9 03:47:50 puppet-user: Out of sync: 2", "<13>Mar 9 03:47:50 puppet-user: Total: 28", "<13>Mar 9 03:47:50 puppet-user: Time:", "<13>Mar 9 03:47:50 puppet-user: Filebucket: 0.00", "<13>Mar 9 03:47:50 puppet-user: Schedule: 0.00", "<13>Mar 9 03:47:50 puppet-user: File line: 0.00", "<13>Mar 9 03:47:50 puppet-user: Package: 0.00", "<13>Mar 9 03:47:50 puppet-user: File: 0.00", "<13>Mar 9 03:47:50 puppet-user: Augeas: 0.01", "<13>Mar 9 03:47:50 puppet-user: User: 0.07", "<13>Mar 9 03:47:50 puppet-user: Service: 0.08", "<13>Mar 9 03:47:50 puppet-user: Config retrieval: 0.47", "<13>Mar 9 03:47:50 puppet-user: Pcmk property: 1.47", "<13>Mar 9 03:47:50 puppet-user: Exec: 1.93", "<13>Mar 9 03:47:50 puppet-user: Last run: 1773028070", "<13>Mar 9 03:47:50 puppet-user: Pcmk resource op default: 2.01", "<13>Mar 9 03:47:50 puppet-user: Pcmk resource default: 2.16", "<13>Mar 9 03:47:50 puppet-user: Transaction evaluation: 7.94", "<13>Mar 9 03:47:50 puppet-user: Catalog application: 7.96", "<13>Mar 9 03:47:50 puppet-user: Total: 7.97", "<13>Mar 9 03:47:50 puppet-user: Version:", "<13>Mar 9 03:47:50 puppet-user: Config: 1773028061", "<13>Mar 9 03:47:50 puppet-user: Puppet: 7.10.0" ] } 2026-03-09 03:47:56.372831 | fa163ec7-a901-54db-878b-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:59.399621 | 0.08s 2026-03-09 03:47:56.402604 | fa163ec7-a901-54db-878b-00000000370e | TASK | Pre-cache facts for puppet containers 2026-03-09 03:47:56.436498 | fa163ec7-a901-54db-878b-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:59.463283 | 0.03s 2026-03-09 03:47:56.501413 | fa163ec7-a901-54db-878b-00000000374d | TASK | Gather variables for each operating system 2026-03-09 03:47:56.614399 | fa163ec7-a901-54db-878b-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:59.641174 | 0.11s 2026-03-09 03:47:56.644361 | fa163ec7-a901-54db-878b-00000000374e | TASK | Create puppet caching structures 2026-03-09 03:47:56.855664 | fa163ec7-a901-54db-878b-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-03-09 03:47:56.857295 | fa163ec7-a901-54db-878b-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:59.884041 | 0.21s 2026-03-09 03:47:56.886864 | fa163ec7-a901-54db-878b-00000000374f | TASK | Check for facter.conf 2026-03-09 03:47:57.113965 | fa163ec7-a901-54db-878b-00000000374f | OK | Check for facter.conf | standalone 2026-03-09 03:47:57.115290 | fa163ec7-a901-54db-878b-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:00.142080 | 0.23s 2026-03-09 03:47:57.149048 | fa163ec7-a901-54db-878b-000000003750 | TASK | Remove facter.conf if directory 2026-03-09 03:47:57.186375 | fa163ec7-a901-54db-878b-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-09 03:47:57.187322 | fa163ec7-a901-54db-878b-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:00.214116 | 0.04s 2026-03-09 03:47:57.211873 | fa163ec7-a901-54db-878b-000000003751 | TASK | Write facter cache config 2026-03-09 03:47:57.623143 | fa163ec7-a901-54db-878b-000000003751 | CHANGED | Write facter cache config | standalone 2026-03-09 03:47:57.624593 | fa163ec7-a901-54db-878b-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:00.651381 | 0.41s 2026-03-09 03:47:57.661995 | fa163ec7-a901-54db-878b-000000003752 | TASK | Cleanup facter cache if exists 2026-03-09 03:47:57.846854 | fa163ec7-a901-54db-878b-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-09 03:47:57.847958 | fa163ec7-a901-54db-878b-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:00.874754 | 0.18s 2026-03-09 03:47:57.873438 | fa163ec7-a901-54db-878b-000000003753 | TASK | Pre-cache facts 2026-03-09 03:47:58.489385 | fa163ec7-a901-54db-878b-000000003753 | CHANGED | Pre-cache facts | standalone 2026-03-09 03:47:58.490390 | fa163ec7-a901-54db-878b-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:01.517185 | 0.62s 2026-03-09 03:47:58.520443 | fa163ec7-a901-54db-878b-000000003754 | TASK | Failed deployment if facter fails 2026-03-09 03:47:58.550940 | fa163ec7-a901-54db-878b-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-09 03:47:58.551752 | fa163ec7-a901-54db-878b-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:01.578549 | 0.03s 2026-03-09 03:47:58.597259 | fa163ec7-a901-54db-878b-000000003755 | TASK | Sync cached facts 2026-03-09 03:47:58.929627 | fa163ec7-a901-54db-878b-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec7-a901-54db-878b-000000003755') missing from stats 2026-03-09 03:47:58.993196 | fa163ec7-a901-54db-878b-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-09 03:47:59.045527 | fa163ec7-a901-54db-878b-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-09 03:47:59.046871 | fa163ec7-a901-54db-878b-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:02.073657 | 0.05s 2026-03-09 03:47:59.077193 | fa163ec7-a901-54db-878b-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-09 03:47:59.106985 | fa163ec7-a901-54db-878b-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:02.133759 | 0.03s 2026-03-09 03:47:59.178375 | fa163ec7-a901-54db-878b-0000000037ac | TASK | Gather variables for each operating system 2026-03-09 03:47:59.293615 | fa163ec7-a901-54db-878b-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:02.320387 | 0.11s 2026-03-09 03:47:59.323145 | fa163ec7-a901-54db-878b-0000000037ad | TASK | Create container logs path 2026-03-09 03:47:59.569082 | fa163ec7-a901-54db-878b-0000000037ad | OK | Create container logs path | standalone 2026-03-09 03:47:59.570195 | fa163ec7-a901-54db-878b-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:02.596987 | 0.25s 2026-03-09 03:47:59.595640 | fa163ec7-a901-54db-878b-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-09 03:47:59.908065 | fa163ec7-a901-54db-878b-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-09 03:47:59.909389 | fa163ec7-a901-54db-878b-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:02.936176 | 0.31s 2026-03-09 03:47:59.945861 | fa163ec7-a901-54db-878b-0000000037b0 | TASK | Finalise hashes for all containers 2026-03-09 03:48:00.033425 | fa163ec7-a901-54db-878b-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:48:00.035112 | fa163ec7-a901-54db-878b-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:03.061894 | 0.09s 2026-03-09 03:48:00.069387 | fa163ec7-a901-54db-878b-0000000037b2 | TASK | Manage systemd shutdown files 2026-03-09 03:48:00.104431 | fa163ec7-a901-54db-878b-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:03.131209 | 0.03s 2026-03-09 03:48:00.142239 | 812197a1-277c-4eed-8e2c-7190327a99d9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-09 03:48:00.177885 | fa163ec7-a901-54db-878b-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-09 03:48:00.457753 | fa163ec7-a901-54db-878b-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-09 03:48:00.458666 | fa163ec7-a901-54db-878b-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:03.485464 | 0.28s 2026-03-09 03:48:00.486804 | fa163ec7-a901-54db-878b-0000000037e6 | TASK | Set podman_drop_in fact 2026-03-09 03:48:00.544034 | fa163ec7-a901-54db-878b-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-03-09 03:48:00.544767 | fa163ec7-a901-54db-878b-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:03.571567 | 0.06s 2026-03-09 03:48:00.563896 | fa163ec7-a901-54db-878b-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-09 03:48:01.053585 | fa163ec7-a901-54db-878b-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-09 03:48:01.054713 | fa163ec7-a901-54db-878b-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:04.081504 | 0.49s 2026-03-09 03:48:01.518649 | fa163ec7-a901-54db-878b-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-09 03:48:01.520159 | fa163ec7-a901-54db-878b-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:04.546946 | 0.96s 2026-03-09 03:48:01.527240 | fa163ec7-a901-54db-878b-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:04.554027 | 0.96s 2026-03-09 03:48:01.558116 | fa163ec7-a901-54db-878b-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-09 03:48:02.032099 | fa163ec7-a901-54db-878b-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-09 03:48:02.035241 | fa163ec7-a901-54db-878b-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:05.062023 | 0.47s 2026-03-09 03:48:02.058919 | fa163ec7-a901-54db-878b-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-09 03:48:02.553817 | fa163ec7-a901-54db-878b-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-09 03:48:02.555238 | fa163ec7-a901-54db-878b-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:05.582027 | 0.50s 2026-03-09 03:48:02.585591 | fa163ec7-a901-54db-878b-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-03-09 03:48:03.257984 | fa163ec7-a901-54db-878b-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-09 03:48:03.259377 | fa163ec7-a901-54db-878b-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:06.286172 | 0.67s 2026-03-09 03:48:03.282994 | fa163ec7-a901-54db-878b-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-09 03:48:03.792720 | fa163ec7-a901-54db-878b-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-09 03:48:03.793793 | fa163ec7-a901-54db-878b-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:06.820590 | 0.51s 2026-03-09 03:48:03.815940 | fa163ec7-a901-54db-878b-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-09 03:48:04.306034 | fa163ec7-a901-54db-878b-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-09 03:48:04.307642 | fa163ec7-a901-54db-878b-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:07.334430 | 0.49s 2026-03-09 03:48:04.340444 | fa163ec7-a901-54db-878b-0000000037ee | TASK | Enable and start netns-placeholder 2026-03-09 03:48:06.018368 | fa163ec7-a901-54db-878b-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-03-09 03:48:06.020235 | fa163ec7-a901-54db-878b-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:09.047023 | 1.68s 2026-03-09 03:48:06.050101 | fa163ec7-a901-54db-878b-0000000037b4 | TASK | Update container configs with new config hashes 2026-03-09 03:48:06.111418 | fa163ec7-a901-54db-878b-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:09.138202 | 0.06s 2026-03-09 03:48:06.131215 | 54e10b94-c91b-4abb-b914-8c8b7864edb8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-09 03:48:06.164177 | fa163ec7-a901-54db-878b-000000003816 | TASK | Update config hashes for container startup configs 2026-03-09 03:48:06.461436 | fa163ec7-a901-54db-878b-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-03-09 03:48:06.462719 | fa163ec7-a901-54db-878b-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:09.489508 | 0.30s 2026-03-09 03:48:06.494348 | fa163ec7-a901-54db-878b-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-09 03:48:06.555340 | fa163ec7-a901-54db-878b-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:09.582114 | 0.06s 2026-03-09 03:48:06.579470 | 9f14929d-e613-43d0-ae35-3a590e032d2d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:48:06.609446 | fa163ec7-a901-54db-878b-000000003835 | TASK | Gather podman infos 2026-03-09 03:48:07.811256 | fa163ec7-a901-54db-878b-000000003835 | OK | Gather podman infos | standalone 2026-03-09 03:48:07.812408 | fa163ec7-a901-54db-878b-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:10.839200 | 1.20s 2026-03-09 03:48:07.884074 | fa163ec7-a901-54db-878b-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-09 03:48:07.963230 | fa163ec7-a901-54db-878b-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:10.989995 | 0.07s 2026-03-09 03:48:08.114874 | fa163ec7-a901-54db-878b-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:11.141655 | 0.09s 2026-03-09 03:48:08.153889 | fa163ec7-a901-54db-878b-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-09 03:48:08.182559 | fa163ec7-a901-54db-878b-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:11.209346 | 0.03s 2026-03-09 03:48:08.197612 | f1ecb6eb-055f-41e2-931c-4dfe26d65f01 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:48:08.231827 | fa163ec7-a901-54db-878b-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-09 03:49:03.188128 | fa163ec7-a901-54db-878b-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-09 03:49:03.189204 | fa163ec7-a901-54db-878b-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:06.216001 | 54.96s 2026-03-09 03:49:03.210376 | fa163ec7-a901-54db-878b-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-09 03:49:27.172483 | fa163ec7-a901-54db-878b-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-09 03:49:27.173752 | fa163ec7-a901-54db-878b-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:30.200549 | 23.96s 2026-03-09 03:49:27.250457 | fa163ec7-a901-54db-878b-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-09 03:49:27.487256 | fa163ec7-a901-54db-878b-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-09 03:49:27.488080 | fa163ec7-a901-54db-878b-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:30.514876 | 0.24s 2026-03-09 03:49:27.527463 | fa163ec7-a901-54db-878b-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-09 03:49:27.570819 | fa163ec7-a901-54db-878b-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:30.597608 | 0.04s 2026-03-09 03:49:27.594725 | fa163ec7-a901-54db-878b-000000003715 | TASK | Include container-puppet tasks for step 3 2026-03-09 03:49:27.635381 | fa163ec7-a901-54db-878b-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:30.662161 | 0.04s 2026-03-09 03:49:27.653576 | 0ea42a5e-e2ab-422c-a1ca-961d7ae708e5 | INCLUDED | /root/standalone-ansible-_oxvwcup/host-container-puppet-tasks.yaml | standalone 2026-03-09 03:49:27.691417 | fa163ec7-a901-54db-878b-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-09 03:49:28.161277 | fa163ec7-a901-54db-878b-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-09 03:49:28.162481 | fa163ec7-a901-54db-878b-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:31.189270 | 0.47s 2026-03-09 03:49:28.192567 | fa163ec7-a901-54db-878b-0000000038ee | TASK | Generate container puppet configs for step 3 2026-03-09 03:49:28.481531 | fa163ec7-a901-54db-878b-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-03-09 03:49:28.482757 | fa163ec7-a901-54db-878b-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:31.509546 | 0.29s 2026-03-09 03:49:28.513051 | fa163ec7-a901-54db-878b-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-09 03:49:28.541773 | fa163ec7-a901-54db-878b-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:31.568553 | 0.03s 2026-03-09 03:49:28.612096 | fa163ec7-a901-54db-878b-00000000391e | TASK | Gather variables for each operating system 2026-03-09 03:49:28.724338 | fa163ec7-a901-54db-878b-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:31.751112 | 0.11s 2026-03-09 03:49:28.754923 | fa163ec7-a901-54db-878b-00000000391f | TASK | Create container logs path 2026-03-09 03:49:28.988048 | fa163ec7-a901-54db-878b-00000000391f | OK | Create container logs path | standalone 2026-03-09 03:49:28.989416 | fa163ec7-a901-54db-878b-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:32.016206 | 0.23s 2026-03-09 03:49:29.020650 | fa163ec7-a901-54db-878b-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-09 03:49:29.237774 | fa163ec7-a901-54db-878b-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-09 03:49:29.239005 | fa163ec7-a901-54db-878b-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:32.265796 | 0.22s 2026-03-09 03:49:29.268131 | fa163ec7-a901-54db-878b-000000003922 | TASK | Finalise hashes for all containers 2026-03-09 03:49:29.298423 | fa163ec7-a901-54db-878b-000000003922 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:49:29.299623 | fa163ec7-a901-54db-878b-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:32.326413 | 0.03s 2026-03-09 03:49:29.328683 | fa163ec7-a901-54db-878b-000000003924 | TASK | Manage systemd shutdown files 2026-03-09 03:49:29.358159 | fa163ec7-a901-54db-878b-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:49:29.359438 | fa163ec7-a901-54db-878b-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:32.386226 | 0.03s 2026-03-09 03:49:29.390456 | fa163ec7-a901-54db-878b-000000003926 | TASK | Update container configs with new config hashes 2026-03-09 03:49:29.444873 | fa163ec7-a901-54db-878b-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:49:29.446071 | fa163ec7-a901-54db-878b-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:32.472823 | 0.05s 2026-03-09 03:49:29.472256 | fa163ec7-a901-54db-878b-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-09 03:49:29.516313 | fa163ec7-a901-54db-878b-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-09 03:49:29.517427 | fa163ec7-a901-54db-878b-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:32.544223 | 0.04s 2026-03-09 03:49:29.545237 | fa163ec7-a901-54db-878b-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-09 03:49:29.598751 | fa163ec7-a901-54db-878b-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-09 03:49:29.599762 | fa163ec7-a901-54db-878b-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:32.626555 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-09 03:49:29.741154 | fa163ec7-a901-54db-878b-0000000000de | TASK | External deployment step 4 2026-03-09 03:49:29.779348 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000de') missing from stats 2026-03-09 03:49:29.834582 | fa163ec7-a901-54db-878b-0000000000df | TIMING | include_tasks | undercloud | 0:21:32.861370 | 0.04s 2026-03-09 03:49:29.851553 | a45fbb30-0411-4941-9a53-baec1a6f2672 | INCLUDED | /root/standalone-ansible-_oxvwcup/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-09 03:49:29.867820 | fa163ec7-a901-54db-878b-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-09 03:49:31.532280 | fa163ec7-a901-54db-878b-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-09 03:49:31.536504 | fa163ec7-a901-54db-878b-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:34.563245 | 1.67s 2026-03-09 03:49:32.656257 | fa163ec7-a901-54db-878b-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-09 03:49:32.659062 | fa163ec7-a901-54db-878b-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:35.685852 | 2.79s 2026-03-09 03:49:32.668237 | fa163ec7-a901-54db-878b-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:35.695025 | 2.80s 2026-03-09 03:49:32.687678 | fa163ec7-a901-54db-878b-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-03-09 03:49:32.739916 | fa163ec7-a901-54db-878b-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:35.766688 | 0.05s 2026-03-09 03:49:32.797189 | fa163ec7-a901-54db-878b-0000000039a6 | TASK | Create Keystone Admin resources 2026-03-09 03:49:32.829650 | fa163ec7-a901-54db-878b-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:35.856431 | 0.03s 2026-03-09 03:49:32.869027 | b3c569d9-a4f1-4ddb-af4a-bd4ad1726a82 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-09 03:49:32.900268 | fa163ec7-a901-54db-878b-0000000039e7 | TASK | Create admin and service projects 2026-03-09 03:49:32.931080 | fa163ec7-a901-54db-878b-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:35.957869 | 0.03s 2026-03-09 03:49:32.941322 | 0feb4a62-afa6-4d15-aedc-f850175a6a16 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-09 03:49:32.969086 | fa163ec7-a901-54db-878b-000000003a38 | TASK | Async creation of Keystone project 2026-03-09 03:49:33.449657 | fa163ec7-a901-54db-878b-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-09 03:49:33.451607 | fa163ec7-a901-54db-878b-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:36.478400 | 0.48s 2026-03-09 03:49:33.736995 | fa163ec7-a901-54db-878b-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-09 03:49:33.738909 | fa163ec7-a901-54db-878b-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:36.765147 | 0.77s 2026-03-09 03:49:33.744537 | fa163ec7-a901-54db-878b-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:36.771327 | 0.77s 2026-03-09 03:49:33.763669 | fa163ec7-a901-54db-878b-000000003a3a | TASK | Check Keystone project status 2026-03-09 03:49:34.010508 | fa163ec7-a901-54db-878b-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-09 03:49:39.241415 | fa163ec7-a901-54db-878b-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-03-09 03:49:39.242953 | fa163ec7-a901-54db-878b-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:42.269739 | 5.48s 2026-03-09 03:49:39.500998 | fa163ec7-a901-54db-878b-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-09 03:49:39.502146 | fa163ec7-a901-54db-878b-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:42.528937 | 5.74s 2026-03-09 03:49:39.514637 | fa163ec7-a901-54db-878b-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:42.541431 | 5.75s 2026-03-09 03:49:39.535083 | fa163ec7-a901-54db-878b-0000000039e8 | TASK | Create admin role 2026-03-09 03:49:40.882057 | fa163ec7-a901-54db-878b-0000000039e8 | OK | Create admin role | undercloud 2026-03-09 03:49:40.883342 | fa163ec7-a901-54db-878b-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:43.910131 | 1.35s 2026-03-09 03:49:40.903156 | fa163ec7-a901-54db-878b-0000000039e9 | TASK | Create _member_ role 2026-03-09 03:49:40.941667 | fa163ec7-a901-54db-878b-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-03-09 03:49:40.942809 | fa163ec7-a901-54db-878b-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:43.969598 | 0.04s 2026-03-09 03:49:40.961548 | fa163ec7-a901-54db-878b-0000000039ea | TASK | Check admin password 2026-03-09 03:49:42.315894 | fa163ec7-a901-54db-878b-0000000039ea | OK | Check admin password | undercloud 2026-03-09 03:49:42.317483 | fa163ec7-a901-54db-878b-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:45.344272 | 1.35s 2026-03-09 03:49:42.338887 | fa163ec7-a901-54db-878b-0000000039eb | TASK | Create admin user 2026-03-09 03:49:44.130402 | fa163ec7-a901-54db-878b-0000000039eb | CHANGED | Create admin user | undercloud 2026-03-09 03:49:44.131319 | fa163ec7-a901-54db-878b-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:47.158118 | 1.79s 2026-03-09 03:49:44.145706 | fa163ec7-a901-54db-878b-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-03-09 03:49:45.779177 | fa163ec7-a901-54db-878b-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-03-09 03:49:45.780302 | fa163ec7-a901-54db-878b-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:48.807096 | 1.63s 2026-03-09 03:49:45.797473 | fa163ec7-a901-54db-878b-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-03-09 03:49:45.861989 | fa163ec7-a901-54db-878b-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-09 03:49:45.862839 | fa163ec7-a901-54db-878b-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:48.889635 | 0.06s 2026-03-09 03:49:45.877503 | fa163ec7-a901-54db-878b-0000000039ee | TASK | Create identity service 2026-03-09 03:49:47.085207 | fa163ec7-a901-54db-878b-0000000039ee | OK | Create identity service | undercloud 2026-03-09 03:49:47.086903 | fa163ec7-a901-54db-878b-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:50.113686 | 1.21s 2026-03-09 03:49:47.110369 | fa163ec7-a901-54db-878b-0000000039ef | TASK | Create identity public endpoint 2026-03-09 03:49:48.566458 | fa163ec7-a901-54db-878b-0000000039ef | OK | Create identity public endpoint | undercloud 2026-03-09 03:49:48.567258 | fa163ec7-a901-54db-878b-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:51.594056 | 1.45s 2026-03-09 03:49:48.585628 | fa163ec7-a901-54db-878b-0000000039f0 | TASK | Create identity internal endpoint 2026-03-09 03:49:49.908478 | fa163ec7-a901-54db-878b-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-03-09 03:49:49.909994 | fa163ec7-a901-54db-878b-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:52.936777 | 1.32s 2026-03-09 03:49:49.926973 | fa163ec7-a901-54db-878b-0000000039f1 | TASK | Create identity admin endpoint 2026-03-09 03:49:51.188874 | fa163ec7-a901-54db-878b-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-03-09 03:49:51.190451 | fa163ec7-a901-54db-878b-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:54.217242 | 1.26s 2026-03-09 03:49:51.208978 | fa163ec7-a901-54db-878b-0000000039a7 | TASK | Create Keystone Projects 2026-03-09 03:49:51.300303 | fa163ec7-a901-54db-878b-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:54.327083 | 0.09s 2026-03-09 03:49:51.307109 | fa163ec7-a901-54db-878b-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:54.333899 | 0.10s 2026-03-09 03:49:51.320038 | bda34d44-f9f2-4fb7-9597-99fe4369dcbf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-09 03:49:51.366901 | fa163ec7-a901-54db-878b-000000003ac4 | TASK | Async creation of Keystone project 2026-03-09 03:49:51.689339 | fa163ec7-a901-54db-878b-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-09 03:49:51.691114 | fa163ec7-a901-54db-878b-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:54.717902 | 0.32s 2026-03-09 03:49:51.700809 | fa163ec7-a901-54db-878b-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:54.727602 | 0.33s 2026-03-09 03:49:51.719264 | fa163ec7-a901-54db-878b-000000003ac6 | TASK | Check Keystone project status 2026-03-09 03:49:52.005215 | fa163ec7-a901-54db-878b-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-09 03:49:57.229314 | fa163ec7-a901-54db-878b-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-03-09 03:49:57.231701 | fa163ec7-a901-54db-878b-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:00.258481 | 5.51s 2026-03-09 03:49:57.241714 | fa163ec7-a901-54db-878b-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:00.268504 | 5.52s 2026-03-09 03:49:57.259410 | fa163ec7-a901-54db-878b-0000000039a9 | TASK | Create Keystone Domains 2026-03-09 03:49:57.366263 | fa163ec7-a901-54db-878b-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:00.393043 | 0.11s 2026-03-09 03:49:57.378587 | fa163ec7-a901-54db-878b-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:00.405363 | 0.12s 2026-03-09 03:49:57.390542 | fb1de988-f326-401e-8104-a327eda3251c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-09 03:49:57.431366 | fa163ec7-a901-54db-878b-000000003b79 | TASK | Async creation of Keystone domains 2026-03-09 03:49:57.899046 | fa163ec7-a901-54db-878b-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-09 03:49:57.900475 | fa163ec7-a901-54db-878b-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:00.927261 | 0.47s 2026-03-09 03:49:57.906544 | fa163ec7-a901-54db-878b-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:00.933339 | 0.47s 2026-03-09 03:49:57.925006 | fa163ec7-a901-54db-878b-000000003b7b | TASK | Check Keystone domain status 2026-03-09 03:49:58.198148 | fa163ec7-a901-54db-878b-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-09 03:50:03.435658 | fa163ec7-a901-54db-878b-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-09 03:50:03.437522 | fa163ec7-a901-54db-878b-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:06.464319 | 5.51s 2026-03-09 03:50:03.448706 | fa163ec7-a901-54db-878b-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:06.475482 | 5.52s 2026-03-09 03:50:03.469807 | fa163ec7-a901-54db-878b-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-09 03:50:03.503216 | fa163ec7-a901-54db-878b-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:06.529975 | 0.03s 2026-03-09 03:50:03.521283 | 0edc0bd7-d6a6-4f3c-ba93-759c4bf69320 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-09 03:50:03.569234 | fa163ec7-a901-54db-878b-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-03-09 03:50:04.982921 | fa163ec7-a901-54db-878b-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-09 03:50:04.984245 | fa163ec7-a901-54db-878b-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:08.011032 | 1.41s 2026-03-09 03:50:05.002829 | fa163ec7-a901-54db-878b-000000003c44 | TASK | Set openstack_domains fact 2026-03-09 03:50:05.057613 | fa163ec7-a901-54db-878b-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-03-09 03:50:05.059018 | fa163ec7-a901-54db-878b-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:08.085799 | 0.05s 2026-03-09 03:50:05.078120 | fa163ec7-a901-54db-878b-0000000039ac | TASK | Create Keystone Services 2026-03-09 03:50:05.202422 | fa163ec7-a901-54db-878b-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:08.229174 | 0.12s 2026-03-09 03:50:05.219964 | fa163ec7-a901-54db-878b-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:08.246069 | 0.14s 2026-03-09 03:50:05.233837 | fa163ec7-a901-54db-878b-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:08.260621 | 0.15s 2026-03-09 03:50:05.252066 | 19ac14ae-9738-405d-aff8-f1eedbf99090 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-09 03:50:05.260979 | f6517116-2199-47fb-9b52-33b736f7d580 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-09 03:50:05.311067 | fa163ec7-a901-54db-878b-000000003d20 | TASK | Async creation of Keystone service 2026-03-09 03:50:05.704593 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-09 03:50:05.706166 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.732945 | 0.39s 2026-03-09 03:50:05.989712 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-09 03:50:05.990555 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.017353 | 0.68s 2026-03-09 03:50:06.247044 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-09 03:50:06.247891 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.274687 | 0.94s 2026-03-09 03:50:06.590462 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-09 03:50:06.591441 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.618233 | 1.28s 2026-03-09 03:50:06.880992 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-09 03:50:06.881620 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.908419 | 1.57s 2026-03-09 03:50:07.154869 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-09 03:50:07.156087 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.182886 | 1.84s 2026-03-09 03:50:07.447939 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-09 03:50:07.449790 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.476576 | 2.14s 2026-03-09 03:50:07.802002 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-09 03:50:07.803122 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.829922 | 2.49s 2026-03-09 03:50:08.069344 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-09 03:50:08.070545 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:11.097342 | 2.76s 2026-03-09 03:50:08.341367 | fa163ec7-a901-54db-878b-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-09 03:50:08.342429 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:11.369222 | 3.03s 2026-03-09 03:50:08.354742 | fa163ec7-a901-54db-878b-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:11.381545 | 3.04s 2026-03-09 03:50:08.369656 | fa163ec7-a901-54db-878b-000000003d22 | TASK | Check Keystone service status 2026-03-09 03:50:08.676543 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-09 03:50:08.678185 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.704971 | 0.31s 2026-03-09 03:50:08.937899 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-09 03:50:08.939416 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.966214 | 0.57s 2026-03-09 03:50:09.149411 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-09 03:50:09.150738 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.177537 | 0.78s 2026-03-09 03:50:09.379724 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-09 03:50:09.380802 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.407595 | 1.01s 2026-03-09 03:50:09.622547 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-09 03:50:09.624507 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.651298 | 1.25s 2026-03-09 03:50:09.799283 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-09 03:50:09.801151 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.827942 | 1.43s 2026-03-09 03:50:10.090621 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-09 03:50:10.091685 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.118477 | 1.72s 2026-03-09 03:50:10.326463 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-09 03:50:10.327234 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.354032 | 1.96s 2026-03-09 03:50:10.552223 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-09 03:50:10.553985 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.580776 | 2.18s 2026-03-09 03:50:10.815624 | fa163ec7-a901-54db-878b-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-09 03:50:10.816771 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.843562 | 2.45s 2026-03-09 03:50:10.828236 | fa163ec7-a901-54db-878b-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.855020 | 2.46s 2026-03-09 03:50:10.854423 | fa163ec7-a901-54db-878b-000000003d27 | TASK | Async creation of Keystone service 2026-03-09 03:50:11.190908 | fa163ec7-a901-54db-878b-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-09 03:50:11.192556 | fa163ec7-a901-54db-878b-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.219340 | 0.34s 2026-03-09 03:50:11.446599 | fa163ec7-a901-54db-878b-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-09 03:50:11.448249 | fa163ec7-a901-54db-878b-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.475046 | 0.59s 2026-03-09 03:50:11.670783 | fa163ec7-a901-54db-878b-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-09 03:50:11.672166 | fa163ec7-a901-54db-878b-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.698956 | 0.82s 2026-03-09 03:50:11.680740 | fa163ec7-a901-54db-878b-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.707518 | 0.82s 2026-03-09 03:50:11.698319 | fa163ec7-a901-54db-878b-000000003d29 | TASK | Check Keystone service status 2026-03-09 03:50:11.976619 | fa163ec7-a901-54db-878b-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-09 03:50:17.161488 | fa163ec7-a901-54db-878b-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-09 03:50:17.163823 | fa163ec7-a901-54db-878b-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.190601 | 5.46s 2026-03-09 03:50:17.383867 | fa163ec7-a901-54db-878b-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-09 03:50:17.385093 | fa163ec7-a901-54db-878b-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.411884 | 5.68s 2026-03-09 03:50:17.577859 | fa163ec7-a901-54db-878b-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-09 03:50:17.579003 | fa163ec7-a901-54db-878b-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.605795 | 5.88s 2026-03-09 03:50:17.593395 | fa163ec7-a901-54db-878b-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.620183 | 5.89s 2026-03-09 03:50:17.616934 | fa163ec7-a901-54db-878b-0000000039ae | TASK | Create Keystone Endpoints 2026-03-09 03:50:17.678374 | fa163ec7-a901-54db-878b-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.705141 | 0.06s 2026-03-09 03:50:17.698698 | fa163ec7-a901-54db-878b-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.725492 | 0.08s 2026-03-09 03:50:17.718140 | fa163ec7-a901-54db-878b-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.744940 | 0.10s 2026-03-09 03:50:17.723838 | fa163ec7-a901-54db-878b-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.750627 | 0.10s 2026-03-09 03:50:17.738258 | 61b8c3ed-fe89-44b7-a323-be49b5d4a231 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-09 03:50:17.745527 | ea442936-fa0e-49fe-8e05-c7798f123aa8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-09 03:50:17.752613 | 45dd2594-28b1-4cad-a61f-19783da21e88 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-09 03:50:17.808578 | fa163ec7-a901-54db-878b-000000003e59 | TASK | Create Keystone public endpoints 2026-03-09 03:50:17.900707 | fa163ec7-a901-54db-878b-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:20.927460 | 0.09s 2026-03-09 03:50:17.917733 | fa163ec7-a901-54db-878b-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:20.944521 | 0.11s 2026-03-09 03:50:17.932612 | fa163ec7-a901-54db-878b-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:20.959396 | 0.12s 2026-03-09 03:50:17.951183 | cd08b35b-8084-47c8-9f38-3e5dd3253b69 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-09 03:50:17.960755 | ea29ae03-decb-4458-9c4f-d801929b7bfd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-09 03:50:17.985464 | fa163ec7-a901-54db-878b-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-03-09 03:50:18.294034 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-09 03:50:18.295430 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.322224 | 0.31s 2026-03-09 03:50:18.578991 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-09 03:50:18.579941 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.606734 | 0.59s 2026-03-09 03:50:18.902081 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-09 03:50:18.903510 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.930296 | 0.92s 2026-03-09 03:50:19.168788 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-09 03:50:19.169736 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.196530 | 1.18s 2026-03-09 03:50:19.463749 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-09 03:50:19.464830 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.491622 | 1.48s 2026-03-09 03:50:19.685563 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-09 03:50:19.686313 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.713110 | 1.70s 2026-03-09 03:50:19.975711 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-09 03:50:19.978224 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.005006 | 1.99s 2026-03-09 03:50:20.236516 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-09 03:50:20.237394 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.264192 | 2.25s 2026-03-09 03:50:20.509237 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-09 03:50:20.510410 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.537208 | 2.52s 2026-03-09 03:50:20.768490 | fa163ec7-a901-54db-878b-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-09 03:50:20.770747 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.797536 | 2.78s 2026-03-09 03:50:20.778946 | fa163ec7-a901-54db-878b-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.805733 | 2.79s 2026-03-09 03:50:20.795213 | fa163ec7-a901-54db-878b-000000003f83 | TASK | Check Keystone public endpoint status 2026-03-09 03:50:21.045300 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-09 03:50:21.047377 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.074168 | 0.25s 2026-03-09 03:50:21.303107 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-09 03:50:21.303731 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.330531 | 0.51s 2026-03-09 03:50:21.538181 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-09 03:50:21.540480 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.567269 | 0.74s 2026-03-09 03:50:21.796483 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-09 03:50:21.800283 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.827070 | 1.00s 2026-03-09 03:50:22.048329 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-09 03:50:22.050908 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.077703 | 1.25s 2026-03-09 03:50:22.309551 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-09 03:50:22.310759 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.337557 | 1.51s 2026-03-09 03:50:22.592292 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-09 03:50:22.594178 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.620968 | 1.80s 2026-03-09 03:50:22.818930 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-09 03:50:22.822043 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.848814 | 2.03s 2026-03-09 03:50:23.075832 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-09 03:50:23.077734 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.104523 | 2.28s 2026-03-09 03:50:23.279238 | fa163ec7-a901-54db-878b-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-09 03:50:23.281092 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.307882 | 2.49s 2026-03-09 03:50:23.295493 | fa163ec7-a901-54db-878b-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.322277 | 2.50s 2026-03-09 03:50:23.322526 | fa163ec7-a901-54db-878b-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-03-09 03:50:23.661471 | fa163ec7-a901-54db-878b-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-09 03:50:23.664041 | fa163ec7-a901-54db-878b-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:26.690793 | 0.34s 2026-03-09 03:50:23.976992 | fa163ec7-a901-54db-878b-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-09 03:50:23.978186 | fa163ec7-a901-54db-878b-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.004974 | 0.65s 2026-03-09 03:50:24.288175 | fa163ec7-a901-54db-878b-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-09 03:50:24.289066 | fa163ec7-a901-54db-878b-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.315866 | 0.97s 2026-03-09 03:50:24.296387 | fa163ec7-a901-54db-878b-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.323182 | 0.97s 2026-03-09 03:50:24.312115 | fa163ec7-a901-54db-878b-000000003f8a | TASK | Check Keystone public endpoint status 2026-03-09 03:50:24.542747 | fa163ec7-a901-54db-878b-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-09 03:50:29.758261 | fa163ec7-a901-54db-878b-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-09 03:50:29.759688 | fa163ec7-a901-54db-878b-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:32.786468 | 5.45s 2026-03-09 03:50:29.976071 | fa163ec7-a901-54db-878b-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-09 03:50:29.978169 | fa163ec7-a901-54db-878b-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.004959 | 5.67s 2026-03-09 03:50:30.203248 | fa163ec7-a901-54db-878b-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-09 03:50:30.204539 | fa163ec7-a901-54db-878b-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.231333 | 5.89s 2026-03-09 03:50:30.215115 | fa163ec7-a901-54db-878b-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.241910 | 5.90s 2026-03-09 03:50:30.232161 | fa163ec7-a901-54db-878b-000000003e5e | TASK | Create Keystone admin endpoints 2026-03-09 03:50:30.323942 | fa163ec7-a901-54db-878b-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:33.350715 | 0.09s 2026-03-09 03:50:30.345009 | fa163ec7-a901-54db-878b-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:33.371794 | 0.11s 2026-03-09 03:50:30.366431 | fa163ec7-a901-54db-878b-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:33.393215 | 0.13s 2026-03-09 03:50:30.387557 | 5c6f8ed5-7639-47b0-9d48-a9acef8bad4c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-09 03:50:30.401908 | 762e3103-3468-4951-b451-503ee6d84b04 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-09 03:50:30.428573 | fa163ec7-a901-54db-878b-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-03-09 03:50:30.796319 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-09 03:50:30.797948 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:33.824741 | 0.37s 2026-03-09 03:50:31.058622 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-09 03:50:31.061486 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.088282 | 0.63s 2026-03-09 03:50:31.304235 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-09 03:50:31.304817 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.331617 | 0.87s 2026-03-09 03:50:31.747335 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-09 03:50:31.747879 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.774679 | 1.32s 2026-03-09 03:50:31.969173 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-09 03:50:31.969897 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.996697 | 1.54s 2026-03-09 03:50:32.314070 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-09 03:50:32.314890 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:35.341678 | 1.88s 2026-03-09 03:50:32.578119 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-09 03:50:32.580619 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:35.607405 | 2.15s 2026-03-09 03:50:32.854108 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-09 03:50:32.855986 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:35.882782 | 2.43s 2026-03-09 03:50:33.179350 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-09 03:50:33.181376 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.208170 | 2.75s 2026-03-09 03:50:33.474485 | fa163ec7-a901-54db-878b-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-09 03:50:33.479832 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.506629 | 3.05s 2026-03-09 03:50:33.486669 | fa163ec7-a901-54db-878b-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.513465 | 3.06s 2026-03-09 03:50:33.503599 | fa163ec7-a901-54db-878b-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-03-09 03:50:33.764024 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-09 03:50:33.765458 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:36.792254 | 0.26s 2026-03-09 03:50:34.050803 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-09 03:50:34.052425 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.079224 | 0.55s 2026-03-09 03:50:34.247852 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-09 03:50:34.248572 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.275372 | 0.74s 2026-03-09 03:50:34.528287 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-09 03:50:34.531332 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.558121 | 1.03s 2026-03-09 03:50:34.801477 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-09 03:50:34.802335 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.829134 | 1.30s 2026-03-09 03:50:35.038724 | fa163ec7-a901-54db-878b-000000003fe4 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-09 03:50:40.267284 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-09 03:50:40.269268 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.296052 | 6.76s 2026-03-09 03:50:40.480061 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-09 03:50:40.481318 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.508104 | 6.98s 2026-03-09 03:50:40.745972 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-09 03:50:40.747990 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.774781 | 7.24s 2026-03-09 03:50:40.969232 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-09 03:50:40.970355 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.997147 | 7.47s 2026-03-09 03:50:41.190975 | fa163ec7-a901-54db-878b-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-09 03:50:41.191661 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.218460 | 7.69s 2026-03-09 03:50:41.200755 | fa163ec7-a901-54db-878b-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.227539 | 7.70s 2026-03-09 03:50:41.230172 | fa163ec7-a901-54db-878b-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-03-09 03:50:41.582135 | fa163ec7-a901-54db-878b-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-09 03:50:41.583570 | fa163ec7-a901-54db-878b-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.610355 | 0.35s 2026-03-09 03:50:41.863756 | fa163ec7-a901-54db-878b-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-09 03:50:41.864745 | fa163ec7-a901-54db-878b-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.891536 | 0.63s 2026-03-09 03:50:42.113180 | fa163ec7-a901-54db-878b-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-09 03:50:42.113788 | fa163ec7-a901-54db-878b-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.140587 | 0.88s 2026-03-09 03:50:42.126197 | fa163ec7-a901-54db-878b-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.152980 | 0.89s 2026-03-09 03:50:42.148184 | fa163ec7-a901-54db-878b-000000003feb | TASK | Check Keystone admin endpoint status 2026-03-09 03:50:42.429266 | fa163ec7-a901-54db-878b-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-09 03:50:47.654434 | fa163ec7-a901-54db-878b-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-09 03:50:47.656498 | fa163ec7-a901-54db-878b-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:50.683281 | 5.51s 2026-03-09 03:50:47.954363 | fa163ec7-a901-54db-878b-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-09 03:50:47.956644 | fa163ec7-a901-54db-878b-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:50.983436 | 5.81s 2026-03-09 03:50:48.198078 | fa163ec7-a901-54db-878b-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-09 03:50:48.198998 | fa163ec7-a901-54db-878b-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:51.225794 | 6.05s 2026-03-09 03:50:48.205429 | fa163ec7-a901-54db-878b-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:51.232213 | 6.06s 2026-03-09 03:50:48.228173 | fa163ec7-a901-54db-878b-000000003e63 | TASK | Create Keystone internal endpoints 2026-03-09 03:50:48.319359 | fa163ec7-a901-54db-878b-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:51.346131 | 0.09s 2026-03-09 03:50:48.337281 | fa163ec7-a901-54db-878b-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:51.364072 | 0.11s 2026-03-09 03:50:48.351827 | fa163ec7-a901-54db-878b-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:51.378613 | 0.12s 2026-03-09 03:50:48.370488 | 8cf01164-27ba-4a69-8bcf-e8ad50576e13 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-09 03:50:48.381331 | 0d1fa95d-0074-44ae-8ef1-74ddc3e92e36 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-09 03:50:48.408267 | fa163ec7-a901-54db-878b-000000004045 | TASK | Async creation of Keystone internal endpoint 2026-03-09 03:50:48.747427 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-09 03:50:48.748553 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:51.775344 | 0.34s 2026-03-09 03:50:49.033688 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-09 03:50:49.034469 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.061268 | 0.62s 2026-03-09 03:50:49.330517 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-09 03:50:49.331165 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.357965 | 0.92s 2026-03-09 03:50:49.644465 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-09 03:50:49.645183 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.671982 | 1.24s 2026-03-09 03:50:49.918232 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-09 03:50:49.919625 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.946423 | 1.51s 2026-03-09 03:50:50.170181 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-09 03:50:50.170760 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.197559 | 1.76s 2026-03-09 03:50:50.437959 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-09 03:50:50.439245 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.466044 | 2.03s 2026-03-09 03:50:50.751162 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-09 03:50:50.752736 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.779536 | 2.34s 2026-03-09 03:50:51.053760 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-09 03:50:51.054374 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.081174 | 2.64s 2026-03-09 03:50:51.311148 | fa163ec7-a901-54db-878b-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-09 03:50:51.311884 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.338684 | 2.90s 2026-03-09 03:50:51.318531 | fa163ec7-a901-54db-878b-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.345317 | 2.91s 2026-03-09 03:50:51.344483 | fa163ec7-a901-54db-878b-000000004047 | TASK | Check Keystone internal endpoint status 2026-03-09 03:50:51.579594 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-09 03:50:51.580517 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:54.607312 | 0.23s 2026-03-09 03:50:51.826840 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-09 03:50:51.827528 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:54.854327 | 0.48s 2026-03-09 03:50:52.057167 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-09 03:50:52.057808 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.084608 | 0.71s 2026-03-09 03:50:52.252039 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-09 03:50:52.253229 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.280021 | 0.91s 2026-03-09 03:50:52.519070 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-09 03:50:52.521401 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.548120 | 1.18s 2026-03-09 03:50:52.749891 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-09 03:50:52.752232 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.779019 | 1.41s 2026-03-09 03:50:53.014271 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-09 03:50:53.015835 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.042634 | 1.67s 2026-03-09 03:50:53.282716 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-09 03:50:53.283836 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.310626 | 1.94s 2026-03-09 03:50:53.539999 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-09 03:50:53.541783 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.568575 | 2.20s 2026-03-09 03:50:53.797566 | fa163ec7-a901-54db-878b-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-09 03:50:53.798726 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.825518 | 2.45s 2026-03-09 03:50:53.819374 | fa163ec7-a901-54db-878b-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.846162 | 2.47s 2026-03-09 03:50:53.840754 | fa163ec7-a901-54db-878b-00000000404c | TASK | Async creation of Keystone internal endpoint 2026-03-09 03:50:54.209402 | fa163ec7-a901-54db-878b-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-09 03:50:54.211740 | fa163ec7-a901-54db-878b-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.238521 | 0.37s 2026-03-09 03:50:54.532651 | fa163ec7-a901-54db-878b-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-09 03:50:54.534624 | fa163ec7-a901-54db-878b-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.561410 | 0.69s 2026-03-09 03:50:54.814057 | fa163ec7-a901-54db-878b-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-09 03:50:54.814674 | fa163ec7-a901-54db-878b-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.841474 | 0.97s 2026-03-09 03:50:54.823046 | fa163ec7-a901-54db-878b-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.849802 | 0.98s 2026-03-09 03:50:54.844080 | fa163ec7-a901-54db-878b-00000000404e | TASK | Check Keystone internal endpoint status 2026-03-09 03:50:55.138763 | fa163ec7-a901-54db-878b-00000000404e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-09 03:51:00.354705 | fa163ec7-a901-54db-878b-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-09 03:51:00.356283 | fa163ec7-a901-54db-878b-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:03.383074 | 5.51s 2026-03-09 03:51:00.619239 | fa163ec7-a901-54db-878b-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-09 03:51:00.619910 | fa163ec7-a901-54db-878b-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:03.646710 | 5.77s 2026-03-09 03:51:00.863770 | fa163ec7-a901-54db-878b-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-09 03:51:00.864426 | fa163ec7-a901-54db-878b-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:03.891226 | 6.02s 2026-03-09 03:51:00.870192 | fa163ec7-a901-54db-878b-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:03.896973 | 6.02s 2026-03-09 03:51:00.891120 | fa163ec7-a901-54db-878b-0000000039b0 | TASK | Run cleanup tasks 2026-03-09 03:51:00.953295 | fa163ec7-a901-54db-878b-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:03.980064 | 0.06s 2026-03-09 03:51:00.969795 | dbf51e0a-9114-4a6c-b517-870ac2058f44 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-09 03:51:01.042676 | fa163ec7-a901-54db-878b-0000000040a2 | TASK | Get list of enabled services 2026-03-09 03:51:03.622056 | fa163ec7-a901-54db-878b-0000000040a2 | CHANGED | Get list of enabled services | undercloud 2026-03-09 03:51:03.623767 | fa163ec7-a901-54db-878b-0000000040a2 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:06.650548 | 2.58s 2026-03-09 03:51:03.643742 | fa163ec7-a901-54db-878b-0000000040a3 | TASK | List services to be disabled 2026-03-09 03:51:03.733577 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-09 03:51:03.772362 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-09 03:51:03.804883 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-09 03:51:03.832112 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-09 03:51:03.858113 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-09 03:51:03.884375 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-09 03:51:03.910874 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-09 03:51:03.935713 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-09 03:51:03.961799 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-09 03:51:03.987269 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-09 03:51:04.013114 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-09 03:51:04.064730 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-09 03:51:04.068848 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-09 03:51:04.086806 | fa163ec7-a901-54db-878b-0000000040a3 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-09 03:51:04.100039 | fa163ec7-a901-54db-878b-0000000040a3 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:07.126795 | 0.45s 2026-03-09 03:51:04.121298 | fa163ec7-a901-54db-878b-0000000040a4 | TASK | Delete keystone services not enabled 2026-03-09 03:51:04.151009 | fa163ec7-a901-54db-878b-0000000040a4 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:07.177786 | 0.03s 2026-03-09 03:51:04.170127 | fa163ec7-a901-54db-878b-0000000039b1 | TASK | Create Keystone Roles 2026-03-09 03:51:04.248611 | fa163ec7-a901-54db-878b-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:07.275387 | 0.08s 2026-03-09 03:51:04.255272 | fa163ec7-a901-54db-878b-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:07.282060 | 0.08s 2026-03-09 03:51:04.265786 | f75714db-84ae-4bda-aa46-144cf423111f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-09 03:51:04.318563 | fa163ec7-a901-54db-878b-00000000420e | TASK | Async creation of Keystone role 2026-03-09 03:51:04.645356 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-09 03:51:04.647792 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:07.674562 | 0.33s 2026-03-09 03:51:04.929500 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-09 03:51:04.931361 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:07.958153 | 0.61s 2026-03-09 03:51:05.214141 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-09 03:51:05.214712 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.241512 | 0.90s 2026-03-09 03:51:05.520982 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-09 03:51:05.521551 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.548352 | 1.20s 2026-03-09 03:51:05.758811 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-09 03:51:05.761908 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.788698 | 1.44s 2026-03-09 03:51:06.039048 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-09 03:51:06.041556 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.068320 | 1.72s 2026-03-09 03:51:06.341381 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-09 03:51:06.344198 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.370993 | 2.02s 2026-03-09 03:51:06.585298 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-09 03:51:06.589750 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.616539 | 2.27s 2026-03-09 03:51:06.835873 | fa163ec7-a901-54db-878b-00000000420e | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-09 03:51:06.844131 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.870920 | 2.52s 2026-03-09 03:51:06.851387 | fa163ec7-a901-54db-878b-00000000420e | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.878181 | 2.53s 2026-03-09 03:51:06.866268 | fa163ec7-a901-54db-878b-000000004210 | TASK | Check Keystone role status 2026-03-09 03:51:07.145867 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-09 03:51:07.146759 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.173553 | 0.28s 2026-03-09 03:51:07.386559 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-09 03:51:07.387782 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.414574 | 0.52s 2026-03-09 03:51:07.628276 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-09 03:51:07.629373 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.656165 | 0.76s 2026-03-09 03:51:07.865087 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-09 03:51:07.866286 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:10.893074 | 1.00s 2026-03-09 03:51:08.133431 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-09 03:51:08.134615 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.161407 | 1.27s 2026-03-09 03:51:08.402866 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-09 03:51:08.404705 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.431496 | 1.54s 2026-03-09 03:51:08.606516 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-09 03:51:08.607529 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.634322 | 1.74s 2026-03-09 03:51:08.873741 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-09 03:51:08.874747 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.901540 | 2.01s 2026-03-09 03:51:09.113061 | fa163ec7-a901-54db-878b-000000004210 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-09 03:51:09.114493 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.141280 | 2.25s 2026-03-09 03:51:09.136114 | fa163ec7-a901-54db-878b-000000004210 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.162900 | 2.27s 2026-03-09 03:51:09.161799 | fa163ec7-a901-54db-878b-0000000039b3 | TASK | Create Keystone Users 2026-03-09 03:51:09.271457 | fa163ec7-a901-54db-878b-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:12.298220 | 0.11s 2026-03-09 03:51:09.288764 | fa163ec7-a901-54db-878b-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:12.315558 | 0.13s 2026-03-09 03:51:09.296558 | fa163ec7-a901-54db-878b-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:12.323342 | 0.13s 2026-03-09 03:51:09.316673 | 5b7b6d15-c9d5-4ab4-bbfb-100476b45c10 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-09 03:51:09.329634 | 1559d737-3457-499b-b620-eaaddf5b1513 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-09 03:51:09.394196 | fa163ec7-a901-54db-878b-0000000043a2 | TASK | Check password of Keystone user 2026-03-09 03:51:10.503493 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:10.504984 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:13.531755 | 1.11s 2026-03-09 03:51:11.484762 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:11.486478 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:14.513266 | 2.09s 2026-03-09 03:51:12.403609 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:12.414596 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:15.441394 | 3.02s 2026-03-09 03:51:13.381640 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:13.382833 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:16.409629 | 3.99s 2026-03-09 03:51:14.356287 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:14.356832 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:17.383632 | 4.96s 2026-03-09 03:51:15.240159 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:15.241409 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:18.268206 | 5.85s 2026-03-09 03:51:16.301566 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:16.302451 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:19.329244 | 6.91s 2026-03-09 03:51:17.261104 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:17.262173 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.288962 | 7.87s 2026-03-09 03:51:18.183321 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:18.184050 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:21.210847 | 8.79s 2026-03-09 03:51:19.090590 | fa163ec7-a901-54db-878b-0000000043a2 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:19.091737 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:22.118537 | 9.70s 2026-03-09 03:51:19.097399 | fa163ec7-a901-54db-878b-0000000043a2 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:19.098333 | fa163ec7-a901-54db-878b-0000000043a2 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:22.125126 | 9.70s 2026-03-09 03:51:19.117695 | fa163ec7-a901-54db-878b-0000000043a4 | TASK | Async creation of Keystone user 2026-03-09 03:51:19.512271 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:19.516209 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:22.542003 | 0.40s 2026-03-09 03:51:19.865067 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:19.865952 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:22.892745 | 0.75s 2026-03-09 03:51:20.200375 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:20.201863 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.228663 | 1.08s 2026-03-09 03:51:20.570176 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:20.571541 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.598340 | 1.45s 2026-03-09 03:51:20.893146 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:20.893719 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.920519 | 1.77s 2026-03-09 03:51:21.173633 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:21.174329 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.201129 | 2.06s 2026-03-09 03:51:21.480181 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:21.482192 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.508983 | 2.36s 2026-03-09 03:51:21.823703 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:21.824443 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.851240 | 2.71s 2026-03-09 03:51:22.165949 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:22.166494 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:25.193295 | 3.05s 2026-03-09 03:51:22.515341 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:22.516329 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:25.543128 | 3.40s 2026-03-09 03:51:22.526279 | fa163ec7-a901-54db-878b-0000000043a4 | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:22.526885 | fa163ec7-a901-54db-878b-0000000043a4 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:25.553686 | 3.41s 2026-03-09 03:51:22.541339 | fa163ec7-a901-54db-878b-0000000043a6 | TASK | Check Keystone user status 2026-03-09 03:51:22.823738 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:22.824794 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:25.851587 | 0.28s 2026-03-09 03:51:23.034183 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:23.036962 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.063752 | 0.49s 2026-03-09 03:51:23.302009 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:23.304145 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.330935 | 0.76s 2026-03-09 03:51:23.568619 | fa163ec7-a901-54db-878b-0000000043a6 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-09 03:51:28.842209 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:28.842706 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:31.869507 | 6.30s 2026-03-09 03:51:29.086083 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:29.089070 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.115856 | 6.55s 2026-03-09 03:51:29.313363 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:29.316918 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.343702 | 6.77s 2026-03-09 03:51:29.578644 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:29.580471 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.607262 | 7.04s 2026-03-09 03:51:29.859982 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:29.862946 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.889745 | 7.32s 2026-03-09 03:51:30.134960 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:30.135780 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.162573 | 7.59s 2026-03-09 03:51:30.373657 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:30.375277 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.402064 | 7.83s 2026-03-09 03:51:30.385308 | fa163ec7-a901-54db-878b-0000000043a6 | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:30.385970 | fa163ec7-a901-54db-878b-0000000043a6 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.412763 | 7.84s 2026-03-09 03:51:30.408187 | fa163ec7-a901-54db-878b-0000000043ab | TASK | Check password of Keystone user 2026-03-09 03:51:31.355718 | fa163ec7-a901-54db-878b-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:31.357351 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.384131 | 0.95s 2026-03-09 03:51:32.323747 | fa163ec7-a901-54db-878b-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:32.325364 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.352155 | 1.92s 2026-03-09 03:51:33.265250 | fa163ec7-a901-54db-878b-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:33.266284 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.293072 | 2.86s 2026-03-09 03:51:34.311325 | fa163ec7-a901-54db-878b-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:34.312769 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.339564 | 3.90s 2026-03-09 03:51:35.245982 | fa163ec7-a901-54db-878b-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:35.248037 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.274798 | 4.84s 2026-03-09 03:51:36.195970 | fa163ec7-a901-54db-878b-0000000043ab | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:36.197363 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.224154 | 5.79s 2026-03-09 03:51:36.207340 | fa163ec7-a901-54db-878b-0000000043ab | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-03-09 03:51:36.208030 | fa163ec7-a901-54db-878b-0000000043ab | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.234809 | 5.80s 2026-03-09 03:51:36.223918 | fa163ec7-a901-54db-878b-0000000043ad | TASK | Async creation of Keystone user 2026-03-09 03:51:36.638150 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:36.640098 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.666883 | 0.42s 2026-03-09 03:51:37.027128 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:37.027699 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.054500 | 0.80s 2026-03-09 03:51:37.404412 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:37.405471 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.432267 | 1.18s 2026-03-09 03:51:37.709532 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:37.710151 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.736951 | 1.49s 2026-03-09 03:51:38.046640 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:38.047203 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.074003 | 1.82s 2026-03-09 03:51:38.353378 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:38.355134 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.381924 | 2.13s 2026-03-09 03:51:38.364916 | fa163ec7-a901-54db-878b-0000000043ad | CHANGED | Async creation of Keystone user | undercloud 2026-03-09 03:51:38.365818 | fa163ec7-a901-54db-878b-0000000043ad | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.392612 | 2.14s 2026-03-09 03:51:38.384076 | fa163ec7-a901-54db-878b-0000000043af | TASK | Check Keystone user status 2026-03-09 03:51:38.695164 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:38.696691 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.723486 | 0.31s 2026-03-09 03:51:38.895416 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:38.896533 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.923332 | 0.51s 2026-03-09 03:51:39.097660 | fa163ec7-a901-54db-878b-0000000043af | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-09 03:51:44.318481 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:44.319836 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.346628 | 5.93s 2026-03-09 03:51:44.586633 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:44.588520 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.615309 | 6.20s 2026-03-09 03:51:44.829903 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:44.830485 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.857285 | 6.44s 2026-03-09 03:51:45.134112 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:45.135452 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:48.162243 | 6.75s 2026-03-09 03:51:45.145166 | fa163ec7-a901-54db-878b-0000000043af | CHANGED | Check Keystone user status | undercloud 2026-03-09 03:51:45.145885 | fa163ec7-a901-54db-878b-0000000043af | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:48.172684 | 6.76s 2026-03-09 03:51:45.162512 | fa163ec7-a901-54db-878b-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-03-09 03:51:45.260428 | fa163ec7-a901-54db-878b-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:48.287201 | 0.10s 2026-03-09 03:51:45.286168 | fa163ec7-a901-54db-878b-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:48.312957 | 0.12s 2026-03-09 03:51:45.306058 | fa163ec7-a901-54db-878b-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:48.332851 | 0.14s 2026-03-09 03:51:45.315358 | fa163ec7-a901-54db-878b-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:48.342141 | 0.15s 2026-03-09 03:51:45.331224 | 0014100d-19d8-4734-afca-64106f74674a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-09 03:51:45.338852 | 4a2a2d6b-2a52-4d98-8e98-3f87f527cf94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-09 03:51:45.345564 | 94c549ee-c804-42ff-bc7f-84ee45cf08c1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-09 03:51:45.414259 | fa163ec7-a901-54db-878b-0000000045a2 | TASK | Async assignment of Keystone user per role 2026-03-09 03:51:45.478823 | fa163ec7-a901-54db-878b-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:48.505591 | 0.06s 2026-03-09 03:51:45.500547 | fa163ec7-a901-54db-878b-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:48.527333 | 0.08s 2026-03-09 03:51:45.508144 | fa163ec7-a901-54db-878b-0000000045a2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:48.534930 | 0.09s 2026-03-09 03:51:45.526510 | a52cdb7a-4856-488e-bfff-6552c1fb94b9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-09 03:51:45.537487 | 7422735e-fb1b-4ea5-895c-af423eea30f7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-09 03:51:45.562355 | fa163ec7-a901-54db-878b-00000000476b | TASK | Async assignment of Keystone user to roles 2026-03-09 03:51:45.961134 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-09 03:51:45.963828 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:48.990606 | 0.40s 2026-03-09 03:51:46.304553 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-09 03:51:46.305344 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.332141 | 0.74s 2026-03-09 03:51:46.638682 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-09 03:51:46.640484 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.667275 | 1.08s 2026-03-09 03:51:46.936422 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-09 03:51:46.936973 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:49.963774 | 1.37s 2026-03-09 03:51:47.279423 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-09 03:51:47.280480 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.307280 | 1.72s 2026-03-09 03:51:47.555503 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-09 03:51:47.556837 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.583621 | 1.99s 2026-03-09 03:51:47.855184 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-09 03:51:47.856410 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.883204 | 2.29s 2026-03-09 03:51:48.233787 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-09 03:51:48.234411 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.261210 | 2.67s 2026-03-09 03:51:48.514770 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-09 03:51:48.515966 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.542763 | 2.95s 2026-03-09 03:51:48.800021 | fa163ec7-a901-54db-878b-00000000476b | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-09 03:51:48.803721 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.830520 | 3.24s 2026-03-09 03:51:48.807322 | fa163ec7-a901-54db-878b-00000000476b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.834114 | 3.24s 2026-03-09 03:51:48.822766 | fa163ec7-a901-54db-878b-00000000476d | TASK | Check Keystone user assignment to roles status 2026-03-09 03:51:49.079517 | fa163ec7-a901-54db-878b-00000000476d | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-09 03:51:54.308697 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-09 03:51:54.309653 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.336446 | 5.49s 2026-03-09 03:51:54.610950 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-09 03:51:54.612556 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.639352 | 5.79s 2026-03-09 03:51:54.873340 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-09 03:51:54.876155 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:57.902945 | 6.05s 2026-03-09 03:51:55.097581 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-09 03:51:55.100273 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:58.127062 | 6.28s 2026-03-09 03:51:55.357766 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-09 03:51:55.358594 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:58.385389 | 6.53s 2026-03-09 03:51:55.601983 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-09 03:51:55.605177 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:58.631967 | 6.78s 2026-03-09 03:51:55.879059 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-09 03:51:55.881701 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:58.908490 | 7.06s 2026-03-09 03:51:56.158660 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-09 03:51:56.161869 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.188658 | 7.34s 2026-03-09 03:51:56.433066 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-09 03:51:56.436110 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.462899 | 7.61s 2026-03-09 03:51:56.685953 | fa163ec7-a901-54db-878b-00000000476d | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-09 03:51:56.688449 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.715237 | 7.86s 2026-03-09 03:51:56.704067 | fa163ec7-a901-54db-878b-00000000476d | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.730852 | 7.88s 2026-03-09 03:51:56.723056 | fa163ec7-a901-54db-878b-000000004772 | TASK | Async assignment of Keystone user to roles 2026-03-09 03:51:57.119712 | fa163ec7-a901-54db-878b-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-09 03:51:57.122160 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:00.148949 | 0.40s 2026-03-09 03:51:57.454395 | fa163ec7-a901-54db-878b-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-09 03:51:57.457812 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:00.484597 | 0.73s 2026-03-09 03:51:57.758897 | fa163ec7-a901-54db-878b-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-09 03:51:57.760371 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:00.787167 | 1.04s 2026-03-09 03:51:58.051744 | fa163ec7-a901-54db-878b-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-09 03:51:58.052713 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.079510 | 1.33s 2026-03-09 03:51:58.357961 | fa163ec7-a901-54db-878b-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-09 03:51:58.358579 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.385379 | 1.63s 2026-03-09 03:51:58.614249 | fa163ec7-a901-54db-878b-000000004772 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-09 03:51:58.615475 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.642274 | 1.89s 2026-03-09 03:51:58.627121 | fa163ec7-a901-54db-878b-000000004772 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.653918 | 1.90s 2026-03-09 03:51:58.642156 | fa163ec7-a901-54db-878b-000000004774 | TASK | Check Keystone user assignment to roles status 2026-03-09 03:51:58.871048 | fa163ec7-a901-54db-878b-000000004774 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-09 03:52:04.086579 | fa163ec7-a901-54db-878b-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-09 03:52:04.087933 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.114719 | 5.44s 2026-03-09 03:52:04.329769 | fa163ec7-a901-54db-878b-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-09 03:52:04.330847 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.357640 | 5.69s 2026-03-09 03:52:04.584926 | fa163ec7-a901-54db-878b-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-09 03:52:04.586542 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.613328 | 5.94s 2026-03-09 03:52:04.842518 | fa163ec7-a901-54db-878b-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-09 03:52:04.843631 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:07.870422 | 6.20s 2026-03-09 03:52:05.051571 | fa163ec7-a901-54db-878b-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-09 03:52:05.052740 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:08.079531 | 6.41s 2026-03-09 03:52:05.306399 | fa163ec7-a901-54db-878b-000000004774 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-09 03:52:05.307503 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:08.334294 | 6.66s 2026-03-09 03:52:05.315372 | fa163ec7-a901-54db-878b-000000004774 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:08.342158 | 6.67s 2026-03-09 03:52:05.335478 | fa163ec7-a901-54db-878b-0000000045a7 | TASK | Async assignment of Keystone user per role 2026-03-09 03:52:05.431739 | fa163ec7-a901-54db-878b-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:08.458515 | 0.09s 2026-03-09 03:52:05.443429 | fa163ec7-a901-54db-878b-0000000045a7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:08.470217 | 0.11s 2026-03-09 03:52:05.453598 | 541bdccf-20e2-4f62-8c93-58c6cc4cd3d2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-09 03:52:05.473765 | fa163ec7-a901-54db-878b-0000000047d8 | TASK | Async assignment of Keystone user to roles 2026-03-09 03:52:05.851179 | fa163ec7-a901-54db-878b-0000000047d8 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-09 03:52:05.853427 | fa163ec7-a901-54db-878b-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.880213 | 0.38s 2026-03-09 03:52:05.863682 | fa163ec7-a901-54db-878b-0000000047d8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:08.890466 | 0.39s 2026-03-09 03:52:05.883521 | fa163ec7-a901-54db-878b-0000000047da | TASK | Check Keystone user assignment to roles status 2026-03-09 03:52:06.130944 | fa163ec7-a901-54db-878b-0000000047da | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-09 03:52:11.331556 | fa163ec7-a901-54db-878b-0000000047da | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-09 03:52:11.333054 | fa163ec7-a901-54db-878b-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.359809 | 5.45s 2026-03-09 03:52:11.339602 | fa163ec7-a901-54db-878b-0000000047da | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.366387 | 5.45s 2026-03-09 03:52:11.358624 | fa163ec7-a901-54db-878b-0000000045ac | TASK | Async assignment of Keystone user per role 2026-03-09 03:52:11.473149 | fa163ec7-a901-54db-878b-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:14.499924 | 0.11s 2026-03-09 03:52:11.480302 | fa163ec7-a901-54db-878b-0000000045ac | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:14.507087 | 0.12s 2026-03-09 03:52:11.494165 | 3310b31d-1435-45e1-978a-3bd863195ab0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-09 03:52:11.518441 | fa163ec7-a901-54db-878b-0000000047fc | TASK | Async assignment of Keystone user to roles 2026-03-09 03:52:11.884126 | fa163ec7-a901-54db-878b-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-09 03:52:11.885090 | fa163ec7-a901-54db-878b-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.911887 | 0.37s 2026-03-09 03:52:12.202281 | fa163ec7-a901-54db-878b-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-09 03:52:12.202798 | fa163ec7-a901-54db-878b-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:15.229599 | 0.68s 2026-03-09 03:52:12.507438 | fa163ec7-a901-54db-878b-0000000047fc | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-09 03:52:12.508041 | fa163ec7-a901-54db-878b-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:15.534842 | 0.99s 2026-03-09 03:52:12.515418 | fa163ec7-a901-54db-878b-0000000047fc | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:15.542212 | 1.00s 2026-03-09 03:52:12.529988 | fa163ec7-a901-54db-878b-0000000047fe | TASK | Check Keystone user assignment to roles status 2026-03-09 03:52:12.748455 | fa163ec7-a901-54db-878b-0000000047fe | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-09 03:52:17.971318 | fa163ec7-a901-54db-878b-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-09 03:52:17.973103 | fa163ec7-a901-54db-878b-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.999881 | 5.44s 2026-03-09 03:52:18.252903 | fa163ec7-a901-54db-878b-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-09 03:52:18.255219 | fa163ec7-a901-54db-878b-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:21.282008 | 5.72s 2026-03-09 03:52:18.455146 | fa163ec7-a901-54db-878b-0000000047fe | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-09 03:52:18.457464 | fa163ec7-a901-54db-878b-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:21.484257 | 5.93s 2026-03-09 03:52:18.468805 | fa163ec7-a901-54db-878b-0000000047fe | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:21.495585 | 5.94s 2026-03-09 03:52:18.505117 | fa163ec7-a901-54db-878b-00000000397b | TASK | is Keystone LDAP enabled 2026-03-09 03:52:18.567486 | fa163ec7-a901-54db-878b-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-03-09 03:52:18.568795 | fa163ec7-a901-54db-878b-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:21.595584 | 0.06s 2026-03-09 03:52:18.586153 | fa163ec7-a901-54db-878b-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-09 03:52:18.640358 | fa163ec7-a901-54db-878b-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-09 03:52:18.641617 | fa163ec7-a901-54db-878b-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:21.668403 | 0.05s 2026-03-09 03:52:18.656984 | fa163ec7-a901-54db-878b-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-03-09 03:52:18.694155 | fa163ec7-a901-54db-878b-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-09 03:52:18.696284 | fa163ec7-a901-54db-878b-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:21.723072 | 0.04s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-09 03:52:18.843160 | fa163ec7-a901-54db-878b-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-09 03:52:18.873198 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000e2') missing from stats 2026-03-09 03:52:18.895470 | fa163ec7-a901-54db-878b-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-09 03:52:19.382385 | fa163ec7-a901-54db-878b-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-09 03:52:19.383672 | fa163ec7-a901-54db-878b-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:22.410464 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:52:19.443488 | fa163ec7-a901-54db-878b-0000000000e4 | TIMING | include_tasks | standalone | 0:24:22.470269 | 0.03s 2026-03-09 03:52:19.489074 | e636d788-498d-4039-80f1-c82b43ab1098 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-09 03:52:19.515538 | fa163ec7-a901-54db-878b-000000004840 | TASK | Create virtqemud recovery script 2026-03-09 03:52:19.968782 | fa163ec7-a901-54db-878b-000000004840 | CHANGED | Create virtqemud recovery script | standalone 2026-03-09 03:52:19.970552 | fa163ec7-a901-54db-878b-000000004840 | TIMING | Create virtqemud recovery script | standalone | 0:24:22.997335 | 0.45s 2026-03-09 03:52:19.990080 | fa163ec7-a901-54db-878b-000000004841 | TASK | Create virtqemud recovery trigger service 2026-03-09 03:52:20.447925 | fa163ec7-a901-54db-878b-000000004841 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-09 03:52:20.449361 | fa163ec7-a901-54db-878b-000000004841 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:23.476150 | 0.46s 2026-03-09 03:52:20.480377 | fa163ec7-a901-54db-878b-000000004842 | TASK | Create virtqemud recovery trigger timer 2026-03-09 03:52:20.939399 | fa163ec7-a901-54db-878b-000000004842 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-09 03:52:20.940232 | fa163ec7-a901-54db-878b-000000004842 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:23.967030 | 0.46s 2026-03-09 03:52:20.959844 | fa163ec7-a901-54db-878b-000000004843 | TASK | Enable virtqemud recovery trigger service 2026-03-09 03:52:22.011153 | fa163ec7-a901-54db-878b-000000004843 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-09 03:52:22.012661 | fa163ec7-a901-54db-878b-000000004843 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:25.039455 | 1.05s 2026-03-09 03:52:22.035292 | fa163ec7-a901-54db-878b-000000004844 | TASK | Enable virtqemud recovery trigger timer 2026-03-09 03:52:23.048594 | fa163ec7-a901-54db-878b-000000004844 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-09 03:52:23.050590 | fa163ec7-a901-54db-878b-000000004844 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:26.077379 | 1.01s 2026-03-09 03:52:23.079871 | fa163ec7-a901-54db-878b-000000004845 | TASK | Really enable virtqemud recovery trigger timer 2026-03-09 03:52:23.728772 | fa163ec7-a901-54db-878b-000000004845 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-09 03:52:23.730098 | fa163ec7-a901-54db-878b-000000004845 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:26.756889 | 0.65s 2026-03-09 03:52:23.759265 | fa163ec7-a901-54db-878b-000000004847 | TASK | Create systemd file 2026-03-09 03:52:24.227664 | fa163ec7-a901-54db-878b-000000004847 | CHANGED | Create systemd file | standalone 2026-03-09 03:52:24.229254 | fa163ec7-a901-54db-878b-000000004847 | TIMING | Create systemd file | standalone | 0:24:27.256043 | 0.47s 2026-03-09 03:52:24.259257 | fa163ec7-a901-54db-878b-000000004848 | TASK | Reload systemd 2026-03-09 03:52:25.025120 | fa163ec7-a901-54db-878b-000000004848 | CHANGED | Reload systemd | standalone 2026-03-09 03:52:25.026968 | fa163ec7-a901-54db-878b-000000004848 | TIMING | Reload systemd | standalone | 0:24:28.053752 | 0.77s 2026-03-09 03:52:25.057742 | fa163ec7-a901-54db-878b-00000000484b | TASK | Start OVN container 2026-03-09 03:52:25.123081 | fa163ec7-a901-54db-878b-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-09 03:52:25.141587 | fa163ec7-a901-54db-878b-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-09 03:52:25.155814 | fa163ec7-a901-54db-878b-00000000484b | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-09 03:52:25.167691 | fa163ec7-a901-54db-878b-00000000484b | TIMING | Start OVN container | standalone | 0:24:28.194470 | 0.11s 2026-03-09 03:52:25.197496 | fa163ec7-a901-54db-878b-00000000484d | TASK | Set NB connection 2026-03-09 03:52:25.238426 | fa163ec7-a901-54db-878b-00000000484d | SKIPPED | Set NB connection | standalone 2026-03-09 03:52:25.239642 | fa163ec7-a901-54db-878b-00000000484d | TIMING | Set NB connection | standalone | 0:24:28.266431 | 0.04s 2026-03-09 03:52:25.268530 | fa163ec7-a901-54db-878b-00000000484e | TASK | Set SB connection 2026-03-09 03:52:25.308397 | fa163ec7-a901-54db-878b-00000000484e | SKIPPED | Set SB connection | standalone 2026-03-09 03:52:25.309709 | fa163ec7-a901-54db-878b-00000000484e | TIMING | Set SB connection | standalone | 0:24:28.336496 | 0.04s 2026-03-09 03:52:25.334928 | fa163ec7-a901-54db-878b-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-09 03:52:25.578606 | fa163ec7-a901-54db-878b-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-09 03:52:25.579685 | fa163ec7-a901-54db-878b-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:28.606480 | 0.24s 2026-03-09 03:52:25.654322 | fa163ec7-a901-54db-878b-0000000000e7 | TIMING | include_tasks | standalone | 0:24:28.681106 | 0.05s 2026-03-09 03:52:25.679793 | 5143077f-2923-4e7d-bb41-be2911832720 | INCLUDED | /root/standalone-ansible-_oxvwcup/common_deploy_steps_tasks.yaml | standalone 2026-03-09 03:52:25.708127 | fa163ec7-a901-54db-878b-00000000487d | TASK | Write the config_step hieradata 2026-03-09 03:52:26.194781 | fa163ec7-a901-54db-878b-00000000487d | OK | Write the config_step hieradata | standalone 2026-03-09 03:52:26.195441 | fa163ec7-a901-54db-878b-00000000487d | TIMING | Write the config_step hieradata | standalone | 0:24:29.222239 | 0.49s 2026-03-09 03:52:26.214697 | fa163ec7-a901-54db-878b-00000000487e | TASK | Run puppet host configuration for step 4 2026-03-09 03:52:26.512302 | fa163ec7-a901-54db-878b-00000000487e | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-09 03:52:26.513083 | fa163ec7-a901-54db-878b-00000000487e | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:29.539881 | 0.30s 2026-03-09 03:52:26.531767 | fa163ec7-a901-54db-878b-00000000487f | TASK | Wait for puppet host configuration to finish 2026-03-09 03:52:26.777279 | fa163ec7-a901-54db-878b-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-09 03:52:36.995860 | fa163ec7-a901-54db-878b-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-09 03:52:47.221557 | fa163ec7-a901-54db-878b-00000000487f | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-09 03:52:57.437850 | fa163ec7-a901-54db-878b-00000000487f | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-09 03:52:57.439529 | fa163ec7-a901-54db-878b-00000000487f | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:00.466313 | 30.91s 2026-03-09 03:52:57.471249 | fa163ec7-a901-54db-878b-000000004880 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-09 03:52:57.571706 | fa163ec7-a901-54db-878b-000000004880 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 9 03:52:26 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 9 03:52:33 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 9 03:52:33 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 9 03:52:33 puppet-user: (file & line not available)", "<13>Mar 9 03:52: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 9 03:52: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 9 03:52:34 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 9 03:52:34 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 9 03:52:34 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 9 03:52:34 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 9 03:52:34 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 9 03:52:34 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 9 03:52:34 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 9 03:52:34 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 9 03:52:34 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 9 03:52:34 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.53 seconds", "<13>Mar 9 03:52:39 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 9 03:52:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 9 03:52:46 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 9 03:52:46 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}25cbeefff491fa3da2de159485ffe069f23d5805f6bf7ec6181754d007d1c673'", "<13>Mar 9 03:52:46 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 9 03:52:47 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 9 03:52:47 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 9 03:52:47 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 9 03:52:48 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 9 03:52:53 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 9 03:52:55 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 9 03:52:55 puppet-user: Notice: Applied catalog in 20.66 seconds", "<13>Mar 9 03:52:55 puppet-user: Application:", "<13>Mar 9 03:52:55 puppet-user: Initial environment: production", "<13>Mar 9 03:52:55 puppet-user: Converged environment: production", "<13>Mar 9 03:52:55 puppet-user: Run mode: user", "<13>Mar 9 03:52:55 puppet-user: Changes:", "<13>Mar 9 03:52:55 puppet-user: Total: 10", "<13>Mar 9 03:52:55 puppet-user: Events:", "<13>Mar 9 03:52:55 puppet-user: Success: 10", "<13>Mar 9 03:52:55 puppet-user: Resources:", "<13>Mar 9 03:52:55 puppet-user: Restarted: 1", "<13>Mar 9 03:52:55 puppet-user: Changed: 10", "<13>Mar 9 03:52:55 puppet-user: Out of sync: 10", "<13>Mar 9 03:52:55 puppet-user: Total: 37", "<13>Mar 9 03:52:55 puppet-user: Time:", "<13>Mar 9 03:52:55 puppet-user: Schedule: 0.00", "<13>Mar 9 03:52:55 puppet-user: File line: 0.00", "<13>Mar 9 03:52:55 puppet-user: Augeas: 0.01", "<13>Mar 9 03:52:55 puppet-user: User: 0.01", "<13>Mar 9 03:52:55 puppet-user: File: 0.10", "<13>Mar 9 03:52:55 puppet-user: Config retrieval: 0.61", "<13>Mar 9 03:52:55 puppet-user: Pcmk property: 1.49", "<13>Mar 9 03:52:55 puppet-user: Service: 1.54", "<13>Mar 9 03:52:55 puppet-user: Last run: 1773028375", "<13>Mar 9 03:52:55 puppet-user: Pcmk resource op default: 2.17", "<13>Mar 9 03:52:55 puppet-user: Pcmk resource default: 2.25", "<13>Mar 9 03:52:55 puppet-user: Transaction evaluation: 20.64", "<13>Mar 9 03:52:55 puppet-user: Catalog application: 20.66", "<13>Mar 9 03:52:55 puppet-user: Filebucket: 0.00", "<13>Mar 9 03:52:55 puppet-user: Package: 5.68", "<13>Mar 9 03:52:55 puppet-user: Exec: 7.18", "<13>Mar 9 03:52:55 puppet-user: Total: 20.66", "<13>Mar 9 03:52:55 puppet-user: Version:", "<13>Mar 9 03:52:55 puppet-user: Config: 1773028353", "<13>Mar 9 03:52:55 puppet-user: Puppet: 7.10.0" ] } 2026-03-09 03:52:57.573677 | fa163ec7-a901-54db-878b-000000004880 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:00.600460 | 0.10s 2026-03-09 03:52:57.603193 | fa163ec7-a901-54db-878b-000000004881 | TASK | Pre-cache facts for puppet containers 2026-03-09 03:52:57.633954 | fa163ec7-a901-54db-878b-000000004881 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:00.660729 | 0.03s 2026-03-09 03:52:57.701998 | fa163ec7-a901-54db-878b-0000000048c2 | TASK | Gather variables for each operating system 2026-03-09 03:52:57.825710 | fa163ec7-a901-54db-878b-0000000048c2 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:00.852478 | 0.12s 2026-03-09 03:52:57.856388 | fa163ec7-a901-54db-878b-0000000048c3 | TASK | Create puppet caching structures 2026-03-09 03:52:58.123367 | fa163ec7-a901-54db-878b-0000000048c3 | CHANGED | Create puppet caching structures | standalone 2026-03-09 03:52:58.124253 | fa163ec7-a901-54db-878b-0000000048c3 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:01.151051 | 0.27s 2026-03-09 03:52:58.152913 | fa163ec7-a901-54db-878b-0000000048c4 | TASK | Check for facter.conf 2026-03-09 03:52:58.382238 | fa163ec7-a901-54db-878b-0000000048c4 | OK | Check for facter.conf | standalone 2026-03-09 03:52:58.383667 | fa163ec7-a901-54db-878b-0000000048c4 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:01.410460 | 0.23s 2026-03-09 03:52:58.411167 | fa163ec7-a901-54db-878b-0000000048c5 | TASK | Remove facter.conf if directory 2026-03-09 03:52:58.463274 | fa163ec7-a901-54db-878b-0000000048c5 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-09 03:52:58.464656 | fa163ec7-a901-54db-878b-0000000048c5 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:01.491443 | 0.05s 2026-03-09 03:52:58.497496 | fa163ec7-a901-54db-878b-0000000048c6 | TASK | Write facter cache config 2026-03-09 03:52:58.981696 | fa163ec7-a901-54db-878b-0000000048c6 | CHANGED | Write facter cache config | standalone 2026-03-09 03:52:58.983630 | fa163ec7-a901-54db-878b-0000000048c6 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:02.010417 | 0.48s 2026-03-09 03:52:59.018735 | fa163ec7-a901-54db-878b-0000000048c7 | TASK | Cleanup facter cache if exists 2026-03-09 03:52:59.252490 | fa163ec7-a901-54db-878b-0000000048c7 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-09 03:52:59.254786 | fa163ec7-a901-54db-878b-0000000048c7 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:02.281565 | 0.23s 2026-03-09 03:52:59.293724 | fa163ec7-a901-54db-878b-0000000048c8 | TASK | Pre-cache facts 2026-03-09 03:52:59.906897 | fa163ec7-a901-54db-878b-0000000048c8 | CHANGED | Pre-cache facts | standalone 2026-03-09 03:52:59.907796 | fa163ec7-a901-54db-878b-0000000048c8 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:02.934593 | 0.61s 2026-03-09 03:52:59.932629 | fa163ec7-a901-54db-878b-0000000048c9 | TASK | Failed deployment if facter fails 2026-03-09 03:52:59.971291 | fa163ec7-a901-54db-878b-0000000048c9 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-09 03:52:59.972168 | fa163ec7-a901-54db-878b-0000000048c9 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:02.998962 | 0.04s 2026-03-09 03:53:00.005417 | fa163ec7-a901-54db-878b-0000000048ca | TASK | Sync cached facts 2026-03-09 03:53:00.310037 | fa163ec7-a901-54db-878b-0000000048ca | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec7-a901-54db-878b-0000000048ca') missing from stats 2026-03-09 03:53:00.366594 | fa163ec7-a901-54db-878b-000000004882 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-09 03:53:00.406880 | fa163ec7-a901-54db-878b-000000004882 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-09 03:53:00.408121 | fa163ec7-a901-54db-878b-000000004882 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:03.434907 | 0.04s 2026-03-09 03:53:00.439988 | fa163ec7-a901-54db-878b-000000004884 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-09 03:53:00.469570 | fa163ec7-a901-54db-878b-000000004884 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:03.496355 | 0.03s 2026-03-09 03:53:00.528868 | fa163ec7-a901-54db-878b-000000004921 | TASK | Gather variables for each operating system 2026-03-09 03:53:00.651790 | fa163ec7-a901-54db-878b-000000004921 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:03.678569 | 0.12s 2026-03-09 03:53:00.680739 | fa163ec7-a901-54db-878b-000000004922 | TASK | Create container logs path 2026-03-09 03:53:00.934570 | fa163ec7-a901-54db-878b-000000004922 | OK | Create container logs path | standalone 2026-03-09 03:53:00.935948 | fa163ec7-a901-54db-878b-000000004922 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:03.962738 | 0.25s 2026-03-09 03:53:00.968289 | fa163ec7-a901-54db-878b-000000004924 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-09 03:53:01.275228 | fa163ec7-a901-54db-878b-000000004924 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-09 03:53:01.276616 | fa163ec7-a901-54db-878b-000000004924 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:04.303396 | 0.31s 2026-03-09 03:53:01.311157 | fa163ec7-a901-54db-878b-000000004925 | TASK | Finalise hashes for all containers 2026-03-09 03:53:01.398283 | fa163ec7-a901-54db-878b-000000004925 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:53:01.399678 | fa163ec7-a901-54db-878b-000000004925 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:04.426465 | 0.09s 2026-03-09 03:53:01.429315 | fa163ec7-a901-54db-878b-000000004927 | TASK | Manage systemd shutdown files 2026-03-09 03:53:01.458953 | fa163ec7-a901-54db-878b-000000004927 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:04.485735 | 0.03s 2026-03-09 03:53:01.492202 | 5a13282c-6691-445f-954d-11b4c6a2a5d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-09 03:53:01.520071 | fa163ec7-a901-54db-878b-00000000495a | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-09 03:53:01.791560 | fa163ec7-a901-54db-878b-00000000495a | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-09 03:53:01.792376 | fa163ec7-a901-54db-878b-00000000495a | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:04.819175 | 0.27s 2026-03-09 03:53:01.811746 | fa163ec7-a901-54db-878b-00000000495b | TASK | Set podman_drop_in fact 2026-03-09 03:53:01.870227 | fa163ec7-a901-54db-878b-00000000495b | OK | Set podman_drop_in fact | standalone 2026-03-09 03:53:01.871501 | fa163ec7-a901-54db-878b-00000000495b | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:04.898291 | 0.06s 2026-03-09 03:53:01.900811 | fa163ec7-a901-54db-878b-00000000495d | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-09 03:53:02.421062 | fa163ec7-a901-54db-878b-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-09 03:53:02.422623 | fa163ec7-a901-54db-878b-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:05.449409 | 0.52s 2026-03-09 03:53:02.883842 | fa163ec7-a901-54db-878b-00000000495d | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-09 03:53:02.885686 | fa163ec7-a901-54db-878b-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:05.912478 | 0.98s 2026-03-09 03:53:02.896528 | fa163ec7-a901-54db-878b-00000000495d | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:05.923311 | 0.99s 2026-03-09 03:53:02.926141 | fa163ec7-a901-54db-878b-00000000495e | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-09 03:53:03.450440 | fa163ec7-a901-54db-878b-00000000495e | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-09 03:53:03.451951 | fa163ec7-a901-54db-878b-00000000495e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:06.478740 | 0.52s 2026-03-09 03:53:03.482511 | fa163ec7-a901-54db-878b-00000000495f | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-09 03:53:04.007622 | fa163ec7-a901-54db-878b-00000000495f | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-09 03:53:04.009142 | fa163ec7-a901-54db-878b-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:07.035931 | 0.52s 2026-03-09 03:53:04.038565 | fa163ec7-a901-54db-878b-000000004960 | TASK | Enable and start tripleo-container-shutdown 2026-03-09 03:53:04.802839 | fa163ec7-a901-54db-878b-000000004960 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-09 03:53:04.804953 | fa163ec7-a901-54db-878b-000000004960 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:07.831740 | 0.76s 2026-03-09 03:53:04.839170 | fa163ec7-a901-54db-878b-000000004961 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-09 03:53:05.331413 | fa163ec7-a901-54db-878b-000000004961 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-09 03:53:05.332841 | fa163ec7-a901-54db-878b-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:08.359629 | 0.49s 2026-03-09 03:53:05.361765 | fa163ec7-a901-54db-878b-000000004962 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-09 03:53:05.872802 | fa163ec7-a901-54db-878b-000000004962 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-09 03:53:05.874142 | fa163ec7-a901-54db-878b-000000004962 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:08.900932 | 0.51s 2026-03-09 03:53:05.903063 | fa163ec7-a901-54db-878b-000000004963 | TASK | Enable and start netns-placeholder 2026-03-09 03:53:06.702539 | fa163ec7-a901-54db-878b-000000004963 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-09 03:53:06.705428 | fa163ec7-a901-54db-878b-000000004963 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:09.732218 | 0.80s 2026-03-09 03:53:06.729806 | fa163ec7-a901-54db-878b-000000004929 | TASK | Update container configs with new config hashes 2026-03-09 03:53:06.771072 | fa163ec7-a901-54db-878b-000000004929 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:09.797858 | 0.04s 2026-03-09 03:53:06.784458 | 68719204-fab4-4464-bd65-78304d330822 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-09 03:53:06.809738 | fa163ec7-a901-54db-878b-00000000498b | TASK | Update config hashes for container startup configs 2026-03-09 03:53:07.123112 | fa163ec7-a901-54db-878b-00000000498b | OK | Update config hashes for container startup configs | standalone 2026-03-09 03:53:07.123838 | fa163ec7-a901-54db-878b-00000000498b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:10.150636 | 0.31s 2026-03-09 03:53:07.144199 | fa163ec7-a901-54db-878b-00000000492a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-09 03:53:07.179861 | fa163ec7-a901-54db-878b-00000000492a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:10.206653 | 0.03s 2026-03-09 03:53:07.191069 | f7a2e0d5-74e6-42bb-b9bb-d4c990d5eb02 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:53:07.213923 | fa163ec7-a901-54db-878b-0000000049aa | TASK | Gather podman infos 2026-03-09 03:53:08.732659 | fa163ec7-a901-54db-878b-0000000049aa | OK | Gather podman infos | standalone 2026-03-09 03:53:08.733956 | fa163ec7-a901-54db-878b-0000000049aa | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:11.760744 | 1.52s 2026-03-09 03:53:08.866979 | fa163ec7-a901-54db-878b-0000000049ab | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-09 03:53:08.952688 | fa163ec7-a901-54db-878b-0000000049ab | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:11.979468 | 0.08s 2026-03-09 03:53:09.113264 | fa163ec7-a901-54db-878b-0000000049f4 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:12.140046 | 0.09s 2026-03-09 03:53:09.153868 | fa163ec7-a901-54db-878b-00000000492b | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-09 03:53:09.192129 | fa163ec7-a901-54db-878b-00000000492b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:12.218919 | 0.04s 2026-03-09 03:53:09.203344 | ea9c7e39-64e3-4e17-8d85-5ea994c12d27 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:53:09.229107 | fa163ec7-a901-54db-878b-000000004a1a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-09 03:53:31.465676 | fa163ec7-a901-54db-878b-000000004a1a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-09 03:53:31.466818 | fa163ec7-a901-54db-878b-000000004a1a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:34.493613 | 22.24s 2026-03-09 03:53:31.492236 | fa163ec7-a901-54db-878b-000000004a1b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-09 03:55:45.208658 | fa163ec7-a901-54db-878b-000000004a1b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-09 03:55:45.212786 | fa163ec7-a901-54db-878b-000000004a1b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:48.239569 | 133.72s 2026-03-09 03:55:45.290630 | fa163ec7-a901-54db-878b-000000004886 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-09 03:55:45.522251 | fa163ec7-a901-54db-878b-000000004886 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-09 03:55:45.525093 | fa163ec7-a901-54db-878b-000000004886 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:48.551872 | 0.23s 2026-03-09 03:55:45.575516 | fa163ec7-a901-54db-878b-000000004887 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-09 03:55:45.618825 | fa163ec7-a901-54db-878b-000000004887 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:48.645609 | 0.04s 2026-03-09 03:55:45.643880 | fa163ec7-a901-54db-878b-000000004888 | TASK | Include container-puppet tasks for step 4 2026-03-09 03:55:45.682981 | fa163ec7-a901-54db-878b-000000004888 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:48.709763 | 0.04s 2026-03-09 03:55:45.701333 | 32610a6c-294f-4bb3-8a24-5cbf5d42b856 | INCLUDED | /root/standalone-ansible-_oxvwcup/host-container-puppet-tasks.yaml | standalone 2026-03-09 03:55:45.741048 | fa163ec7-a901-54db-878b-000000004a66 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-09 03:55:46.203123 | fa163ec7-a901-54db-878b-000000004a66 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-09 03:55:46.203994 | fa163ec7-a901-54db-878b-000000004a66 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:49.230791 | 0.46s 2026-03-09 03:55:46.223915 | fa163ec7-a901-54db-878b-000000004a68 | TASK | Generate container puppet configs for step 4 2026-03-09 03:55:46.469699 | fa163ec7-a901-54db-878b-000000004a68 | OK | Generate container puppet configs for step 4 | standalone 2026-03-09 03:55:46.470926 | fa163ec7-a901-54db-878b-000000004a68 | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:49.497715 | 0.25s 2026-03-09 03:55:46.500989 | fa163ec7-a901-54db-878b-000000004a69 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-09 03:55:46.536175 | fa163ec7-a901-54db-878b-000000004a69 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:49.562951 | 0.03s 2026-03-09 03:55:46.598306 | fa163ec7-a901-54db-878b-000000004a98 | TASK | Gather variables for each operating system 2026-03-09 03:55:46.719309 | fa163ec7-a901-54db-878b-000000004a98 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:49.746083 | 0.12s 2026-03-09 03:55:46.749984 | fa163ec7-a901-54db-878b-000000004a99 | TASK | Create container logs path 2026-03-09 03:55:46.982572 | fa163ec7-a901-54db-878b-000000004a99 | OK | Create container logs path | standalone 2026-03-09 03:55:46.983340 | fa163ec7-a901-54db-878b-000000004a99 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:50.010139 | 0.23s 2026-03-09 03:55:47.009660 | fa163ec7-a901-54db-878b-000000004a9b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-09 03:55:47.256251 | fa163ec7-a901-54db-878b-000000004a9b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-09 03:55:47.257539 | fa163ec7-a901-54db-878b-000000004a9b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:50.284328 | 0.25s 2026-03-09 03:55:47.286717 | fa163ec7-a901-54db-878b-000000004a9c | TASK | Finalise hashes for all containers 2026-03-09 03:55:47.327815 | fa163ec7-a901-54db-878b-000000004a9c | OK | Finalise hashes for all containers | standalone 2026-03-09 03:55:47.329037 | fa163ec7-a901-54db-878b-000000004a9c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:50.355803 | 0.04s 2026-03-09 03:55:47.359579 | fa163ec7-a901-54db-878b-000000004a9e | TASK | Manage systemd shutdown files 2026-03-09 03:55:47.391098 | fa163ec7-a901-54db-878b-000000004a9e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:55:47.392101 | fa163ec7-a901-54db-878b-000000004a9e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:50.418896 | 0.03s 2026-03-09 03:55:47.429357 | fa163ec7-a901-54db-878b-000000004aa0 | TASK | Update container configs with new config hashes 2026-03-09 03:55:47.480961 | fa163ec7-a901-54db-878b-000000004aa0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:55:47.482256 | fa163ec7-a901-54db-878b-000000004aa0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:50.509045 | 0.05s 2026-03-09 03:55:47.519829 | fa163ec7-a901-54db-878b-000000004aa1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-09 03:55:47.553152 | fa163ec7-a901-54db-878b-000000004aa1 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-09 03:55:47.553976 | fa163ec7-a901-54db-878b-000000004aa1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:50.580773 | 0.03s 2026-03-09 03:55:47.580202 | fa163ec7-a901-54db-878b-000000004aa2 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-09 03:55:47.619378 | fa163ec7-a901-54db-878b-000000004aa2 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-09 03:55:47.620328 | fa163ec7-a901-54db-878b-000000004aa2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:50.647118 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-03-09 03:55:47.768850 | fa163ec7-a901-54db-878b-0000000000ea | TASK | External deployment step 5 2026-03-09 03:55:47.800213 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000ea') missing from stats 2026-03-09 03:55:47.858303 | fa163ec7-a901-54db-878b-0000000000eb | TIMING | include_tasks | undercloud | 0:27:50.885081 | 0.04s 2026-03-09 03:55:47.866555 | 63e10802-1a21-4ba6-b435-c8a6338757f6 | INCLUDED | /root/standalone-ansible-_oxvwcup/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-09 03:55:47.882315 | fa163ec7-a901-54db-878b-000000004af1 | TASK | Manage Cinder's default volume type 2026-03-09 03:55:58.380761 | fa163ec7-a901-54db-878b-000000004af1 | OK | Manage Cinder's default volume type | undercloud 2026-03-09 03:55:58.382091 | fa163ec7-a901-54db-878b-000000004af1 | TIMING | Manage Cinder's default volume type | undercloud | 0:28:01.408881 | 10.50s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-09 03:55:58.528714 | fa163ec7-a901-54db-878b-0000000000ee | TASK | Deploy step tasks for 5 2026-03-09 03:55:58.558616 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000ee') missing from stats 2026-03-09 03:55:58.589584 | fa163ec7-a901-54db-878b-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-09 03:55:59.107096 | fa163ec7-a901-54db-878b-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-09 03:55:59.108600 | fa163ec7-a901-54db-878b-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:02.135390 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-09 03:55:59.168909 | fa163ec7-a901-54db-878b-0000000000f0 | TIMING | include_tasks | standalone | 0:28:02.195687 | 0.03s 2026-03-09 03:55:59.261968 | ed448970-b19a-465d-9835-eea3f82eda48 | INCLUDED | /root/standalone-ansible-_oxvwcup/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-09 03:55:59.295176 | fa163ec7-a901-54db-878b-000000004b14 | TASK | Gather variables for each operating system 2026-03-09 03:55:59.395957 | fa163ec7-a901-54db-878b-000000004b14 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:02.422716 | 0.10s 2026-03-09 03:55:59.427803 | fa163ec7-a901-54db-878b-000000004b15 | TASK | Detect if resource is being created or already exists 2026-03-09 03:56:00.343622 | fa163ec7-a901-54db-878b-000000004b15 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:56:00.344879 | fa163ec7-a901-54db-878b-000000004b15 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:03.371672 | 0.92s 2026-03-09 03:56:00.375407 | fa163ec7-a901-54db-878b-000000004b16 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-09 03:56:25.491638 | fa163ec7-a901-54db-878b-000000004b16 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-09 03:56:25.493200 | fa163ec7-a901-54db-878b-000000004b16 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:28.519989 | 25.12s 2026-03-09 03:56:25.519329 | fa163ec7-a901-54db-878b-000000004b17 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-09 03:56:25.757226 | fa163ec7-a901-54db-878b-000000004b17 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-09 03:56:25.758047 | fa163ec7-a901-54db-878b-000000004b17 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:28.784844 | 0.24s 2026-03-09 03:56:25.778435 | fa163ec7-a901-54db-878b-000000004b18 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:56:26.189154 | fa163ec7-a901-54db-878b-000000004b18 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:56:26.190261 | fa163ec7-a901-54db-878b-000000004b18 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:29.217057 | 0.41s 2026-03-09 03:56:26.214998 | fa163ec7-a901-54db-878b-000000004b19 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-09 03:56:26.460192 | fa163ec7-a901-54db-878b-000000004b19 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-09 03:56:26.461140 | fa163ec7-a901-54db-878b-000000004b19 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:29.487934 | 0.24s 2026-03-09 03:56:26.485753 | fa163ec7-a901-54db-878b-000000004b1b | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-09 03:56:26.533920 | fa163ec7-a901-54db-878b-000000004b1b | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-09 03:56:26.534973 | fa163ec7-a901-54db-878b-000000004b1b | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:29.561765 | 0.05s 2026-03-09 03:56:26.559740 | fa163ec7-a901-54db-878b-000000004b1c | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-09 03:56:26.600687 | fa163ec7-a901-54db-878b-000000004b1c | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-09 03:56:26.601603 | fa163ec7-a901-54db-878b-000000004b1c | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:29.628396 | 0.04s 2026-03-09 03:56:26.625937 | fa163ec7-a901-54db-878b-000000004b1d | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-09 03:56:26.657386 | fa163ec7-a901-54db-878b-000000004b1d | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-09 03:56:26.658328 | fa163ec7-a901-54db-878b-000000004b1d | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:29.685122 | 0.03s 2026-03-09 03:56:26.683740 | fa163ec7-a901-54db-878b-000000004b1e | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:56:26.721050 | fa163ec7-a901-54db-878b-000000004b1e | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:56:26.722007 | fa163ec7-a901-54db-878b-000000004b1e | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:29.748801 | 0.04s 2026-03-09 03:56:26.746297 | fa163ec7-a901-54db-878b-000000004b1f | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-09 03:56:26.780065 | fa163ec7-a901-54db-878b-000000004b1f | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-09 03:56:26.781446 | fa163ec7-a901-54db-878b-000000004b1f | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:29.808242 | 0.03s 2026-03-09 03:56:26.827998 | fa163ec7-a901-54db-878b-000000004b40 | TASK | Gather variables for each operating system 2026-03-09 03:56:26.944339 | fa163ec7-a901-54db-878b-000000004b40 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:29.971118 | 0.11s 2026-03-09 03:56:26.980686 | fa163ec7-a901-54db-878b-000000004b41 | TASK | Detect if resource is being created or already exists 2026-03-09 03:56:27.769083 | fa163ec7-a901-54db-878b-000000004b41 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:56:27.770539 | fa163ec7-a901-54db-878b-000000004b41 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:30.797328 | 0.79s 2026-03-09 03:56:27.802233 | fa163ec7-a901-54db-878b-000000004b42 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-09 03:56:52.368489 | fa163ec7-a901-54db-878b-000000004b42 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-09 03:56:52.369656 | fa163ec7-a901-54db-878b-000000004b42 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:55.396455 | 24.57s 2026-03-09 03:56:52.389909 | fa163ec7-a901-54db-878b-000000004b43 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-09 03:56:52.611320 | fa163ec7-a901-54db-878b-000000004b43 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-09 03:56:52.612723 | fa163ec7-a901-54db-878b-000000004b43 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:55.639512 | 0.22s 2026-03-09 03:56:52.641958 | fa163ec7-a901-54db-878b-000000004b44 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:56:53.101977 | fa163ec7-a901-54db-878b-000000004b44 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:56:53.103700 | fa163ec7-a901-54db-878b-000000004b44 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:56.130489 | 0.46s 2026-03-09 03:56:53.147683 | fa163ec7-a901-54db-878b-000000004b45 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-09 03:56:53.369622 | fa163ec7-a901-54db-878b-000000004b45 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-09 03:56:53.372055 | fa163ec7-a901-54db-878b-000000004b45 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:56.398818 | 0.22s 2026-03-09 03:56:53.425826 | fa163ec7-a901-54db-878b-000000004b47 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-09 03:56:53.462675 | fa163ec7-a901-54db-878b-000000004b47 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-09 03:56:53.463669 | fa163ec7-a901-54db-878b-000000004b47 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:56.490467 | 0.04s 2026-03-09 03:56:53.483892 | fa163ec7-a901-54db-878b-000000004b48 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-09 03:56:53.520037 | fa163ec7-a901-54db-878b-000000004b48 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-09 03:56:53.520718 | fa163ec7-a901-54db-878b-000000004b48 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:56.547516 | 0.04s 2026-03-09 03:56:53.540729 | fa163ec7-a901-54db-878b-000000004b49 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-09 03:56:53.577277 | fa163ec7-a901-54db-878b-000000004b49 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-09 03:56:53.577876 | fa163ec7-a901-54db-878b-000000004b49 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:56.604675 | 0.04s 2026-03-09 03:56:53.598320 | fa163ec7-a901-54db-878b-000000004b4a | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:56:53.645400 | fa163ec7-a901-54db-878b-000000004b4a | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:56:53.646537 | fa163ec7-a901-54db-878b-000000004b4a | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:56.673325 | 0.05s 2026-03-09 03:56:53.677438 | fa163ec7-a901-54db-878b-000000004b4b | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-09 03:56:53.738040 | fa163ec7-a901-54db-878b-000000004b4b | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-09 03:56:53.738901 | fa163ec7-a901-54db-878b-000000004b4b | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:56.765698 | 0.06s 2026-03-09 03:56:53.794741 | fa163ec7-a901-54db-878b-000000004b6c | TASK | Gather variables for each operating system 2026-03-09 03:56:53.909837 | fa163ec7-a901-54db-878b-000000004b6c | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:56.936612 | 0.11s 2026-03-09 03:56:53.939765 | fa163ec7-a901-54db-878b-000000004b6d | TASK | Detect if resource is being created or already exists 2026-03-09 03:56:54.723741 | fa163ec7-a901-54db-878b-000000004b6d | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-09 03:56:54.725407 | fa163ec7-a901-54db-878b-000000004b6d | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:57.752197 | 0.78s 2026-03-09 03:56:54.761064 | fa163ec7-a901-54db-878b-000000004b6e | TASK | Run init bundle puppet on the host for manila_share 2026-03-09 03:57:18.957842 | fa163ec7-a901-54db-878b-000000004b6e | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-09 03:57:18.960278 | fa163ec7-a901-54db-878b-000000004b6e | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:21.987060 | 24.20s 2026-03-09 03:57:18.993590 | fa163ec7-a901-54db-878b-000000004b6f | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-09 03:57:19.266078 | fa163ec7-a901-54db-878b-000000004b6f | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-09 03:57:19.267732 | fa163ec7-a901-54db-878b-000000004b6f | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:22.294517 | 0.27s 2026-03-09 03:57:19.299845 | fa163ec7-a901-54db-878b-000000004b70 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-09 03:57:19.763003 | fa163ec7-a901-54db-878b-000000004b70 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-09 03:57:19.763958 | fa163ec7-a901-54db-878b-000000004b70 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:22.790755 | 0.46s 2026-03-09 03:57:19.784639 | fa163ec7-a901-54db-878b-000000004b71 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-09 03:57:19.969741 | fa163ec7-a901-54db-878b-000000004b71 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-09 03:57:19.970559 | fa163ec7-a901-54db-878b-000000004b71 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:22.997356 | 0.18s 2026-03-09 03:57:19.993132 | fa163ec7-a901-54db-878b-000000004b73 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-09 03:57:20.031532 | fa163ec7-a901-54db-878b-000000004b73 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-09 03:57:20.032333 | fa163ec7-a901-54db-878b-000000004b73 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:23.059130 | 0.04s 2026-03-09 03:57:20.052349 | fa163ec7-a901-54db-878b-000000004b74 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-09 03:57:20.091209 | fa163ec7-a901-54db-878b-000000004b74 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-09 03:57:20.092098 | fa163ec7-a901-54db-878b-000000004b74 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:23.118895 | 0.04s 2026-03-09 03:57:20.112672 | fa163ec7-a901-54db-878b-000000004b75 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-09 03:57:20.158994 | fa163ec7-a901-54db-878b-000000004b75 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-09 03:57:20.159706 | fa163ec7-a901-54db-878b-000000004b75 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:23.186503 | 0.05s 2026-03-09 03:57:20.183366 | fa163ec7-a901-54db-878b-000000004b76 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-09 03:57:20.220302 | fa163ec7-a901-54db-878b-000000004b76 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-09 03:57:20.221216 | fa163ec7-a901-54db-878b-000000004b76 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:23.248008 | 0.04s 2026-03-09 03:57:20.245818 | fa163ec7-a901-54db-878b-000000004b77 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-09 03:57:20.283872 | fa163ec7-a901-54db-878b-000000004b77 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-09 03:57:20.284829 | fa163ec7-a901-54db-878b-000000004b77 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:23.311622 | 0.04s 2026-03-09 03:57:20.327560 | fa163ec7-a901-54db-878b-000000004b98 | TASK | Run kolla_set_configs to copy ring files 2026-03-09 03:57:20.786035 | fa163ec7-a901-54db-878b-000000004b98 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-09 03:57:20.789449 | fa163ec7-a901-54db-878b-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.816232 | 0.46s 2026-03-09 03:57:20.798578 | fa163ec7-a901-54db-878b-000000004b98 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:23.825371 | 0.47s 2026-03-09 03:57:20.827200 | fa163ec7-a901-54db-878b-000000004b99 | TASK | Run kolla_set_configs to copy ring files 2026-03-09 03:57:21.154257 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-09 03:57:21.156847 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.183631 | 0.33s 2026-03-09 03:57:21.568222 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-09 03:57:21.572896 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.599686 | 0.74s 2026-03-09 03:57:21.850251 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-09 03:57:21.851531 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:24.878323 | 1.02s 2026-03-09 03:57:22.402955 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-09 03:57:22.404523 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.431318 | 1.58s 2026-03-09 03:57:22.661298 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-09 03:57:22.663436 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.690224 | 1.83s 2026-03-09 03:57:22.954778 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-09 03:57:22.955830 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:25.982623 | 2.13s 2026-03-09 03:57:23.550825 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-09 03:57:23.552343 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:26.579133 | 2.72s 2026-03-09 03:57:24.026984 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-09 03:57:24.029314 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:27.056103 | 3.20s 2026-03-09 03:57:24.355628 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-09 03:57:24.357394 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:27.384182 | 3.53s 2026-03-09 03:57:24.925941 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-09 03:57:24.928331 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:27.955121 | 4.10s 2026-03-09 03:57:25.245756 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-09 03:57:25.246725 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:28.273522 | 4.42s 2026-03-09 03:57:25.763699 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-09 03:57:25.765711 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:28.792503 | 4.94s 2026-03-09 03:57:26.266479 | fa163ec7-a901-54db-878b-000000004b99 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-09 03:57:26.267382 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:29.294179 | 5.44s 2026-03-09 03:57:26.283961 | fa163ec7-a901-54db-878b-000000004b99 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:29.310737 | 5.46s 2026-03-09 03:57:26.325084 | fa163ec7-a901-54db-878b-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-09 03:57:26.559245 | fa163ec7-a901-54db-878b-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-09 03:57:26.560919 | fa163ec7-a901-54db-878b-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:29.587708 | 0.23s 2026-03-09 03:57:26.644270 | fa163ec7-a901-54db-878b-0000000000f3 | TIMING | include_tasks | standalone | 0:29:29.671057 | 0.06s 2026-03-09 03:57:26.671139 | bf7771d3-113d-48ee-a776-30f4a99770b9 | INCLUDED | /root/standalone-ansible-_oxvwcup/common_deploy_steps_tasks.yaml | standalone 2026-03-09 03:57:26.698118 | fa163ec7-a901-54db-878b-000000004c16 | TASK | Write the config_step hieradata 2026-03-09 03:57:27.221128 | fa163ec7-a901-54db-878b-000000004c16 | OK | Write the config_step hieradata | standalone 2026-03-09 03:57:27.222063 | fa163ec7-a901-54db-878b-000000004c16 | TIMING | Write the config_step hieradata | standalone | 0:29:30.248858 | 0.52s 2026-03-09 03:57:27.242714 | fa163ec7-a901-54db-878b-000000004c17 | TASK | Run puppet host configuration for step 5 2026-03-09 03:57:27.574887 | fa163ec7-a901-54db-878b-000000004c17 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-09 03:57:27.575803 | fa163ec7-a901-54db-878b-000000004c17 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:30.602598 | 0.33s 2026-03-09 03:57:27.599798 | fa163ec7-a901-54db-878b-000000004c18 | TASK | Wait for puppet host configuration to finish 2026-03-09 03:57:27.852792 | fa163ec7-a901-54db-878b-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-09 03:57:38.124034 | fa163ec7-a901-54db-878b-000000004c18 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-09 03:57:48.355504 | fa163ec7-a901-54db-878b-000000004c18 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-09 03:57:48.356930 | fa163ec7-a901-54db-878b-000000004c18 | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:51.383718 | 20.76s 2026-03-09 03:57:48.387919 | fa163ec7-a901-54db-878b-000000004c19 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-09 03:57:48.474033 | fa163ec7-a901-54db-878b-000000004c19 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Mar 9 03:57: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 9 03:57:36 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 9 03:57:36 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 9 03:57:36 puppet-user: (file & line not available)", "<13>Mar 9 03:57:36 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 9 03:57:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 9 03:57:36 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 9 03:57:36 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 9 03:57:36 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 9 03:57:36 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 9 03:57:36 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 9 03:57:36 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 9 03:57:36 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 9 03:57:36 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 9 03:57:36 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 9 03:57:36 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.58 seconds", "<13>Mar 9 03:57:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 9 03:57:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 9 03:57:44 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 9 03:57:45 puppet-user: Notice: Applied catalog in 8.35 seconds", "<13>Mar 9 03:57:45 puppet-user: Application:", "<13>Mar 9 03:57:45 puppet-user: Initial environment: production", "<13>Mar 9 03:57:45 puppet-user: Converged environment: production", "<13>Mar 9 03:57:45 puppet-user: Run mode: user", "<13>Mar 9 03:57:45 puppet-user: Changes:", "<13>Mar 9 03:57:45 puppet-user: Total: 2", "<13>Mar 9 03:57:45 puppet-user: Events:", "<13>Mar 9 03:57:45 puppet-user: Success: 2", "<13>Mar 9 03:57:45 puppet-user: Resources:", "<13>Mar 9 03:57:45 puppet-user: Changed: 2", "<13>Mar 9 03:57:45 puppet-user: Out of sync: 2", "<13>Mar 9 03:57:45 puppet-user: Total: 37", "<13>Mar 9 03:57:45 puppet-user: Time:", "<13>Mar 9 03:57:45 puppet-user: Schedule: 0.00", "<13>Mar 9 03:57:45 puppet-user: File line: 0.00", "<13>Mar 9 03:57:45 puppet-user: Package: 0.00", "<13>Mar 9 03:57:45 puppet-user: Augeas: 0.01", "<13>Mar 9 03:57:45 puppet-user: User: 0.01", "<13>Mar 9 03:57:45 puppet-user: File: 0.07", "<13>Mar 9 03:57:45 puppet-user: Service: 0.19", "<13>Mar 9 03:57:45 puppet-user: Config retrieval: 0.70", "<13>Mar 9 03:57:45 puppet-user: Pcmk property: 1.57", "<13>Mar 9 03:57:45 puppet-user: Pcmk resource default: 1.99", "<13>Mar 9 03:57:45 puppet-user: Last run: 1773028665", "<13>Mar 9 03:57:45 puppet-user: Exec: 2.11", "<13>Mar 9 03:57:45 puppet-user: Pcmk resource op default: 2.18", "<13>Mar 9 03:57:45 puppet-user: Transaction evaluation: 8.33", "<13>Mar 9 03:57:45 puppet-user: Catalog application: 8.35", "<13>Mar 9 03:57:45 puppet-user: Filebucket: 0.00", "<13>Mar 9 03:57:45 puppet-user: Total: 8.35", "<13>Mar 9 03:57:45 puppet-user: Version:", "<13>Mar 9 03:57:45 puppet-user: Config: 1773028655", "<13>Mar 9 03:57:45 puppet-user: Puppet: 7.10.0" ] } 2026-03-09 03:57:48.475474 | fa163ec7-a901-54db-878b-000000004c19 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:51.502261 | 0.09s 2026-03-09 03:57:48.504300 | fa163ec7-a901-54db-878b-000000004c1a | TASK | Pre-cache facts for puppet containers 2026-03-09 03:57:48.532757 | fa163ec7-a901-54db-878b-000000004c1a | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:51.559541 | 0.03s 2026-03-09 03:57:48.620573 | fa163ec7-a901-54db-878b-000000004c59 | TASK | Gather variables for each operating system 2026-03-09 03:57:48.741889 | fa163ec7-a901-54db-878b-000000004c59 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:51.768666 | 0.12s 2026-03-09 03:57:48.774537 | fa163ec7-a901-54db-878b-000000004c5a | TASK | Create puppet caching structures 2026-03-09 03:57:49.041108 | fa163ec7-a901-54db-878b-000000004c5a | CHANGED | Create puppet caching structures | standalone 2026-03-09 03:57:49.042585 | fa163ec7-a901-54db-878b-000000004c5a | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:52.069369 | 0.27s 2026-03-09 03:57:49.073520 | fa163ec7-a901-54db-878b-000000004c5b | TASK | Check for facter.conf 2026-03-09 03:57:49.330865 | fa163ec7-a901-54db-878b-000000004c5b | OK | Check for facter.conf | standalone 2026-03-09 03:57:49.332680 | fa163ec7-a901-54db-878b-000000004c5b | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:52.359469 | 0.26s 2026-03-09 03:57:49.364060 | fa163ec7-a901-54db-878b-000000004c5c | TASK | Remove facter.conf if directory 2026-03-09 03:57:49.404791 | fa163ec7-a901-54db-878b-000000004c5c | SKIPPED | Remove facter.conf if directory | standalone 2026-03-09 03:57:49.406178 | fa163ec7-a901-54db-878b-000000004c5c | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:52.432964 | 0.04s 2026-03-09 03:57:49.436458 | fa163ec7-a901-54db-878b-000000004c5d | TASK | Write facter cache config 2026-03-09 03:57:49.936532 | fa163ec7-a901-54db-878b-000000004c5d | CHANGED | Write facter cache config | standalone 2026-03-09 03:57:49.937997 | fa163ec7-a901-54db-878b-000000004c5d | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:52.964786 | 0.50s 2026-03-09 03:57:49.968307 | fa163ec7-a901-54db-878b-000000004c5e | TASK | Cleanup facter cache if exists 2026-03-09 03:57:50.227505 | fa163ec7-a901-54db-878b-000000004c5e | CHANGED | Cleanup facter cache if exists | standalone 2026-03-09 03:57:50.228407 | fa163ec7-a901-54db-878b-000000004c5e | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:53.255205 | 0.26s 2026-03-09 03:57:50.248070 | fa163ec7-a901-54db-878b-000000004c5f | TASK | Pre-cache facts 2026-03-09 03:57:50.796223 | fa163ec7-a901-54db-878b-000000004c5f | CHANGED | Pre-cache facts | standalone 2026-03-09 03:57:50.797844 | fa163ec7-a901-54db-878b-000000004c5f | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:53.824633 | 0.55s 2026-03-09 03:57:50.833225 | fa163ec7-a901-54db-878b-000000004c60 | TASK | Failed deployment if facter fails 2026-03-09 03:57:50.875069 | fa163ec7-a901-54db-878b-000000004c60 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-09 03:57:50.876207 | fa163ec7-a901-54db-878b-000000004c60 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:53.902995 | 0.04s 2026-03-09 03:57:50.921118 | fa163ec7-a901-54db-878b-000000004c61 | TASK | Sync cached facts 2026-03-09 03:57:51.249847 | fa163ec7-a901-54db-878b-000000004c61 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ec7-a901-54db-878b-000000004c61') missing from stats 2026-03-09 03:57:51.307935 | fa163ec7-a901-54db-878b-000000004c1b | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-09 03:57:51.361369 | fa163ec7-a901-54db-878b-000000004c1b | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-09 03:57:51.362916 | fa163ec7-a901-54db-878b-000000004c1b | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:54.389700 | 0.05s 2026-03-09 03:57:51.397265 | fa163ec7-a901-54db-878b-000000004c1d | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-09 03:57:51.429919 | fa163ec7-a901-54db-878b-000000004c1d | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:54.456687 | 0.03s 2026-03-09 03:57:51.509619 | fa163ec7-a901-54db-878b-000000004cb8 | TASK | Gather variables for each operating system 2026-03-09 03:57:51.628114 | fa163ec7-a901-54db-878b-000000004cb8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:54.654895 | 0.12s 2026-03-09 03:57:51.648932 | fa163ec7-a901-54db-878b-000000004cb9 | TASK | Create container logs path 2026-03-09 03:57:51.889934 | fa163ec7-a901-54db-878b-000000004cb9 | OK | Create container logs path | standalone 2026-03-09 03:57:51.891506 | fa163ec7-a901-54db-878b-000000004cb9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:54.918296 | 0.24s 2026-03-09 03:57:51.924199 | fa163ec7-a901-54db-878b-000000004cbb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-09 03:57:52.235516 | fa163ec7-a901-54db-878b-000000004cbb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-09 03:57:52.236993 | fa163ec7-a901-54db-878b-000000004cbb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:55.263781 | 0.31s 2026-03-09 03:57:52.267312 | fa163ec7-a901-54db-878b-000000004cbc | TASK | Finalise hashes for all containers 2026-03-09 03:57:52.328250 | fa163ec7-a901-54db-878b-000000004cbc | OK | Finalise hashes for all containers | standalone 2026-03-09 03:57:52.329532 | fa163ec7-a901-54db-878b-000000004cbc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:55.356321 | 0.06s 2026-03-09 03:57:52.363443 | fa163ec7-a901-54db-878b-000000004cbe | TASK | Manage systemd shutdown files 2026-03-09 03:57:52.397940 | fa163ec7-a901-54db-878b-000000004cbe | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:55.424722 | 0.03s 2026-03-09 03:57:52.432572 | 03d67c86-b2ad-469b-9bf4-2e1121e9281e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-09 03:57:52.461778 | fa163ec7-a901-54db-878b-000000004cf1 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-09 03:57:52.746194 | fa163ec7-a901-54db-878b-000000004cf1 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-09 03:57:52.747257 | fa163ec7-a901-54db-878b-000000004cf1 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:29:55.774051 | 0.28s 2026-03-09 03:57:52.766919 | fa163ec7-a901-54db-878b-000000004cf2 | TASK | Set podman_drop_in fact 2026-03-09 03:57:52.825941 | fa163ec7-a901-54db-878b-000000004cf2 | OK | Set podman_drop_in fact | standalone 2026-03-09 03:57:52.828308 | fa163ec7-a901-54db-878b-000000004cf2 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:29:55.855097 | 0.06s 2026-03-09 03:57:52.858926 | fa163ec7-a901-54db-878b-000000004cf4 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-09 03:57:53.420355 | fa163ec7-a901-54db-878b-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-09 03:57:53.422550 | fa163ec7-a901-54db-878b-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:56.449335 | 0.56s 2026-03-09 03:57:53.894803 | fa163ec7-a901-54db-878b-000000004cf4 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-09 03:57:53.896108 | fa163ec7-a901-54db-878b-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:56.922899 | 1.04s 2026-03-09 03:57:53.904888 | fa163ec7-a901-54db-878b-000000004cf4 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:29:56.931676 | 1.04s 2026-03-09 03:57:53.936063 | fa163ec7-a901-54db-878b-000000004cf5 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-09 03:57:54.377066 | fa163ec7-a901-54db-878b-000000004cf5 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-09 03:57:54.378519 | fa163ec7-a901-54db-878b-000000004cf5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:29:57.405308 | 0.44s 2026-03-09 03:57:54.409330 | fa163ec7-a901-54db-878b-000000004cf6 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-09 03:57:54.885888 | fa163ec7-a901-54db-878b-000000004cf6 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-09 03:57:54.886734 | fa163ec7-a901-54db-878b-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:57.913534 | 0.48s 2026-03-09 03:57:54.905977 | fa163ec7-a901-54db-878b-000000004cf7 | TASK | Enable and start tripleo-container-shutdown 2026-03-09 03:57:55.922736 | fa163ec7-a901-54db-878b-000000004cf7 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-09 03:57:55.924805 | fa163ec7-a901-54db-878b-000000004cf7 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:58.951594 | 1.02s 2026-03-09 03:57:55.954848 | fa163ec7-a901-54db-878b-000000004cf8 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-09 03:57:56.444497 | fa163ec7-a901-54db-878b-000000004cf8 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-09 03:57:56.445839 | fa163ec7-a901-54db-878b-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:59.472630 | 0.49s 2026-03-09 03:57:56.475352 | fa163ec7-a901-54db-878b-000000004cf9 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-09 03:57:56.992107 | fa163ec7-a901-54db-878b-000000004cf9 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-09 03:57:56.993450 | fa163ec7-a901-54db-878b-000000004cf9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:00.020246 | 0.52s 2026-03-09 03:57:57.017436 | fa163ec7-a901-54db-878b-000000004cfa | TASK | Enable and start netns-placeholder 2026-03-09 03:57:57.963072 | fa163ec7-a901-54db-878b-000000004cfa | CHANGED | Enable and start netns-placeholder | standalone 2026-03-09 03:57:57.964344 | fa163ec7-a901-54db-878b-000000004cfa | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:00.991142 | 0.95s 2026-03-09 03:57:57.988656 | fa163ec7-a901-54db-878b-000000004cc0 | TASK | Update container configs with new config hashes 2026-03-09 03:57:58.038073 | fa163ec7-a901-54db-878b-000000004cc0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:01.064853 | 0.05s 2026-03-09 03:57:58.060691 | 5e346ef0-0ff2-4427-9592-93ec6b0c65cc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-09 03:57:58.099453 | fa163ec7-a901-54db-878b-000000004d22 | TASK | Update config hashes for container startup configs 2026-03-09 03:57:58.356131 | fa163ec7-a901-54db-878b-000000004d22 | OK | Update config hashes for container startup configs | standalone 2026-03-09 03:57:58.356894 | fa163ec7-a901-54db-878b-000000004d22 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:01.383693 | 0.25s 2026-03-09 03:57:58.377655 | fa163ec7-a901-54db-878b-000000004cc1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-09 03:57:58.414172 | fa163ec7-a901-54db-878b-000000004cc1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:01.440963 | 0.04s 2026-03-09 03:57:58.438647 | 4534adc1-1324-43d9-9999-7d2c44687255 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-09 03:57:58.466623 | fa163ec7-a901-54db-878b-000000004d41 | TASK | Gather podman infos 2026-03-09 03:58:00.699101 | fa163ec7-a901-54db-878b-000000004d41 | OK | Gather podman infos | standalone 2026-03-09 03:58:00.700389 | fa163ec7-a901-54db-878b-000000004d41 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:03.727181 | 2.23s 2026-03-09 03:58:00.899272 | fa163ec7-a901-54db-878b-000000004d42 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-09 03:58:00.984212 | fa163ec7-a901-54db-878b-000000004d42 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:04.010989 | 0.08s 2026-03-09 03:58:01.195620 | fa163ec7-a901-54db-878b-000000004d8b | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:04.222391 | 0.14s 2026-03-09 03:58:01.252754 | fa163ec7-a901-54db-878b-000000004cc2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-09 03:58:01.306582 | fa163ec7-a901-54db-878b-000000004cc2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:04.333360 | 0.05s 2026-03-09 03:58:01.330688 | 58b8a8ea-29c5-481f-a4cb-2bad341c817f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-09 03:58:01.367788 | fa163ec7-a901-54db-878b-000000004db1 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-09 03:58:25.963586 | fa163ec7-a901-54db-878b-000000004db1 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-09 03:58:25.966745 | fa163ec7-a901-54db-878b-000000004db1 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:28.993542 | 24.60s 2026-03-09 03:58:25.987405 | fa163ec7-a901-54db-878b-000000004db2 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-09 03:58:51.891779 | fa163ec7-a901-54db-878b-000000004db2 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-09 03:58:51.892759 | fa163ec7-a901-54db-878b-000000004db2 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:54.919557 | 25.90s 2026-03-09 03:58:51.939036 | fa163ec7-a901-54db-878b-000000004c1f | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-09 03:58:52.111819 | fa163ec7-a901-54db-878b-000000004c1f | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-09 03:58:52.112612 | fa163ec7-a901-54db-878b-000000004c1f | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:30:55.139411 | 0.17s 2026-03-09 03:58:52.139830 | fa163ec7-a901-54db-878b-000000004c20 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-09 03:58:52.175863 | fa163ec7-a901-54db-878b-000000004c20 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:30:55.202655 | 0.04s 2026-03-09 03:58:52.196386 | fa163ec7-a901-54db-878b-000000004c21 | TASK | Include container-puppet tasks for step 5 2026-03-09 03:58:52.233219 | fa163ec7-a901-54db-878b-000000004c21 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:30:55.260011 | 0.04s 2026-03-09 03:58:52.245129 | e7fb7917-8da5-4ac4-8a8c-c24b1212cf69 | INCLUDED | /root/standalone-ansible-_oxvwcup/host-container-puppet-tasks.yaml | standalone 2026-03-09 03:58:52.273172 | fa163ec7-a901-54db-878b-000000004dfd | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-09 03:58:52.736213 | fa163ec7-a901-54db-878b-000000004dfd | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-09 03:58:52.736973 | fa163ec7-a901-54db-878b-000000004dfd | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:30:55.763771 | 0.46s 2026-03-09 03:58:52.756555 | fa163ec7-a901-54db-878b-000000004dff | TASK | Generate container puppet configs for step 5 2026-03-09 03:58:53.007645 | fa163ec7-a901-54db-878b-000000004dff | OK | Generate container puppet configs for step 5 | standalone 2026-03-09 03:58:53.008462 | fa163ec7-a901-54db-878b-000000004dff | TIMING | Generate container puppet configs for step 5 | standalone | 0:30:56.035259 | 0.25s 2026-03-09 03:58:53.028363 | fa163ec7-a901-54db-878b-000000004e00 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-09 03:58:53.057077 | fa163ec7-a901-54db-878b-000000004e00 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:30:56.083866 | 0.03s 2026-03-09 03:58:53.102531 | fa163ec7-a901-54db-878b-000000004e2f | TASK | Gather variables for each operating system 2026-03-09 03:58:53.223581 | fa163ec7-a901-54db-878b-000000004e2f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:56.250370 | 0.12s 2026-03-09 03:58:53.243332 | fa163ec7-a901-54db-878b-000000004e30 | TASK | Create container logs path 2026-03-09 03:58:53.488342 | fa163ec7-a901-54db-878b-000000004e30 | OK | Create container logs path | standalone 2026-03-09 03:58:53.490205 | fa163ec7-a901-54db-878b-000000004e30 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:56.516992 | 0.25s 2026-03-09 03:58:53.517193 | fa163ec7-a901-54db-878b-000000004e32 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-09 03:58:53.761816 | fa163ec7-a901-54db-878b-000000004e32 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-09 03:58:53.762587 | fa163ec7-a901-54db-878b-000000004e32 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:56.789383 | 0.24s 2026-03-09 03:58:53.781629 | fa163ec7-a901-54db-878b-000000004e33 | TASK | Finalise hashes for all containers 2026-03-09 03:58:53.807889 | fa163ec7-a901-54db-878b-000000004e33 | OK | Finalise hashes for all containers | standalone 2026-03-09 03:58:53.808604 | fa163ec7-a901-54db-878b-000000004e33 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:56.835403 | 0.03s 2026-03-09 03:58:53.827477 | fa163ec7-a901-54db-878b-000000004e35 | TASK | Manage systemd shutdown files 2026-03-09 03:58:53.853140 | fa163ec7-a901-54db-878b-000000004e35 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-09 03:58:53.853675 | fa163ec7-a901-54db-878b-000000004e35 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:56.880475 | 0.03s 2026-03-09 03:58:53.873188 | fa163ec7-a901-54db-878b-000000004e37 | TASK | Update container configs with new config hashes 2026-03-09 03:58:53.901347 | fa163ec7-a901-54db-878b-000000004e37 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-09 03:58:53.902264 | fa163ec7-a901-54db-878b-000000004e37 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:56.929058 | 0.03s 2026-03-09 03:58:53.926374 | fa163ec7-a901-54db-878b-000000004e38 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-09 03:58:53.954864 | fa163ec7-a901-54db-878b-000000004e38 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-09 03:58:53.955698 | fa163ec7-a901-54db-878b-000000004e38 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:56.982489 | 0.03s 2026-03-09 03:58:53.979551 | fa163ec7-a901-54db-878b-000000004e39 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-09 03:58:54.010328 | fa163ec7-a901-54db-878b-000000004e39 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-09 03:58:54.011060 | fa163ec7-a901-54db-878b-000000004e39 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:30:57.037855 | 0.03s PLAY [Server Post Deployments] ************************************************* 2026-03-09 03:58:54.166164 | fa163ec7-a901-54db-878b-0000000000f7 | TASK | Server Post Deployments 2026-03-09 03:58:54.188939 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000f7') missing from stats 2026-03-09 03:58:54.250766 | fa163ec7-a901-54db-878b-0000000000f8 | TIMING | include_tasks | standalone | 0:30:57.277540 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-09 03:58:54.382991 | fa163ec7-a901-54db-878b-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-09 03:58:54.411601 | fa163ec7-a901-54db-878b-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', 'fa163ec7-a901-54db-878b-0000000000fc') missing from stats 2026-03-09 03:58:54.425936 | fa163ec7-a901-54db-878b-000000000100 | TASK | is additonal Cell? 2026-03-09 03:58:54.456624 | fa163ec7-a901-54db-878b-000000000100 | OK | is additonal Cell? | undercloud 2026-03-09 03:58:54.457398 | fa163ec7-a901-54db-878b-000000000100 | TIMING | is additonal Cell? | undercloud | 0:30:57.484195 | 0.03s 2026-03-09 03:58:54.471543 | fa163ec7-a901-54db-878b-000000000102 | TASK | discover via nova_manager? 2026-03-09 03:58:54.519947 | fa163ec7-a901-54db-878b-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-09 03:58:54.520816 | fa163ec7-a901-54db-878b-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:57.547611 | 0.05s 2026-03-09 03:58:54.535212 | fa163ec7-a901-54db-878b-000000000103 | TASK | discover via nova_api? 2026-03-09 03:58:54.593495 | fa163ec7-a901-54db-878b-000000000103 | OK | discover via nova_api? | undercloud 2026-03-09 03:58:54.594373 | fa163ec7-a901-54db-878b-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:57.621168 | 0.06s 2026-03-09 03:58:54.608171 | fa163ec7-a901-54db-878b-000000000104 | TASK | Warn if no discovery host available 2026-03-09 03:58:54.647334 | fa163ec7-a901-54db-878b-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-09 03:58:54.648231 | fa163ec7-a901-54db-878b-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:57.675026 | 0.04s 2026-03-09 03:58:54.671147 | fa163ec7-a901-54db-878b-000000000105 | TASK | Discovering nova hosts 2026-03-09 03:58:57.080006 | fa163ec7-a901-54db-878b-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec7-a901-54db-878b-000000000105') missing from stats 2026-03-09 03:58:57.153117 | fa163ec7-a901-54db-878b-000000000106 | OK | set_fact | undercloud 2026-03-09 03:58:57.154269 | fa163ec7-a901-54db-878b-000000000106 | TIMING | set_fact | undercloud | 0:31:00.181059 | 0.05s 2026-03-09 03:58:57.170317 | fa163ec7-a901-54db-878b-000000000108 | TASK | Set up group_vars 2026-03-09 03:58:57.209247 | fa163ec7-a901-54db-878b-000000000108 | OK | Set up group_vars | undercloud 2026-03-09 03:58:57.210154 | fa163ec7-a901-54db-878b-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:00.236948 | 0.04s 2026-03-09 03:58:57.225551 | fa163ec7-a901-54db-878b-000000000109 | TASK | Make needed directories on the undercloud 2026-03-09 03:58:57.482178 | fa163ec7-a901-54db-878b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-_oxvwcup/octavia-ansible 2026-03-09 03:58:57.484004 | fa163ec7-a901-54db-878b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.510782 | 0.26s 2026-03-09 03:58:57.693324 | fa163ec7-a901-54db-878b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-_oxvwcup/octavia-ansible/local_dir 2026-03-09 03:58:57.694576 | fa163ec7-a901-54db-878b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.721366 | 0.47s 2026-03-09 03:58:57.897735 | fa163ec7-a901-54db-878b-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-_oxvwcup/octavia-ansible/group_vars 2026-03-09 03:58:57.898905 | fa163ec7-a901-54db-878b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.925696 | 0.67s 2026-03-09 03:58:57.906051 | fa163ec7-a901-54db-878b-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:00.932800 | 0.68s 2026-03-09 03:58:57.924967 | fa163ec7-a901-54db-878b-00000000010a | TASK | Write group_vars file 2026-03-09 03:58:58.426039 | fa163ec7-a901-54db-878b-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-09 03:58:58.427252 | fa163ec7-a901-54db-878b-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:01.454041 | 0.50s 2026-03-09 03:58:58.462983 | fa163ec7-a901-54db-878b-00000000010b | TASK | Gather missing facts 2026-03-09 03:58:58.783222 | fa163ec7-a901-54db-878b-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ec7-a901-54db-878b-00000000010b') missing from stats 2026-03-09 03:58:58.801470 | fa163ec7-a901-54db-878b-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:01.828249 | 0.34s 2026-03-09 03:58:58.821721 | fa163ec7-a901-54db-878b-00000000010c | TASK | Write octavia inventory 2026-03-09 03:58:59.304036 | fa163ec7-a901-54db-878b-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-09 03:58:59.304848 | fa163ec7-a901-54db-878b-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:02.331645 | 0.48s 2026-03-09 03:58:59.319337 | fa163ec7-a901-54db-878b-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-09 03:58:59.540554 | fa163ec7-a901-54db-878b-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-09 03:58:59.542130 | fa163ec7-a901-54db-878b-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:02.568916 | 0.22s 2026-03-09 03:58:59.560734 | fa163ec7-a901-54db-878b-00000000010e | TASK | Set private key location 2026-03-09 03:58:59.599529 | fa163ec7-a901-54db-878b-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-09 03:58:59.600864 | fa163ec7-a901-54db-878b-00000000010e | TIMING | Set private key location | undercloud | 0:31:02.627651 | 0.04s 2026-03-09 03:58:59.619953 | fa163ec7-a901-54db-878b-00000000010f | TASK | Configure octavia command 2026-03-09 03:58:59.660178 | fa163ec7-a901-54db-878b-00000000010f | OK | Configure octavia command | undercloud 2026-03-09 03:58:59.661531 | fa163ec7-a901-54db-878b-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:02.688319 | 0.04s 2026-03-09 03:58:59.722348 | fa163ec7-a901-54db-878b-000000000110 | OK | set_fact | undercloud 2026-03-09 03:58:59.723716 | fa163ec7-a901-54db-878b-000000000110 | TIMING | set_fact | undercloud | 0:31:02.750502 | 0.04s 2026-03-09 03:58:59.813465 | fa163ec7-a901-54db-878b-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-_oxvwcup/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-_oxvwcup/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-_oxvwcup/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-09 03:58:59.814565 | fa163ec7-a901-54db-878b-000000000111 | TIMING | debug | undercloud | 0:31:02.841356 | 0.07s 2026-03-09 03:58:59.828906 | fa163ec7-a901-54db-878b-000000000112 | TASK | Configure octavia on overcloud 2026-03-09 04:02:17.045739 | fa163ec7-a901-54db-878b-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-09 04:02:17.048622 | fa163ec7-a901-54db-878b-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:20.075399 | 197.22s 2026-03-09 04:02:17.068690 | fa163ec7-a901-54db-878b-000000000113 | TASK | Purge temp dirs 2026-03-09 04:02:17.278717 | fa163ec7-a901-54db-878b-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-_oxvwcup/octavia-ansible/local_dir 2026-03-09 04:02:17.280757 | fa163ec7-a901-54db-878b-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:20.307538 | 0.21s 2026-03-09 04:02:17.292129 | fa163ec7-a901-54db-878b-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:20.318911 | 0.22s 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-09 04:02:17.365275 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-09 04:02:17.365884 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-09 04:02:17.366477 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:20.393274 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-09 04:02:17.366956 | UUID | Info | Host | Task Name | Run Time 2026-03-09 04:02:17.367498 | fa163ec7-a901-54db-878b-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 233.52s 2026-03-09 04:02:17.367987 | fa163ec7-a901-54db-878b-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 197.22s 2026-03-09 04:02:17.368655 | fa163ec7-a901-54db-878b-000000004a1b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 133.72s 2026-03-09 04:02:17.369184 | fa163ec7-a901-54db-878b-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 108.44s 2026-03-09 04:02:17.369699 | fa163ec7-a901-54db-878b-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.58s 2026-03-09 04:02:17.370220 | fa163ec7-a901-54db-878b-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 54.96s 2026-03-09 04:02:17.370718 | fa163ec7-a901-54db-878b-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.64s 2026-03-09 04:02:17.371225 | fa163ec7-a901-54db-878b-00000000487f | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2026-03-09 04:02:17.371713 | fa163ec7-a901-54db-878b-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.83s 2026-03-09 04:02:17.372228 | fa163ec7-a901-54db-878b-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.69s 2026-03-09 04:02:17.372763 | fa163ec7-a901-54db-878b-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.40s 2026-03-09 04:02:17.373311 | fa163ec7-a901-54db-878b-000000004db2 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.90s 2026-03-09 04:02:17.373872 | fa163ec7-a901-54db-878b-000000004b16 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.12s 2026-03-09 04:02:17.374586 | fa163ec7-a901-54db-878b-000000004db1 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.60s 2026-03-09 04:02:17.375264 | fa163ec7-a901-54db-878b-000000004b42 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.57s 2026-03-09 04:02:17.375819 | fa163ec7-a901-54db-878b-000000004b6e | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.20s 2026-03-09 04:02:17.376765 | fa163ec7-a901-54db-878b-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 | 23.96s 2026-03-09 04:02:17.377307 | fa163ec7-a901-54db-878b-000000004a1a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 22.24s 2026-03-09 04:02:17.377825 | fa163ec7-a901-54db-878b-000000004c18 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.76s 2026-03-09 04:02:17.378369 | fa163ec7-a901-54db-878b-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2026-03-09 04:02:17.378846 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-_oxvwcup Install artifact is located at /root/standalone-install-20260309040218.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.37KcHyD7Mc + exit 0 ~/ci-framework-data/artifacts