~/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.IEUvttaBzJ + 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.IEUvttaBzJ/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=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + 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.IEUvttaBzJ/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.IEUvttaBzJ + J2_VARS_FILE=/tmp/tmp.IEUvttaBzJ/tmp.HowwocN002.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.IEUvttaBzJ/tmp.HowwocN002.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/tmp.HowwocN002.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.IEUvttaBzJ/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.IEUvttaBzJ/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.IEUvttaBzJ/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.IEUvttaBzJ/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.IEUvttaBzJ/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. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.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/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 5.2 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-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 openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.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-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.7-11.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 399 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-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-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): bash-completion-2.11-4.el9.noarch.rpm 2.1 MB/s | 459 kB 00:00 (2/399): libaio-0.3.111-13.el9.x86_64.rpm 113 kB/s | 26 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 2.6 MB/s | 786 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 5.7 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 586 kB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 5.1 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 853 kB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 340 kB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 408 kB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 142 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 100 kB/s | 12 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.5 MB/s | 418 kB 00:00 (13/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 284 kB/s | 36 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 230 kB/s | 30 kB 00:00 (15/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 187 kB/s | 19 kB 00:00 (16/399): device-mapper-event-1.02.187-7.el9_2. 342 kB/s | 32 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 241 kB/s | 31 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 12 MB/s | 1.5 MB 00:00 (19/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 8.4 MB/s | 1.0 MB 00:00 (20/399): boost-system-1.75.0-8.el9.x86_64.rpm 53 kB/s | 15 kB 00:00 (21/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 229 kB/s | 64 kB 00:00 (22/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 694 kB/s | 223 kB 00:00 (23/399): python3-urllib-gssapi-1.0.2-4.el9.noa 256 kB/s | 24 kB 00:00 (24/399): perl-Storable-3.21-460.el9.x86_64.rpm 910 kB/s | 98 kB 00:00 (25/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.2 MB/s | 216 kB 00:00 (26/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 189 kB/s | 17 kB 00:00 (27/399): perl-Data-Dumper-2.174-462.el9.x86_64 575 kB/s | 59 kB 00:00 (28/399): boost-thread-1.75.0-8.el9.x86_64.rpm 518 kB/s | 57 kB 00:00 (29/399): perl-Exporter-5.74-461.el9.noarch.rpm 142 kB/s | 34 kB 00:00 (30/399): perl-File-Temp-0.231.100-4.el9.noarch 269 kB/s | 63 kB 00:00 (31/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 102 kB/s | 25 kB 00:00 (32/399): perl-parent-0.238-460.el9.noarch.rpm 147 kB/s | 16 kB 00:00 (33/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.6 MB/s | 283 kB 00:00 (34/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.2 MB/s | 321 kB 00:00 (35/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 491 kB/s | 45 kB 00:00 (36/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 3.4 MB/s | 392 kB 00:00 (37/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.4 MB/s | 224 kB 00:00 (38/399): perl-PathTools-3.78-461.el9.x86_64.rp 981 kB/s | 92 kB 00:00 (39/399): perl-Term-ANSIColor-5.01-461.el9.noar 88 kB/s | 51 kB 00:00 (40/399): perl-Text-ParseWords-3.30-460.el9.noa 33 kB/s | 18 kB 00:00 (41/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 369 kB/s | 229 kB 00:00 (42/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (43/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 10 MB/s | 1.2 MB 00:00 (44/399): perl-URI-5.09-3.el9.noarch.rpm 885 kB/s | 125 kB 00:00 (45/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 204 kB/s | 26 kB 00:00 (46/399): iptables-nft-services-1.8.8-6.el9_1.n 258 kB/s | 28 kB 00:00 (47/399): perl-Carp-1.50-460.el9.noarch.rpm 247 kB/s | 31 kB 00:00 (48/399): perl-Mozilla-CA-20200520-6.el9.noarch 159 kB/s | 14 kB 00:00 (49/399): perl-Encode-3.08-462.el9.x86_64.rpm 11 MB/s | 1.7 MB 00:00 (50/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 190 kB/s | 24 kB 00:00 (51/399): perl-Time-Local-1.300-7.el9.noarch.rp 285 kB/s | 37 kB 00:00 (52/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (53/399): python3-yubico-1.3.3-7.el9.noarch.rpm 201 kB/s | 73 kB 00:00 (54/399): perl-Pod-Escapes-1.07-460.el9.noarch. 74 kB/s | 22 kB 00:00 (55/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 273 kB/s | 76 kB 00:00 (56/399): sshpass-1.09-4.el9.x86_64.rpm 322 kB/s | 30 kB 00:00 (57/399): boost-filesystem-1.75.0-8.el9.x86_64. 520 kB/s | 59 kB 00:00 (58/399): boost-program-options-1.75.0-8.el9.x8 1.0 MB/s | 108 kB 00:00 (59/399): libburn-1.5.4-4.el9.x86_64.rpm 1.5 MB/s | 175 kB 00:00 (60/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 402 kB/s | 39 kB 00:00 (61/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 258 kB/s | 34 kB 00:00 (62/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 211 kB/s | 19 kB 00:00 (63/399): boost-log-1.75.0-8.el9.x86_64.rpm 1.0 MB/s | 410 kB 00:00 (64/399): perl-Digest-1.19-4.el9.noarch.rpm 282 kB/s | 29 kB 00:00 (65/399): perl-File-Path-2.18-4.el9.noarch.rpm 308 kB/s | 38 kB 00:00 (66/399): libisoburn-1.5.4-4.el9.x86_64.rpm 2.1 MB/s | 419 kB 00:00 (67/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 955 kB/s | 92 kB 00:00 (68/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 430 kB/s | 43 kB 00:00 (69/399): perl-Scalar-List-Utils-1.56-461.el9.x 766 kB/s | 77 kB 00:00 (70/399): perl-Socket-2.031-4.el9.x86_64.rpm 626 kB/s | 58 kB 00:00 (71/399): perl-constant-1.33-461.el9.noarch.rpm 279 kB/s | 25 kB 00:00 (72/399): perl-podlators-4.14-460.el9.noarch.rp 1.0 MB/s | 118 kB 00:00 (73/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 998 kB/s | 112 kB 00:00 (74/399): python3-appdirs-1.4.4-4.el9.noarch.rp 269 kB/s | 27 kB 00:00 (75/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 1.0 MB/s | 96 kB 00:00 (76/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 163 kB 00:00 (77/399): python3-qrcode-core-6.1-12.el9.noarch 425 kB/s | 61 kB 00:00 (78/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 279 kB 00:00 (79/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 387 kB/s | 48 kB 00:00 (80/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.3 MB/s | 221 kB 00:00 (81/399): python3-alembic-1.7.5-3.el9.noarch.rp 6.5 MB/s | 900 kB 00:00 (82/399): python3-augeas-0.5.0-25.el9.noarch.rp 168 kB/s | 31 kB 00:00 (83/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 3.0 MB/s | 489 kB 00:00 (84/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 3.3 MB/s | 459 kB 00:00 (85/399): jq-1.6-14.el9.x86_64.rpm 1.9 MB/s | 190 kB 00:00 (86/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 572 kB/s | 59 kB 00:00 (87/399): perl-AutoLoader-5.74-480.el9.noarch.r 217 kB/s | 23 kB 00:00 (88/399): perl-B-1.80-480.el9.x86_64.rpm 1.8 MB/s | 185 kB 00:00 (89/399): perl-Class-Struct-0.66-480.el9.noarch 185 kB/s | 24 kB 00:00 (90/399): perl-Errno-1.30-480.el9.x86_64.rpm 149 kB/s | 17 kB 00:00 (91/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 244 kB/s | 23 kB 00:00 (92/399): perl-File-Basename-2.85-480.el9.noarc 182 kB/s | 19 kB 00:00 (93/399): perl-File-stat-1.09-480.el9.noarch.rp 205 kB/s | 19 kB 00:00 (94/399): perl-FileHandle-2.03-480.el9.noarch.r 177 kB/s | 17 kB 00:00 (95/399): perl-Getopt-Std-1.12-480.el9.noarch.r 182 kB/s | 17 kB 00:00 (96/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 273 kB/s | 25 kB 00:00 (97/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 (98/399): perl-SelectSaver-1.02-480.el9.noarch. 145 kB/s | 13 kB 00:00 (99/399): perl-Symbol-1.08-480.el9.noarch.rpm 133 kB/s | 16 kB 00:00 (100/399): perl-interpreter-5.32.1-480.el9.x86_ 650 kB/s | 75 kB 00:00 (101/399): perl-libs-5.32.1-480.el9.x86_64.rpm 19 MB/s | 2.2 MB 00:00 (102/399): perl-overload-1.31-480.el9.noarch.rp 415 kB/s | 47 kB 00:00 (103/399): perl-overloading-0.02-480.el9.noarch 134 kB/s | 15 kB 00:00 (104/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.4 MB/s | 259 kB 00:00 (105/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 334 kB/s | 40 kB 00:00 (106/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 255 kB/s | 42 kB 00:00 (107/399): perl-IO-1.43-480.el9.x86_64.rpm 598 kB/s | 94 kB 00:00 (108/399): perl-NDBM_File-1.15-480.el9.x86_64.r 168 kB/s | 25 kB 00:00 (109/399): perl-base-2.27-480.el9.noarch.rpm 122 kB/s | 18 kB 00:00 (110/399): perl-if-0.60.800-480.el9.noarch.rpm 153 kB/s | 16 kB 00:00 (111/399): perl-mro-1.23-480.el9.x86_64.rpm 255 kB/s | 31 kB 00:00 (112/399): perl-subs-1.03-480.el9.noarch.rpm 114 kB/s | 13 kB 00:00 (113/399): perl-vars-1.05-480.el9.noarch.rpm 109 kB/s | 15 kB 00:00 (114/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.7 MB/s | 176 kB 00:00 (115/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.5 MB/s | 452 kB 00:00 (116/399): ipa-client-common-4.10.1-12.el9_2.2. 460 kB/s | 44 kB 00:00 (117/399): rhel-system-roles-1.21.2-1.el9_2.noa 14 MB/s | 2.4 MB 00:00 (118/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.9 MB/s | 656 kB 00:00 (119/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 610 kB/s | 57 kB 00:00 (120/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.1 MB/s | 648 kB 00:00 (121/399): python3-ipalib-4.10.1-12.el9_2.2.noa 3.8 MB/s | 663 kB 00:00 (122/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 343 kB/s | 41 kB 00:00 (123/399): buildah-1.29.5-1.el9_2.x86_64.rpm 36 MB/s | 8.6 MB 00:00 (124/399): ruby-default-gems-3.0.4-161.el9_2.2. 421 kB/s | 46 kB 00:00 (125/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (126/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 596 kB/s | 55 kB 00:00 (127/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.5 MB/s | 456 kB 00:00 (128/399): rubygem-io-console-0.5.7-161.el9_2.2 239 kB/s | 26 kB 00:00 (129/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 603 kB/s | 60 kB 00:00 (130/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 324 kB/s | 59 kB 00:00 (131/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 3.5 MB/s | 441 kB 00:00 (132/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 821 kB/s | 110 kB 00:00 (133/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.3 MB/s | 306 kB 00:00 (134/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.1 MB/s | 245 kB 00:00 (135/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 44 MB/s | 7.9 MB 00:00 (136/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 18 MB/s | 2.2 MB 00:00 (137/399): ansible-collection-ansible-netcommon 1.8 MB/s | 181 kB 00:00 (138/399): ansible-collection-ansible-posix-1.2 1.3 MB/s | 124 kB 00:00 (139/399): ansible-collection-ansible-utils-2.3 951 kB/s | 91 kB 00:00 (140/399): ansible-collection-community-general 12 MB/s | 1.3 MB 00:00 (141/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 665 kB/s | 77 kB 00:00 (142/399): golang-github-vbatts-tar-split-0.11. 5.0 MB/s | 1.0 MB 00:00 (143/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.2 MB/s | 162 kB 00:00 (144/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.8 MB/s | 178 kB 00:00 (145/399): puppet-fdio-18.2-1.20220727113954.6f 194 kB/s | 25 kB 00:00 (146/399): python3-ansible-runner-2.0.0a1-3.el9 942 kB/s | 122 kB 00:00 (147/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 490 kB/s | 44 kB 00:00 (148/399): python3-beautifulsoup4-4.9.3-2.el9os 2.0 MB/s | 204 kB 00:00 (149/399): python3-croniter-0.3.35-2.el9ost.noa 487 kB/s | 49 kB 00:00 (150/399): python3-daemon-2.3.0-1.el9ost.noarch 148 kB/s | 39 kB 00:00 (151/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 252 kB/s | 44 kB 00:00 (152/399): python3-docutils-0.16-6.el9ost.noarc 7.4 MB/s | 1.5 MB 00:00 (153/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (154/399): python3-gevent-21.1.2-2.el9ost.x86_6 12 MB/s | 1.6 MB 00:00 (155/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.3 MB/s | 284 kB 00:00 (156/399): python3-jmespath-0.10.0-1.el9ost.noa 486 kB/s | 46 kB 00:00 (157/399): python3-lockfile-0.12.2-2.el9ost.noa 295 kB/s | 31 kB 00:00 (158/399): python3-logutils-0.3.5-15.el9ost.noa 508 kB/s | 47 kB 00:00 (159/399): python3-memcached-1.59-3.el9ost.noar 446 kB/s | 40 kB 00:00 (160/399): python3-mimeparse-1.6.0-16.el9ost.no 172 kB/s | 16 kB 00:00 (161/399): python3-migrate-0.13.0-1.el9ost.noar 2.1 MB/s | 224 kB 00:00 (162/399): python3-natsort-7.1.1-2.el9ost.noarc 615 kB/s | 59 kB 00:00 (163/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.8 MB/s | 273 kB 00:00 (164/399): python3-passlib-1.7.4-3.el9ost.noarc 5.4 MB/s | 712 kB 00:00 (165/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.0 MB/s | 90 kB 00:00 (166/399): python3-pynacl-1.4.0-1.el9ost.x86_64 1.1 MB/s | 111 kB 00:00 (167/399): python3-pyperclip-1.8.0-3.el9ost.noa 278 kB/s | 25 kB 00:00 (168/399): python3-setproctitle-1.2.2-1.el9ost. 262 kB/s | 23 kB 00:00 (169/399): python3-soupsieve-2.2-1.el9ost.noarc 730 kB/s | 67 kB 00:00 (170/399): python3-smmap-3.0.1-4.el9ost.noarch. 421 kB/s | 47 kB 00:00 (171/399): python3-tenacity-6.3.1-1.el9ost.noar 534 kB/s | 51 kB 00:00 (172/399): python3-sqlalchemy13-1.3.24-3.el9ost 7.8 MB/s | 1.7 MB 00:00 (173/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 3.6 MB/s | 396 kB 00:00 (174/399): python3-zope-event-4.2.0-20.el9ost.n 2.0 MB/s | 205 kB 00:00 (175/399): python3-zope-interface-5.4.0-1.el9os 1.8 MB/s | 202 kB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 264 kB/s | 82 kB 00:00 (177/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.5 MB/s | 243 kB 00:00 (178/399): rubygem-deep_merge-1.2.1-7.el9ost.no 159 kB/s | 14 kB 00:00 (179/399): rubygem-fast_gettext-1.2.0-9.el9ost. 375 kB/s | 34 kB 00:00 (180/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 967 kB/s | 90 kB 00:00 (181/399): rubygem-multi_json-1.15.0-2.el9ost.n 242 kB/s | 22 kB 00:00 (182/399): rubygem-puppet-resource_api-1.8.13-1 387 kB/s | 34 kB 00:00 (183/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 123 kB/s | 16 kB 00:00 (184/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.2 MB/s | 433 kB 00:00 (185/399): rubygem-semantic_puppet-1.0.4-2.el9o 190 kB/s | 21 kB 00:00 (186/399): ansible-config_template-2.0.1-17.1.2 315 kB/s | 29 kB 00:00 (187/399): ansible-role-atos-hsm-1.0.1-17.1.202 188 kB/s | 17 kB 00:00 (188/399): ansible-role-chrony-1.3.1-17.1.20230 243 kB/s | 22 kB 00:00 (189/399): ansible-role-collectd-config-0.0.3-1 595 kB/s | 53 kB 00:00 (190/399): ansible-role-container-registry-1.4. 231 kB/s | 24 kB 00:00 (191/399): ansible-role-openstack-operations-0. 284 kB/s | 30 kB 00:00 (192/399): ansible-role-qdr-config-0.0.2-17.1.2 213 kB/s | 21 kB 00:00 (193/399): ansible-role-thales-hsm-3.0.1-17.1.2 231 kB/s | 21 kB 00:00 (194/399): ansible-role-redhat-subscription-1.3 223 kB/s | 28 kB 00:00 (195/399): ansible-role-tripleo-modify-image-1. 259 kB/s | 27 kB 00:00 (196/399): ansible-tripleo-ipa-0.3.1-17.1.20230 297 kB/s | 36 kB 00:00 (197/399): ansible-tripleo-ipsec-11.0.1-17.1.20 385 kB/s | 38 kB 00:00 (198/399): dib-utils-0.0.11-17.1.20230620173328 139 kB/s | 12 kB 00:00 (199/399): openstack-heat-agents-2.2.1-17.1.202 95 kB/s | 9.6 kB 00:00 (200/399): os-apply-config-13.1.1-17.1.20231020 528 kB/s | 54 kB 00:00 (201/399): os-collect-config-13.1.1-17.1.202310 489 kB/s | 50 kB 00:00 (202/399): os-refresh-config-13.1.1-17.1.202310 246 kB/s | 21 kB 00:00 (203/399): puppet-aodh-18.4.2-17.1.202306201512 675 kB/s | 62 kB 00:00 (204/399): puppet-archive-4.6.1-17.1.2023062018 374 kB/s | 44 kB 00:00 (205/399): puppet-auditd-2.2.1-17.1.20230620192 293 kB/s | 28 kB 00:00 (206/399): puppet-ceilometer-18.4.3-17.1.202309 755 kB/s | 70 kB 00:00 (207/399): puppet-certmonger-2.7.1-17.1.2023062 287 kB/s | 26 kB 00:00 (208/399): puppet-collectd-13.0.1-17.1.20230620 1.5 MB/s | 135 kB 00:00 (209/399): puppet-cinder-18.5.2-17.1.2023062105 1.1 MB/s | 120 kB 00:00 (210/399): puppet-corosync-8.0.1-17.1.202306211 465 kB/s | 68 kB 00:00 (211/399): puppet-dns-8.2.1-17.1.20230621002045 405 kB/s | 36 kB 00:00 (212/399): puppet-etcd-1.12.3-17.1.202306201932 272 kB/s | 25 kB 00:00 (213/399): puppet-gnocchi-18.4.3-17.1.202306210 642 kB/s | 58 kB 00:00 (214/399): puppet-heat-18.4.1-17.1.202306211116 677 kB/s | 70 kB 00:00 (215/399): puppet-kmod-2.5.0-17.1.2023062019064 205 kB/s | 21 kB 00:00 (216/399): puppet-manila-18.5.2-17.1.2023110219 816 kB/s | 81 kB 00:00 (217/399): puppet-memcached-6.0.0-17.1.20230620 225 kB/s | 23 kB 00:00 (218/399): puppet-designate-18.6.1-17.1.2023062 174 kB/s | 69 kB 00:00 (219/399): puppet-mysql-10.6.1-17.1.20230621022 1.0 MB/s | 99 kB 00:00 (220/399): puppet-nssdb-1.0.2-17.1.202306201856 134 kB/s | 12 kB 00:00 (221/399): puppet-nova-18.6.1-17.1.202306210904 1.9 MB/s | 200 kB 00:00 (222/399): puppet-openstack_extras-18.5.1-17.1. 528 kB/s | 48 kB 00:00 (223/399): puppet-octavia-18.5.1-17.1.202306210 754 kB/s | 76 kB 00:00 (224/399): puppet-openstacklib-18.5.2-17.1.2023 659 kB/s | 62 kB 00:00 (225/399): puppet-oslo-18.5.1-17.1.202306210523 540 kB/s | 48 kB 00:00 (226/399): puppet-placement-5.4.3-17.1.20230621 466 kB/s | 41 kB 00:00 (227/399): puppet-qdr-7.4.1-17.1.20230620195605 344 kB/s | 31 kB 00:00 (228/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.5 MB/s | 266 kB 00:00 (229/399): puppet-redis-6.1.1-17.1.202306201917 502 kB/s | 51 kB 00:00 (230/399): puppet-rsyslog-4.0.1-17.1.2023062020 583 kB/s | 58 kB 00:00 (231/399): puppet-ssh-6.2.1-17.1.20230620190251 288 kB/s | 29 kB 00:00 (232/399): puppet-systemd-2.12.1-17.1.202306201 465 kB/s | 42 kB 00:00 (233/399): puppet-vswitch-14.4.3-17.1.202306210 440 kB/s | 41 kB 00:00 (234/399): puppet-swift-18.6.1-17.1.20230621052 378 kB/s | 115 kB 00:00 (235/399): puppet-stdlib-6.3.1-17.1.20230621000 510 kB/s | 160 kB 00:00 (236/399): puppet-xinetd-3.3.1-17.1.20230620185 282 kB/s | 26 kB 00:00 (237/399): python-oslo-log-lang-4.4.0-17.1.2023 146 kB/s | 14 kB 00:00 (238/399): python-oslo-cache-lang-2.7.1-17.1.20 155 kB/s | 19 kB 00:00 (239/399): python-oslo-middleware-lang-4.2.1-17 145 kB/s | 13 kB 00:00 (240/399): python-oslo-versionedobjects-lang-2. 153 kB/s | 14 kB 00:00 (241/399): python-pycadf-common-3.1.1-17.1.2023 168 kB/s | 15 kB 00:00 (242/399): python-oslo-policy-lang-3.7.1-17.1.2 77 kB/s | 14 kB 00:00 (243/399): python3-GitPython-3.1.14-2.el9ost.no 2.4 MB/s | 238 kB 00:00 (244/399): python3-aodhclient-2.2.0-17.1.202306 609 kB/s | 56 kB 00:00 (245/399): python3-barbicanclient-5.3.0-17.1.20 1.3 MB/s | 127 kB 00:00 (246/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (247/399): python3-designateclient-4.2.1-17.1.2 981 kB/s | 92 kB 00:00 (248/399): python3-futurist-2.3.0-17.1.20230621 686 kB/s | 64 kB 00:00 (249/399): python3-heat-agent-2.2.1-17.1.202306 163 kB/s | 19 kB 00:00 (250/399): python3-cinderclient-7.4.1-17.1.2023 583 kB/s | 218 kB 00:00 (251/399): python3-heat-agent-ansible-2.2.1-17. 69 kB/s | 11 kB 00:00 (252/399): python3-heat-agent-apply-config-2.2. 94 kB/s | 9.9 kB 00:00 (253/399): python3-heat-agent-docker-cmd-2.2.1- 136 kB/s | 12 kB 00:00 (254/399): python3-heat-agent-hiera-2.2.1-17.1. 114 kB/s | 10 kB 00:00 (255/399): python3-heat-agent-json-file-2.2.1-1 112 kB/s | 9.8 kB 00:00 (256/399): python3-heat-agent-puppet-2.2.1-17.1 126 kB/s | 11 kB 00:00 (257/399): python3-ironic-inspector-client-4.5. 750 kB/s | 67 kB 00:00 (258/399): python3-heatclient-2.3.1-17.1.202306 903 kB/s | 158 kB 00:00 (259/399): python3-ironicclient-4.6.4-17.1.2023 3.3 MB/s | 342 kB 00:00 (260/399): python3-keystonemiddleware-9.2.0-17. 900 kB/s | 92 kB 00:00 (261/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (262/399): python3-keystoneclient-4.3.0-17.1.20 1.2 MB/s | 239 kB 00:00 (263/399): python3-neutronclient-7.3.1-17.1.202 2.6 MB/s | 298 kB 00:00 (264/399): python3-novaclient-17.4.1-17.1.20230 1.4 MB/s | 201 kB 00:00 (265/399): python3-mistralclient-4.2.0-17.1.202 840 kB/s | 166 kB 00:00 (266/399): python3-os-client-config-2.1.0-17.1. 560 kB/s | 55 kB 00:00 (267/399): python3-os-service-types-1.7.0-17.1. 385 kB/s | 38 kB 00:00 (268/399): python3-os-traits-2.5.0-17.1.2023062 488 kB/s | 45 kB 00:00 (269/399): python3-osc-lib-2.3.1-17.1.202306202 829 kB/s | 78 kB 00:00 (270/399): python3-oslo-cache-2.7.1-17.1.202306 565 kB/s | 56 kB 00:00 (271/399): python3-oslo-context-3.2.1-17.1.2023 311 kB/s | 27 kB 00:00 (272/399): python3-oslo-log-4.4.0-17.1.20230620 715 kB/s | 64 kB 00:00 (273/399): python3-oslo-middleware-4.2.1-17.1.2 550 kB/s | 55 kB 00:00 (274/399): python3-oslo-policy-3.7.1-17.1.20230 825 kB/s | 76 kB 00:00 (275/399): python3-oslo-reports-2.2.0-17.1.2023 639 kB/s | 59 kB 00:00 (276/399): python3-oslo-rootwrap-6.3.1-17.1.202 478 kB/s | 46 kB 00:00 (277/399): python3-oslo-serialization-4.1.1-17. 390 kB/s | 34 kB 00:00 (278/399): python3-oslo-upgradecheck-1.3.1-17.1 321 kB/s | 29 kB 00:00 (279/399): python3-osprofiler-3.4.0-17.1.202306 1.3 MB/s | 130 kB 00:00 (280/399): python3-pycadf-3.1.1-17.1.2023062021 567 kB/s | 53 kB 00:00 (281/399): python3-oslo-versionedobjects-2.4.1- 538 kB/s | 79 kB 00:00 (282/399): python3-requestsexceptions-1.4.0-17. 187 kB/s | 17 kB 00:00 (283/399): python3-shade-1.33.0-17.1.2023062022 4.5 MB/s | 523 kB 00:00 (284/399): python3-statsd-3.2.1-20.1.el9ost.noa 386 kB/s | 35 kB 00:00 (285/399): python3-swiftclient-3.11.1-17.1.2023 1.2 MB/s | 136 kB 00:00 (286/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 536 kB/s | 50 kB 00:00 (287/399): python3-saharaclient-3.3.0-17.1.2023 463 kB/s | 188 kB 00:00 (288/399): python3-troveclient-7.0.0-17.1.20230 1.8 MB/s | 344 kB 00:00 (289/399): python3-validations-libs-1.9.1-17.1. 758 kB/s | 137 kB 00:00 (290/399): validations-common-1.9.1-17.1.202310 1.1 MB/s | 111 kB 00:00 (291/399): python3-zaqarclient-2.4.0-17.1.20230 986 kB/s | 129 kB 00:00 (292/399): python3-paramiko-2.11.0-2.el9ost.noa 2.7 MB/s | 299 kB 00:00 (293/399): ansible-pacemaker-1.0.4-17.1.2023121 212 kB/s | 21 kB 00:00 (294/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.5 MB/s | 427 kB 00:00 (295/399): python3-sqlparse-0.4.1-2.el9ost.noar 763 kB/s | 83 kB 00:00 (296/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.2 MB/s | 230 kB 00:00 (297/399): ansible-role-metalsmith-deployment-1 200 kB/s | 21 kB 00:00 (298/399): python3-manilaclient-2.6.4-17.1.2024 1.6 MB/s | 528 kB 00:00 (299/399): openstack-selinux-0.8.37-17.1.202311 1.3 MB/s | 221 kB 00:00 (300/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (301/399): python-oslo-db-lang-8.5.2-17.1.20240 162 kB/s | 14 kB 00:00 (302/399): python3-glanceclient-3.3.0-17.1.2024 1.4 MB/s | 143 kB 00:00 (303/399): python3-metalsmith-1.4.4-17.1.202405 731 kB/s | 65 kB 00:00 (304/399): python3-keystoneauth1-4.4.0-17.1.202 3.9 MB/s | 409 kB 00:00 (305/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (306/399): python3-octaviaclient-2.3.1-17.1.202 923 kB/s | 91 kB 00:00 (307/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (308/399): python3-oslo-messaging-12.7.3-17.1.2 2.3 MB/s | 216 kB 00:00 (309/399): python3-oslo-service-2.5.1-17.1.2024 753 kB/s | 71 kB 00:00 (310/399): python3-rhosp-openvswitch-3.3-1.el9o 90 kB/s | 8.3 kB 00:00 (311/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (312/399): openstack-tripleo-validations-14.3.2 1.7 MB/s | 204 kB 00:00 (313/399): openstack-ansible-core-2.14.2-4.7.el 15 MB/s | 2.3 MB 00:00 (314/399): puppet-glance-18.6.1-17.1.2025022015 922 kB/s | 87 kB 00:00 (315/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (316/399): python3-os-ken-1.4.1-17.1.2024120509 16 MB/s | 2.1 MB 00:00 (317/399): puppet-ovn-18.6.1-17.1.2024092509490 145 kB/s | 29 kB 00:00 (318/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (319/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (320/399): ansible-collections-openstack-1.9.1- 1.4 MB/s | 146 kB 00:00 (321/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.4 MB/s | 351 kB 00:00 (322/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.0 MB/s | 518 kB 00:00 (323/399): hiera-3.6.0-6.el9ost.noarch.rpm 344 kB/s | 33 kB 00:00 (324/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.1 MB/s | 405 kB 00:00 (325/399): puppet-7.10.0-4.el9ost.noarch.rpm 117 kB/s | 11 kB 00:00 (326/399): puppet-headless-7.10.0-4.el9ost.noar 8.0 MB/s | 1.4 MB 00:00 (327/399): python3-amqp-5.0.6-5.el9ost.noarch.r 563 kB/s | 92 kB 00:00 (328/399): python3-boto-2.45.0-8.1.el9ost.noarc 10 MB/s | 1.3 MB 00:00 (329/399): python3-cachetools-4.2.2-3.el9ost.no 376 kB/s | 33 kB 00:00 (330/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 1.7 MB/s | 284 kB 00:00 (331/399): python3-extras-1.0.0-17.el9ost.noarc 160 kB/s | 21 kB 00:00 (332/399): python3-fixtures-3.0.0-24.el9ost.noa 750 kB/s | 93 kB 00:00 (333/399): python3-dogpile-cache-1.1.5-5.el9ost 198 kB/s | 89 kB 00:00 (334/399): python3-keyring-21.8.0-4.el9ost.noar 592 kB/s | 77 kB 00:00 (335/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.5 MB/s | 313 kB 00:00 (336/399): python3-munch-2.5.0-6.el9ost.noarch. 262 kB/s | 25 kB 00:00 (337/399): python3-colorama-0.4.4-4.el9ost.noar 41 kB/s | 35 kB 00:00 (338/399): python3-openstacksdk-0.55.1-17.1.202 6.2 MB/s | 735 kB 00:00 (339/399): python3-paste-3.5.0-5.el9ost.noarch. 7.6 MB/s | 776 kB 00:00 (340/399): python3-paste-deploy-2.1.1-4.el9ost. 428 kB/s | 41 kB 00:00 (341/399): python3-msgpack-1.0.2-4.el9ost.x86_6 209 kB/s | 87 kB 00:00 (342/399): python3-pystache-0.5.4-15.el9ost.noa 1.2 MB/s | 132 kB 00:00 (343/399): python3-routes-2.4.1-14.el9ost.noarc 1.7 MB/s | 188 kB 00:00 (344/399): python3-repoze-lru-0.7-12.el9ost.noa 210 kB/s | 32 kB 00:00 (345/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 629 kB/s | 57 kB 00:00 (346/399): python3-secretstorage-3.3.1-3.el9ost 359 kB/s | 36 kB 00:00 (347/399): python3-simplejson-3.17.5-3.el9ost.x 2.6 MB/s | 266 kB 00:00 (348/399): python3-vine-5.0.0-5.el9ost.noarch.r 175 kB/s | 26 kB 00:00 (349/399): python3-tempita-0.5.1-27.el9ost.noar 158 kB/s | 36 kB 00:00 (350/399): python3-warlock-1.3.3-7.el9ost.noarc 236 kB/s | 21 kB 00:00 (351/399): python3-yappi-1.3.1-5.el9ost.x86_64. 543 kB/s | 56 kB 00:00 (352/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (353/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 188 kB/s | 29 kB 00:00 (354/399): ruby-facter-3.14.19-3.el9ost.x86_64. 100 kB/s | 9.5 kB 00:00 (355/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.2 MB/s | 123 kB 00:00 (356/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 181 kB/s | 19 kB 00:00 (357/399): puppet-barbican-18.4.2-17.1.20250625 495 kB/s | 57 kB 00:00 (358/399): python3-testtools-2.4.0-10.el9ost.no 479 kB/s | 333 kB 00:00 (359/399): python-openstackclient-lang-5.5.2-17 471 kB/s | 58 kB 00:00 (360/399): puppet-concat-6.2.1-17.1.20250725131 493 kB/s | 44 kB 00:00 (361/399): puppet-apache-6.5.2-17.1.20250811150 2.5 MB/s | 253 kB 00:00 (362/399): python3-openstackclient-5.5.2-17.1.2 8.7 MB/s | 1.1 MB 00:00 (363/399): puppet-git-0.5.0-17.1.20250725114148 297 kB/s | 26 kB 00:00 (364/399): puppet-haproxy-4.2.2-17.1.2025072511 612 kB/s | 55 kB 00:00 (365/399): puppet-firewall-3.4.1-17.1.202508041 621 kB/s | 73 kB 00:00 (366/399): puppet-inifile-4.2.1-17.1.2025080415 495 kB/s | 46 kB 00:00 (367/399): puppet-keepalived-0.0.2-17.1.2025072 197 kB/s | 17 kB 00:00 (368/399): puppet-ipaclient-2.5.2-17.1.20250725 215 kB/s | 21 kB 00:00 (369/399): puppet-module-data-0.5.1-17.1.202507 181 kB/s | 16 kB 00:00 (370/399): puppet-remote-10.0.0-17.1.2025072511 218 kB/s | 19 kB 00:00 (371/399): puppet-rsync-1.1.4-17.1.202508041515 312 kB/s | 28 kB 00:00 (372/399): puppet-snmp-3.9.1-17.1.2025072511575 419 kB/s | 38 kB 00:00 (373/399): puppet-vcsrepo-3.1.1-17.1.2025072511 586 kB/s | 53 kB 00:00 (374/399): puppet-sysctl-0.0.13-17.1.2025072511 168 kB/s | 19 kB 00:00 (375/399): python3-tripleoclient-16.5.1-17.1.20 5.5 MB/s | 552 kB 00:00 (376/399): puppet-horizon-18.6.1-17.1.202510081 645 kB/s | 59 kB 00:00 (377/399): puppet-keystone-18.6.1-17.1.20251008 1.3 MB/s | 126 kB 00:00 (378/399): openstack-heat-api-16.1.1-17.1.20251 166 kB/s | 15 kB 00:00 (379/399): openstack-heat-common-16.1.1-17.1.20 14 MB/s | 1.6 MB 00:00 (380/399): openstack-heat-engine-16.1.1-17.1.20 150 kB/s | 14 kB 00:00 (381/399): openstack-heat-monolith-16.1.1-17.1. 155 kB/s | 14 kB 00:00 (382/399): openstack-tripleo-common-containers- 822 kB/s | 74 kB 00:00 (383/399): openstack-tripleo-common-15.4.1-17.1 497 kB/s | 48 kB 00:00 (384/399): openstack-tripleo-heat-templates-14. 6.0 MB/s | 603 kB 00:00 (385/399): python3-tripleo-common-15.4.1-17.1.2 2.1 MB/s | 197 kB 00:00 (386/399): puppet-neutron-18.6.1-17.1.202512171 1.8 MB/s | 190 kB 00:00 (387/399): tripleo-ansible-3.3.1-17.1.202512171 5.3 MB/s | 564 kB 00:00 (388/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 657 kB/s | 68 kB 00:00 (389/399): python3-openvswitch3.3-3.3.7-11.el9f 2.9 MB/s | 399 kB 00:00 (390/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.3 MB/s | 335 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.5 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 646 kB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 273 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.3 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 5.6 MB/s | 97 MB 00:17 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 : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.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-openvswitch3.3-3.3.7-11.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 113/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 114/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 115/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 116/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 117/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 118/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 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 : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 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 : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 169/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 170/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 171/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 172/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 173/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 174/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 175/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 176/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 177/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 178/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 179/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 180/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 181/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 182/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 183/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 184/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 185/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 186/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 187/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 188/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 189/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 190/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 191/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 192/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 193/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 194/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 195/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 196/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 197/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 198/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 199/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 200/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 201/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 202/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 203/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 204/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 205/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 206/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 207/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 208/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 209/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 211/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 212/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 213/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 214/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 215/408 Installing : python3-memcached-1.59-3.el9ost.noarch 216/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 217/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 218/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 219/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 220/408 Installing : python3-docutils-0.16-6.el9ost.noarch 221/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 222/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 223/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 224/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 225/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 226/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 227/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 228/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 229/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 230/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 231/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 232/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 233/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 234/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 235/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 236/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 237/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 237/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 238/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 239/408 Installing : jq-1.6-14.el9.x86_64 240/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 241/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 242/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 243/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 244/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 245/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 246/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 247/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 248/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 249/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 250/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 251/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 252/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 253/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 254/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 255/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 256/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 257/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 258/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 260/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 261/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 262/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 263/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 264/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 265/408 Installing : boost-log-1.75.0-8.el9.x86_64 266/408 Installing : libburn-1.5.4-4.el9.x86_64 267/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 268/408 Installing : sshpass-1.09-4.el9.x86_64 269/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 270/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 271/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 272/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 273/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 275/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 276/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 277/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 278/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 279/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 280/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 281/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 282/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 283/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 284/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 285/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 286/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 287/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 288/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 289/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 290/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 291/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 292/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 293/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 294/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 295/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 296/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 297/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 298/408 Installing : libisofs-1.5.4-4.el9.x86_64 299/408 Installing : libisoburn-1.5.4-4.el9.x86_64 300/408 Installing : xorriso-1.5.4-4.el9.x86_64 301/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 301/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 302/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 303/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 306/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 307/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-7.10.0-4.el9ost.noarch 309/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 309/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 310/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 311/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 312/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 313/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 314/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 315/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 316/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 317/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 318/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 319/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 320/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 321/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 322/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 323/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 324/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 326/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 327/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 328/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 329/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 330/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 331/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 332/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 333/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 334/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 335/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 336/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 337/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 338/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 339/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 340/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 341/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 342/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 343/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 344/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 345/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 346/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 347/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 348/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 349/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 350/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 351/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 352/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 353/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 354/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 355/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 356/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 357/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 358/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 359/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 360/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 361/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 362/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 363/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 364/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 365/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 366/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 367/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/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-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 381/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 20/408 Verifying : boost-system-1.75.0-8.el9.x86_64 21/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 22/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 23/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 24/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 25/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 26/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 27/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 28/408 Verifying : perl-Exporter-5.74-461.el9.noarch 29/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 30/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 31/408 Verifying : perl-parent-1:0.238-460.el9.noarch 32/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 33/408 Verifying : xorriso-1.5.4-4.el9.x86_64 34/408 Verifying : libisofs-1.5.4-4.el9.x86_64 35/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 36/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 37/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 38/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 39/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 40/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 41/408 Verifying : perl-URI-5.09-3.el9.noarch 42/408 Verifying : perl-libnet-3.13-4.el9.noarch 43/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 44/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 45/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 46/408 Verifying : perl-Carp-1.50-460.el9.noarch 47/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 48/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 49/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 50/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 51/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 52/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 53/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 54/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 55/408 Verifying : sshpass-1.09-4.el9.x86_64 56/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 57/408 Verifying : boost-log-1.75.0-8.el9.x86_64 58/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 59/408 Verifying : libburn-1.5.4-4.el9.x86_64 60/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 61/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 62/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 63/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 64/408 Verifying : perl-Digest-1.19-4.el9.noarch 65/408 Verifying : perl-File-Path-2.18-4.el9.noarch 66/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 67/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 68/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 69/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 70/408 Verifying : perl-constant-1.33-461.el9.noarch 71/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 72/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 73/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 74/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 75/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 76/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 77/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 78/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 79/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 80/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 81/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 82/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 83/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 84/408 Verifying : jq-1.6-14.el9.x86_64 85/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 86/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 87/408 Verifying : perl-B-1.80-480.el9.x86_64 88/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 89/408 Verifying : perl-Errno-1.30-480.el9.x86_64 90/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 91/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 92/408 Verifying : perl-File-stat-1.09-480.el9.noarch 93/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 94/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 95/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 96/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 97/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 98/408 Verifying : perl-Symbol-1.08-480.el9.noarch 99/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 100/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 101/408 Verifying : perl-overload-1.31-480.el9.noarch 102/408 Verifying : perl-overloading-0.02-480.el9.noarch 103/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 104/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 105/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 106/408 Verifying : perl-IO-1.43-480.el9.x86_64 107/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 108/408 Verifying : perl-base-2.27-480.el9.noarch 109/408 Verifying : perl-if-0.60.800-480.el9.noarch 110/408 Verifying : perl-mro-1.23-480.el9.x86_64 111/408 Verifying : perl-subs-1.03-480.el9.noarch 112/408 Verifying : perl-vars-1.05-480.el9.noarch 113/408 Verifying : python3-mako-1.1.4-6.el9.noarch 114/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 115/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 116/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 117/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 118/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 119/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 120/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 121/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 122/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 123/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 124/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 125/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 126/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 127/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 128/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 129/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 130/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 131/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 132/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 133/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 134/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 135/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 136/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 137/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 138/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 139/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 140/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 141/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 142/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 143/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 144/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 145/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 146/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 147/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 148/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 149/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 150/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 151/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 152/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 153/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 154/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 155/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 156/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 157/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 158/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 159/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 160/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 161/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 162/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 163/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 164/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 165/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 166/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 167/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 168/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 169/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 170/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 171/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 172/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 173/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 174/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 175/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 176/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 177/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 178/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 179/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 180/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 181/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 182/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 183/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 184/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 185/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 186/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 187/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 188/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 189/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 190/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 191/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 192/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 193/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 194/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 195/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 196/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 197/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 198/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 199/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 200/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 201/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 202/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 203/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 204/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 205/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 206/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 207/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 208/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 209/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 210/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 211/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 212/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 213/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 214/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 215/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 216/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 217/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 218/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 219/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 220/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 221/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 222/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 223/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 224/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 225/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 226/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 227/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 228/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 229/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 230/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 231/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 232/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 233/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 234/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 235/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 236/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 237/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 238/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 239/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 240/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 241/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 242/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 243/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 244/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 245/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 246/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 247/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 248/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 249/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 250/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 251/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 252/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 253/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 254/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 255/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 256/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 258/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 259/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 260/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 261/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 262/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 263/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 264/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 265/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 266/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 267/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 268/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 269/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 270/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 271/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 272/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 273/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 274/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 275/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 276/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 277/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 278/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 279/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 280/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 281/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 282/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 283/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 284/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 285/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 286/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 287/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 288/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 289/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 290/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 291/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 292/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 293/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 294/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 295/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 296/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 297/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 299/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 300/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 301/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 302/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 303/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 304/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 305/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 306/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 307/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 308/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 309/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 310/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 311/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 312/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 313/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 314/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 315/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 316/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 317/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 318/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 319/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 320/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 321/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 322/408 Verifying : hiera-3.6.0-6.el9ost.noarch 323/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 324/408 Verifying : puppet-7.10.0-4.el9ost.noarch 325/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 326/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 327/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 328/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 329/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 330/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 331/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 332/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 333/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 334/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 335/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 336/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 337/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 338/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 339/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 340/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 341/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 342/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 343/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 344/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 345/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 346/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 347/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 348/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 349/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 350/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 351/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 352/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 353/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 354/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 355/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 356/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 357/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 358/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 359/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 360/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 361/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 362/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 363/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 364/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 365/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 366/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 367/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 368/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 369/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 370/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 371/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 372/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 373/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 374/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 375/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 376/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 377/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 378/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 379/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 380/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 381/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 382/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 383/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 384/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 385/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 386/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 387/408 Verifying : python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 388/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 389/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.7-11.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --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=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + 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' + [[ true == \f\a\l\s\e ]] + 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=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + 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-18T18:32:18.301712 # # 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 + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 3.5331e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [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. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2026-03-18 18:32:22.247523 | fa163ecf-2437-68bc-0eed-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-03-18 18:32:22.280823 | fa163ecf-2437-68bc-0eed-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-03-18 18:32:22.281420 | fa163ecf-2437-68bc-0eed-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.047566 | 0.03s 2026-03-18 18:32:22.284511 | fa163ecf-2437-68bc-0eed-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-03-18 18:32:22.319151 | fa163ecf-2437-68bc-0eed-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-03-18 18:32:22.319688 | fa163ecf-2437-68bc-0eed-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.085835 | 0.03s 2026-03-18 18:32:22.325376 | fa163ecf-2437-68bc-0eed-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-03-18 18:32:22.413622 | fa163ecf-2437-68bc-0eed-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-03-18 18:32:22.414702 | fa163ecf-2437-68bc-0eed-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.180839 | 0.09s 2026-03-18 18:32:22.420858 | fa163ecf-2437-68bc-0eed-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-03-18 18:32:22.804252 | fa163ecf-2437-68bc-0eed-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-03-18 18:32:22.805551 | fa163ecf-2437-68bc-0eed-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.571686 | 0.38s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-03-18 18:32:22.828561 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:22.829131 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:22.829685 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.595829 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:22.830255 | UUID | Info | Host | Task Name | Run Time 2026-03-18 18:32:22.830825 | fa163ecf-2437-68bc-0eed-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.38s 2026-03-18 18:32:22.831361 | fa163ecf-2437-68bc-0eed-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2026-03-18 18:32:22.831979 | fa163ecf-2437-68bc-0eed-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.03s 2026-03-18 18:32:22.832491 | fa163ecf-2437-68bc-0eed-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.03s 2026-03-18 18:32:22.833020 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [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. PLAY [undercloud] ************************************************************** 2026-03-18 18:32:25.255272 | fa163ecf-2437-8143-c13e-000000000005 | TASK | set ssh key path facts 2026-03-18 18:32:25.288811 | fa163ecf-2437-8143-c13e-000000000005 | OK | set ssh key path facts | undercloud 2026-03-18 18:32:25.289429 | fa163ecf-2437-8143-c13e-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.048771 | 0.03s 2026-03-18 18:32:25.292542 | fa163ecf-2437-8143-c13e-000000000006 | TASK | stat private key 2026-03-18 18:32:25.635293 | fa163ecf-2437-8143-c13e-000000000006 | OK | stat private key | undercloud 2026-03-18 18:32:25.636487 | fa163ecf-2437-8143-c13e-000000000006 | TIMING | stat private key | undercloud | 0:00:00.395811 | 0.34s 2026-03-18 18:32:25.644704 | fa163ecf-2437-8143-c13e-000000000007 | TASK | stat public key 2026-03-18 18:32:25.855092 | fa163ecf-2437-8143-c13e-000000000007 | OK | stat public key | undercloud 2026-03-18 18:32:25.856389 | fa163ecf-2437-8143-c13e-000000000007 | TIMING | stat public key | undercloud | 0:00:00.615720 | 0.21s 2026-03-18 18:32:25.863263 | fa163ecf-2437-8143-c13e-000000000008 | TASK | create private key if it does not exist 2026-03-18 18:32:27.509151 | fa163ecf-2437-8143-c13e-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-03-18 18:32:27.510536 | fa163ecf-2437-8143-c13e-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.269865 | 1.65s 2026-03-18 18:32:27.517380 | fa163ecf-2437-8143-c13e-000000000009 | TASK | create public key if it does not exist 2026-03-18 18:32:27.722426 | fa163ecf-2437-8143-c13e-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-03-18 18:32:27.723643 | fa163ecf-2437-8143-c13e-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.482973 | 0.21s PLAY [allovercloud] ************************************************************ 2026-03-18 18:32:27.774203 | fa163ecf-2437-8143-c13e-000000000023 | TASK | Get local private key 2026-03-18 18:32:28.095483 | fa163ecf-2437-8143-c13e-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ecf-2437-8143-c13e-000000000023') missing from stats 2026-03-18 18:32:28.101476 | fa163ecf-2437-8143-c13e-000000000024 | TASK | Get local public key 2026-03-18 18:32:28.310987 | fa163ecf-2437-8143-c13e-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163ecf-2437-8143-c13e-000000000024') missing from stats 2026-03-18 18:32:28.331432 | fa163ecf-2437-8143-c13e-000000000012 | TASK | create user ceph-admin 2026-03-18 18:32:28.854148 | fa163ecf-2437-8143-c13e-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-03-18 18:32:28.855421 | fa163ecf-2437-8143-c13e-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.614748 | 0.52s 2026-03-18 18:32:28.865034 | fa163ecf-2437-8143-c13e-000000000013 | TASK | grant admin rights to user ceph-admin 2026-03-18 18:32:29.455611 | fa163ecf-2437-8143-c13e-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-03-18 18:32:29.456730 | fa163ecf-2437-8143-c13e-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.216060 | 0.59s 2026-03-18 18:32:29.465800 | fa163ecf-2437-8143-c13e-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-03-18 18:32:29.818167 | fa163ecf-2437-8143-c13e-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-03-18 18:32:29.819314 | fa163ecf-2437-8143-c13e-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.578643 | 0.35s 2026-03-18 18:32:29.828190 | fa163ecf-2437-8143-c13e-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-03-18 18:32:30.047823 | fa163ecf-2437-8143-c13e-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-03-18 18:32:30.048815 | fa163ecf-2437-8143-c13e-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.808147 | 0.22s 2026-03-18 18:32:30.057355 | fa163ecf-2437-8143-c13e-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-03-18 18:32:30.256961 | fa163ecf-2437-8143-c13e-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-03-18 18:32:30.257944 | fa163ecf-2437-8143-c13e-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.017276 | 0.20s 2026-03-18 18:32:30.266493 | fa163ecf-2437-8143-c13e-000000000017 | TASK | get remote ceph-admin public key 2026-03-18 18:32:30.304264 | fa163ecf-2437-8143-c13e-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-03-18 18:32:30.305208 | fa163ecf-2437-8143-c13e-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:05.064539 | 0.04s 2026-03-18 18:32:30.313756 | fa163ecf-2437-8143-c13e-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-03-18 18:32:30.361106 | fa163ecf-2437-8143-c13e-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-03-18 18:32:30.362141 | fa163ecf-2437-8143-c13e-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.121472 | 0.05s 2026-03-18 18:32:30.370689 | fa163ecf-2437-8143-c13e-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-03-18 18:32:30.794484 | fa163ecf-2437-8143-c13e-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-03-18 18:32:30.795159 | fa163ecf-2437-8143-c13e-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.554495 | 0.42s 2026-03-18 18:32:30.799538 | fa163ecf-2437-8143-c13e-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-03-18 18:32:31.315682 | fa163ecf-2437-8143-c13e-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-03-18 18:32:31.316787 | fa163ecf-2437-8143-c13e-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.076117 | 0.52s 2026-03-18 18:32:31.325194 | fa163ecf-2437-8143-c13e-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-03-18 18:32:31.795140 | fa163ecf-2437-8143-c13e-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-03-18 18:32:31.796348 | fa163ecf-2437-8143-c13e-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.555677 | 0.47s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-03-18 18:32:31.823196 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:31.823759 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:31.824272 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.583612 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:31.824750 | UUID | Info | Host | Task Name | Run Time 2026-03-18 18:32:31.825287 | fa163ecf-2437-8143-c13e-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.65s 2026-03-18 18:32:31.825808 | fa163ecf-2437-8143-c13e-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2026-03-18 18:32:31.826363 | fa163ecf-2437-8143-c13e-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.52s 2026-03-18 18:32:31.826860 | fa163ecf-2437-8143-c13e-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.52s 2026-03-18 18:32:31.827439 | fa163ecf-2437-8143-c13e-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.47s 2026-03-18 18:32:31.827925 | fa163ecf-2437-8143-c13e-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.42s 2026-03-18 18:32:31.828495 | fa163ecf-2437-8143-c13e-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2026-03-18 18:32:31.829005 | fa163ecf-2437-8143-c13e-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2026-03-18 18:32:31.829571 | fa163ecf-2437-8143-c13e-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.22s 2026-03-18 18:32:31.830048 | fa163ecf-2437-8143-c13e-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2026-03-18 18:32:31.830594 | fa163ecf-2437-8143-c13e-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.21s 2026-03-18 18:32:31.831079 | fa163ecf-2437-8143-c13e-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2026-03-18 18:32:31.831598 | fa163ecf-2437-8143-c13e-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.05s 2026-03-18 18:32:31.832114 | fa163ecf-2437-8143-c13e-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.04s 2026-03-18 18:32:31.832673 | fa163ecf-2437-8143-c13e-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2026-03-18 18:32:31.833175 | fa163ecf-2437-8143-c13e-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-03-18 18:32:31.833701 | fa163ecf-2437-8143-c13e-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-03-18 18:32:31.834165 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [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. PLAY [Configure chrony service] ************************************************ 2026-03-18 18:32:34.248089 | fa163ecf-2437-15c9-d41b-000000000039 | TASK | Gathering Facts 2026-03-18 18:32:34.800431 | fa163ecf-2437-15c9-d41b-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-03-18 18:32:34.801881 | fa163ecf-2437-15c9-d41b-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.566399 | 0.55s 2026-03-18 18:32:34.804662 | fa163ecf-2437-15c9-d41b-000000000039 | OK | Gathering Facts | undercloud 2026-03-18 18:32:34.805720 | fa163ecf-2437-15c9-d41b-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.570247 | 0.55s 2026-03-18 18:32:34.834887 | fa163ecf-2437-15c9-d41b-00000000000a | TASK | Load distro-specific variables 2026-03-18 18:32:34.913992 | fa163ecf-2437-15c9-d41b-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.678508 | 0.08s 2026-03-18 18:32:34.914915 | fa163ecf-2437-15c9-d41b-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.679443 | 0.07s 2026-03-18 18:32:34.931559 | 4252bc26-9d8d-4b16-987a-1e95bc3cc3f8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-18 18:32:34.932168 | 4252bc26-9d8d-4b16-987a-1e95bc3cc3f8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-18 18:32:34.953333 | fa163ecf-2437-15c9-d41b-000000000052 | TASK | Load distro-specific variables 2026-03-18 18:32:35.043852 | fa163ecf-2437-15c9-d41b-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:35.044479 | fa163ecf-2437-15c9-d41b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.809007 | 0.08s 2026-03-18 18:32:35.049252 | fa163ecf-2437-15c9-d41b-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:35.049944 | fa163ecf-2437-15c9-d41b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.814479 | 0.10s 2026-03-18 18:32:35.052323 | fa163ecf-2437-15c9-d41b-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.816849 | 0.09s 2026-03-18 18:32:35.053308 | fa163ecf-2437-15c9-d41b-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.817837 | 0.10s 2026-03-18 18:32:35.060825 | fa163ecf-2437-15c9-d41b-00000000000b | TASK | Install chronyd 2026-03-18 18:32:35.109132 | fa163ecf-2437-15c9-d41b-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.873645 | 0.05s 2026-03-18 18:32:35.120339 | fa163ecf-2437-15c9-d41b-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.884862 | 0.05s 2026-03-18 18:32:35.139758 | e1bafb66-de44-49e2-a589-ceb6807605eb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-03-18 18:32:35.140428 | e1bafb66-de44-49e2-a589-ceb6807605eb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-03-18 18:32:35.165746 | fa163ecf-2437-15c9-d41b-0000000000a2 | TASK | Load distro-specific variables 2026-03-18 18:32:35.228550 | fa163ecf-2437-15c9-d41b-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.993056 | 0.06s 2026-03-18 18:32:35.254051 | fa163ecf-2437-15c9-d41b-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.018576 | 0.08s 2026-03-18 18:32:35.267908 | 64bf5b25-ebcb-4b13-8c9f-f3e7c2411043 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-18 18:32:35.268596 | 64bf5b25-ebcb-4b13-8c9f-f3e7c2411043 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-18 18:32:35.288386 | fa163ecf-2437-15c9-d41b-000000000102 | TASK | Load distro-specific variables 2026-03-18 18:32:35.389179 | fa163ecf-2437-15c9-d41b-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:35.390544 | fa163ecf-2437-15c9-d41b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.155053 | 0.09s 2026-03-18 18:32:35.399280 | fa163ecf-2437-15c9-d41b-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:35.399950 | fa163ecf-2437-15c9-d41b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.164478 | 0.11s 2026-03-18 18:32:35.405358 | fa163ecf-2437-15c9-d41b-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.169883 | 0.10s 2026-03-18 18:32:35.406382 | fa163ecf-2437-15c9-d41b-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.170909 | 0.12s 2026-03-18 18:32:35.414562 | fa163ecf-2437-15c9-d41b-0000000000a3 | TASK | Check for NTP service 2026-03-18 18:32:35.807001 | fa163ecf-2437-15c9-d41b-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-03-18 18:32:35.808417 | fa163ecf-2437-15c9-d41b-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.572933 | 0.38s 2026-03-18 18:32:35.809695 | fa163ecf-2437-15c9-d41b-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-03-18 18:32:35.810536 | fa163ecf-2437-15c9-d41b-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.575063 | 0.39s 2026-03-18 18:32:35.820327 | fa163ecf-2437-15c9-d41b-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-03-18 18:32:35.910999 | fa163ecf-2437-15c9-d41b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-03-18 18:32:35.912178 | fa163ecf-2437-15c9-d41b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.676697 | 0.08s 2026-03-18 18:32:35.912919 | fa163ecf-2437-15c9-d41b-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-03-18 18:32:35.913710 | fa163ecf-2437-15c9-d41b-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.678236 | 0.09s 2026-03-18 18:32:35.924439 | fa163ecf-2437-15c9-d41b-0000000000a5 | TASK | Install chronyd package 2026-03-18 18:32:39.060251 | fa163ecf-2437-15c9-d41b-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-03-18 18:32:39.061190 | fa163ecf-2437-15c9-d41b-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:04.825711 | 3.14s 2026-03-18 18:32:41.084507 | fa163ecf-2437-15c9-d41b-0000000000a5 | OK | Install chronyd package | undercloud 2026-03-18 18:32:41.085816 | fa163ecf-2437-15c9-d41b-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:06.850332 | 5.15s 2026-03-18 18:32:41.095550 | fa163ecf-2437-15c9-d41b-00000000000c | TASK | Upgrade chronyd 2026-03-18 18:32:41.178769 | fa163ecf-2437-15c9-d41b-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-03-18 18:32:41.180493 | fa163ecf-2437-15c9-d41b-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:06.944992 | 0.08s 2026-03-18 18:32:41.191805 | fa163ecf-2437-15c9-d41b-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-03-18 18:32:41.192691 | fa163ecf-2437-15c9-d41b-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:06.957210 | 0.08s 2026-03-18 18:32:41.202147 | fa163ecf-2437-15c9-d41b-00000000000d | TASK | Configure chronyd 2026-03-18 18:32:41.284306 | fa163ecf-2437-15c9-d41b-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.048797 | 0.08s 2026-03-18 18:32:41.290211 | fa163ecf-2437-15c9-d41b-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.054730 | 0.07s 2026-03-18 18:32:41.309948 | 6207ae25-1bc6-4bdc-b9e6-95bb81e3a710 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-03-18 18:32:41.310900 | 6207ae25-1bc6-4bdc-b9e6-95bb81e3a710 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-03-18 18:32:41.344871 | fa163ecf-2437-15c9-d41b-000000000162 | TASK | Load distro-specific variables 2026-03-18 18:32:41.420471 | fa163ecf-2437-15c9-d41b-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.184965 | 0.07s 2026-03-18 18:32:41.432146 | fa163ecf-2437-15c9-d41b-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.196659 | 0.08s 2026-03-18 18:32:41.448409 | a61dec65-1777-4c87-a779-85b30492c005 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-18 18:32:41.449138 | a61dec65-1777-4c87-a779-85b30492c005 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-18 18:32:41.466010 | fa163ecf-2437-15c9-d41b-0000000001fa | TASK | Load distro-specific variables 2026-03-18 18:32:41.572012 | fa163ecf-2437-15c9-d41b-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:41.573359 | fa163ecf-2437-15c9-d41b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.337872 | 0.11s 2026-03-18 18:32:41.582903 | fa163ecf-2437-15c9-d41b-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:41.584143 | fa163ecf-2437-15c9-d41b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.348666 | 0.10s 2026-03-18 18:32:41.585265 | fa163ecf-2437-15c9-d41b-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.349750 | 0.12s 2026-03-18 18:32:41.590875 | fa163ecf-2437-15c9-d41b-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.355398 | 0.11s 2026-03-18 18:32:41.600133 | fa163ecf-2437-15c9-d41b-000000000163 | TASK | Install chrony configuration file 2026-03-18 18:32:42.416572 | fa163ecf-2437-15c9-d41b-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2026-03-18 18:32:42.417867 | fa163ecf-2437-15c9-d41b-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.182385 | 0.82s 2026-03-18 18:32:42.419305 | fa163ecf-2437-15c9-d41b-000000000163 | CHANGED | Install chrony configuration file | undercloud 2026-03-18 18:32:42.420013 | fa163ecf-2437-15c9-d41b-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.184541 | 0.81s 2026-03-18 18:32:42.427863 | fa163ecf-2437-15c9-d41b-00000000000e | TASK | Run chronyd 2026-03-18 18:32:42.527339 | fa163ecf-2437-15c9-d41b-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.291841 | 0.10s 2026-03-18 18:32:42.538746 | fa163ecf-2437-15c9-d41b-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.303273 | 0.10s 2026-03-18 18:32:42.558529 | 361906cc-54fe-4bce-897b-8c957207fcc9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-03-18 18:32:42.559188 | 361906cc-54fe-4bce-897b-8c957207fcc9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-03-18 18:32:42.618457 | fa163ecf-2437-15c9-d41b-000000000233 | TASK | Load distro-specific variables 2026-03-18 18:32:42.703292 | fa163ecf-2437-15c9-d41b-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.467748 | 0.08s 2026-03-18 18:32:42.704631 | fa163ecf-2437-15c9-d41b-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.469154 | 0.08s 2026-03-18 18:32:42.720088 | 0e4e4f81-ea59-4c1a-9366-add0aefd5564 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-03-18 18:32:42.720905 | 0e4e4f81-ea59-4c1a-9366-add0aefd5564 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-03-18 18:32:42.739782 | fa163ecf-2437-15c9-d41b-0000000002ee | TASK | Load distro-specific variables 2026-03-18 18:32:42.841360 | fa163ecf-2437-15c9-d41b-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:42.842314 | fa163ecf-2437-15c9-d41b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.606835 | 0.10s 2026-03-18 18:32:42.848849 | fa163ecf-2437-15c9-d41b-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.613363 | 0.11s 2026-03-18 18:32:42.859356 | fa163ecf-2437-15c9-d41b-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:32:42.859751 | fa163ecf-2437-15c9-d41b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.624285 | 0.11s 2026-03-18 18:32:42.862471 | fa163ecf-2437-15c9-d41b-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.626989 | 0.11s 2026-03-18 18:32:42.871541 | fa163ecf-2437-15c9-d41b-000000000234 | TASK | Ensure chronyd is running 2026-03-18 18:32:43.485600 | fa163ecf-2437-15c9-d41b-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-03-18 18:32:43.487487 | fa163ecf-2437-15c9-d41b-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.251998 | 0.61s 2026-03-18 18:32:44.456869 | fa163ecf-2437-15c9-d41b-000000000234 | OK | Ensure chronyd is running | undercloud 2026-03-18 18:32:44.458874 | fa163ecf-2437-15c9-d41b-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:10.223388 | 1.57s 2026-03-18 18:32:44.468845 | fa163ecf-2437-15c9-d41b-000000000235 | TASK | Force chronyd restart 2026-03-18 18:32:44.558791 | fa163ecf-2437-15c9-d41b-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2026-03-18 18:32:44.560302 | fa163ecf-2437-15c9-d41b-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.324740 | 0.09s 2026-03-18 18:32:44.984302 | fa163ecf-2437-15c9-d41b-000000000235 | CHANGED | Force chronyd restart | undercloud 2026-03-18 18:32:44.985812 | fa163ecf-2437-15c9-d41b-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.750336 | 0.50s 2026-03-18 18:32:44.994785 | fa163ecf-2437-15c9-d41b-00000000000f | TASK | Enable online service 2026-03-18 18:32:45.074460 | fa163ecf-2437-15c9-d41b-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.838962 | 0.08s 2026-03-18 18:32:45.085771 | fa163ecf-2437-15c9-d41b-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.850296 | 0.08s 2026-03-18 18:32:45.102558 | 9c4cf039-de16-421d-a256-5237c56f68ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-03-18 18:32:45.103256 | 9c4cf039-de16-421d-a256-5237c56f68ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-03-18 18:32:45.145595 | fa163ecf-2437-15c9-d41b-000000000338 | TASK | Create chrony-online.service unit file 2026-03-18 18:32:45.606874 | fa163ecf-2437-15c9-d41b-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2026-03-18 18:32:45.608284 | fa163ecf-2437-15c9-d41b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:11.372796 | 0.46s 2026-03-18 18:32:45.670421 | fa163ecf-2437-15c9-d41b-000000000338 | OK | Create chrony-online.service unit file | undercloud 2026-03-18 18:32:45.671425 | fa163ecf-2437-15c9-d41b-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:11.435949 | 0.52s 2026-03-18 18:32:45.679798 | fa163ecf-2437-15c9-d41b-000000000339 | TASK | Enable chrony-online.service 2026-03-18 18:32:46.887536 | fa163ecf-2437-15c9-d41b-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-03-18 18:32:46.889548 | fa163ecf-2437-15c9-d41b-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.654063 | 1.21s 2026-03-18 18:32:46.892655 | fa163ecf-2437-15c9-d41b-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-03-18 18:32:46.894285 | fa163ecf-2437-15c9-d41b-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.658805 | 1.20s 2026-03-18 18:32:46.905146 | fa163ecf-2437-15c9-d41b-000000000010 | TASK | Sync chronyc 2026-03-18 18:32:46.995086 | fa163ecf-2437-15c9-d41b-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.759590 | 0.09s 2026-03-18 18:32:47.006422 | fa163ecf-2437-15c9-d41b-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.770952 | 0.09s 2026-03-18 18:32:47.018007 | f225250f-fa9d-4afe-a646-a2c255249578 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-03-18 18:32:47.018476 | f225250f-fa9d-4afe-a646-a2c255249578 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-03-18 18:32:47.055666 | fa163ecf-2437-15c9-d41b-00000000042a | TASK | Force NTP sync 2026-03-18 18:32:47.306024 | fa163ecf-2437-15c9-d41b-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-03-18 18:32:47.307432 | fa163ecf-2437-15c9-d41b-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:13.071939 | 0.25s 2026-03-18 18:32:47.349154 | fa163ecf-2437-15c9-d41b-00000000042a | CHANGED | Force NTP sync | undercloud 2026-03-18 18:32:47.350136 | fa163ecf-2437-15c9-d41b-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:13.114661 | 0.28s 2026-03-18 18:32:47.358202 | fa163ecf-2437-15c9-d41b-00000000042b | TASK | Ensure system is NTP time synced 2026-03-18 18:32:57.652626 | fa163ecf-2437-15c9-d41b-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-03-18 18:32:57.654013 | fa163ecf-2437-15c9-d41b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:23.418529 | 10.28s 2026-03-18 18:32:57.654964 | fa163ecf-2437-15c9-d41b-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-03-18 18:32:57.655718 | fa163ecf-2437-15c9-d41b-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:23.420244 | 10.30s 2026-03-18 18:32:57.677103 | fa163ecf-2437-15c9-d41b-00000000002c | TASK | Set timezone 2026-03-18 18:32:58.151424 | fa163ecf-2437-15c9-d41b-00000000002c | OK | Set timezone | standalone.localdomain 2026-03-18 18:32:58.157131 | fa163ecf-2437-15c9-d41b-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.921647 | 0.48s 2026-03-18 18:32:58.158032 | fa163ecf-2437-15c9-d41b-00000000002c | OK | Set timezone | undercloud 2026-03-18 18:32:58.158726 | fa163ecf-2437-15c9-d41b-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.923252 | 0.47s 2026-03-18 18:32:58.167682 | fa163ecf-2437-15c9-d41b-00000000002d | TASK | Restart time services 2026-03-18 18:32:58.205542 | fa163ecf-2437-15c9-d41b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-03-18 18:32:58.212573 | fa163ecf-2437-15c9-d41b-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-03-18 18:32:58.222496 | fa163ecf-2437-15c9-d41b-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-03-18 18:32:58.224725 | fa163ecf-2437-15c9-d41b-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.989241 | 0.06s 2026-03-18 18:32:58.229783 | fa163ecf-2437-15c9-d41b-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-03-18 18:32:58.240102 | fa163ecf-2437-15c9-d41b-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:24.004628 | 0.06s 2026-03-18 18:32:58.283379 | fa163ecf-2437-15c9-d41b-000000000012 | HANDLER | Restart chronyd 2026-03-18 18:32:58.698297 | fa163ecf-2437-15c9-d41b-000000000012 | CHANGED | Restart chronyd | undercloud 2026-03-18 18:32:58.699695 | fa163ecf-2437-15c9-d41b-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:24.464219 | 0.42s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2026-03-18 18:32:58.712003 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:58.712497 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:58.712876 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.477408 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:32:58.713328 | UUID | Info | Host | Task Name | Run Time 2026-03-18 18:32:58.713779 | fa163ecf-2437-15c9-d41b-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.30s 2026-03-18 18:32:58.714254 | fa163ecf-2437-15c9-d41b-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.28s 2026-03-18 18:32:58.714733 | fa163ecf-2437-15c9-d41b-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 5.15s 2026-03-18 18:32:58.715201 | fa163ecf-2437-15c9-d41b-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.14s 2026-03-18 18:32:58.715693 | fa163ecf-2437-15c9-d41b-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 1.57s 2026-03-18 18:32:58.716079 | fa163ecf-2437-15c9-d41b-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.21s 2026-03-18 18:32:58.716633 | fa163ecf-2437-15c9-d41b-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.20s 2026-03-18 18:32:58.717101 | fa163ecf-2437-15c9-d41b-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.82s 2026-03-18 18:32:58.717570 | fa163ecf-2437-15c9-d41b-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.81s 2026-03-18 18:32:58.717988 | fa163ecf-2437-15c9-d41b-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.61s 2026-03-18 18:32:58.718418 | fa163ecf-2437-15c9-d41b-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.55s 2026-03-18 18:32:58.718853 | fa163ecf-2437-15c9-d41b-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.55s 2026-03-18 18:32:58.719547 | fa163ecf-2437-15c9-d41b-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.52s 2026-03-18 18:32:58.719991 | fa163ecf-2437-15c9-d41b-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.50s 2026-03-18 18:32:58.720382 | fa163ecf-2437-15c9-d41b-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.48s 2026-03-18 18:32:58.720773 | fa163ecf-2437-15c9-d41b-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.47s 2026-03-18 18:32:58.721176 | fa163ecf-2437-15c9-d41b-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.46s 2026-03-18 18:32:58.721730 | fa163ecf-2437-15c9-d41b-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.42s 2026-03-18 18:32:58.722181 | fa163ecf-2437-15c9-d41b-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2026-03-18 18:32:58.722647 | fa163ecf-2437-15c9-d41b-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.38s 2026-03-18 18:32:58.723127 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [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. PLAY [Create Ceph Spec] ******************************************************** 2026-03-18 18:32:59.616900 | fa163ecf-2437-39e8-f5a3-000000000005 | SKIPPED | fail | undercloud 2026-03-18 18:32:59.617728 | fa163ecf-2437-39e8-f5a3-000000000005 | TIMING | fail | undercloud | 0:00:00.067195 | 0.06s 2026-03-18 18:32:59.677378 | fa163ecf-2437-39e8-f5a3-000000000006 | SKIPPED | fail | undercloud 2026-03-18 18:32:59.678548 | fa163ecf-2437-39e8-f5a3-000000000006 | TIMING | fail | undercloud | 0:00:00.128006 | 0.06s 2026-03-18 18:32:59.685883 | fa163ecf-2437-39e8-f5a3-000000000008 | TASK | Ensure working_dir is provided 2026-03-18 18:32:59.723644 | fa163ecf-2437-39e8-f5a3-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-03-18 18:32:59.724686 | fa163ecf-2437-39e8-f5a3-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.174147 | 0.04s 2026-03-18 18:32:59.743739 | fa163ecf-2437-39e8-f5a3-00000000000a | TASK | ensure ceph_spec_path is defined 2026-03-18 18:32:59.781097 | fa163ecf-2437-39e8-f5a3-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-03-18 18:32:59.782175 | fa163ecf-2437-39e8-f5a3-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.231636 | 0.04s 2026-03-18 18:32:59.789473 | fa163ecf-2437-39e8-f5a3-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-03-18 18:32:59.826486 | fa163ecf-2437-39e8-f5a3-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-03-18 18:32:59.827610 | fa163ecf-2437-39e8-f5a3-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.277071 | 0.04s 2026-03-18 18:32:59.834761 | fa163ecf-2437-39e8-f5a3-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-03-18 18:32:59.871088 | fa163ecf-2437-39e8-f5a3-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-03-18 18:32:59.872253 | fa163ecf-2437-39e8-f5a3-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.321686 | 0.04s 2026-03-18 18:32:59.880469 | fa163ecf-2437-39e8-f5a3-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-03-18 18:32:59.928137 | fa163ecf-2437-39e8-f5a3-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-03-18 18:32:59.929165 | fa163ecf-2437-39e8-f5a3-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.378626 | 0.05s 2026-03-18 18:32:59.936611 | fa163ecf-2437-39e8-f5a3-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-03-18 18:33:00.059336 | fa163ecf-2437-39e8-f5a3-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'osd', 'mgr', '_admin'], 'service_type': 'host'} 2026-03-18 18:33:00.060604 | fa163ecf-2437-39e8-f5a3-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.510059 | 0.12s 2026-03-18 18:33:00.073763 | fa163ecf-2437-39e8-f5a3-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-03-18 18:33:00.088896 | fa163ecf-2437-39e8-f5a3-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-03-18 18:33:00.101593 | fa163ecf-2437-39e8-f5a3-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-03-18 18:33:00.113108 | fa163ecf-2437-39e8-f5a3-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.562575 | 0.18s 2026-03-18 18:33:00.120943 | fa163ecf-2437-39e8-f5a3-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-03-18 18:33:00.199732 | fa163ecf-2437-39e8-f5a3-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mon', 'osd', 'mgr', '_admin'], 'service_type': 'host'} 2026-03-18 18:33:00.214727 | fa163ecf-2437-39e8-f5a3-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-03-18 18:33:00.232077 | fa163ecf-2437-39e8-f5a3-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-03-18 18:33:00.242342 | fa163ecf-2437-39e8-f5a3-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-03-18 18:33:00.248420 | fa163ecf-2437-39e8-f5a3-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.697879 | 0.13s 2026-03-18 18:33:00.256099 | fa163ecf-2437-39e8-f5a3-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-03-18 18:33:00.332976 | fa163ecf-2437-39e8-f5a3-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-03-18 18:33:00.334119 | fa163ecf-2437-39e8-f5a3-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.783579 | 0.08s 2026-03-18 18:33:00.342173 | fa163ecf-2437-39e8-f5a3-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-03-18 18:33:00.378952 | fa163ecf-2437-39e8-f5a3-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-03-18 18:33:00.380010 | fa163ecf-2437-39e8-f5a3-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.829473 | 0.04s 2026-03-18 18:33:00.380893 | fa163ecf-2437-39e8-f5a3-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.830364 | 0.04s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-03-18 18:33:00.444777 | fa163ecf-2437-39e8-f5a3-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-03-18 18:33:00.481891 | fa163ecf-2437-39e8-f5a3-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-03-18 18:33:00.482951 | fa163ecf-2437-39e8-f5a3-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.932410 | 0.04s 2026-03-18 18:33:00.490646 | fa163ecf-2437-39e8-f5a3-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-03-18 18:33:00.649577 | fa163ecf-2437-39e8-f5a3-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-03-18 18:33:00.650322 | fa163ecf-2437-39e8-f5a3-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.099793 | 0.16s 2026-03-18 18:33:00.654145 | fa163ecf-2437-39e8-f5a3-000000000019 | TASK | Set IP address of first monitor 2026-03-18 18:33:00.677657 | fa163ecf-2437-39e8-f5a3-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-03-18 18:33:00.678167 | fa163ecf-2437-39e8-f5a3-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.127639 | 0.02s 2026-03-18 18:33:00.687750 | fa163ecf-2437-39e8-f5a3-000000000020 | TASK | Gather distribution facts if they don't exist 2026-03-18 18:33:00.721417 | fa163ecf-2437-39e8-f5a3-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-03-18 18:33:00.722051 | fa163ecf-2437-39e8-f5a3-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.171521 | 0.03s 2026-03-18 18:33:00.727327 | fa163ecf-2437-39e8-f5a3-000000000021 | TASK | Install cephadm package 2026-03-18 18:33:03.979764 | fa163ecf-2437-39e8-f5a3-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-03-18 18:33:03.981308 | fa163ecf-2437-39e8-f5a3-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.430763 | 3.25s 2026-03-18 18:33:03.990658 | fa163ecf-2437-39e8-f5a3-000000000022 | TASK | Stat cephadm file 2026-03-18 18:33:04.295386 | fa163ecf-2437-39e8-f5a3-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-03-18 18:33:04.296609 | fa163ecf-2437-39e8-f5a3-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.746071 | 0.30s 2026-03-18 18:33:04.305588 | fa163ecf-2437-39e8-f5a3-000000000023 | TASK | Fail if cephadm is not available 2026-03-18 18:33:04.322658 | fa163ecf-2437-39e8-f5a3-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-03-18 18:33:04.323654 | fa163ecf-2437-39e8-f5a3-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.773115 | 0.02s 2026-03-18 18:33:04.332707 | fa163ecf-2437-39e8-f5a3-000000000024 | TASK | List Ceph daemon instances on this host 2026-03-18 18:33:05.157451 | fa163ecf-2437-39e8-f5a3-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-03-18 18:33:05.158828 | fa163ecf-2437-39e8-f5a3-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.608285 | 0.82s 2026-03-18 18:33:05.168955 | fa163ecf-2437-39e8-f5a3-000000000026 | TASK | Set list of found FSIDs 2026-03-18 18:33:05.270326 | fa163ecf-2437-39e8-f5a3-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-03-18 18:33:05.271478 | fa163ecf-2437-39e8-f5a3-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.720940 | 0.10s 2026-03-18 18:33:05.281147 | fa163ecf-2437-39e8-f5a3-000000000027 | TASK | Fail if >1 FSID was discovered 2026-03-18 18:33:05.375570 | fa163ecf-2437-39e8-f5a3-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-03-18 18:33:05.376989 | fa163ecf-2437-39e8-f5a3-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.826445 | 0.09s 2026-03-18 18:33:05.386947 | fa163ecf-2437-39e8-f5a3-000000000028 | TASK | Set FSID to the discovered value 2026-03-18 18:33:05.455168 | fa163ecf-2437-39e8-f5a3-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-03-18 18:33:05.456519 | fa163ecf-2437-39e8-f5a3-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.905977 | 0.07s 2026-03-18 18:33:05.466402 | fa163ecf-2437-39e8-f5a3-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-03-18 18:33:05.544702 | fa163ecf-2437-39e8-f5a3-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-03-18 18:33:05.546012 | fa163ecf-2437-39e8-f5a3-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.995470 | 0.08s 2026-03-18 18:33:05.555383 | fa163ecf-2437-39e8-f5a3-00000000002b | TASK | Set first monitor IP if it was not passed 2026-03-18 18:33:05.654623 | fa163ecf-2437-39e8-f5a3-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-03-18 18:33:05.655621 | fa163ecf-2437-39e8-f5a3-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.105088 | 0.10s 2026-03-18 18:33:05.662009 | fa163ecf-2437-39e8-f5a3-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-03-18 18:33:06.015985 | fa163ecf-2437-39e8-f5a3-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-03-18 18:33:06.017434 | fa163ecf-2437-39e8-f5a3-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.466893 | 0.35s 2026-03-18 18:33:06.027149 | fa163ecf-2437-39e8-f5a3-00000000002d | TASK | Ensure specs directory exists 2026-03-18 18:33:06.268411 | fa163ecf-2437-39e8-f5a3-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-03-18 18:33:06.269874 | fa163ecf-2437-39e8-f5a3-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.719331 | 0.24s 2026-03-18 18:33:06.286797 | fa163ecf-2437-39e8-f5a3-00000000002e | TASK | Stat spec file on ansible host 2026-03-18 18:33:06.528295 | fa163ecf-2437-39e8-f5a3-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ecf-2437-39e8-f5a3-00000000002e') missing from stats 2026-03-18 18:33:06.540729 | fa163ecf-2437-39e8-f5a3-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-03-18 18:33:07.153350 | fa163ecf-2437-39e8-f5a3-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-03-18 18:33:07.154844 | fa163ecf-2437-39e8-f5a3-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.604301 | 0.61s 2026-03-18 18:33:07.169267 | fa163ecf-2437-39e8-f5a3-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-03-18 18:33:07.475864 | fa163ecf-2437-39e8-f5a3-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ecf-2437-39e8-f5a3-000000000031') missing from stats 2026-03-18 18:33:07.487272 | fa163ecf-2437-39e8-f5a3-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-03-18 18:33:07.995214 | fa163ecf-2437-39e8-f5a3-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-03-18 18:33:07.996681 | fa163ecf-2437-39e8-f5a3-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.446138 | 0.51s 2026-03-18 18:33:08.020266 | fa163ecf-2437-39e8-f5a3-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-03-18 18:33:08.129439 | fa163ecf-2437-39e8-f5a3-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-03-18 18:33:08.130708 | fa163ecf-2437-39e8-f5a3-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.580165 | 0.11s 2026-03-18 18:33:08.147165 | fa163ecf-2437-39e8-f5a3-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-03-18 18:33:08.234821 | fa163ecf-2437-39e8-f5a3-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-03-18 18:33:08.236153 | fa163ecf-2437-39e8-f5a3-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.685611 | 0.09s 2026-03-18 18:33:08.245534 | fa163ecf-2437-39e8-f5a3-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-03-18 18:33:08.562843 | fa163ecf-2437-39e8-f5a3-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-03-18 18:33:08.564209 | fa163ecf-2437-39e8-f5a3-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.013670 | 0.32s 2026-03-18 18:33:08.718008 | fa163ecf-2437-39e8-f5a3-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-03-18 18:33:08.719127 | fa163ecf-2437-39e8-f5a3-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.168592 | 0.47s 2026-03-18 18:33:08.725844 | fa163ecf-2437-39e8-f5a3-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.175301 | 0.48s 2026-03-18 18:33:08.735603 | fa163ecf-2437-39e8-f5a3-000000000065 | TASK | Fail if necessary files are missing 2026-03-18 18:33:08.816274 | fa163ecf-2437-39e8-f5a3-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2610, 'inode': 377497527, 'dev': 64516, 'nlink': 1, 'atime': 1773858751.2817051, 'mtime': 1773858751.0956995, 'ctime': 1773858751.2847054, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'a2e4280764884a10b100cb31e689ff1c0d6945e5', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1740955795', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2026-03-18 18:33:08.822207 | fa163ecf-2437-39e8-f5a3-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 581, 'inode': 402671990, 'dev': 64516, 'nlink': 1, 'atime': 1773858751.7627199, 'mtime': 1773858751.5787141, 'ctime': 1773858751.76572, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'd1b624eb36ef2a86cc4926a3f2e8ee32346cd7b9', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '904403996', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2026-03-18 18:33:08.828715 | fa163ecf-2437-39e8-f5a3-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.278174 | 0.09s 2026-03-18 18:33:08.839997 | fa163ecf-2437-39e8-f5a3-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-03-18 18:33:09.064211 | fa163ecf-2437-39e8-f5a3-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-03-18 18:33:09.065657 | fa163ecf-2437-39e8-f5a3-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.515116 | 0.22s 2026-03-18 18:33:09.075156 | fa163ecf-2437-39e8-f5a3-000000000068 | TASK | Run cephadm bootstrap 2026-03-18 18:34:22.654507 | fa163ecf-2437-39e8-f5a3-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-03-18 18:34:22.656172 | fa163ecf-2437-39e8-f5a3-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:23.105633 | 73.58s 2026-03-18 18:34:22.666283 | fa163ecf-2437-39e8-f5a3-000000000069 | TASK | Show results of bootstrap 2026-03-18 18:34:22.737704 | fa163ecf-2437-39e8-f5a3-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-03-18 18:34:22.738740 | fa163ecf-2437-39e8-f5a3-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:23.188203 | 0.07s 2026-03-18 18:34:22.747852 | fa163ecf-2437-39e8-f5a3-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-18 18:34:22.796666 | fa163ecf-2437-39e8-f5a3-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:23.246120 | 0.05s 2026-03-18 18:34:22.809516 | 80d117d7-70a0-4214-bb7c-634a5fc8bc1a | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-18 18:34:22.824453 | fa163ecf-2437-39e8-f5a3-00000000020b | TASK | Set ceph CLI 2026-03-18 18:34:23.003127 | fa163ecf-2437-39e8-f5a3-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-03-18 18:34:23.004213 | fa163ecf-2437-39e8-f5a3-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:23.453674 | 0.18s 2026-03-18 18:34:23.013011 | fa163ecf-2437-39e8-f5a3-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-03-18 18:34:23.946839 | fa163ecf-2437-39e8-f5a3-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-03-18 18:34:23.948809 | fa163ecf-2437-39e8-f5a3-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:24.398258 | 0.93s 2026-03-18 18:34:23.959634 | fa163ecf-2437-39e8-f5a3-00000000006c | TASK | Set the default container image in ceph configuration 2026-03-18 18:34:24.886805 | fa163ecf-2437-39e8-f5a3-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-03-18 18:34:24.887801 | fa163ecf-2437-39e8-f5a3-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:25.337264 | 0.93s 2026-03-18 18:34:24.894108 | fa163ecf-2437-39e8-f5a3-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-03-18 18:34:24.939646 | fa163ecf-2437-39e8-f5a3-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-03-18 18:34:24.940453 | fa163ecf-2437-39e8-f5a3-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:25.389921 | 0.05s 2026-03-18 18:34:24.951464 | fa163ecf-2437-39e8-f5a3-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-18 18:34:24.996705 | fa163ecf-2437-39e8-f5a3-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-03-18 18:34:24.997439 | fa163ecf-2437-39e8-f5a3-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:25.446908 | 0.05s 2026-03-18 18:34:25.003039 | fa163ecf-2437-39e8-f5a3-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-03-18 18:34:25.039065 | fa163ecf-2437-39e8-f5a3-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-03-18 18:34:25.040100 | fa163ecf-2437-39e8-f5a3-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:25.489566 | 0.04s 2026-03-18 18:34:25.046136 | fa163ecf-2437-39e8-f5a3-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-03-18 18:34:25.127444 | fa163ecf-2437-39e8-f5a3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-03-18 18:34:25.129298 | fa163ecf-2437-39e8-f5a3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:25.578691 | 0.08s 2026-03-18 18:34:25.135439 | fa163ecf-2437-39e8-f5a3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-03-18 18:34:25.136357 | fa163ecf-2437-39e8-f5a3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:25.585827 | 0.09s 2026-03-18 18:34:25.141584 | fa163ecf-2437-39e8-f5a3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-03-18 18:34:25.142297 | fa163ecf-2437-39e8-f5a3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:25.591767 | 0.10s 2026-03-18 18:34:25.146885 | fa163ecf-2437-39e8-f5a3-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-03-18 18:34:25.147727 | fa163ecf-2437-39e8-f5a3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:25.597197 | 0.10s 2026-03-18 18:34:25.158278 | fa163ecf-2437-39e8-f5a3-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:25.607698 | 0.11s 2026-03-18 18:34:25.176888 | fa163ecf-2437-39e8-f5a3-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-03-18 18:34:25.291130 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-03-18 18:34:25.352909 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-03-18 18:34:25.416156 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-03-18 18:34:25.477440 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-03-18 18:34:25.542274 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-03-18 18:34:25.607063 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-03-18 18:34:25.667891 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-03-18 18:34:25.725817 | fa163ecf-2437-39e8-f5a3-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-03-18 18:34:25.732675 | fa163ecf-2437-39e8-f5a3-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:26.182119 | 0.55s 2026-03-18 18:34:25.745551 | fa163ecf-2437-39e8-f5a3-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-03-18 18:34:26.723325 | fa163ecf-2437-39e8-f5a3-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2026-03-18 18:34:26.724979 | fa163ecf-2437-39e8-f5a3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:27.174422 | 0.98s 2026-03-18 18:34:27.604664 | fa163ecf-2437-39e8-f5a3-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2026-03-18 18:34:27.605684 | fa163ecf-2437-39e8-f5a3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:28.055151 | 1.86s 2026-03-18 18:34:28.635437 | fa163ecf-2437-39e8-f5a3-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2026-03-18 18:34:28.636764 | fa163ecf-2437-39e8-f5a3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:29.086232 | 2.89s 2026-03-18 18:34:29.547136 | fa163ecf-2437-39e8-f5a3-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2026-03-18 18:34:29.548288 | fa163ecf-2437-39e8-f5a3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:29.997754 | 3.80s 2026-03-18 18:34:29.555929 | fa163ecf-2437-39e8-f5a3-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:30.005392 | 3.81s 2026-03-18 18:34:29.582357 | fa163ecf-2437-39e8-f5a3-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-03-18 18:34:29.810813 | fa163ecf-2437-39e8-f5a3-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-03-18 18:34:29.812366 | fa163ecf-2437-39e8-f5a3-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:30.261825 | 0.23s 2026-03-18 18:34:29.823186 | fa163ecf-2437-39e8-f5a3-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:30.272653 | 0.24s 2026-03-18 18:34:29.828038 | fa163ecf-2437-39e8-f5a3-0000000000a7 | TASK | Fail if spec file is missing 2026-03-18 18:34:29.899270 | fa163ecf-2437-39e8-f5a3-0000000000a7 | SKIPPED | Fail if spec file is missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 500, 'inode': 1015024081, 'dev': 64516, 'nlink': 1, 'atime': 1773858787.1178157, 'mtime': 1773858786.7908096, 'ctime': 1773858787.1208158, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': 'f0b9aec085710be90164a5aa26561929bc946d44', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '861761529', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2026-03-18 18:34:29.909977 | fa163ecf-2437-39e8-f5a3-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:30.359430 | 0.08s 2026-03-18 18:34:29.919898 | fa163ecf-2437-39e8-f5a3-0000000000a8 | TASK | Get ceph_cli 2026-03-18 18:34:29.947099 | fa163ecf-2437-39e8-f5a3-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:30.396544 | 0.03s 2026-03-18 18:34:29.958518 | 6119866d-6caf-4104-864b-7396ea7cf424 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-18 18:34:29.976616 | fa163ecf-2437-39e8-f5a3-000000000270 | TASK | Set ceph CLI 2026-03-18 18:34:30.158124 | fa163ecf-2437-39e8-f5a3-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-03-18 18:34:30.159553 | fa163ecf-2437-39e8-f5a3-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:30.609011 | 0.18s 2026-03-18 18:34:30.169261 | fa163ecf-2437-39e8-f5a3-0000000000a9 | TASK | Get the ceph orchestrator status 2026-03-18 18:34:31.140886 | fa163ecf-2437-39e8-f5a3-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-03-18 18:34:31.141881 | fa163ecf-2437-39e8-f5a3-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:31.591347 | 0.97s 2026-03-18 18:34:31.147880 | fa163ecf-2437-39e8-f5a3-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-03-18 18:34:31.206434 | fa163ecf-2437-39e8-f5a3-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-03-18 18:34:31.207301 | fa163ecf-2437-39e8-f5a3-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:31.656767 | 0.06s 2026-03-18 18:34:31.213394 | fa163ecf-2437-39e8-f5a3-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-03-18 18:34:31.238945 | fa163ecf-2437-39e8-f5a3-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:31.688399 | 0.02s 2026-03-18 18:34:31.264140 | fc8b38d7-52e8-4db9-82d4-dc1541679c2e | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-03-18 18:34:31.281977 | fa163ecf-2437-39e8-f5a3-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-03-18 18:34:31.331845 | fa163ecf-2437-39e8-f5a3-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-03-18 18:34:31.332765 | fa163ecf-2437-39e8-f5a3-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:31.782233 | 0.05s 2026-03-18 18:34:31.339179 | fa163ecf-2437-39e8-f5a3-0000000002a8 | TASK | set cephadm debug level 2026-03-18 18:34:31.384690 | fa163ecf-2437-39e8-f5a3-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-03-18 18:34:31.386022 | fa163ecf-2437-39e8-f5a3-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:31.835479 | 0.05s 2026-03-18 18:34:31.395905 | fa163ecf-2437-39e8-f5a3-0000000002a9 | TASK | enforce minimum ceph clients version 2026-03-18 18:34:31.449208 | fa163ecf-2437-39e8-f5a3-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-03-18 18:34:31.450469 | fa163ecf-2437-39e8-f5a3-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:31.899928 | 0.05s 2026-03-18 18:34:31.459687 | fa163ecf-2437-39e8-f5a3-0000000002aa | TASK | set container image base in ceph configuration 2026-03-18 18:34:32.368261 | fa163ecf-2437-39e8-f5a3-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-03-18 18:34:32.369709 | fa163ecf-2437-39e8-f5a3-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:32.819167 | 0.91s 2026-03-18 18:34:32.379495 | fa163ecf-2437-39e8-f5a3-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-03-18 18:34:32.439562 | fa163ecf-2437-39e8-f5a3-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-03-18 18:34:32.440847 | fa163ecf-2437-39e8-f5a3-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:32.890305 | 0.06s 2026-03-18 18:34:32.456004 | fa163ecf-2437-39e8-f5a3-0000000002ad | TASK | set grafana container image in ceph configuration 2026-03-18 18:34:32.517649 | fa163ecf-2437-39e8-f5a3-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-03-18 18:34:32.518884 | fa163ecf-2437-39e8-f5a3-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:32.968344 | 0.06s 2026-03-18 18:34:32.528135 | fa163ecf-2437-39e8-f5a3-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-03-18 18:34:32.596315 | fa163ecf-2437-39e8-f5a3-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-03-18 18:34:32.597568 | fa163ecf-2437-39e8-f5a3-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:33.047026 | 0.07s 2026-03-18 18:34:32.606771 | fa163ecf-2437-39e8-f5a3-0000000002af | TASK | set prometheus container image in ceph configuration 2026-03-18 18:34:32.655490 | fa163ecf-2437-39e8-f5a3-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-03-18 18:34:32.656690 | fa163ecf-2437-39e8-f5a3-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:33.106149 | 0.05s 2026-03-18 18:34:32.666196 | fa163ecf-2437-39e8-f5a3-0000000000ac | TASK | Apply spec 2026-03-18 18:34:34.158829 | fa163ecf-2437-39e8-f5a3-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-03-18 18:34:34.159843 | fa163ecf-2437-39e8-f5a3-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:34.609310 | 1.49s 2026-03-18 18:34:34.166396 | fa163ecf-2437-39e8-f5a3-0000000000ad | TASK | Show results of spec apply 2026-03-18 18:34:34.222057 | fa163ecf-2437-39e8-f5a3-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-03-18 18:34:34.223053 | fa163ecf-2437-39e8-f5a3-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:34.672520 | 0.06s 2026-03-18 18:34:34.229496 | fa163ecf-2437-39e8-f5a3-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-03-18 18:34:34.274283 | fa163ecf-2437-39e8-f5a3-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:34.723743 | 0.04s 2026-03-18 18:34:34.282300 | e3bb09f0-97f9-4f61-8edd-484e34330df4 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-03-18 18:34:34.305876 | fa163ecf-2437-39e8-f5a3-000000000307 | TASK | Wait for expected number of osds to be running 2026-03-18 18:34:35.395360 | fa163ecf-2437-39e8-f5a3-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-03-18 18:35:06.364936 | fa163ecf-2437-39e8-f5a3-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-03-18 18:35:06.367335 | fa163ecf-2437-39e8-f5a3-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:06.816792 | 32.06s 2026-03-18 18:35:06.388344 | fa163ecf-2437-39e8-f5a3-0000000000c9 | TASK | Get ceph_cli 2026-03-18 18:35:06.437620 | fa163ecf-2437-39e8-f5a3-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-18 18:35:06.439091 | fa163ecf-2437-39e8-f5a3-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:06.888548 | 0.05s 2026-03-18 18:35:06.449385 | fa163ecf-2437-39e8-f5a3-0000000000ca | TASK | Collect ceph config dump 2026-03-18 18:35:06.486564 | fa163ecf-2437-39e8-f5a3-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-03-18 18:35:06.487817 | fa163ecf-2437-39e8-f5a3-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:06.937275 | 0.04s 2026-03-18 18:35:06.497580 | fa163ecf-2437-39e8-f5a3-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-03-18 18:35:06.565749 | fa163ecf-2437-39e8-f5a3-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-03-18 18:35:06.567126 | fa163ecf-2437-39e8-f5a3-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:07.016583 | 0.07s 2026-03-18 18:35:06.576985 | fa163ecf-2437-39e8-f5a3-0000000000cc | TASK | Create pool 2026-03-18 18:35:06.630712 | fa163ecf-2437-39e8-f5a3-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:07.080161 | 0.05s 2026-03-18 18:35:06.641702 | fa163ecf-2437-39e8-f5a3-0000000000cd | TASK | Enable application on Ceph pools 2026-03-18 18:35:06.711189 | fa163ecf-2437-39e8-f5a3-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:07.160635 | 0.07s 2026-03-18 18:35:06.723083 | fa163ecf-2437-39e8-f5a3-0000000000cf | TASK | Get the RBD ceph_cli 2026-03-18 18:35:06.766115 | fa163ecf-2437-39e8-f5a3-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-03-18 18:35:06.768107 | fa163ecf-2437-39e8-f5a3-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:07.217557 | 0.04s 2026-03-18 18:35:06.783333 | fa163ecf-2437-39e8-f5a3-0000000000d0 | TASK | Set trash interval 2026-03-18 18:35:06.883799 | fa163ecf-2437-39e8-f5a3-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-03-18 18:35:06.895105 | fa163ecf-2437-39e8-f5a3-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:07.344556 | 0.11s 2026-03-18 18:35:06.915348 | fa163ecf-2437-39e8-f5a3-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-03-18 18:35:06.964055 | fa163ecf-2437-39e8-f5a3-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:07.413507 | 0.05s 2026-03-18 18:35:06.974753 | fa163ecf-2437-39e8-f5a3-0000000000e9 | TASK | Get ceph_cli 2026-03-18 18:35:07.003935 | fa163ecf-2437-39e8-f5a3-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-18 18:35:07.005122 | fa163ecf-2437-39e8-f5a3-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:07.454581 | 0.03s 2026-03-18 18:35:07.014692 | fa163ecf-2437-39e8-f5a3-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-03-18 18:35:07.062745 | fa163ecf-2437-39e8-f5a3-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:07.512200 | 0.05s 2026-03-18 18:35:07.080558 | fa163ecf-2437-39e8-f5a3-0000000000f9 | TASK | Get ceph_cli 2026-03-18 18:35:07.127922 | fa163ecf-2437-39e8-f5a3-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-03-18 18:35:07.128964 | fa163ecf-2437-39e8-f5a3-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:07.578429 | 0.05s 2026-03-18 18:35:07.135619 | fa163ecf-2437-39e8-f5a3-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-03-18 18:35:07.175685 | fa163ecf-2437-39e8-f5a3-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-03-18 18:35:07.176707 | fa163ecf-2437-39e8-f5a3-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:07.626174 | 0.04s 2026-03-18 18:35:07.181853 | fa163ecf-2437-39e8-f5a3-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-03-18 18:35:07.226463 | fa163ecf-2437-39e8-f5a3-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-03-18 18:35:07.227418 | fa163ecf-2437-39e8-f5a3-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:07.676883 | 0.04s 2026-03-18 18:35:07.233441 | fa163ecf-2437-39e8-f5a3-0000000000fc | TASK | Extract mons_json 2026-03-18 18:35:07.279035 | fa163ecf-2437-39e8-f5a3-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-03-18 18:35:07.279992 | fa163ecf-2437-39e8-f5a3-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:07.729457 | 0.05s 2026-03-18 18:35:07.286064 | fa163ecf-2437-39e8-f5a3-0000000000fd | TASK | Build mons_list 2026-03-18 18:35:07.332566 | fa163ecf-2437-39e8-f5a3-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-03-18 18:35:07.333810 | fa163ecf-2437-39e8-f5a3-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:07.783269 | 0.05s 2026-03-18 18:35:07.342509 | fa163ecf-2437-39e8-f5a3-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-03-18 18:35:07.389466 | fa163ecf-2437-39e8-f5a3-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-03-18 18:35:07.390896 | fa163ecf-2437-39e8-f5a3-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:07.840352 | 0.05s 2026-03-18 18:35:07.401011 | fa163ecf-2437-39e8-f5a3-0000000000ff | TASK | Verify the keyring 2026-03-18 18:35:07.460644 | fa163ecf-2437-39e8-f5a3-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:07.910102 | 0.06s 2026-03-18 18:35:07.470618 | fa163ecf-2437-39e8-f5a3-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-03-18 18:35:07.506587 | fa163ecf-2437-39e8-f5a3-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-03-18 18:35:07.507845 | fa163ecf-2437-39e8-f5a3-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:07.957304 | 0.04s 2026-03-18 18:35:07.521669 | fa163ecf-2437-39e8-f5a3-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-03-18 18:35:07.563403 | fa163ecf-2437-39e8-f5a3-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-03-18 18:35:07.564732 | fa163ecf-2437-39e8-f5a3-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:08.014191 | 0.04s 2026-03-18 18:35:07.583264 | fa163ecf-2437-39e8-f5a3-00000000011c | TASK | Get ceph_cli 2026-03-18 18:35:07.611479 | fa163ecf-2437-39e8-f5a3-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:08.060930 | 0.03s 2026-03-18 18:35:07.623366 | 28fe3252-9dfd-4c96-9b2f-43f1e101680b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-03-18 18:35:07.637974 | fa163ecf-2437-39e8-f5a3-0000000003c0 | TASK | Set ceph CLI 2026-03-18 18:35:07.809946 | fa163ecf-2437-39e8-f5a3-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-03-18 18:35:07.810710 | fa163ecf-2437-39e8-f5a3-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:08.260182 | 0.17s 2026-03-18 18:35:07.814951 | fa163ecf-2437-39e8-f5a3-00000000011d | TASK | Get the ceph orchestrator status 2026-03-18 18:35:08.704755 | fa163ecf-2437-39e8-f5a3-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-03-18 18:35:08.705907 | fa163ecf-2437-39e8-f5a3-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:09.155364 | 0.89s 2026-03-18 18:35:08.715688 | fa163ecf-2437-39e8-f5a3-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-03-18 18:35:08.775135 | fa163ecf-2437-39e8-f5a3-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-03-18 18:35:08.776290 | fa163ecf-2437-39e8-f5a3-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:09.225743 | 0.06s 2026-03-18 18:35:08.785853 | fa163ecf-2437-39e8-f5a3-000000000120 | TASK | Show the deployed daemons 2026-03-18 18:35:09.653279 | fa163ecf-2437-39e8-f5a3-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-03-18 18:35:09.654449 | fa163ecf-2437-39e8-f5a3-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:10.103914 | 0.87s 2026-03-18 18:35:09.660991 | fa163ecf-2437-39e8-f5a3-000000000121 | TASK | Deployed daemons 2026-03-18 18:35:09.717525 | fa163ecf-2437-39e8-f5a3-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-03-18 18:35:09.718908 | fa163ecf-2437-39e8-f5a3-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:10.168364 | 0.06s 2026-03-18 18:35:09.728515 | fa163ecf-2437-39e8-f5a3-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-03-18 18:35:10.640579 | fa163ecf-2437-39e8-f5a3-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-03-18 18:35:10.642047 | fa163ecf-2437-39e8-f5a3-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:11.091506 | 0.91s 2026-03-18 18:35:10.651844 | fa163ecf-2437-39e8-f5a3-000000000123 | TASK | Ceph cluster status 2026-03-18 18:35:10.688919 | fa163ecf-2437-39e8-f5a3-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 9907e430-b786-559f-863d-0c0ee2cefd7a", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 86s)", " mgr: standalone.demyuc(active, since 70s)", " osd: 1 osds: 1 up (since 14s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2026-03-18 18:35:10.690302 | fa163ecf-2437-39e8-f5a3-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:11.139763 | 0.04s 2026-03-18 18:35:10.715975 | fa163ecf-2437-39e8-f5a3-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-03-18 18:35:11.336891 | fa163ecf-2437-39e8-f5a3-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163ecf-2437-39e8-f5a3-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2026-03-18 18:35:11.378762 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:35:11.379327 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:35:11.379940 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:11.829407 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 18:35:11.380500 | UUID | Info | Host | Task Name | Run Time 2026-03-18 18:35:11.381249 | fa163ecf-2437-39e8-f5a3-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 73.58s 2026-03-18 18:35:11.381824 | fa163ecf-2437-39e8-f5a3-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.06s 2026-03-18 18:35:11.382600 | fa163ecf-2437-39e8-f5a3-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.81s 2026-03-18 18:35:11.383363 | fa163ecf-2437-39e8-f5a3-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.25s 2026-03-18 18:35:11.383880 | fa163ecf-2437-39e8-f5a3-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.49s 2026-03-18 18:35:11.384619 | fa163ecf-2437-39e8-f5a3-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.97s 2026-03-18 18:35:11.385281 | fa163ecf-2437-39e8-f5a3-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.93s 2026-03-18 18:35:11.385954 | fa163ecf-2437-39e8-f5a3-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 0.93s 2026-03-18 18:35:11.386500 | fa163ecf-2437-39e8-f5a3-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.91s 2026-03-18 18:35:11.387091 | fa163ecf-2437-39e8-f5a3-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.91s 2026-03-18 18:35:11.387856 | fa163ecf-2437-39e8-f5a3-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.89s 2026-03-18 18:35:11.388496 | fa163ecf-2437-39e8-f5a3-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.87s 2026-03-18 18:35:11.389102 | fa163ecf-2437-39e8-f5a3-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.82s 2026-03-18 18:35:11.389632 | fa163ecf-2437-39e8-f5a3-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.61s 2026-03-18 18:35:11.390392 | fa163ecf-2437-39e8-f5a3-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.55s 2026-03-18 18:35:11.391012 | fa163ecf-2437-39e8-f5a3-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.51s 2026-03-18 18:35:11.391654 | fa163ecf-2437-39e8-f5a3-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.48s 2026-03-18 18:35:11.392354 | fa163ecf-2437-39e8-f5a3-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.35s 2026-03-18 18:35:11.393024 | fa163ecf-2437-39e8-f5a3-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.30s 2026-03-18 18:35:11.393716 | fa163ecf-2437-39e8-f5a3-00000000002d | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure specs directory exists | 0.24s 2026-03-18 18:35:11.394379 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' 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' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + 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/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.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 /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.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-18 18:35:14.492 40851 INFO migrate.versioning.api [-] 72 -> 73...  2026-03-18 18:35:14.516 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.516 40851 INFO migrate.versioning.api [-] 73 -> 74...  2026-03-18 18:35:14.518 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.518 40851 INFO migrate.versioning.api [-] 74 -> 75...  2026-03-18 18:35:14.520 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.520 40851 INFO migrate.versioning.api [-] 75 -> 76...  2026-03-18 18:35:14.522 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.522 40851 INFO migrate.versioning.api [-] 76 -> 77...  2026-03-18 18:35:14.523 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.523 40851 INFO migrate.versioning.api [-] 77 -> 78...  2026-03-18 18:35:14.525 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.525 40851 INFO migrate.versioning.api [-] 78 -> 79...  2026-03-18 18:35:14.551 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.551 40851 INFO migrate.versioning.api [-] 79 -> 80...  2026-03-18 18:35:14.569 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.569 40851 INFO migrate.versioning.api [-] 80 -> 81...  2026-03-18 18:35:14.570 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.571 40851 INFO migrate.versioning.api [-] 81 -> 82...  2026-03-18 18:35:14.572 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.572 40851 INFO migrate.versioning.api [-] 82 -> 83...  2026-03-18 18:35:14.574 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.574 40851 INFO migrate.versioning.api [-] 83 -> 84...  2026-03-18 18:35:14.576 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.576 40851 INFO migrate.versioning.api [-] 84 -> 85...  2026-03-18 18:35:14.577 40851 INFO migrate.versioning.api [-] done 2026-03-18 18:35:14.578 40851 INFO migrate.versioning.api [-] 85 -> 86...  2026-03-18 18:35:14.599 40851 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-18 18:35:23Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:23Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:23Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:24Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:24Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:35:24Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:24Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:24Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-03-18 18:35:25Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:25Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:25Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-03-18 18:35:25Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:25Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:35:25Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:25Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:26Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:26Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-03-18 18:35:26Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:26Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:35:26Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:26Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:27Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:27Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-03-18 18:35:27Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:27Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:27Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:27Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:27Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-03-18 18:35:28Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-03-18 18:35:28Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:28Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:28Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-03-18 18:35:28Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:28Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:29Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:29Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-03-18 18:35:29Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:35:29Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:29Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:29Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:29Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-03-18 18:35:30Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:30Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:30Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-03-18 18:35:30Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-03-18 18:35:30Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:30Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-03-18 18:35:30Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:31Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-03-18 18:35:31Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:31Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-03-18 18:35:31Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:31Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-03-18 18:35:32Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:32Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-03-18 18:35:33Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:33Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-03-18 18:35:33Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:33Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-03-18 18:35:34Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:34Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:34Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:34Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-03-18 18:35:35Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:35:35Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:35:35Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:35:35Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-03-18 18:35:35Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:35Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:35Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:35Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:35Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:36Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-03-18 18:35:36Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:36Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:36Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-03-18 18:35:38Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-03-18 18:35:38Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:38Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-03-18 18:35:38Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:38Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:38Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:40Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:41Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:41Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:41Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:42Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:42Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:35:43Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:43Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:43Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:35:44Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:45Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:35:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:35:45Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:46Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:35:46Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:47Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-03-18 18:35:48Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:48Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:48Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:49Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:49Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:35:50Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:50Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:35:51Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:51Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:51Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:35:51Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:52Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-03-18 18:35:52Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:52Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:52Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:52Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:35:53Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:54Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:55Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:35:55Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:56Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:35:57Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:35:57Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:35:57Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-03-18 18:35:58Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:58Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:35:58Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:59Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:35:59Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:00Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:00Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:00Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:01Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:02Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:02Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:03Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-03-18 18:36:04Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:04Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:04Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:04Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:04Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:05Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-03-18 18:36:05Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:05Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:05Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:06Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:07Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:07Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-03-18 18:36:08Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:08Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:08Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:08Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:08Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:36:08Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:09Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:09Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:09Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:10Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:11Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:11Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:12Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-03-18 18:36:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:14Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-03-18 18:36:14Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:15Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-03-18 18:36:16Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:16Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:16Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:17Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:17Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:18Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:18Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:18Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:18Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:19Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-03-18 18:36:19Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:19Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:20Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:21Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:23Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-03-18 18:36:24Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:24Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-18 18:36:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-18 18:36:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-18 18:36:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:26Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:27Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-03-18 18:36:27Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:28Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-03-18 18:36:29Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:29Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:29Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-18 18:36:30Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:31Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:31Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:32Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-03-18 18:36:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:32Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:32Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-18 18:36:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:33Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-18 18:36:34Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:34Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-18 18:36:34Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:35Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:35Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-03-18 18:36:36Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:36Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:36Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-03-18 18:36:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-03-18 18:36:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-03-18 18:36:37Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:38Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:38Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:39Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-03-18 18:36:39Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:40Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:40Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:41Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:36:42Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:42Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:43Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:43Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:43Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:43Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:36:44Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:45Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:45Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:46Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:46Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:47Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-03-18 18:36:47Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:47Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:47Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:48Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:48Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:49Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:49Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:49Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:36:49Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:50Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:51Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:36:51Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:52Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:53Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:36:54Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-03-18 18:36:55Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:55Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:56Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:57Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:36:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:36:57Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:36:59Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:36:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:36:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:36:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:00Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:00Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:00Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:01Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-03-18 18:37:01Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:01Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:01Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:01Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:02Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:03Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:04Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:04Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:05Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:05Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:06Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:37:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:07Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:08Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:09Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:10Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:11Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:37:12Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:13Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:14Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-03-18 18:37:15Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:16Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:16Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:17Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:17Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:20Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:21Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:22Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-03-18 18:37:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:22Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:23Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:24Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:24Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:24Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:25Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-03-18 18:37:26Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:27Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-03-18 18:37:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:27Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:27Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:28Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:29Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-03-18 18:37:30Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:31Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:32Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:32Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:33Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:34Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:34Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:35Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:37:36Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:36Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:37Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:37Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:38Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-03-18 18:37:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:39Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:39Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:40Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:41Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:41Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:41Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:42Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:43Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-03-18 18:37:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:44Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:45Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:37:46Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-03-18 18:37:47Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:48Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-03-18 18:37:49Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:49Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:49Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:49Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:50Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:37:51Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:52Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:53Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:53Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:54Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:37:54Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-03-18 18:37:55Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:56Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:37:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:56Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:37:57Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:58Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:58Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:37:59Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:37:59Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:00Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:00Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:01Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:02Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:02Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:03Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:03Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:04Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:05Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-03-18 18:38:06Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:06Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:06Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-18 18:38:07Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:08Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:08Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-18 18:38:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:09Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:09Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:10Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:10Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:10Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:11Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-03-18 18:38:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-03-18 18:38:12Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:13Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:13Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:13Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:14Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:14Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:15Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:16Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:17Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:19Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:21Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:25Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:26Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:27Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:27Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:27Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:28Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:29Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:30Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:30Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:31Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:31Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:31Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:32Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:33Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:33Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:34Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:34Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:35Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:36Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:37Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:38Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:38Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:39Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-03-18 18:38:39Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:39Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:40Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:41Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-03-18 18:38:42Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:42Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:42Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:42Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:42Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:43Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:44Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:45Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-03-18 18:38:45Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:45Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:45Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:46Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:47Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:49Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:38:50Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:51Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:52Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:53Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:38:54Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:54Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:38:55Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-03-18 18:38:55Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:38:56Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-03-18 18:38:57Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:38:58Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:38:59Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:00Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:00Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:01Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:01Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:02Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:02Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:03Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:04Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:05Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:06Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:07Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:07Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:08Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:09Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:09Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:11Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:12Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-03-18 18:39:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:13Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:14Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:14Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:14Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:14Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:15Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:16Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:16Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:17Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:19Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:19Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-03-18 18:39:20Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:21Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:22Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:22Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:23Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:24Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:25Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:26Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:27Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:28Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:29Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:30Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:30Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:30Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-03-18 18:39:31Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:32Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:32Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:33Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-03-18 18:39:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:34Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:34Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:34Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:35Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:36Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:37Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:37Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:38Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:38Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:39Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-03-18 18:39:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:42Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:42Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:42Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:43Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:44Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-03-18 18:39:45Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:45Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:45Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:47Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:48Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:49Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:49Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:50Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:51Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:39:51Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:52Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:53Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:53Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:53Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:54Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:55Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:56Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:57Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:58Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:39:59Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:00Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:00Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:01Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:02Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-03-18 18:40:03Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:03Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:03Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:04Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:05Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:06Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:06Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:07Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:07Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:07Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:08Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:40:09Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:10Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:11Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:11Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:12Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-03-18 18:40:13Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:13Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:13Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:14Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:40:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:15Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:16Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:17Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:18Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:18Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:19Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:19Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:20Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:21Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:40:22Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:23Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:24Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:24Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:25Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:25Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:26Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:26Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:28Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:29Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:29Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:30Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:30Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:31Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:31Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:31Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:32Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:34Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-03-18 18:40:34Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:35Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:35Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:36Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:36Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:37Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:37Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:37Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:37Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:38Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:39Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:39Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:40Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:41Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-03-18 18:40:42Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:43Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:43Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:43Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:45Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:46Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:46Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:47Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:48Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:48Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:49Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-03-18 18:40:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:49Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:49Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:50Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:50Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:52Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:52Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:52Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-03-18 18:40:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:53Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:53Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:54Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:54Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:40:54Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-03-18 18:40:55Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:56Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:56Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:40:57Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-03-18 18:40:58Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:40:59Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:00Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:01Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:01Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:02Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:03Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:03Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:03Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-03-18 18:41:03Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:03Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:04Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:04Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-03-18 18:41:05Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:05Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-03-18 18:41:06Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:07Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:08Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:09Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:10Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:11Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:12Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-03-18 18:41:12Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:12Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:13Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:14Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:15Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:16Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:17Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-03-18 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:18Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:19Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:20Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:21Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:22Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-03-18 18:41:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:24Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-03-18 18:41:26Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:27Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:28Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:28Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:29Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:30Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:31Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:32Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:33Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:34Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-03-18 18:41:34Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:35Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-03-18 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:36Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:37Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:38Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-03-18 18:41:39Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:40Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:41Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-03-18 18:41:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:42Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-03-18 18:41:43Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:44Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:45Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:46Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:47Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:48Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-03-18 18:41:48Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-03-18 18:41:50Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:51Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-03-18 18:41:51Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:52Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-03-18 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:53Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:54Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:55Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-03-18 18:41:56Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:41:57Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:41:58Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:41:59Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-03-18 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:00Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:01Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-03-18 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-03-18 18:42:02Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-03-18 18:42:03Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-03-18 18:42:05Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-03-18 18:42:06Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:07Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:08Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:09Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:10Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-03-18 18:42:11Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:12Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:13Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-03-18 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:14Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-03-18 18:42:16Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:16Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:16Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:17Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:18Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:19Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:20Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:21Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:22Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:23Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:23Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:23Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:23Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:24Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-03-18 18:42:25Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:26Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-03-18 18:42:27Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:27Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-03-18 18:42:27Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:27Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:27Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:28Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:28Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:28Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:28Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:28Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:28Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-03-18 18:42:28Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:29Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-03-18 18:42:29Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:30Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:30Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:30Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:30Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:31Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:31Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-03-18 18:42:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:31Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-03-18 18:42:31Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-03-18 18:42:31Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:32Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:32Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:32Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:32Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:32Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:32Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:33Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:33Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:33Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:33Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:33Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:33Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-03-18 18:42:34Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-03-18 18:42:34Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:34Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:34Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:34Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:34Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:34Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:35Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:35Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-03-18 18:42:35Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:36Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-03-18 18:42:36Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-03-18 18:42:36Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-03-18 18:42:37Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:37Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:38Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:38Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:38Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-03-18 18:42:38Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:38Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:38Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:38Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:39Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:39Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-03-18 18:42:39Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:39Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:40Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-03-18 18:42:40Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:40Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:40Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-03-18 18:42:40Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:40Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-03-18 18:42:41Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:41Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:42Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:42Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:43Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:43Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-03-18 18:42:44Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:44Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:45Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-03-18 18:42:45Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-03-18 18:42:45Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-03-18 18:42:46Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-03-18 18:42:46Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/c36d9491-a011-4e5d-9778-3c5824b5362f 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-18 18:43:06.463947 | fa163ecf-2437-0493-eacc-000000000006 | TASK | External deployment step 0 2026-03-18 18:43:06.488615 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-000000000006') missing from stats 2026-03-18 18:43:06.534607 | fa163ecf-2437-0493-eacc-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.120907 | 0.03s 2026-03-18 18:43:06.543678 | 5a141868-813d-4220-a8aa-07a5d785b846 | INCLUDED | /root/standalone-ansible-7kp_1mo5/external_deploy_steps_tasks_step0.yaml | undercloud 2026-03-18 18:43:06.560407 | fa163ecf-2437-0493-eacc-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-03-18 18:43:07.447887 | fa163ecf-2437-0493-eacc-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-03-18 18:43:07.449129 | fa163ecf-2437-0493-eacc-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.035431 | 0.89s 2026-03-18 18:43:07.467588 | fa163ecf-2437-0493-eacc-000000000129 | TASK | create redis virtual ip 2026-03-18 18:43:08.352789 | fa163ecf-2437-0493-eacc-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-03-18 18:43:08.353884 | fa163ecf-2437-0493-eacc-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.940190 | 0.88s PLAY [Check if required variables are defined] ********************************* 2026-03-18 18:43:08.425870 | fa163ecf-2437-0493-eacc-000000000138 | TASK | Gathering Facts 2026-03-18 18:43:09.008853 | fa163ecf-2437-0493-eacc-000000000138 | OK | Gathering Facts | localhost 2026-03-18 18:43:09.010566 | fa163ecf-2437-0493-eacc-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.596864 | 0.58s 2026-03-18 18:43:09.074702 | fa163ecf-2437-0493-eacc-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-03-18 18:43:09.076037 | fa163ecf-2437-0493-eacc-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.662334 | 0.05s 2026-03-18 18:43:09.121968 | fa163ecf-2437-0493-eacc-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-03-18 18:43:09.123575 | fa163ecf-2437-0493-eacc-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.709872 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-03-18 18:43:09.228503 | fa163ecf-2437-0493-eacc-000000000160 | TASK | Gathering Facts 2026-03-18 18:43:09.240977 | fa163ecf-2437-0493-eacc-000000000160 | TASK | Gathering Facts 2026-03-18 18:43:09.564213 | fa163ecf-2437-0493-eacc-000000000160 | OK | Gathering Facts | standalone 2026-03-18 18:43:09.564986 | fa163ecf-2437-0493-eacc-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.151296 | 0.32s 2026-03-18 18:43:09.566201 | fa163ecf-2437-0493-eacc-000000000160 | OK | Gathering Facts | undercloud 2026-03-18 18:43:09.566725 | fa163ecf-2437-0493-eacc-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.153038 | 0.34s 2026-03-18 18:43:09.605127 | fa163ecf-2437-0493-eacc-000000000012 | TASK | Set legacy facts 2026-03-18 18:43:09.615770 | fa163ecf-2437-0493-eacc-000000000012 | TASK | Set legacy facts 2026-03-18 18:43:09.640425 | fa163ecf-2437-0493-eacc-000000000012 | OK | Set legacy facts | undercloud 2026-03-18 18:43:09.641407 | fa163ecf-2437-0493-eacc-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.227717 | 0.04s 2026-03-18 18:43:09.663736 | fa163ecf-2437-0493-eacc-000000000012 | OK | Set legacy facts | standalone 2026-03-18 18:43:09.664313 | fa163ecf-2437-0493-eacc-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.250620 | 0.05s PLAY [Load global variables] *************************************************** 2026-03-18 18:43:09.831374 | fa163ecf-2437-0493-eacc-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-03-18 18:43:09.832340 | fa163ecf-2437-0493-eacc-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.418645 | 0.05s 2026-03-18 18:43:09.832719 | fa163ecf-2437-0493-eacc-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-03-18 18:43:09.833077 | fa163ecf-2437-0493-eacc-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.419388 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-03-18 18:43:09.901862 | fa163ecf-2437-0493-eacc-000000000018 | TASK | Include Service VIP vars 2026-03-18 18:43:09.932745 | fa163ecf-2437-0493-eacc-000000000018 | OK | Include Service VIP vars | undercloud 2026-03-18 18:43:09.933449 | fa163ecf-2437-0493-eacc-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.519757 | 0.03s 2026-03-18 18:43:09.933765 | fa163ecf-2437-0493-eacc-000000000018 | OK | Include Service VIP vars | standalone 2026-03-18 18:43:09.934046 | fa163ecf-2437-0493-eacc-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.520360 | 0.02s 2026-03-18 18:43:09.937080 | fa163ecf-2437-0493-eacc-000000000019 | TASK | Include OVN bridge MAC address variables 2026-03-18 18:43:09.968238 | fa163ecf-2437-0493-eacc-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-03-18 18:43:09.968909 | fa163ecf-2437-0493-eacc-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.555217 | 0.02s 2026-03-18 18:43:09.969293 | fa163ecf-2437-0493-eacc-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-03-18 18:43:09.969616 | fa163ecf-2437-0493-eacc-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.555929 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-03-18 18:43:10.050149 | fa163ecf-2437-0493-eacc-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-03-18 18:43:10.774135 | fa163ecf-2437-0493-eacc-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ecf-2437-0493-eacc-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-03-18 18:43:10.867308 | fa163ecf-2437-0493-eacc-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-03-18 18:43:10.902956 | fa163ecf-2437-0493-eacc-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-03-18 18:43:10.903656 | fa163ecf-2437-0493-eacc-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.489962 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-03-18 18:43:10.979130 | fa163ecf-2437-0493-eacc-000000000023 | TASK | Set selinux state 2026-03-18 18:43:11.576581 | fa163ecf-2437-0493-eacc-000000000023 | OK | Set selinux state | standalone 2026-03-18 18:43:11.577562 | fa163ecf-2437-0493-eacc-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.163865 | 0.60s PLAY [Generate /etc/hosts] ***************************************************** 2026-03-18 18:43:11.702712 | fa163ecf-2437-0493-eacc-000000000026 | TASK | Configure Hosts Entries 2026-03-18 18:43:11.735934 | fa163ecf-2437-0493-eacc-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.322232 | 0.03s 2026-03-18 18:43:11.736663 | fa163ecf-2437-0493-eacc-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.322973 | 0.02s 2026-03-18 18:43:11.780024 | fa163ecf-2437-0493-eacc-0000000001f1 | TASK | Create temporary file for hosts 2026-03-18 18:43:12.116823 | fa163ecf-2437-0493-eacc-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-03-18 18:43:12.118573 | fa163ecf-2437-0493-eacc-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.704861 | 0.34s 2026-03-18 18:43:12.143636 | fa163ecf-2437-0493-eacc-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-03-18 18:43:12.144635 | fa163ecf-2437-0493-eacc-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.730937 | 0.35s 2026-03-18 18:43:12.165712 | fa163ecf-2437-0493-eacc-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-03-18 18:43:12.510927 | fa163ecf-2437-0493-eacc-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-03-18 18:43:12.512757 | fa163ecf-2437-0493-eacc-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.099055 | 0.35s 2026-03-18 18:43:12.585172 | fa163ecf-2437-0493-eacc-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-03-18 18:43:12.586135 | fa163ecf-2437-0493-eacc-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.172437 | 0.40s 2026-03-18 18:43:12.604307 | fa163ecf-2437-0493-eacc-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-03-18 18:43:12.949586 | fa163ecf-2437-0493-eacc-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-03-18 18:43:12.951076 | fa163ecf-2437-0493-eacc-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.537372 | 0.35s 2026-03-18 18:43:12.962407 | fa163ecf-2437-0493-eacc-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-03-18 18:43:12.963168 | fa163ecf-2437-0493-eacc-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.549474 | 0.34s 2026-03-18 18:43:12.980627 | fa163ecf-2437-0493-eacc-0000000001f4 | TASK | Render out the hosts entries 2026-03-18 18:43:13.109963 | fa163ecf-2437-0493-eacc-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-03-18 18:43:13.111269 | fa163ecf-2437-0493-eacc-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.697506 | 0.13s 2026-03-18 18:43:13.129283 | fa163ecf-2437-0493-eacc-0000000001f5 | TASK | Prepare new /etc/hosts 2026-03-18 18:43:13.413603 | fa163ecf-2437-0493-eacc-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-03-18 18:43:13.415033 | fa163ecf-2437-0493-eacc-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.001330 | 0.28s 2026-03-18 18:43:13.446779 | fa163ecf-2437-0493-eacc-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-03-18 18:43:13.447879 | fa163ecf-2437-0493-eacc-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.034183 | 0.30s 2026-03-18 18:43:13.465780 | fa163ecf-2437-0493-eacc-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-03-18 18:43:13.779306 | fa163ecf-2437-0493-eacc-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-03-18 18:43:13.780721 | fa163ecf-2437-0493-eacc-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.367015 | 0.29s 2026-03-18 18:43:13.812436 | fa163ecf-2437-0493-eacc-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-03-18 18:43:13.813482 | fa163ecf-2437-0493-eacc-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.399782 | 0.35s 2026-03-18 18:43:13.831816 | fa163ecf-2437-0493-eacc-0000000001f7 | TASK | Clean up temporary hosts file 2026-03-18 18:43:14.197459 | fa163ecf-2437-0493-eacc-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-03-18 18:43:14.198402 | fa163ecf-2437-0493-eacc-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.784708 | 0.34s 2026-03-18 18:43:14.208994 | fa163ecf-2437-0493-eacc-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-03-18 18:43:14.209357 | fa163ecf-2437-0493-eacc-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.795670 | 0.38s PLAY [Common roles for TripleO servers] **************************************** 2026-03-18 18:43:14.313979 | fa163ecf-2437-0493-eacc-00000000002a | TASK | Common roles for TripleO servers 2026-03-18 18:43:14.339778 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-00000000002a') missing from stats 2026-03-18 18:43:14.404173 | fa163ecf-2437-0493-eacc-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.990472 | 0.02s 2026-03-18 18:43:14.463072 | fa163ecf-2437-0493-eacc-000000000254 | TASK | Gather variables for each operating system 2026-03-18 18:43:14.577051 | fa163ecf-2437-0493-eacc-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-18 18:43:14.578421 | fa163ecf-2437-0493-eacc-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.164715 | 0.11s 2026-03-18 18:43:14.584020 | fa163ecf-2437-0493-eacc-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.170310 | 0.12s 2026-03-18 18:43:14.609834 | fa163ecf-2437-0493-eacc-000000000256 | TASK | Check release version package is installed 2026-03-18 18:43:14.918160 | fa163ecf-2437-0493-eacc-000000000256 | CHANGED | Check release version package is installed | standalone 2026-03-18 18:43:14.919634 | fa163ecf-2437-0493-eacc-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.505931 | 0.31s 2026-03-18 18:43:14.948016 | fa163ecf-2437-0493-eacc-000000000257 | TASK | Deploy release version package 2026-03-18 18:43:19.655510 | fa163ecf-2437-0493-eacc-000000000257 | CHANGED | Deploy release version package | standalone 2026-03-18 18:43:19.656706 | fa163ecf-2437-0493-eacc-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.243006 | 4.71s 2026-03-18 18:43:19.682407 | fa163ecf-2437-0493-eacc-000000000259 | TASK | Include packages tasks 2026-03-18 18:43:19.708601 | fa163ecf-2437-0493-eacc-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.294893 | 0.02s 2026-03-18 18:43:19.733768 | 8f7dcb3a-63c2-49fa-ac03-639efc5d3371 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-03-18 18:43:19.764505 | fa163ecf-2437-0493-eacc-0000000002ad | TASK | Gather facts if they don't exist 2026-03-18 18:43:19.811035 | fa163ecf-2437-0493-eacc-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-03-18 18:43:19.812202 | fa163ecf-2437-0493-eacc-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.398501 | 0.05s 2026-03-18 18:43:19.836717 | fa163ecf-2437-0493-eacc-0000000002ae | TASK | Gather variables for each operating system 2026-03-18 18:43:19.949531 | fa163ecf-2437-0493-eacc-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-18 18:43:19.956032 | fa163ecf-2437-0493-eacc-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.542325 | 0.12s 2026-03-18 18:43:19.981876 | fa163ecf-2437-0493-eacc-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-18 18:43:20.232624 | fa163ecf-2437-0493-eacc-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-18 18:43:20.234000 | fa163ecf-2437-0493-eacc-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.820298 | 0.25s 2026-03-18 18:43:20.258811 | fa163ecf-2437-0493-eacc-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-03-18 18:43:25.759628 | fa163ecf-2437-0493-eacc-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-03-18 18:43:25.761145 | fa163ecf-2437-0493-eacc-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.347443 | 5.50s 2026-03-18 18:43:25.786476 | fa163ecf-2437-0493-eacc-0000000002b2 | TASK | Ensure packages are actually well installed 2026-03-18 18:43:26.751507 | fa163ecf-2437-0493-eacc-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-18 18:43:26.753243 | fa163ecf-2437-0493-eacc-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.339515 | 0.97s 2026-03-18 18:43:26.787793 | fa163ecf-2437-0493-eacc-00000000025a | TASK | Enable openvswitch service if installed 2026-03-18 18:43:27.646047 | fa163ecf-2437-0493-eacc-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-03-18 18:43:27.647854 | fa163ecf-2437-0493-eacc-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.234153 | 0.86s 2026-03-18 18:43:27.674585 | fa163ecf-2437-0493-eacc-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-03-18 18:43:27.907442 | fa163ecf-2437-0493-eacc-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-03-18 18:43:27.908368 | fa163ecf-2437-0493-eacc-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.494674 | 0.23s 2026-03-18 18:43:27.928207 | fa163ecf-2437-0493-eacc-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-03-18 18:43:28.219079 | fa163ecf-2437-0493-eacc-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-03-18 18:43:28.220373 | fa163ecf-2437-0493-eacc-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.806673 | 0.29s 2026-03-18 18:43:28.245015 | fa163ecf-2437-0493-eacc-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-03-18 18:43:28.304790 | fa163ecf-2437-0493-eacc-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-03-18 18:43:28.306002 | fa163ecf-2437-0493-eacc-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.892300 | 0.06s 2026-03-18 18:43:28.331075 | fa163ecf-2437-0493-eacc-00000000025f | TASK | Ensure network service is enabled 2026-03-18 18:43:28.787688 | fa163ecf-2437-0493-eacc-00000000025f | OK | Ensure network service is enabled | standalone 2026-03-18 18:43:28.789399 | fa163ecf-2437-0493-eacc-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.375700 | 0.46s 2026-03-18 18:43:28.815683 | fa163ecf-2437-0493-eacc-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-03-18 18:43:29.180996 | fa163ecf-2437-0493-eacc-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-18 18:43:29.182453 | fa163ecf-2437-0493-eacc-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.768750 | 0.37s 2026-03-18 18:43:29.207783 | fa163ecf-2437-0493-eacc-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-03-18 18:43:29.440210 | fa163ecf-2437-0493-eacc-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-18 18:43:29.441709 | fa163ecf-2437-0493-eacc-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.028007 | 0.23s 2026-03-18 18:43:29.466946 | fa163ecf-2437-0493-eacc-000000000263 | TASK | Reload NetworkManager 2026-03-18 18:43:29.846099 | fa163ecf-2437-0493-eacc-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-03-18 18:43:29.848053 | fa163ecf-2437-0493-eacc-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.434350 | 0.38s 2026-03-18 18:43:29.877273 | fa163ecf-2437-0493-eacc-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-03-18 18:43:30.104323 | fa163ecf-2437-0493-eacc-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-03-18 18:43:30.106134 | fa163ecf-2437-0493-eacc-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.692424 | 0.23s 2026-03-18 18:43:30.135773 | fa163ecf-2437-0493-eacc-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-03-18 18:43:30.473790 | fa163ecf-2437-0493-eacc-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-03-18 18:43:30.475253 | fa163ecf-2437-0493-eacc-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.061522 | 0.34s 2026-03-18 18:43:30.500918 | fa163ecf-2437-0493-eacc-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-03-18 18:43:30.733937 | fa163ecf-2437-0493-eacc-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-03-18 18:43:30.735185 | fa163ecf-2437-0493-eacc-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.321483 | 0.23s 2026-03-18 18:43:30.760710 | fa163ecf-2437-0493-eacc-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-03-18 18:43:30.993344 | fa163ecf-2437-0493-eacc-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-03-18 18:43:30.994637 | fa163ecf-2437-0493-eacc-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.580935 | 0.23s 2026-03-18 18:43:31.071467 | fa163ecf-2437-0493-eacc-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.657755 | 0.03s 2026-03-18 18:43:31.148888 | fa163ecf-2437-0493-eacc-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-03-18 18:43:31.368483 | fa163ecf-2437-0493-eacc-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-03-18 18:43:31.369673 | fa163ecf-2437-0493-eacc-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.955973 | 0.22s 2026-03-18 18:43:31.394606 | fa163ecf-2437-0493-eacc-000000000362 | TASK | Check for ssh_known_hosts file 2026-03-18 18:43:31.626011 | fa163ecf-2437-0493-eacc-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-03-18 18:43:31.627261 | fa163ecf-2437-0493-eacc-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.213534 | 0.23s 2026-03-18 18:43:31.652701 | fa163ecf-2437-0493-eacc-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-03-18 18:43:31.680273 | fa163ecf-2437-0493-eacc-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-03-18 18:43:31.681432 | fa163ecf-2437-0493-eacc-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.267730 | 0.03s 2026-03-18 18:43:31.706054 | fa163ecf-2437-0493-eacc-000000000364 | TASK | Write temporary file 2026-03-18 18:43:31.735552 | fa163ecf-2437-0493-eacc-000000000364 | SKIPPED | Write temporary file | standalone 2026-03-18 18:43:31.736583 | fa163ecf-2437-0493-eacc-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.322883 | 0.03s 2026-03-18 18:43:31.760653 | fa163ecf-2437-0493-eacc-000000000365 | TASK | Set ssh_known_hosts fact 2026-03-18 18:43:31.828316 | fa163ecf-2437-0493-eacc-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-03-18 18:43:31.829489 | fa163ecf-2437-0493-eacc-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.415789 | 0.07s 2026-03-18 18:43:31.854970 | fa163ecf-2437-0493-eacc-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-03-18 18:43:32.048479 | fa163ecf-2437-0493-eacc-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-03-18 18:43:32.049414 | fa163ecf-2437-0493-eacc-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.635689 | 0.19s 2026-03-18 18:43:32.066879 | fa163ecf-2437-0493-eacc-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-03-18 18:43:32.251156 | fa163ecf-2437-0493-eacc-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-03-18 18:43:32.252462 | fa163ecf-2437-0493-eacc-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.838761 | 0.18s 2026-03-18 18:43:32.277695 | fa163ecf-2437-0493-eacc-000000000368 | TASK | Remove temp file 2026-03-18 18:43:32.502802 | fa163ecf-2437-0493-eacc-000000000368 | CHANGED | Remove temp file | standalone 2026-03-18 18:43:32.504183 | fa163ecf-2437-0493-eacc-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.090481 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2026-03-18 18:43:32.689624 | fa163ecf-2437-0493-eacc-000000000034 | TASK | Deploy step tasks for step 0 2026-03-18 18:43:32.752765 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-000000000034') missing from stats 2026-03-18 18:43:32.781176 | fa163ecf-2437-0493-eacc-000000000035 | TASK | Ensure /var/log/journal exists 2026-03-18 18:43:33.010047 | fa163ecf-2437-0493-eacc-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-03-18 18:43:33.011380 | fa163ecf-2437-0493-eacc-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.597680 | 0.23s 2026-03-18 18:43:33.036495 | fa163ecf-2437-0493-eacc-000000000036 | TASK | Check cloud-init status 2026-03-18 18:43:33.269596 | fa163ecf-2437-0493-eacc-000000000036 | CHANGED | Check cloud-init status | standalone 2026-03-18 18:43:33.270894 | fa163ecf-2437-0493-eacc-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.857195 | 0.23s 2026-03-18 18:43:33.296368 | fa163ecf-2437-0493-eacc-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-03-18 18:43:33.527187 | fa163ecf-2437-0493-eacc-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-03-18 18:43:33.528407 | fa163ecf-2437-0493-eacc-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.114707 | 0.23s 2026-03-18 18:43:33.554274 | fa163ecf-2437-0493-eacc-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-03-18 18:43:33.880001 | fa163ecf-2437-0493-eacc-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-03-18 18:43:33.881362 | fa163ecf-2437-0493-eacc-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.467661 | 0.32s 2026-03-18 18:43:33.914034 | fa163ecf-2437-0493-eacc-000000000039 | TASK | Create /var/lib/container-puppet 2026-03-18 18:43:34.103186 | fa163ecf-2437-0493-eacc-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-03-18 18:43:34.104491 | fa163ecf-2437-0493-eacc-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.690791 | 0.19s 2026-03-18 18:43:34.133774 | fa163ecf-2437-0493-eacc-00000000003a | TASK | Write container-puppet.sh 2026-03-18 18:43:34.570358 | fa163ecf-2437-0493-eacc-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-03-18 18:43:34.571881 | fa163ecf-2437-0493-eacc-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.158178 | 0.44s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:43:34.639267 | fa163ecf-2437-0493-eacc-00000000003b | TIMING | include_tasks | standalone | 0:00:28.225531 | 0.04s 2026-03-18 18:43:34.669096 | b6665372-7027-42e6-93f3-40d5018671b3 | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-03-18 18:43:34.700941 | fa163ecf-2437-0493-eacc-000000000416 | TASK | Configure tuned before reboot 2026-03-18 18:43:34.752577 | fa163ecf-2437-0493-eacc-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.338862 | 0.05s 2026-03-18 18:43:34.826353 | fa163ecf-2437-0493-eacc-000000000455 | TASK | Gather variables for each operating system 2026-03-18 18:43:34.945578 | fa163ecf-2437-0493-eacc-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-18 18:43:34.947440 | fa163ecf-2437-0493-eacc-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.533731 | 0.12s 2026-03-18 18:43:34.956830 | fa163ecf-2437-0493-eacc-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.543118 | 0.13s 2026-03-18 18:43:35.047725 | fa163ecf-2437-0493-eacc-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.634004 | 0.06s 2026-03-18 18:43:35.078707 | 45582c8a-a174-4625-aeaa-b06e2ab47b55 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-18 18:43:35.118408 | fa163ecf-2437-0493-eacc-00000000047f | TASK | Check tuned package is installed 2026-03-18 18:43:35.393388 | fa163ecf-2437-0493-eacc-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-03-18 18:43:35.394904 | fa163ecf-2437-0493-eacc-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.981202 | 0.28s 2026-03-18 18:43:35.421548 | fa163ecf-2437-0493-eacc-000000000480 | TASK | Install tuned 2026-03-18 18:43:42.037919 | fa163ecf-2437-0493-eacc-000000000480 | CHANGED | Install tuned | standalone 2026-03-18 18:43:42.039416 | fa163ecf-2437-0493-eacc-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.625716 | 6.62s 2026-03-18 18:43:42.067740 | fa163ecf-2437-0493-eacc-000000000481 | TASK | Restart tuned 2026-03-18 18:43:43.912373 | fa163ecf-2437-0493-eacc-000000000481 | CHANGED | Restart tuned | standalone 2026-03-18 18:43:43.914291 | fa163ecf-2437-0493-eacc-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.500591 | 1.84s 2026-03-18 18:43:43.942149 | fa163ecf-2437-0493-eacc-000000000457 | TASK | Check for tuned-adm 2026-03-18 18:43:44.183794 | fa163ecf-2437-0493-eacc-000000000457 | OK | Check for tuned-adm | standalone 2026-03-18 18:43:44.185325 | fa163ecf-2437-0493-eacc-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.771625 | 0.24s 2026-03-18 18:43:44.251713 | fa163ecf-2437-0493-eacc-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.838010 | 0.04s 2026-03-18 18:43:44.282483 | 3498dcbb-8aa1-415d-b5ef-7804da286e4a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-18 18:43:44.319018 | fa163ecf-2437-0493-eacc-0000000004b6 | TASK | Ensure profile directory exists 2026-03-18 18:43:44.387878 | fa163ecf-2437-0493-eacc-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-03-18 18:43:44.388957 | fa163ecf-2437-0493-eacc-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.975257 | 0.07s 2026-03-18 18:43:44.414900 | fa163ecf-2437-0493-eacc-0000000004b7 | TASK | Create custom tuned profile 2026-03-18 18:43:44.477132 | fa163ecf-2437-0493-eacc-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-03-18 18:43:44.478160 | fa163ecf-2437-0493-eacc-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.064461 | 0.06s 2026-03-18 18:43:44.504028 | fa163ecf-2437-0493-eacc-0000000004b8 | TASK | Check tuned active profile 2026-03-18 18:43:44.854742 | fa163ecf-2437-0493-eacc-0000000004b8 | OK | Check tuned active profile | standalone 2026-03-18 18:43:44.856062 | fa163ecf-2437-0493-eacc-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.442360 | 0.35s 2026-03-18 18:43:44.882783 | fa163ecf-2437-0493-eacc-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-03-18 18:43:45.117682 | fa163ecf-2437-0493-eacc-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-03-18 18:43:45.119295 | fa163ecf-2437-0493-eacc-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.705593 | 0.24s 2026-03-18 18:43:45.147007 | fa163ecf-2437-0493-eacc-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-18 18:43:45.211525 | fa163ecf-2437-0493-eacc-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-18 18:43:45.212605 | fa163ecf-2437-0493-eacc-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.798906 | 0.06s 2026-03-18 18:43:45.240061 | fa163ecf-2437-0493-eacc-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-03-18 18:43:45.304823 | fa163ecf-2437-0493-eacc-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-18 18:43:45.305836 | fa163ecf-2437-0493-eacc-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.892138 | 0.06s 2026-03-18 18:43:45.332053 | fa163ecf-2437-0493-eacc-0000000004bc | TASK | Enable tuned profile 2026-03-18 18:43:46.723136 | fa163ecf-2437-0493-eacc-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-03-18 18:43:46.724574 | fa163ecf-2437-0493-eacc-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.310874 | 1.39s 2026-03-18 18:43:46.773987 | fa163ecf-2437-0493-eacc-000000000417 | TASK | Configure kernel args and reboot 2026-03-18 18:43:46.825845 | fa163ecf-2437-0493-eacc-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.412126 | 0.05s 2026-03-18 18:43:46.968780 | fa163ecf-2437-0493-eacc-000000000569 | TASK | Get the command line args of the node 2026-03-18 18:43:47.209551 | fa163ecf-2437-0493-eacc-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-03-18 18:43:47.211028 | fa163ecf-2437-0493-eacc-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.797327 | 0.24s 2026-03-18 18:43:47.238460 | fa163ecf-2437-0493-eacc-00000000056b | TASK | Check if node has a nova.conf 2026-03-18 18:43:47.490029 | fa163ecf-2437-0493-eacc-00000000056b | OK | Check if node has a nova.conf | standalone 2026-03-18 18:43:47.491431 | fa163ecf-2437-0493-eacc-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.077730 | 0.25s 2026-03-18 18:43:47.517616 | fa163ecf-2437-0493-eacc-00000000056d | TASK | Warn operator about workload protection 2026-03-18 18:43:47.556386 | fa163ecf-2437-0493-eacc-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-03-18 18:43:47.557330 | fa163ecf-2437-0493-eacc-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.143634 | 0.04s 2026-03-18 18:43:47.578514 | fa163ecf-2437-0493-eacc-00000000056e | TASK | Setting defer reboot fact 2026-03-18 18:43:47.615722 | fa163ecf-2437-0493-eacc-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-03-18 18:43:47.616895 | fa163ecf-2437-0493-eacc-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.203189 | 0.04s 2026-03-18 18:43:47.643899 | fa163ecf-2437-0493-eacc-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-03-18 18:43:47.674306 | fa163ecf-2437-0493-eacc-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.260587 | 0.03s 2026-03-18 18:43:47.703590 | fa163ecf-2437-0493-eacc-000000000575 | TASK | Find hugepages in cmdline 2026-03-18 18:43:47.747344 | fa163ecf-2437-0493-eacc-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-03-18 18:43:47.748478 | fa163ecf-2437-0493-eacc-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.334776 | 0.04s 2026-03-18 18:43:47.777598 | fa163ecf-2437-0493-eacc-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-03-18 18:43:47.827902 | fa163ecf-2437-0493-eacc-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-03-18 18:43:47.828708 | fa163ecf-2437-0493-eacc-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.415017 | 0.05s 2026-03-18 18:43:47.846547 | fa163ecf-2437-0493-eacc-00000000057a | TASK | Find desired default hugepage size 2026-03-18 18:43:47.881833 | fa163ecf-2437-0493-eacc-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-03-18 18:43:47.882382 | fa163ecf-2437-0493-eacc-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.468692 | 0.04s 2026-03-18 18:43:47.899913 | fa163ecf-2437-0493-eacc-00000000057c | TASK | Storing non-configured hugepages 2026-03-18 18:43:47.928529 | fa163ecf-2437-0493-eacc-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.514826 | 0.03s 2026-03-18 18:43:47.955663 | fa163ecf-2437-0493-eacc-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-03-18 18:43:48.004996 | fa163ecf-2437-0493-eacc-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-03-18 18:43:48.006158 | fa163ecf-2437-0493-eacc-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.592456 | 0.05s 2026-03-18 18:43:48.032422 | fa163ecf-2437-0493-eacc-00000000057f | TASK | Determining the default hugepagesz 2026-03-18 18:43:48.074886 | fa163ecf-2437-0493-eacc-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-03-18 18:43:48.075909 | fa163ecf-2437-0493-eacc-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.662211 | 0.04s 2026-03-18 18:43:48.102215 | fa163ecf-2437-0493-eacc-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-03-18 18:43:48.153611 | fa163ecf-2437-0493-eacc-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-03-18 18:43:48.154686 | fa163ecf-2437-0493-eacc-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.740987 | 0.05s 2026-03-18 18:43:48.181633 | fa163ecf-2437-0493-eacc-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-03-18 18:43:48.225116 | fa163ecf-2437-0493-eacc-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-03-18 18:43:48.226184 | fa163ecf-2437-0493-eacc-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.812486 | 0.04s 2026-03-18 18:43:48.252085 | fa163ecf-2437-0493-eacc-000000000583 | TASK | Warn about possible modifications 2026-03-18 18:43:48.293387 | fa163ecf-2437-0493-eacc-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-03-18 18:43:48.294403 | fa163ecf-2437-0493-eacc-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.880705 | 0.04s 2026-03-18 18:43:48.320767 | fa163ecf-2437-0493-eacc-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-03-18 18:43:48.364136 | fa163ecf-2437-0493-eacc-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-03-18 18:43:48.365141 | fa163ecf-2437-0493-eacc-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.951442 | 0.04s 2026-03-18 18:43:48.390930 | fa163ecf-2437-0493-eacc-000000000585 | TASK | Cleaning up whitespaces 2026-03-18 18:43:48.432376 | fa163ecf-2437-0493-eacc-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-03-18 18:43:48.433405 | fa163ecf-2437-0493-eacc-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.019707 | 0.04s 2026-03-18 18:43:48.459202 | fa163ecf-2437-0493-eacc-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-03-18 18:43:48.809976 | fa163ecf-2437-0493-eacc-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-03-18 18:43:48.811372 | fa163ecf-2437-0493-eacc-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.397672 | 0.35s 2026-03-18 18:43:48.837581 | fa163ecf-2437-0493-eacc-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-03-18 18:43:48.897556 | fa163ecf-2437-0493-eacc-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-03-18 18:43:48.898652 | fa163ecf-2437-0493-eacc-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.484952 | 0.06s 2026-03-18 18:43:48.927267 | fa163ecf-2437-0493-eacc-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-03-18 18:43:48.987190 | fa163ecf-2437-0493-eacc-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-03-18 18:43:48.988307 | fa163ecf-2437-0493-eacc-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.574608 | 0.06s 2026-03-18 18:43:49.015850 | fa163ecf-2437-0493-eacc-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-03-18 18:43:49.075649 | fa163ecf-2437-0493-eacc-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-03-18 18:43:49.076723 | fa163ecf-2437-0493-eacc-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.663023 | 0.06s 2026-03-18 18:43:49.102837 | fa163ecf-2437-0493-eacc-00000000058c | TASK | Generate grub config 2026-03-18 18:43:49.161682 | fa163ecf-2437-0493-eacc-00000000058c | SKIPPED | Generate grub config | standalone 2026-03-18 18:43:49.162426 | fa163ecf-2437-0493-eacc-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.748737 | 0.06s 2026-03-18 18:43:49.179956 | fa163ecf-2437-0493-eacc-000000000590 | TASK | Get the block device that /boot is on 2026-03-18 18:43:49.232285 | fa163ecf-2437-0493-eacc-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-03-18 18:43:49.233325 | fa163ecf-2437-0493-eacc-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.819626 | 0.05s 2026-03-18 18:43:49.259034 | fa163ecf-2437-0493-eacc-000000000591 | TASK | Get the mount point that /boot is in 2026-03-18 18:43:49.322393 | fa163ecf-2437-0493-eacc-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-03-18 18:43:49.323561 | fa163ecf-2437-0493-eacc-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.909863 | 0.06s 2026-03-18 18:43:49.350305 | fa163ecf-2437-0493-eacc-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-03-18 18:43:49.413364 | fa163ecf-2437-0493-eacc-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-03-18 18:43:49.415677 | fa163ecf-2437-0493-eacc-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.001972 | 0.06s 2026-03-18 18:43:49.442258 | fa163ecf-2437-0493-eacc-000000000593 | TASK | Executed script to fix grub-menu 2026-03-18 18:43:49.506312 | fa163ecf-2437-0493-eacc-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-03-18 18:43:49.507564 | fa163ecf-2437-0493-eacc-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.093864 | 0.06s 2026-03-18 18:43:49.534035 | fa163ecf-2437-0493-eacc-000000000594 | TASK | Check grub config paths 2026-03-18 18:43:49.610377 | fa163ecf-2437-0493-eacc-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-03-18 18:43:49.629120 | fa163ecf-2437-0493-eacc-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-03-18 18:43:49.641881 | fa163ecf-2437-0493-eacc-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.228177 | 0.11s 2026-03-18 18:43:49.668897 | fa163ecf-2437-0493-eacc-000000000595 | TASK | Write EFI grub.cfg 2026-03-18 18:43:49.742528 | fa163ecf-2437-0493-eacc-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-18 18:43:49.757788 | fa163ecf-2437-0493-eacc-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-18 18:43:49.769444 | fa163ecf-2437-0493-eacc-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.355749 | 0.10s 2026-03-18 18:43:49.790176 | fa163ecf-2437-0493-eacc-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-03-18 18:43:49.857471 | fa163ecf-2437-0493-eacc-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-03-18 18:43:49.858258 | fa163ecf-2437-0493-eacc-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.444565 | 0.07s 2026-03-18 18:43:49.878317 | fa163ecf-2437-0493-eacc-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-03-18 18:43:49.935971 | fa163ecf-2437-0493-eacc-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-03-18 18:43:49.936813 | fa163ecf-2437-0493-eacc-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.523119 | 0.06s 2026-03-18 18:43:49.957158 | fa163ecf-2437-0493-eacc-000000000598 | TASK | Execute grub2-mkconfig 2026-03-18 18:43:50.016466 | fa163ecf-2437-0493-eacc-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-03-18 18:43:50.017708 | fa163ecf-2437-0493-eacc-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.604006 | 0.06s 2026-03-18 18:43:50.044338 | fa163ecf-2437-0493-eacc-000000000599 | TASK | Check for active tuned profile 2026-03-18 18:43:50.103612 | fa163ecf-2437-0493-eacc-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-03-18 18:43:50.105052 | fa163ecf-2437-0493-eacc-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.691352 | 0.06s 2026-03-18 18:43:50.130930 | fa163ecf-2437-0493-eacc-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-03-18 18:43:50.190945 | fa163ecf-2437-0493-eacc-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-03-18 18:43:50.192466 | fa163ecf-2437-0493-eacc-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.778765 | 0.06s 2026-03-18 18:43:50.219027 | fa163ecf-2437-0493-eacc-00000000059b | TASK | Set reboot required fact 2026-03-18 18:43:50.273038 | fa163ecf-2437-0493-eacc-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-03-18 18:43:50.274460 | fa163ecf-2437-0493-eacc-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.860754 | 0.05s 2026-03-18 18:43:50.300956 | fa163ecf-2437-0493-eacc-00000000059d | TASK | Apply DPDK workarounds 2026-03-18 18:43:50.350599 | fa163ecf-2437-0493-eacc-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-03-18 18:43:50.351700 | fa163ecf-2437-0493-eacc-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.938000 | 0.05s 2026-03-18 18:43:50.377811 | fa163ecf-2437-0493-eacc-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-03-18 18:43:50.416439 | fa163ecf-2437-0493-eacc-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-03-18 18:43:50.417435 | fa163ecf-2437-0493-eacc-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.003737 | 0.04s 2026-03-18 18:43:50.443951 | fa163ecf-2437-0493-eacc-0000000005a0 | TASK | Load modules 2026-03-18 18:43:50.489929 | fa163ecf-2437-0493-eacc-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-03-18 18:43:50.496202 | fa163ecf-2437-0493-eacc-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.082500 | 0.05s 2026-03-18 18:43:50.522264 | fa163ecf-2437-0493-eacc-0000000005a2 | TASK | Persist modules via modules-load.d 2026-03-18 18:43:50.566962 | fa163ecf-2437-0493-eacc-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-03-18 18:43:50.573269 | fa163ecf-2437-0493-eacc-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.159566 | 0.05s 2026-03-18 18:43:50.600100 | fa163ecf-2437-0493-eacc-0000000005a4 | TASK | Drop module persistence 2026-03-18 18:43:50.644929 | fa163ecf-2437-0493-eacc-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-03-18 18:43:50.652122 | fa163ecf-2437-0493-eacc-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.238422 | 0.05s 2026-03-18 18:43:50.678287 | fa163ecf-2437-0493-eacc-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-03-18 18:43:50.723826 | fa163ecf-2437-0493-eacc-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-03-18 18:43:50.730091 | fa163ecf-2437-0493-eacc-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.316389 | 0.05s 2026-03-18 18:43:50.756369 | fa163ecf-2437-0493-eacc-0000000005a8 | TASK | Modules reload 2026-03-18 18:43:50.794055 | fa163ecf-2437-0493-eacc-0000000005a8 | SKIPPED | Modules reload | standalone 2026-03-18 18:43:50.795284 | fa163ecf-2437-0493-eacc-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.381577 | 0.04s 2026-03-18 18:43:50.821252 | fa163ecf-2437-0493-eacc-0000000005aa | TASK | Reboot tasks 2026-03-18 18:43:50.870087 | fa163ecf-2437-0493-eacc-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-03-18 18:43:50.871213 | fa163ecf-2437-0493-eacc-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.457513 | 0.05s 2026-03-18 18:43:50.896695 | fa163ecf-2437-0493-eacc-0000000005ab | TASK | Skipping reboot for deployed node 2026-03-18 18:43:50.948212 | fa163ecf-2437-0493-eacc-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-03-18 18:43:50.949433 | fa163ecf-2437-0493-eacc-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.535732 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-03-18 18:43:51.132207 | fa163ecf-2437-0493-eacc-00000000003f | TASK | Server pre-network deployments 2026-03-18 18:43:51.158033 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-00000000003f') missing from stats 2026-03-18 18:43:51.184628 | fa163ecf-2437-0493-eacc-000000000043 | TASK | Hiera config 2026-03-18 18:43:51.212729 | fa163ecf-2437-0493-eacc-000000000043 | TIMING | Hiera config | standalone | 0:00:44.799020 | 0.03s 2026-03-18 18:43:51.263383 | fa163ecf-2437-0493-eacc-000000000721 | TASK | Create /etc/puppet/hieradata 2026-03-18 18:43:51.481598 | fa163ecf-2437-0493-eacc-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-03-18 18:43:51.482932 | fa163ecf-2437-0493-eacc-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.069232 | 0.22s 2026-03-18 18:43:51.508703 | fa163ecf-2437-0493-eacc-000000000722 | TASK | Write hiera config 2026-03-18 18:43:52.008675 | fa163ecf-2437-0493-eacc-000000000722 | CHANGED | Write hiera config | standalone 2026-03-18 18:43:52.010088 | fa163ecf-2437-0493-eacc-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.596387 | 0.50s 2026-03-18 18:43:52.060542 | fa163ecf-2437-0493-eacc-000000000044 | TASK | Hiera symlink 2026-03-18 18:43:52.293782 | fa163ecf-2437-0493-eacc-000000000044 | CHANGED | Hiera symlink | standalone 2026-03-18 18:43:52.294571 | fa163ecf-2437-0493-eacc-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.880879 | 0.23s 2026-03-18 18:43:52.311946 | fa163ecf-2437-0493-eacc-000000000045 | TASK | Hieradata from vars 2026-03-18 18:43:52.337396 | fa163ecf-2437-0493-eacc-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.923692 | 0.02s 2026-03-18 18:43:52.399051 | fa163ecf-2437-0493-eacc-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-03-18 18:43:52.862850 | fa163ecf-2437-0493-eacc-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-03-18 18:43:52.864294 | fa163ecf-2437-0493-eacc-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.450592 | 0.46s 2026-03-18 18:43:52.890399 | fa163ecf-2437-0493-eacc-00000000077d | TASK | Render hieradata from template 2026-03-18 18:43:53.428734 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-03-18 18:43:53.430355 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.016652 | 0.54s 2026-03-18 18:43:53.969781 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-03-18 18:43:53.970963 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.557262 | 1.08s 2026-03-18 18:43:54.552051 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-03-18 18:43:54.553167 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.139468 | 1.66s 2026-03-18 18:43:54.975148 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-03-18 18:43:54.976289 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.562590 | 2.08s 2026-03-18 18:43:55.486554 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-03-18 18:43:55.487803 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.074101 | 2.60s 2026-03-18 18:43:55.920469 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-03-18 18:43:55.921541 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.507842 | 3.03s 2026-03-18 18:43:56.381741 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-03-18 18:43:56.383736 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.970036 | 3.49s 2026-03-18 18:43:56.866520 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-03-18 18:43:56.867573 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.453872 | 3.98s 2026-03-18 18:43:57.335978 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-03-18 18:43:57.337520 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.923828 | 4.45s 2026-03-18 18:43:57.853634 | fa163ecf-2437-0493-eacc-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-18 18:43:57.855116 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.441412 | 4.96s 2026-03-18 18:43:57.867078 | fa163ecf-2437-0493-eacc-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.453369 | 4.98s 2026-03-18 18:43:57.919045 | fa163ecf-2437-0493-eacc-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-03-18 18:43:57.947940 | fa163ecf-2437-0493-eacc-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.534235 | 0.03s 2026-03-18 18:43:58.019955 | fa163ecf-2437-0493-eacc-000000000821 | TASK | Check for hieradata file 2026-03-18 18:43:58.220563 | fa163ecf-2437-0493-eacc-000000000821 | OK | Check for hieradata file | standalone 2026-03-18 18:43:58.221967 | fa163ecf-2437-0493-eacc-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.808266 | 0.20s 2026-03-18 18:43:58.248183 | fa163ecf-2437-0493-eacc-000000000823 | TASK | Get existing data 2026-03-18 18:43:58.297201 | fa163ecf-2437-0493-eacc-000000000823 | SKIPPED | Get existing data | standalone 2026-03-18 18:43:58.298381 | fa163ecf-2437-0493-eacc-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.884680 | 0.05s 2026-03-18 18:43:58.324070 | fa163ecf-2437-0493-eacc-000000000824 | TASK | Set data fact 2026-03-18 18:43:58.373583 | fa163ecf-2437-0493-eacc-000000000824 | SKIPPED | Set data fact | standalone 2026-03-18 18:43:58.374794 | fa163ecf-2437-0493-eacc-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.961095 | 0.05s 2026-03-18 18:43:58.400979 | fa163ecf-2437-0493-eacc-000000000826 | TASK | Write ansible hieradata file 2026-03-18 18:43:58.897055 | fa163ecf-2437-0493-eacc-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-03-18 18:43:58.898541 | fa163ecf-2437-0493-eacc-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.484840 | 0.50s 2026-03-18 18:43:59.000540 | fa163ecf-2437-0493-eacc-000000000047 | TIMING | include_tasks | standalone | 0:00:52.586830 | 0.05s PLAY [Server network deployments] ********************************************** 2026-03-18 18:43:59.165861 | fa163ecf-2437-0493-eacc-00000000004b | TASK | Network Configuration 2026-03-18 18:43:59.192330 | fa163ecf-2437-0493-eacc-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ecf-2437-0493-eacc-00000000004b') missing from stats 2026-03-18 18:43:59.215332 | fa163ecf-2437-0493-eacc-00000000004c | TASK | Check NetworkConfig script existence 2026-03-18 18:43:59.241093 | fa163ecf-2437-0493-eacc-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-03-18 18:43:59.241812 | fa163ecf-2437-0493-eacc-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.828119 | 0.03s 2026-03-18 18:43:59.261603 | fa163ecf-2437-0493-eacc-000000000052 | TASK | Gather SELinux fact if needed 2026-03-18 18:43:59.309339 | fa163ecf-2437-0493-eacc-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-03-18 18:43:59.310454 | fa163ecf-2437-0493-eacc-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.896755 | 0.05s 2026-03-18 18:43:59.336351 | fa163ecf-2437-0493-eacc-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-03-18 18:43:59.981020 | fa163ecf-2437-0493-eacc-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-03-18 18:43:59.984710 | fa163ecf-2437-0493-eacc-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.571001 | 0.65s 2026-03-18 18:44:00.010763 | fa163ecf-2437-0493-eacc-000000000054 | TASK | Ensure requirements are satisfied 2026-03-18 18:44:00.042611 | fa163ecf-2437-0493-eacc-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.628885 | 0.03s 2026-03-18 18:44:00.115800 | fa163ecf-2437-0493-eacc-0000000008bf | TASK | Gather facts if they don't exist 2026-03-18 18:44:00.166798 | fa163ecf-2437-0493-eacc-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-03-18 18:44:00.168082 | fa163ecf-2437-0493-eacc-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.754377 | 0.05s 2026-03-18 18:44:00.193859 | fa163ecf-2437-0493-eacc-0000000008c0 | TASK | Gather variables for each operating system 2026-03-18 18:44:00.310593 | fa163ecf-2437-0493-eacc-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-03-18 18:44:00.322695 | fa163ecf-2437-0493-eacc-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.908992 | 0.13s 2026-03-18 18:44:00.350017 | fa163ecf-2437-0493-eacc-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-03-18 18:44:00.614351 | fa163ecf-2437-0493-eacc-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-03-18 18:44:00.615850 | fa163ecf-2437-0493-eacc-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.202151 | 0.26s 2026-03-18 18:44:00.642507 | fa163ecf-2437-0493-eacc-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-03-18 18:44:00.672837 | fa163ecf-2437-0493-eacc-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-03-18 18:44:00.673854 | fa163ecf-2437-0493-eacc-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.260156 | 0.03s 2026-03-18 18:44:00.699432 | fa163ecf-2437-0493-eacc-0000000008c4 | TASK | Ensure packages are actually well installed 2026-03-18 18:44:01.658956 | fa163ecf-2437-0493-eacc-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-03-18 18:44:01.660395 | fa163ecf-2437-0493-eacc-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.246696 | 0.96s 2026-03-18 18:44:01.710051 | fa163ecf-2437-0493-eacc-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-03-18 18:44:01.960427 | fa163ecf-2437-0493-eacc-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-03-18 18:44:01.961712 | fa163ecf-2437-0493-eacc-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.548014 | 0.25s 2026-03-18 18:44:01.986835 | fa163ecf-2437-0493-eacc-000000000057 | TASK | Reload NetworkManager 2026-03-18 18:44:02.414276 | fa163ecf-2437-0493-eacc-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-03-18 18:44:02.417120 | fa163ecf-2437-0493-eacc-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:56.003413 | 0.43s 2026-03-18 18:44:02.447876 | fa163ecf-2437-0493-eacc-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-03-18 18:44:02.670010 | fa163ecf-2437-0493-eacc-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-03-18 18:44:02.671572 | fa163ecf-2437-0493-eacc-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.257870 | 0.22s 2026-03-18 18:44:02.699408 | fa163ecf-2437-0493-eacc-00000000005a | TASK | Check for previous run of NetworkConfig 2026-03-18 18:44:02.942405 | fa163ecf-2437-0493-eacc-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-03-18 18:44:02.943731 | fa163ecf-2437-0493-eacc-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.530030 | 0.24s 2026-03-18 18:44:02.969788 | fa163ecf-2437-0493-eacc-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-03-18 18:44:02.997459 | fa163ecf-2437-0493-eacc-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-03-18 18:44:02.998684 | fa163ecf-2437-0493-eacc-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.584984 | 0.03s 2026-03-18 18:44:03.024270 | fa163ecf-2437-0493-eacc-00000000005c | TASK | Ensure we get cloud-init 2026-03-18 18:44:03.246793 | fa163ecf-2437-0493-eacc-00000000005c | OK | Ensure we get cloud-init | standalone 2026-03-18 18:44:03.248180 | fa163ecf-2437-0493-eacc-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.834481 | 0.22s 2026-03-18 18:44:03.274533 | fa163ecf-2437-0493-eacc-00000000005e | TASK | Create /etc/os-net-config directory 2026-03-18 18:44:03.529260 | fa163ecf-2437-0493-eacc-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-03-18 18:44:03.530596 | fa163ecf-2437-0493-eacc-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:57.116897 | 0.25s 2026-03-18 18:44:03.557157 | fa163ecf-2437-0493-eacc-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-03-18 18:44:03.993115 | fa163ecf-2437-0493-eacc-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-03-18 18:44:03.994972 | fa163ecf-2437-0493-eacc-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.581266 | 0.44s 2026-03-18 18:44:04.022041 | fa163ecf-2437-0493-eacc-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-03-18 18:44:04.098690 | fa163ecf-2437-0493-eacc-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-03-18 18:44:04.100295 | fa163ecf-2437-0493-eacc-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.686589 | 0.08s 2026-03-18 18:44:04.127071 | fa163ecf-2437-0493-eacc-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-03-18 18:44:04.408737 | fa163ecf-2437-0493-eacc-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-03-18 18:44:04.410441 | fa163ecf-2437-0493-eacc-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.996740 | 0.28s 2026-03-18 18:44:04.438682 | fa163ecf-2437-0493-eacc-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-03-18 18:44:04.513201 | fa163ecf-2437-0493-eacc-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:58.099470 | 0.07s 2026-03-18 18:44:04.546194 | 7f3cb572-0dbb-484e-987b-2b23f5e4d112 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-03-18 18:44:04.573548 | fa163ecf-2437-0493-eacc-000000000909 | TASK | Set nic_config_file fact 2026-03-18 18:44:04.670130 | fa163ecf-2437-0493-eacc-000000000909 | OK | Set nic_config_file fact | standalone 2026-03-18 18:44:04.671938 | fa163ecf-2437-0493-eacc-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.258232 | 0.10s 2026-03-18 18:44:04.699193 | fa163ecf-2437-0493-eacc-00000000090a | TASK | Render overidden network config 2026-03-18 18:44:04.764697 | fa163ecf-2437-0493-eacc-00000000090a | SKIPPED | Render overidden network config | standalone 2026-03-18 18:44:04.766297 | fa163ecf-2437-0493-eacc-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.352594 | 0.07s 2026-03-18 18:44:04.793738 | fa163ecf-2437-0493-eacc-00000000090b | TASK | Render network_config 2026-03-18 18:44:04.847828 | fa163ecf-2437-0493-eacc-00000000090b | SKIPPED | Render network_config | standalone 2026-03-18 18:44:04.849129 | fa163ecf-2437-0493-eacc-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.435428 | 0.05s 2026-03-18 18:44:04.875706 | fa163ecf-2437-0493-eacc-00000000090c | TASK | Render network_config from template 2026-03-18 18:44:05.397324 | fa163ecf-2437-0493-eacc-00000000090c | CHANGED | Render network_config from template | standalone 2026-03-18 18:44:05.398781 | fa163ecf-2437-0493-eacc-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.985081 | 0.52s 2026-03-18 18:44:05.425394 | fa163ecf-2437-0493-eacc-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=276379610848.43962 2026-03-18 18:44:09.492304 | fa163ecf-2437-0493-eacc-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-03-18 18:44:09.494738 | fa163ecf-2437-0493-eacc-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:03.081032 | 4.07s 2026-03-18 18:44:09.524348 | fa163ecf-2437-0493-eacc-000000000064 | TASK | Write rc of NetworkConfig script 2026-03-18 18:44:10.005852 | fa163ecf-2437-0493-eacc-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-03-18 18:44:10.007618 | fa163ecf-2437-0493-eacc-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.593913 | 0.48s 2026-03-18 18:44:10.034563 | fa163ecf-2437-0493-eacc-000000000065 | TASK | Disable cloud-init network config 2026-03-18 18:44:10.535143 | fa163ecf-2437-0493-eacc-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-03-18 18:44:10.536760 | fa163ecf-2437-0493-eacc-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:04.123059 | 0.50s 2026-03-18 18:44:10.559848 | fa163ecf-2437-0493-eacc-000000000066 | TASK | Ensure network service is enabled 2026-03-18 18:44:10.958253 | fa163ecf-2437-0493-eacc-000000000066 | OK | Ensure network service is enabled | standalone 2026-03-18 18:44:10.960390 | fa163ecf-2437-0493-eacc-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:04.546688 | 0.40s PLAY [Server network validation] *********************************************** 2026-03-18 18:44:11.145696 | fa163ecf-2437-0493-eacc-000000000096 | TASK | Basic Network Validation 2026-03-18 18:44:11.173674 | fa163ecf-2437-0493-eacc-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.759972 | 0.03s 2026-03-18 18:44:11.219634 | fa163ecf-2437-0493-eacc-000000000945 | TASK | Collect default network fact 2026-03-18 18:44:11.771566 | fa163ecf-2437-0493-eacc-000000000945 | OK | Collect default network fact | standalone 2026-03-18 18:44:11.773131 | fa163ecf-2437-0493-eacc-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:05.359425 | 0.55s 2026-03-18 18:44:11.800562 | fa163ecf-2437-0493-eacc-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-03-18 18:44:11.831712 | fa163ecf-2437-0493-eacc-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-03-18 18:44:11.833035 | fa163ecf-2437-0493-eacc-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:05.419327 | 0.03s 2026-03-18 18:44:11.859756 | fa163ecf-2437-0493-eacc-000000000947 | TASK | Check all networks Gateway availability 2026-03-18 18:44:11.889365 | fa163ecf-2437-0493-eacc-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:05.475653 | 0.03s 2026-03-18 18:44:11.915974 | fa163ecf-2437-0493-eacc-000000000949 | TASK | Check Controllers availability 2026-03-18 18:44:11.979445 | fa163ecf-2437-0493-eacc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-03-18 18:44:11.986742 | fa163ecf-2437-0493-eacc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-03-18 18:44:11.991869 | fa163ecf-2437-0493-eacc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-03-18 18:44:11.998928 | fa163ecf-2437-0493-eacc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-03-18 18:44:12.005398 | fa163ecf-2437-0493-eacc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-03-18 18:44:12.013045 | fa163ecf-2437-0493-eacc-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-03-18 18:44:12.019108 | fa163ecf-2437-0493-eacc-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:05.605403 | 0.10s 2026-03-18 18:44:12.038165 | fa163ecf-2437-0493-eacc-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-03-18 18:44:12.068072 | fa163ecf-2437-0493-eacc-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-03-18 18:44:12.068765 | fa163ecf-2437-0493-eacc-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:05.655074 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-03-18 18:44:12.226942 | fa163ecf-2437-0493-eacc-00000000009a | TASK | Server pre deployments 2026-03-18 18:44:12.255178 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-00000000009a') missing from stats 2026-03-18 18:44:12.273706 | fa163ecf-2437-0493-eacc-00000000009e | TASK | Hiera config 2026-03-18 18:44:12.298608 | fa163ecf-2437-0493-eacc-00000000009e | TIMING | Hiera config | standalone | 0:01:05.884915 | 0.02s 2026-03-18 18:44:12.330241 | fa163ecf-2437-0493-eacc-00000000099e | TASK | Create /etc/puppet/hieradata 2026-03-18 18:44:12.750606 | fa163ecf-2437-0493-eacc-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-03-18 18:44:12.752034 | fa163ecf-2437-0493-eacc-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:06.338333 | 0.42s 2026-03-18 18:44:12.778238 | fa163ecf-2437-0493-eacc-00000000099f | TASK | Write hiera config 2026-03-18 18:44:13.260148 | fa163ecf-2437-0493-eacc-00000000099f | OK | Write hiera config | standalone 2026-03-18 18:44:13.262159 | fa163ecf-2437-0493-eacc-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:06.848452 | 0.48s 2026-03-18 18:44:13.328202 | fa163ecf-2437-0493-eacc-00000000009f | TASK | Hiera symlink 2026-03-18 18:44:13.562757 | fa163ecf-2437-0493-eacc-00000000009f | OK | Hiera symlink | standalone 2026-03-18 18:44:13.564435 | fa163ecf-2437-0493-eacc-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.150730 | 0.23s 2026-03-18 18:44:13.590453 | fa163ecf-2437-0493-eacc-0000000000a0 | TASK | Hieradata from vars 2026-03-18 18:44:13.612550 | fa163ecf-2437-0493-eacc-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.198842 | 0.02s 2026-03-18 18:44:13.674123 | fa163ecf-2437-0493-eacc-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-03-18 18:44:14.116268 | fa163ecf-2437-0493-eacc-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-03-18 18:44:14.117904 | fa163ecf-2437-0493-eacc-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:07.704202 | 0.44s 2026-03-18 18:44:14.144903 | fa163ecf-2437-0493-eacc-0000000009fa | TASK | Render hieradata from template 2026-03-18 18:44:14.715869 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-03-18 18:44:14.717908 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.304201 | 0.57s 2026-03-18 18:44:15.249967 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-03-18 18:44:15.252285 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.838583 | 1.11s 2026-03-18 18:44:15.857085 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-03-18 18:44:15.858583 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.444877 | 1.71s 2026-03-18 18:44:16.334831 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-03-18 18:44:16.337336 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.923631 | 2.19s 2026-03-18 18:44:16.850529 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-03-18 18:44:16.853047 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.439341 | 2.71s 2026-03-18 18:44:17.325912 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-03-18 18:44:17.327149 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.913447 | 3.18s 2026-03-18 18:44:17.819397 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-03-18 18:44:17.820577 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.406878 | 3.67s 2026-03-18 18:44:18.274315 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-03-18 18:44:18.276623 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.862921 | 4.13s 2026-03-18 18:44:18.746147 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-03-18 18:44:18.748400 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.334698 | 4.60s 2026-03-18 18:44:19.203112 | fa163ecf-2437-0493-eacc-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-03-18 18:44:19.204196 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.790497 | 5.06s 2026-03-18 18:44:19.225462 | fa163ecf-2437-0493-eacc-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.811747 | 5.08s 2026-03-18 18:44:19.280353 | fa163ecf-2437-0493-eacc-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-03-18 18:44:19.311437 | fa163ecf-2437-0493-eacc-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.897711 | 0.03s 2026-03-18 18:44:19.384831 | fa163ecf-2437-0493-eacc-000000000a9e | TASK | Check for hieradata file 2026-03-18 18:44:19.661446 | fa163ecf-2437-0493-eacc-000000000a9e | OK | Check for hieradata file | standalone 2026-03-18 18:44:19.662930 | fa163ecf-2437-0493-eacc-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.249227 | 0.28s 2026-03-18 18:44:19.691762 | fa163ecf-2437-0493-eacc-000000000aa0 | TASK | Get existing data 2026-03-18 18:44:19.742807 | fa163ecf-2437-0493-eacc-000000000aa0 | SKIPPED | Get existing data | standalone 2026-03-18 18:44:19.744054 | fa163ecf-2437-0493-eacc-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.330352 | 0.05s 2026-03-18 18:44:19.770290 | fa163ecf-2437-0493-eacc-000000000aa1 | TASK | Set data fact 2026-03-18 18:44:19.821941 | fa163ecf-2437-0493-eacc-000000000aa1 | SKIPPED | Set data fact | standalone 2026-03-18 18:44:19.822747 | fa163ecf-2437-0493-eacc-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.409055 | 0.05s 2026-03-18 18:44:19.840406 | fa163ecf-2437-0493-eacc-000000000aa3 | TASK | Write ansible hieradata file 2026-03-18 18:44:20.325341 | fa163ecf-2437-0493-eacc-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-03-18 18:44:20.326959 | fa163ecf-2437-0493-eacc-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.913258 | 0.49s 2026-03-18 18:44:20.428902 | fa163ecf-2437-0493-eacc-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.015194 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-03-18 18:44:20.587764 | fa163ecf-2437-0493-eacc-0000000000a6 | TASK | Host prep steps 2026-03-18 18:44:20.615770 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000a6') missing from stats 2026-03-18 18:44:20.722860 | fa163ecf-2437-0493-eacc-0000000000a7 | TASK | Deploy Artifacts 2026-03-18 18:44:20.834165 | fa163ecf-2437-0493-eacc-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-03-18 18:44:20.835438 | fa163ecf-2437-0493-eacc-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.421737 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:44:20.899692 | fa163ecf-2437-0493-eacc-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.485991 | 0.04s 2026-03-18 18:44:21.083982 | 603059d9-7c7e-4c58-be0b-47cf8159f359 | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/host_prep_tasks.yaml | standalone 2026-03-18 18:44:21.142380 | fa163ecf-2437-0493-eacc-000000000b1e | TASK | Run firewall role 2026-03-18 18:44:21.168477 | fa163ecf-2437-0493-eacc-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.754771 | 0.03s 2026-03-18 18:44:21.223388 | fa163ecf-2437-0493-eacc-000000000c38 | TASK | Gather variables for each operating system 2026-03-18 18:44:21.337658 | fa163ecf-2437-0493-eacc-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-03-18 18:44:21.338962 | fa163ecf-2437-0493-eacc-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.925261 | 0.11s 2026-03-18 18:44:21.344604 | fa163ecf-2437-0493-eacc-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.930901 | 0.12s 2026-03-18 18:44:21.370912 | fa163ecf-2437-0493-eacc-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-03-18 18:44:24.342047 | fa163ecf-2437-0493-eacc-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-03-18 18:44:24.343746 | fa163ecf-2437-0493-eacc-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.930043 | 2.97s 2026-03-18 18:44:24.371428 | fa163ecf-2437-0493-eacc-000000000c3d | TASK | Create empty var for masquerade rules 2026-03-18 18:44:24.412714 | fa163ecf-2437-0493-eacc-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-03-18 18:44:24.413907 | fa163ecf-2437-0493-eacc-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.000206 | 0.04s 2026-03-18 18:44:24.440312 | fa163ecf-2437-0493-eacc-000000000c3e | TASK | Enable masquerade 2026-03-18 18:44:24.491324 | fa163ecf-2437-0493-eacc-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-03-18 18:44:24.492574 | fa163ecf-2437-0493-eacc-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.078873 | 0.05s 2026-03-18 18:44:24.518844 | fa163ecf-2437-0493-eacc-000000000c3f | TASK | Set the default frontend firewall rules 2026-03-18 18:44:24.560451 | fa163ecf-2437-0493-eacc-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-03-18 18:44:24.562070 | fa163ecf-2437-0493-eacc-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.148367 | 0.04s 2026-03-18 18:44:24.589539 | fa163ecf-2437-0493-eacc-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-18 18:44:24.642148 | fa163ecf-2437-0493-eacc-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-03-18 18:44:24.643882 | fa163ecf-2437-0493-eacc-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.230182 | 0.05s 2026-03-18 18:44:24.670972 | fa163ecf-2437-0493-eacc-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-03-18 18:44:24.711784 | fa163ecf-2437-0493-eacc-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-18 18:44:24.712931 | fa163ecf-2437-0493-eacc-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.299231 | 0.04s 2026-03-18 18:44:24.739047 | fa163ecf-2437-0493-eacc-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-03-18 18:44:24.781519 | fa163ecf-2437-0493-eacc-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-03-18 18:44:24.782876 | fa163ecf-2437-0493-eacc-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.369174 | 0.04s 2026-03-18 18:44:24.808463 | fa163ecf-2437-0493-eacc-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-03-18 18:44:24.849143 | fa163ecf-2437-0493-eacc-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-03-18 18:44:24.850374 | fa163ecf-2437-0493-eacc-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.436674 | 0.04s 2026-03-18 18:44:24.876255 | fa163ecf-2437-0493-eacc-000000000c48 | TASK | Enable LOG rules 2026-03-18 18:44:24.906504 | fa163ecf-2437-0493-eacc-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-03-18 18:44:24.907737 | fa163ecf-2437-0493-eacc-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.494036 | 0.03s 2026-03-18 18:44:24.934290 | fa163ecf-2437-0493-eacc-000000000c49 | TASK | Set rule fact 2026-03-18 18:44:25.031884 | fa163ecf-2437-0493-eacc-000000000c49 | OK | Set rule fact | standalone 2026-03-18 18:44:25.035146 | fa163ecf-2437-0493-eacc-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.621440 | 0.10s 2026-03-18 18:44:25.064582 | fa163ecf-2437-0493-eacc-000000000c4a | TASK | Manage rules via nftables 2026-03-18 18:44:25.095577 | fa163ecf-2437-0493-eacc-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:18.681866 | 0.03s 2026-03-18 18:44:25.182605 | fa163ecf-2437-0493-eacc-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.768881 | 0.03s 2026-03-18 18:44:25.205814 | b740fd18-8e1f-40e7-b6de-9d75195659fb | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-03-18 18:44:25.231639 | fa163ecf-2437-0493-eacc-000000000d11 | TASK | Ensure legacy iptables services are off 2026-03-18 18:44:25.666094 | fa163ecf-2437-0493-eacc-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-03-18 18:44:25.669313 | fa163ecf-2437-0493-eacc-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.255607 | 0.44s 2026-03-18 18:44:26.022403 | fa163ecf-2437-0493-eacc-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-03-18 18:44:26.024262 | fa163ecf-2437-0493-eacc-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.610568 | 0.79s 2026-03-18 18:44:26.036684 | fa163ecf-2437-0493-eacc-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.622965 | 0.80s 2026-03-18 18:44:26.068014 | fa163ecf-2437-0493-eacc-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-03-18 18:44:26.866636 | fa163ecf-2437-0493-eacc-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-03-18 18:44:26.868536 | fa163ecf-2437-0493-eacc-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.454834 | 0.80s 2026-03-18 18:44:26.895820 | fa163ecf-2437-0493-eacc-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-03-18 18:44:26.937031 | fa163ecf-2437-0493-eacc-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-03-18 18:44:26.938123 | fa163ecf-2437-0493-eacc-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.524422 | 0.04s 2026-03-18 18:44:26.992971 | fa163ecf-2437-0493-eacc-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.579266 | 0.03s 2026-03-18 18:44:27.038494 | dcd9ebdf-1b81-408a-a83e-420699d516b4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-03-18 18:44:27.076081 | fa163ecf-2437-0493-eacc-000000000d42 | TASK | Push empty ruleset 2026-03-18 18:44:27.556056 | fa163ecf-2437-0493-eacc-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-03-18 18:44:27.557580 | fa163ecf-2437-0493-eacc-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.143880 | 0.48s 2026-03-18 18:44:27.593481 | fa163ecf-2437-0493-eacc-000000000d43 | TASK | Load empty ruleset 2026-03-18 18:44:27.898264 | fa163ecf-2437-0493-eacc-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-03-18 18:44:27.899277 | fa163ecf-2437-0493-eacc-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.485585 | 0.30s 2026-03-18 18:44:27.921140 | fa163ecf-2437-0493-eacc-000000000d45 | TASK | Use default rules 2026-03-18 18:44:28.013662 | fa163ecf-2437-0493-eacc-000000000d45 | OK | Use default rules | standalone 2026-03-18 18:44:28.016025 | fa163ecf-2437-0493-eacc-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.602331 | 0.09s 2026-03-18 18:44:28.038631 | fa163ecf-2437-0493-eacc-000000000d46 | TASK | Enable LOG rules 2026-03-18 18:44:28.122204 | fa163ecf-2437-0493-eacc-000000000d46 | OK | Enable LOG rules | standalone 2026-03-18 18:44:28.125403 | fa163ecf-2437-0493-eacc-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.711700 | 0.09s 2026-03-18 18:44:28.156880 | fa163ecf-2437-0493-eacc-000000000d48 | TASK | Get current nftables content 2026-03-18 18:44:28.404494 | fa163ecf-2437-0493-eacc-000000000d48 | CHANGED | Get current nftables content | standalone 2026-03-18 18:44:28.405782 | fa163ecf-2437-0493-eacc-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.992082 | 0.25s 2026-03-18 18:44:28.432471 | fa163ecf-2437-0493-eacc-000000000d4a | TASK | Generate chain jumps 2026-03-18 18:44:28.955597 | fa163ecf-2437-0493-eacc-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-03-18 18:44:28.956974 | fa163ecf-2437-0493-eacc-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.543274 | 0.52s 2026-03-18 18:44:28.983495 | fa163ecf-2437-0493-eacc-000000000d4b | TASK | Generate chain jumps 2026-03-18 18:44:29.590133 | fa163ecf-2437-0493-eacc-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-03-18 18:44:29.590982 | fa163ecf-2437-0493-eacc-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.177288 | 0.61s 2026-03-18 18:44:29.609161 | fa163ecf-2437-0493-eacc-000000000d4c | TASK | Generate nft flushes 2026-03-18 18:44:30.115125 | fa163ecf-2437-0493-eacc-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-03-18 18:44:30.116000 | fa163ecf-2437-0493-eacc-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.702306 | 0.51s 2026-03-18 18:44:30.134151 | fa163ecf-2437-0493-eacc-000000000d4d | TASK | Generate nft tripleo chains 2026-03-18 18:44:30.630663 | fa163ecf-2437-0493-eacc-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-03-18 18:44:30.632341 | fa163ecf-2437-0493-eacc-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.218634 | 0.50s 2026-03-18 18:44:30.651285 | fa163ecf-2437-0493-eacc-000000000d4e | TASK | Generate nft ruleset in static file 2026-03-18 18:44:32.296185 | fa163ecf-2437-0493-eacc-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-03-18 18:44:32.297592 | fa163ecf-2437-0493-eacc-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.883891 | 1.65s 2026-03-18 18:44:32.324079 | fa163ecf-2437-0493-eacc-000000000d50 | TASK | Validate all of the generated content before loading 2026-03-18 18:44:32.885615 | fa163ecf-2437-0493-eacc-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-03-18 18:44:32.886402 | fa163ecf-2437-0493-eacc-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.472710 | 0.56s 2026-03-18 18:44:32.904004 | fa163ecf-2437-0493-eacc-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-03-18 18:44:33.165316 | fa163ecf-2437-0493-eacc-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-03-18 18:44:33.166100 | fa163ecf-2437-0493-eacc-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.752409 | 0.26s 2026-03-18 18:44:33.208065 | fa163ecf-2437-0493-eacc-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.794369 | 0.02s 2026-03-18 18:44:33.217189 | 9f544d6f-8687-4472-92cf-f97119e7a71e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-03-18 18:44:33.256101 | fa163ecf-2437-0493-eacc-000000000db9 | TASK | Inject our custom chains in nftables 2026-03-18 18:44:33.485708 | fa163ecf-2437-0493-eacc-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-03-18 18:44:33.486999 | fa163ecf-2437-0493-eacc-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.073300 | 0.23s 2026-03-18 18:44:33.513496 | fa163ecf-2437-0493-eacc-000000000dba | TASK | Reload custom nftables ruleset files 2026-03-18 18:44:33.806897 | fa163ecf-2437-0493-eacc-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-03-18 18:44:33.808381 | fa163ecf-2437-0493-eacc-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.394681 | 0.29s 2026-03-18 18:44:33.881694 | fa163ecf-2437-0493-eacc-000000000b1f | TASK | create persistent logs directory 2026-03-18 18:44:34.132521 | fa163ecf-2437-0493-eacc-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-18 18:44:34.134164 | fa163ecf-2437-0493-eacc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.720460 | 0.25s 2026-03-18 18:44:34.370142 | fa163ecf-2437-0493-eacc-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-03-18 18:44:34.372010 | fa163ecf-2437-0493-eacc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.958310 | 0.49s 2026-03-18 18:44:34.382611 | fa163ecf-2437-0493-eacc-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.968906 | 0.50s 2026-03-18 18:44:34.408072 | fa163ecf-2437-0493-eacc-000000000b20 | TASK | create persistent directories 2026-03-18 18:44:34.604727 | fa163ecf-2437-0493-eacc-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-18 18:44:34.606088 | fa163ecf-2437-0493-eacc-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.192386 | 0.20s 2026-03-18 18:44:34.618068 | fa163ecf-2437-0493-eacc-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.204358 | 0.21s 2026-03-18 18:44:34.644075 | fa163ecf-2437-0493-eacc-000000000b21 | TASK | create persistent directories 2026-03-18 18:44:34.899547 | fa163ecf-2437-0493-eacc-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-03-18 18:44:34.900609 | fa163ecf-2437-0493-eacc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.486916 | 0.26s 2026-03-18 18:44:35.128651 | fa163ecf-2437-0493-eacc-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-03-18 18:44:35.129715 | fa163ecf-2437-0493-eacc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.716017 | 0.48s 2026-03-18 18:44:35.135856 | fa163ecf-2437-0493-eacc-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.722156 | 0.49s 2026-03-18 18:44:35.153900 | fa163ecf-2437-0493-eacc-000000000b22 | TASK | create persistent directories 2026-03-18 18:44:35.360127 | fa163ecf-2437-0493-eacc-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-03-18 18:44:35.361962 | fa163ecf-2437-0493-eacc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.948252 | 0.21s 2026-03-18 18:44:35.567483 | fa163ecf-2437-0493-eacc-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-03-18 18:44:35.569610 | fa163ecf-2437-0493-eacc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.155912 | 0.42s 2026-03-18 18:44:35.580611 | fa163ecf-2437-0493-eacc-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.166900 | 0.43s 2026-03-18 18:44:35.608295 | fa163ecf-2437-0493-eacc-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-03-18 18:44:36.655583 | fa163ecf-2437-0493-eacc-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-03-18 18:44:36.657111 | fa163ecf-2437-0493-eacc-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.243411 | 1.05s 2026-03-18 18:44:36.682573 | fa163ecf-2437-0493-eacc-000000000b24 | TASK | create persistent directories 2026-03-18 18:44:36.921077 | fa163ecf-2437-0493-eacc-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-03-18 18:44:36.921900 | fa163ecf-2437-0493-eacc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.508209 | 0.24s 2026-03-18 18:44:36.925568 | fa163ecf-2437-0493-eacc-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.511860 | 0.24s 2026-03-18 18:44:36.951168 | fa163ecf-2437-0493-eacc-000000000b25 | TASK | create persistent directories 2026-03-18 18:44:37.196879 | fa163ecf-2437-0493-eacc-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-18 18:44:37.198900 | fa163ecf-2437-0493-eacc-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.785192 | 0.25s 2026-03-18 18:44:37.452443 | fa163ecf-2437-0493-eacc-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-03-18 18:44:37.454190 | fa163ecf-2437-0493-eacc-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.040489 | 0.50s 2026-03-18 18:44:37.464811 | fa163ecf-2437-0493-eacc-000000000b25 | TIMING | create persistent directories | standalone | 0:01:31.051104 | 0.51s 2026-03-18 18:44:37.490028 | fa163ecf-2437-0493-eacc-000000000b26 | TASK | create fcontext entry for cinder data 2026-03-18 18:44:38.707594 | fa163ecf-2437-0493-eacc-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-03-18 18:44:38.709140 | fa163ecf-2437-0493-eacc-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.295439 | 1.22s 2026-03-18 18:44:38.734350 | fa163ecf-2437-0493-eacc-000000000b27 | TASK | create persistent directories 2026-03-18 18:44:38.991312 | fa163ecf-2437-0493-eacc-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-18 18:44:38.992840 | fa163ecf-2437-0493-eacc-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.579140 | 0.26s 2026-03-18 18:44:39.174406 | fa163ecf-2437-0493-eacc-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-03-18 18:44:39.175473 | fa163ecf-2437-0493-eacc-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.761780 | 0.44s 2026-03-18 18:44:39.185785 | fa163ecf-2437-0493-eacc-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.772095 | 0.45s 2026-03-18 18:44:39.210912 | fa163ecf-2437-0493-eacc-000000000b28 | TASK | ensure ceph configurations exist 2026-03-18 18:44:39.430050 | fa163ecf-2437-0493-eacc-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-03-18 18:44:39.431351 | fa163ecf-2437-0493-eacc-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.017653 | 0.22s 2026-03-18 18:44:39.456348 | fa163ecf-2437-0493-eacc-000000000b29 | TASK | create persistent directories 2026-03-18 18:44:39.638480 | fa163ecf-2437-0493-eacc-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-03-18 18:44:39.639876 | fa163ecf-2437-0493-eacc-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.226174 | 0.18s 2026-03-18 18:44:39.645854 | fa163ecf-2437-0493-eacc-000000000b29 | TIMING | create persistent directories | standalone | 0:01:33.232157 | 0.19s 2026-03-18 18:44:39.671274 | fa163ecf-2437-0493-eacc-000000000b2b | TASK | Create cinder image conversion directory 2026-03-18 18:44:39.698998 | fa163ecf-2437-0493-eacc-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-03-18 18:44:39.700426 | fa163ecf-2437-0493-eacc-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:33.286725 | 0.03s 2026-03-18 18:44:39.725365 | fa163ecf-2437-0493-eacc-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-03-18 18:44:39.754608 | fa163ecf-2437-0493-eacc-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-03-18 18:44:39.755637 | fa163ecf-2437-0493-eacc-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.341938 | 0.03s 2026-03-18 18:44:39.780909 | fa163ecf-2437-0493-eacc-000000000b2e | TASK | cinder_configure_lvm fact 2026-03-18 18:44:39.808786 | fa163ecf-2437-0493-eacc-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-03-18 18:44:39.809925 | fa163ecf-2437-0493-eacc-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.396226 | 0.03s 2026-03-18 18:44:39.834613 | fa163ecf-2437-0493-eacc-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-03-18 18:44:39.861909 | fa163ecf-2437-0493-eacc-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-03-18 18:44:39.863064 | fa163ecf-2437-0493-eacc-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:33.449364 | 0.03s 2026-03-18 18:44:39.887553 | fa163ecf-2437-0493-eacc-000000000b31 | TASK | cinder create LVM volume group dd 2026-03-18 18:44:39.915824 | fa163ecf-2437-0493-eacc-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-03-18 18:44:39.916926 | fa163ecf-2437-0493-eacc-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:33.503228 | 0.03s 2026-03-18 18:44:39.941325 | fa163ecf-2437-0493-eacc-000000000b32 | TASK | Get or create LVM loopback device 2026-03-18 18:44:39.971299 | fa163ecf-2437-0493-eacc-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-03-18 18:44:39.972341 | fa163ecf-2437-0493-eacc-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:33.558643 | 0.03s 2026-03-18 18:44:39.996771 | fa163ecf-2437-0493-eacc-000000000b33 | TASK | Create LVM volume group 2026-03-18 18:44:40.026162 | fa163ecf-2437-0493-eacc-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-03-18 18:44:40.027321 | fa163ecf-2437-0493-eacc-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.613619 | 0.03s 2026-03-18 18:44:40.051718 | fa163ecf-2437-0493-eacc-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-03-18 18:44:40.079643 | fa163ecf-2437-0493-eacc-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-03-18 18:44:40.080714 | fa163ecf-2437-0493-eacc-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.667015 | 0.03s 2026-03-18 18:44:40.105407 | fa163ecf-2437-0493-eacc-000000000b35 | TASK | cinder enable the LVM losetup service 2026-03-18 18:44:40.135298 | fa163ecf-2437-0493-eacc-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-03-18 18:44:40.136343 | fa163ecf-2437-0493-eacc-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.722645 | 0.03s 2026-03-18 18:44:40.160503 | fa163ecf-2437-0493-eacc-000000000b37 | TASK | allow logrotate to read inside containers 2026-03-18 18:44:41.145484 | fa163ecf-2437-0493-eacc-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-03-18 18:44:41.147795 | fa163ecf-2437-0493-eacc-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.734097 | 0.99s 2026-03-18 18:44:41.173757 | fa163ecf-2437-0493-eacc-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-03-18 18:44:43.260086 | fa163ecf-2437-0493-eacc-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-03-18 18:44:43.261689 | fa163ecf-2437-0493-eacc-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.847989 | 2.09s 2026-03-18 18:44:43.319019 | fa163ecf-2437-0493-eacc-000000000b3a | OK | set_fact | standalone 2026-03-18 18:44:43.320274 | fa163ecf-2437-0493-eacc-000000000b3a | TIMING | set_fact | standalone | 0:01:36.906576 | 0.03s 2026-03-18 18:44:43.373929 | fa163ecf-2437-0493-eacc-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.960222 | 0.03s 2026-03-18 18:44:43.431420 | fa163ecf-2437-0493-eacc-000000000f06 | TASK | ensure apache is installed 2026-03-18 18:44:49.561445 | fa163ecf-2437-0493-eacc-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-03-18 18:44:49.562979 | fa163ecf-2437-0493-eacc-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.149281 | 6.13s 2026-03-18 18:44:49.589043 | fa163ecf-2437-0493-eacc-000000000f07 | TASK | create image data directory 2026-03-18 18:44:49.850691 | fa163ecf-2437-0493-eacc-000000000f07 | CHANGED | create image data directory | standalone 2026-03-18 18:44:49.851861 | fa163ecf-2437-0493-eacc-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:43.438164 | 0.26s 2026-03-18 18:44:49.877527 | fa163ecf-2437-0493-eacc-000000000f08 | TASK | create /v2/ response file 2026-03-18 18:44:50.363552 | fa163ecf-2437-0493-eacc-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-03-18 18:44:50.364886 | fa163ecf-2437-0493-eacc-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:43.951186 | 0.49s 2026-03-18 18:44:50.390657 | fa163ecf-2437-0493-eacc-000000000f09 | TASK | Add listen line 2026-03-18 18:44:50.768446 | fa163ecf-2437-0493-eacc-000000000f09 | CHANGED | Add listen line | standalone 2026-03-18 18:44:50.769641 | fa163ecf-2437-0493-eacc-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.355942 | 0.38s 2026-03-18 18:44:50.795316 | fa163ecf-2437-0493-eacc-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-03-18 18:44:51.262017 | fa163ecf-2437-0493-eacc-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-03-18 18:44:51.263543 | fa163ecf-2437-0493-eacc-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:44.849842 | 0.47s 2026-03-18 18:44:51.290724 | fa163ecf-2437-0493-eacc-000000000f0b | TASK | Image-Serve | restart httpd 2026-03-18 18:44:52.246624 | fa163ecf-2437-0493-eacc-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-03-18 18:44:52.248558 | fa163ecf-2437-0493-eacc-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:45.834856 | 0.96s 2026-03-18 18:44:52.301405 | fa163ecf-2437-0493-eacc-000000000b3d | TASK | create persistent logs directory 2026-03-18 18:44:52.550357 | fa163ecf-2437-0493-eacc-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-03-18 18:44:52.552022 | fa163ecf-2437-0493-eacc-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.138317 | 0.25s 2026-03-18 18:44:52.761100 | fa163ecf-2437-0493-eacc-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-03-18 18:44:52.762344 | fa163ecf-2437-0493-eacc-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.348642 | 0.46s 2026-03-18 18:44:52.768855 | fa163ecf-2437-0493-eacc-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.355150 | 0.47s 2026-03-18 18:44:52.794368 | fa163ecf-2437-0493-eacc-000000000b3e | TASK | Mount NFS on host 2026-03-18 18:44:52.814971 | fa163ecf-2437-0493-eacc-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-03-18 18:44:52.816171 | fa163ecf-2437-0493-eacc-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:46.402469 | 0.02s 2026-03-18 18:44:52.841960 | fa163ecf-2437-0493-eacc-000000000b3f | TASK | Mount Node Staging Location 2026-03-18 18:44:52.871531 | fa163ecf-2437-0493-eacc-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-03-18 18:44:52.872660 | fa163ecf-2437-0493-eacc-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:46.458960 | 0.03s 2026-03-18 18:44:52.897923 | fa163ecf-2437-0493-eacc-000000000b40 | TASK | ensure /var/lib/glance exists 2026-03-18 18:44:53.132942 | fa163ecf-2437-0493-eacc-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-03-18 18:44:53.134455 | fa163ecf-2437-0493-eacc-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:46.720753 | 0.24s 2026-03-18 18:44:53.160174 | fa163ecf-2437-0493-eacc-000000000b41 | TASK | create logs directory 2026-03-18 18:44:53.427820 | fa163ecf-2437-0493-eacc-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-18 18:44:53.429391 | fa163ecf-2437-0493-eacc-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.015688 | 0.27s 2026-03-18 18:44:53.658313 | fa163ecf-2437-0493-eacc-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-03-18 18:44:53.660120 | fa163ecf-2437-0493-eacc-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.246420 | 0.50s 2026-03-18 18:44:53.670588 | fa163ecf-2437-0493-eacc-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.256880 | 0.51s 2026-03-18 18:44:53.696701 | fa163ecf-2437-0493-eacc-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-03-18 18:44:53.724845 | fa163ecf-2437-0493-eacc-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-03-18 18:44:53.725959 | fa163ecf-2437-0493-eacc-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:47.312259 | 0.03s 2026-03-18 18:44:53.751739 | fa163ecf-2437-0493-eacc-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-03-18 18:44:53.980447 | fa163ecf-2437-0493-eacc-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-03-18 18:44:53.981301 | fa163ecf-2437-0493-eacc-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:47.567609 | 0.23s 2026-03-18 18:44:53.998488 | fa163ecf-2437-0493-eacc-000000000b44 | TASK | create persistent directories 2026-03-18 18:44:54.236674 | fa163ecf-2437-0493-eacc-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-03-18 18:44:54.238165 | fa163ecf-2437-0493-eacc-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.824470 | 0.24s 2026-03-18 18:44:54.248700 | fa163ecf-2437-0493-eacc-000000000b44 | TIMING | create persistent directories | standalone | 0:01:47.834995 | 0.25s 2026-03-18 18:44:54.274892 | fa163ecf-2437-0493-eacc-000000000b45 | TASK | create persistent data directory 2026-03-18 18:44:54.492825 | fa163ecf-2437-0493-eacc-000000000b45 | OK | create persistent data directory | standalone 2026-03-18 18:44:54.494441 | fa163ecf-2437-0493-eacc-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:48.080739 | 0.22s 2026-03-18 18:44:54.520316 | fa163ecf-2437-0493-eacc-000000000b46 | TASK | get parameters 2026-03-18 18:44:54.548717 | fa163ecf-2437-0493-eacc-000000000b46 | OK | get parameters | standalone 2026-03-18 18:44:54.549862 | fa163ecf-2437-0493-eacc-000000000b46 | TIMING | get parameters | standalone | 0:01:48.136162 | 0.03s 2026-03-18 18:44:54.575271 | fa163ecf-2437-0493-eacc-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-03-18 18:44:54.615478 | fa163ecf-2437-0493-eacc-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-03-18 18:44:54.616542 | fa163ecf-2437-0493-eacc-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:48.202843 | 0.04s 2026-03-18 18:44:54.641132 | fa163ecf-2437-0493-eacc-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-03-18 18:44:54.683995 | fa163ecf-2437-0493-eacc-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-03-18 18:44:54.685055 | fa163ecf-2437-0493-eacc-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:48.271356 | 0.04s 2026-03-18 18:44:54.710483 | fa163ecf-2437-0493-eacc-000000000b4a | TASK | get haproxy status 2026-03-18 18:44:54.752754 | fa163ecf-2437-0493-eacc-000000000b4a | SKIPPED | get haproxy status | standalone 2026-03-18 18:44:54.754105 | fa163ecf-2437-0493-eacc-000000000b4a | TIMING | get haproxy status | standalone | 0:01:48.340405 | 0.04s 2026-03-18 18:44:54.778846 | fa163ecf-2437-0493-eacc-000000000b4b | TASK | get pacemaker status 2026-03-18 18:44:54.821158 | fa163ecf-2437-0493-eacc-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-03-18 18:44:54.822621 | fa163ecf-2437-0493-eacc-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.408920 | 0.04s 2026-03-18 18:44:54.847987 | fa163ecf-2437-0493-eacc-000000000b4c | TASK | get docker status 2026-03-18 18:44:54.889790 | fa163ecf-2437-0493-eacc-000000000b4c | SKIPPED | get docker status | standalone 2026-03-18 18:44:54.890875 | fa163ecf-2437-0493-eacc-000000000b4c | TIMING | get docker status | standalone | 0:01:48.477174 | 0.04s 2026-03-18 18:44:54.916004 | fa163ecf-2437-0493-eacc-000000000b4d | TASK | get container_id 2026-03-18 18:44:54.961358 | fa163ecf-2437-0493-eacc-000000000b4d | SKIPPED | get container_id | standalone 2026-03-18 18:44:54.962630 | fa163ecf-2437-0493-eacc-000000000b4d | TIMING | get container_id | standalone | 0:01:48.548929 | 0.05s 2026-03-18 18:44:54.987051 | fa163ecf-2437-0493-eacc-000000000b4e | TASK | get pcs resource name for haproxy container 2026-03-18 18:44:55.035169 | fa163ecf-2437-0493-eacc-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-03-18 18:44:55.036423 | fa163ecf-2437-0493-eacc-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:48.622724 | 0.05s 2026-03-18 18:44:55.062163 | fa163ecf-2437-0493-eacc-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-03-18 18:44:55.111511 | fa163ecf-2437-0493-eacc-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-03-18 18:44:55.112676 | fa163ecf-2437-0493-eacc-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:48.698975 | 0.05s 2026-03-18 18:44:55.138463 | fa163ecf-2437-0493-eacc-000000000b50 | TASK | push certificate content 2026-03-18 18:44:55.187893 | fa163ecf-2437-0493-eacc-000000000b50 | SKIPPED | push certificate content | standalone 2026-03-18 18:44:55.189138 | fa163ecf-2437-0493-eacc-000000000b50 | TIMING | push certificate content | standalone | 0:01:48.775438 | 0.05s 2026-03-18 18:44:55.215094 | fa163ecf-2437-0493-eacc-000000000b52 | TASK | set certificate ownership 2026-03-18 18:44:55.275413 | fa163ecf-2437-0493-eacc-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-03-18 18:44:55.276256 | fa163ecf-2437-0493-eacc-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:48.862563 | 0.06s 2026-03-18 18:44:55.293480 | fa163ecf-2437-0493-eacc-000000000b53 | TASK | reload haproxy if enabled 2026-03-18 18:44:55.342544 | fa163ecf-2437-0493-eacc-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-03-18 18:44:55.343579 | fa163ecf-2437-0493-eacc-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:48.929880 | 0.05s 2026-03-18 18:44:55.367779 | fa163ecf-2437-0493-eacc-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-03-18 18:44:55.410988 | fa163ecf-2437-0493-eacc-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-03-18 18:44:55.412049 | fa163ecf-2437-0493-eacc-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:48.998350 | 0.04s 2026-03-18 18:44:55.436936 | fa163ecf-2437-0493-eacc-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-03-18 18:44:55.486425 | fa163ecf-2437-0493-eacc-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-03-18 18:44:55.487678 | fa163ecf-2437-0493-eacc-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:49.073978 | 0.05s 2026-03-18 18:44:55.513800 | fa163ecf-2437-0493-eacc-000000000b58 | TASK | create persistent directories 2026-03-18 18:44:55.776164 | fa163ecf-2437-0493-eacc-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-03-18 18:44:55.777816 | fa163ecf-2437-0493-eacc-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.364121 | 0.26s 2026-03-18 18:44:56.016795 | fa163ecf-2437-0493-eacc-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-03-18 18:44:56.018014 | fa163ecf-2437-0493-eacc-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.604315 | 0.50s 2026-03-18 18:44:56.025194 | fa163ecf-2437-0493-eacc-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.611484 | 0.51s 2026-03-18 18:44:56.051502 | fa163ecf-2437-0493-eacc-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-03-18 18:45:01.511614 | fa163ecf-2437-0493-eacc-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-03-18 18:45:01.512709 | fa163ecf-2437-0493-eacc-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.099015 | 5.46s 2026-03-18 18:45:01.532848 | fa163ecf-2437-0493-eacc-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-03-18 18:45:01.593517 | fa163ecf-2437-0493-eacc-000000000b5a | 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.localdomain in environment production in 0.66 seconds", "Notice: Applied catalog in 0.22 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.22", " Config retrieval: 0.74", " Last run: 1773859501", " Total: 0.22", "Version:", " Config: 1773859500", " 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-18 18:45:01.595071 | fa163ecf-2437-0493-eacc-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.181371 | 0.06s 2026-03-18 18:45:01.620506 | fa163ecf-2437-0493-eacc-000000000b5b | TASK | create persistent directories 2026-03-18 18:45:01.867527 | fa163ecf-2437-0493-eacc-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-18 18:45:01.869311 | fa163ecf-2437-0493-eacc-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.455606 | 0.25s 2026-03-18 18:45:02.050633 | fa163ecf-2437-0493-eacc-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-03-18 18:45:02.052214 | fa163ecf-2437-0493-eacc-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.638515 | 0.43s 2026-03-18 18:45:02.062855 | fa163ecf-2437-0493-eacc-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.649153 | 0.44s 2026-03-18 18:45:02.088635 | fa163ecf-2437-0493-eacc-000000000b5c | TASK | create persistent directories 2026-03-18 18:45:02.337689 | fa163ecf-2437-0493-eacc-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-18 18:45:02.339320 | fa163ecf-2437-0493-eacc-000000000b5c | TIMING | create persistent directories | standalone | 0:01:55.925617 | 0.25s 2026-03-18 18:45:02.550018 | fa163ecf-2437-0493-eacc-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-03-18 18:45:02.551169 | fa163ecf-2437-0493-eacc-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.137470 | 0.46s 2026-03-18 18:45:02.557603 | fa163ecf-2437-0493-eacc-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.143897 | 0.47s 2026-03-18 18:45:02.584790 | fa163ecf-2437-0493-eacc-000000000b5d | TASK | create persistent directories 2026-03-18 18:45:02.824719 | fa163ecf-2437-0493-eacc-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-03-18 18:45:02.826781 | fa163ecf-2437-0493-eacc-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.413076 | 0.24s 2026-03-18 18:45:02.836833 | fa163ecf-2437-0493-eacc-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.423129 | 0.25s 2026-03-18 18:45:02.862387 | fa163ecf-2437-0493-eacc-000000000b5e | TASK | create persistent directories 2026-03-18 18:45:03.122275 | fa163ecf-2437-0493-eacc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-03-18 18:45:03.123906 | fa163ecf-2437-0493-eacc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.710202 | 0.26s 2026-03-18 18:45:03.355658 | fa163ecf-2437-0493-eacc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-03-18 18:45:03.356704 | fa163ecf-2437-0493-eacc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:56.943006 | 0.49s 2026-03-18 18:45:03.572646 | fa163ecf-2437-0493-eacc-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-03-18 18:45:03.574446 | fa163ecf-2437-0493-eacc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.160751 | 0.71s 2026-03-18 18:45:03.798614 | fa163ecf-2437-0493-eacc-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-03-18 18:45:03.800255 | fa163ecf-2437-0493-eacc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.386525 | 0.94s 2026-03-18 18:45:03.811049 | fa163ecf-2437-0493-eacc-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.397356 | 0.95s 2026-03-18 18:45:03.832669 | fa163ecf-2437-0493-eacc-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-03-18 18:45:04.243608 | fa163ecf-2437-0493-eacc-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-03-18 18:45:04.245172 | fa163ecf-2437-0493-eacc-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:57.831469 | 0.41s 2026-03-18 18:45:04.272665 | fa163ecf-2437-0493-eacc-000000000b60 | TASK | create fcontext entry for iscsi 2026-03-18 18:45:05.545673 | fa163ecf-2437-0493-eacc-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:45:05.547494 | fa163ecf-2437-0493-eacc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.133790 | 1.27s 2026-03-18 18:45:06.754627 | fa163ecf-2437-0493-eacc-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-18 18:45:06.755985 | fa163ecf-2437-0493-eacc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.342291 | 2.48s 2026-03-18 18:45:07.932095 | fa163ecf-2437-0493-eacc-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:45:07.933746 | fa163ecf-2437-0493-eacc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.520048 | 3.66s 2026-03-18 18:45:07.944342 | fa163ecf-2437-0493-eacc-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.530636 | 3.67s 2026-03-18 18:45:07.972514 | fa163ecf-2437-0493-eacc-000000000b61 | TASK | create persistent directories 2026-03-18 18:45:08.214545 | fa163ecf-2437-0493-eacc-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:45:08.216196 | fa163ecf-2437-0493-eacc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:01.802492 | 0.24s 2026-03-18 18:45:08.421803 | fa163ecf-2437-0493-eacc-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-03-18 18:45:08.423545 | fa163ecf-2437-0493-eacc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.009846 | 0.45s 2026-03-18 18:45:08.630816 | fa163ecf-2437-0493-eacc-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-03-18 18:45:08.631794 | fa163ecf-2437-0493-eacc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.218097 | 0.66s 2026-03-18 18:45:08.639166 | fa163ecf-2437-0493-eacc-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.225463 | 0.67s 2026-03-18 18:45:08.665418 | fa163ecf-2437-0493-eacc-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-03-18 18:45:08.856967 | fa163ecf-2437-0493-eacc-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-03-18 18:45:08.858118 | fa163ecf-2437-0493-eacc-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.444417 | 0.19s 2026-03-18 18:45:08.882871 | fa163ecf-2437-0493-eacc-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-03-18 18:45:08.910780 | fa163ecf-2437-0493-eacc-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-03-18 18:45:08.911844 | fa163ecf-2437-0493-eacc-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:02.498145 | 0.03s 2026-03-18 18:45:08.936415 | fa163ecf-2437-0493-eacc-000000000b64 | TASK | Check if iscsi.service is enabled 2026-03-18 18:45:09.171710 | fa163ecf-2437-0493-eacc-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-03-18 18:45:09.173033 | fa163ecf-2437-0493-eacc-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:02.759332 | 0.24s 2026-03-18 18:45:09.198173 | fa163ecf-2437-0493-eacc-000000000b65 | TASK | Stop iscsi.service 2026-03-18 18:45:09.238312 | fa163ecf-2437-0493-eacc-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-03-18 18:45:09.239587 | fa163ecf-2437-0493-eacc-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:02.825886 | 0.04s 2026-03-18 18:45:09.294728 | fa163ecf-2437-0493-eacc-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:02.881018 | 0.03s 2026-03-18 18:45:09.391476 | fa163ecf-2437-0493-eacc-000000001069 | TASK | Install additional packages 2026-03-18 18:45:09.417407 | fa163ecf-2437-0493-eacc-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.003707 | 0.02s 2026-03-18 18:45:09.435277 | fa163ecf-2437-0493-eacc-00000000106a | TASK | Remove dracut-config-generic 2026-03-18 18:45:13.249862 | fa163ecf-2437-0493-eacc-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-03-18 18:45:13.251284 | fa163ecf-2437-0493-eacc-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:06.837584 | 3.82s 2026-03-18 18:45:13.277090 | fa163ecf-2437-0493-eacc-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-03-18 18:45:13.530278 | fa163ecf-2437-0493-eacc-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-03-18 18:45:13.531452 | fa163ecf-2437-0493-eacc-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.117754 | 0.25s 2026-03-18 18:45:13.557132 | fa163ecf-2437-0493-eacc-00000000106c | TASK | Write list of modules to load at boot 2026-03-18 18:45:14.052130 | fa163ecf-2437-0493-eacc-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-03-18 18:45:14.054485 | fa163ecf-2437-0493-eacc-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:07.640785 | 0.49s 2026-03-18 18:45:14.080254 | fa163ecf-2437-0493-eacc-00000000106d | TASK | Modules reload 2026-03-18 18:45:14.554926 | fa163ecf-2437-0493-eacc-00000000106d | CHANGED | Modules reload | standalone 2026-03-18 18:45:14.556612 | fa163ecf-2437-0493-eacc-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.142921 | 0.47s 2026-03-18 18:45:14.577886 | fa163ecf-2437-0493-eacc-00000000106e | TASK | Set default sysctl options 2026-03-18 18:45:15.031271 | fa163ecf-2437-0493-eacc-00000000106e | CHANGED | Set default sysctl options | standalone 2026-03-18 18:45:15.033831 | fa163ecf-2437-0493-eacc-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:08.620129 | 0.45s 2026-03-18 18:45:15.062321 | fa163ecf-2437-0493-eacc-00000000106f | TASK | Set extra sysctl options 2026-03-18 18:45:15.430016 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-03-18 18:45:15.430800 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.017108 | 0.37s 2026-03-18 18:45:15.675132 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-03-18 18:45:15.676095 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.262398 | 0.61s 2026-03-18 18:45:15.879073 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-03-18 18:45:15.880778 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.467079 | 0.82s 2026-03-18 18:45:16.116708 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-03-18 18:45:16.118551 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.704851 | 1.05s 2026-03-18 18:45:16.352693 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-03-18 18:45:16.354476 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.940775 | 1.29s 2026-03-18 18:45:16.564911 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-03-18 18:45:16.566662 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.152961 | 1.50s 2026-03-18 18:45:16.775656 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-03-18 18:45:16.776770 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.363068 | 1.71s 2026-03-18 18:45:17.012572 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-03-18 18:45:17.014524 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.600826 | 1.95s 2026-03-18 18:45:17.239502 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-03-18 18:45:17.241138 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.827440 | 2.18s 2026-03-18 18:45:17.476498 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-03-18 18:45:17.477997 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.064299 | 2.41s 2026-03-18 18:45:17.741442 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-03-18 18:45:17.742373 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.328676 | 2.68s 2026-03-18 18:45:17.979846 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-03-18 18:45:17.981479 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.567780 | 2.92s 2026-03-18 18:45:18.234941 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-03-18 18:45:18.236725 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.823028 | 3.17s 2026-03-18 18:45:18.459275 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-03-18 18:45:18.460836 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.047137 | 3.40s 2026-03-18 18:45:18.701850 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-03-18 18:45:18.702802 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.289105 | 3.64s 2026-03-18 18:45:18.919669 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-03-18 18:45:18.920988 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.507290 | 3.86s 2026-03-18 18:45:19.134472 | fa163ecf-2437-0493-eacc-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-03-18 18:45:19.135864 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.722167 | 4.07s 2026-03-18 18:45:19.146723 | fa163ecf-2437-0493-eacc-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.733029 | 4.08s 2026-03-18 18:45:19.165462 | fa163ecf-2437-0493-eacc-000000001071 | TASK | Sysctl reload 2026-03-18 18:45:19.573841 | fa163ecf-2437-0493-eacc-000000001071 | CHANGED | Sysctl reload | standalone 2026-03-18 18:45:19.575843 | fa163ecf-2437-0493-eacc-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:13.162151 | 0.41s 2026-03-18 18:45:19.626522 | fa163ecf-2437-0493-eacc-000000000b67 | TASK | create persistent directories 2026-03-18 18:45:19.878632 | fa163ecf-2437-0493-eacc-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-03-18 18:45:19.881002 | fa163ecf-2437-0493-eacc-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.467297 | 0.25s 2026-03-18 18:45:20.088581 | fa163ecf-2437-0493-eacc-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-03-18 18:45:20.090506 | fa163ecf-2437-0493-eacc-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.676805 | 0.46s 2026-03-18 18:45:20.101212 | fa163ecf-2437-0493-eacc-000000000b67 | TIMING | create persistent directories | standalone | 0:02:13.687506 | 0.47s 2026-03-18 18:45:20.128825 | fa163ecf-2437-0493-eacc-000000000b68 | TASK | Check if file certs_valid exist 2026-03-18 18:45:20.351215 | fa163ecf-2437-0493-eacc-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-03-18 18:45:20.352706 | fa163ecf-2437-0493-eacc-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:13.939004 | 0.22s 2026-03-18 18:45:20.380609 | fa163ecf-2437-0493-eacc-000000000b69 | TASK | Check if file cert9.db exist 2026-03-18 18:45:20.612886 | fa163ecf-2437-0493-eacc-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-03-18 18:45:20.614160 | fa163ecf-2437-0493-eacc-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:14.200460 | 0.23s 2026-03-18 18:45:20.639524 | fa163ecf-2437-0493-eacc-000000000b6a | TASK | Check if file key4.db exist 2026-03-18 18:45:20.840716 | fa163ecf-2437-0493-eacc-000000000b6a | OK | Check if file key4.db exist | standalone 2026-03-18 18:45:20.841966 | fa163ecf-2437-0493-eacc-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:14.428266 | 0.20s 2026-03-18 18:45:20.895253 | fa163ecf-2437-0493-eacc-000000000b6b | SKIPPED | fail | standalone 2026-03-18 18:45:20.896530 | fa163ecf-2437-0493-eacc-000000000b6b | TIMING | fail | standalone | 0:02:14.482828 | 0.03s 2026-03-18 18:45:20.921942 | fa163ecf-2437-0493-eacc-000000000b6c | TASK | Create persistent directories 2026-03-18 18:45:21.183866 | fa163ecf-2437-0493-eacc-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-18 18:45:21.186209 | fa163ecf-2437-0493-eacc-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:14.772506 | 0.26s 2026-03-18 18:45:21.411953 | fa163ecf-2437-0493-eacc-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-03-18 18:45:21.413882 | fa163ecf-2437-0493-eacc-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.000182 | 0.49s 2026-03-18 18:45:21.424337 | fa163ecf-2437-0493-eacc-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:15.010629 | 0.50s 2026-03-18 18:45:21.450879 | fa163ecf-2437-0493-eacc-000000000b6d | TASK | create persistent directories 2026-03-18 18:45:21.722314 | fa163ecf-2437-0493-eacc-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-18 18:45:21.724408 | fa163ecf-2437-0493-eacc-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.310697 | 0.27s 2026-03-18 18:45:21.734388 | fa163ecf-2437-0493-eacc-000000000b6d | TIMING | create persistent directories | standalone | 0:02:15.320681 | 0.28s 2026-03-18 18:45:21.760494 | fa163ecf-2437-0493-eacc-000000000b6e | TASK | create persistent directories 2026-03-18 18:45:21.990136 | fa163ecf-2437-0493-eacc-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-03-18 18:45:21.992637 | fa163ecf-2437-0493-eacc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.578925 | 0.23s 2026-03-18 18:45:22.200958 | fa163ecf-2437-0493-eacc-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-03-18 18:45:22.201817 | fa163ecf-2437-0493-eacc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.788123 | 0.44s 2026-03-18 18:45:22.206503 | fa163ecf-2437-0493-eacc-000000000b6e | TIMING | create persistent directories | standalone | 0:02:15.792796 | 0.44s 2026-03-18 18:45:22.232451 | fa163ecf-2437-0493-eacc-000000000b6f | TASK | create persistent directories 2026-03-18 18:45:22.448141 | fa163ecf-2437-0493-eacc-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-03-18 18:45:22.449889 | fa163ecf-2437-0493-eacc-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.036177 | 0.22s 2026-03-18 18:45:22.463108 | fa163ecf-2437-0493-eacc-000000000b6f | TIMING | create persistent directories | standalone | 0:02:16.049395 | 0.23s 2026-03-18 18:45:22.489306 | fa163ecf-2437-0493-eacc-000000000b70 | TASK | create persistent directories 2026-03-18 18:45:22.732673 | fa163ecf-2437-0493-eacc-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-03-18 18:45:22.735285 | fa163ecf-2437-0493-eacc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.321572 | 0.24s 2026-03-18 18:45:22.926835 | fa163ecf-2437-0493-eacc-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-03-18 18:45:22.928500 | fa163ecf-2437-0493-eacc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.514802 | 0.44s 2026-03-18 18:45:23.166499 | fa163ecf-2437-0493-eacc-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-03-18 18:45:23.167524 | fa163ecf-2437-0493-eacc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.753826 | 0.68s 2026-03-18 18:45:23.174542 | fa163ecf-2437-0493-eacc-000000000b70 | TIMING | create persistent directories | standalone | 0:02:16.760834 | 0.68s 2026-03-18 18:45:23.201083 | fa163ecf-2437-0493-eacc-000000000b71 | TASK | create persistent directories 2026-03-18 18:45:23.428257 | fa163ecf-2437-0493-eacc-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-18 18:45:23.429981 | fa163ecf-2437-0493-eacc-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.016278 | 0.23s 2026-03-18 18:45:23.655980 | fa163ecf-2437-0493-eacc-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-03-18 18:45:23.657735 | fa163ecf-2437-0493-eacc-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.244036 | 0.46s 2026-03-18 18:45:23.668412 | fa163ecf-2437-0493-eacc-000000000b71 | TIMING | create persistent directories | standalone | 0:02:17.254705 | 0.47s 2026-03-18 18:45:23.694462 | fa163ecf-2437-0493-eacc-000000000b72 | TASK | create persistent directories 2026-03-18 18:45:23.948140 | fa163ecf-2437-0493-eacc-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-03-18 18:45:23.950106 | fa163ecf-2437-0493-eacc-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.536403 | 0.25s 2026-03-18 18:45:23.960352 | fa163ecf-2437-0493-eacc-000000000b72 | TIMING | create persistent directories | standalone | 0:02:17.546655 | 0.26s 2026-03-18 18:45:23.987463 | fa163ecf-2437-0493-eacc-000000000b73 | TASK | creating directory 2026-03-18 18:45:24.206792 | fa163ecf-2437-0493-eacc-000000000b73 | CHANGED | creating directory | standalone 2026-03-18 18:45:24.208324 | fa163ecf-2437-0493-eacc-000000000b73 | TIMING | creating directory | standalone | 0:02:17.794622 | 0.22s 2026-03-18 18:45:24.235147 | fa163ecf-2437-0493-eacc-000000000b74 | TASK | derive pci passthrough whitelist 2026-03-18 18:45:24.741858 | fa163ecf-2437-0493-eacc-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-03-18 18:45:24.743304 | fa163ecf-2437-0493-eacc-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:18.329604 | 0.51s 2026-03-18 18:45:24.768537 | fa163ecf-2437-0493-eacc-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-03-18 18:45:25.562436 | fa163ecf-2437-0493-eacc-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-03-18 18:45:25.563896 | fa163ecf-2437-0493-eacc-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:19.150195 | 0.79s 2026-03-18 18:45:25.589331 | fa163ecf-2437-0493-eacc-000000000b76 | TASK | create /run/netns with temp namespace 2026-03-18 18:45:25.841038 | fa163ecf-2437-0493-eacc-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-03-18 18:45:25.842464 | fa163ecf-2437-0493-eacc-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:19.428763 | 0.25s 2026-03-18 18:45:25.869291 | fa163ecf-2437-0493-eacc-000000000b77 | TASK | remove temp namespace 2026-03-18 18:45:26.131541 | fa163ecf-2437-0493-eacc-000000000b77 | CHANGED | remove temp namespace | standalone 2026-03-18 18:45:26.132613 | fa163ecf-2437-0493-eacc-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:19.718919 | 0.26s 2026-03-18 18:45:26.152624 | fa163ecf-2437-0493-eacc-000000000b78 | TASK | create /var/lib/neutron 2026-03-18 18:45:26.374776 | fa163ecf-2437-0493-eacc-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-03-18 18:45:26.376208 | fa163ecf-2437-0493-eacc-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:19.962507 | 0.22s 2026-03-18 18:45:26.401779 | fa163ecf-2437-0493-eacc-000000000b79 | TASK | set conditions 2026-03-18 18:45:26.434537 | fa163ecf-2437-0493-eacc-000000000b79 | OK | set conditions | standalone 2026-03-18 18:45:26.435722 | fa163ecf-2437-0493-eacc-000000000b79 | TIMING | set conditions | standalone | 0:02:20.022022 | 0.03s 2026-03-18 18:45:26.460929 | fa163ecf-2437-0493-eacc-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-03-18 18:45:26.690598 | fa163ecf-2437-0493-eacc-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-03-18 18:45:26.692540 | fa163ecf-2437-0493-eacc-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:20.278832 | 0.23s 2026-03-18 18:45:26.719848 | fa163ecf-2437-0493-eacc-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-03-18 18:45:27.127589 | fa163ecf-2437-0493-eacc-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-03-18 18:45:27.129084 | fa163ecf-2437-0493-eacc-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:20.715382 | 0.41s 2026-03-18 18:45:27.155582 | fa163ecf-2437-0493-eacc-000000000b7c | TASK | create haproxy kill script 2026-03-18 18:45:27.597529 | fa163ecf-2437-0493-eacc-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-03-18 18:45:27.598928 | fa163ecf-2437-0493-eacc-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:21.185228 | 0.44s 2026-03-18 18:45:27.624268 | fa163ecf-2437-0493-eacc-000000000b7d | TASK | create persistent directories 2026-03-18 18:45:27.868674 | fa163ecf-2437-0493-eacc-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-18 18:45:27.872040 | fa163ecf-2437-0493-eacc-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.458330 | 0.25s 2026-03-18 18:45:28.068962 | fa163ecf-2437-0493-eacc-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-03-18 18:45:28.070560 | fa163ecf-2437-0493-eacc-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.656854 | 0.44s 2026-03-18 18:45:28.082601 | fa163ecf-2437-0493-eacc-000000000b7d | TIMING | create persistent directories | standalone | 0:02:21.668900 | 0.46s 2026-03-18 18:45:28.103734 | fa163ecf-2437-0493-eacc-000000000b7e | TASK | create persistent directories 2026-03-18 18:45:28.382877 | fa163ecf-2437-0493-eacc-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-18 18:45:28.384813 | fa163ecf-2437-0493-eacc-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.971108 | 0.28s 2026-03-18 18:45:28.394424 | fa163ecf-2437-0493-eacc-000000000b7e | TIMING | create persistent directories | standalone | 0:02:21.980724 | 0.29s 2026-03-18 18:45:28.415107 | fa163ecf-2437-0493-eacc-000000000b7f | TASK | create persistent directories 2026-03-18 18:45:28.656303 | fa163ecf-2437-0493-eacc-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-03-18 18:45:28.658447 | fa163ecf-2437-0493-eacc-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.244744 | 0.24s 2026-03-18 18:45:28.828444 | fa163ecf-2437-0493-eacc-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-03-18 18:45:28.830107 | fa163ecf-2437-0493-eacc-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.416409 | 0.41s 2026-03-18 18:45:28.840707 | fa163ecf-2437-0493-eacc-000000000b7f | TIMING | create persistent directories | standalone | 0:02:22.427003 | 0.42s 2026-03-18 18:45:28.861916 | fa163ecf-2437-0493-eacc-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-03-18 18:45:29.078435 | fa163ecf-2437-0493-eacc-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-03-18 18:45:29.079246 | fa163ecf-2437-0493-eacc-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:22.665555 | 0.22s 2026-03-18 18:45:29.096648 | fa163ecf-2437-0493-eacc-000000000b81 | TASK | create persistent directories 2026-03-18 18:45:29.335453 | fa163ecf-2437-0493-eacc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-18 18:45:29.337251 | fa163ecf-2437-0493-eacc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:22.923519 | 0.24s 2026-03-18 18:45:29.523045 | fa163ecf-2437-0493-eacc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-03-18 18:45:29.524701 | fa163ecf-2437-0493-eacc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.111002 | 0.43s 2026-03-18 18:45:29.760435 | fa163ecf-2437-0493-eacc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-03-18 18:45:29.762291 | fa163ecf-2437-0493-eacc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.348593 | 0.67s 2026-03-18 18:45:29.993563 | fa163ecf-2437-0493-eacc-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:45:29.995311 | fa163ecf-2437-0493-eacc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.581614 | 0.90s 2026-03-18 18:45:30.230365 | fa163ecf-2437-0493-eacc-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-03-18 18:45:30.232121 | fa163ecf-2437-0493-eacc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.818422 | 1.13s 2026-03-18 18:45:30.243700 | fa163ecf-2437-0493-eacc-000000000b81 | TIMING | create persistent directories | standalone | 0:02:23.829994 | 1.15s 2026-03-18 18:45:30.263871 | fa163ecf-2437-0493-eacc-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-03-18 18:45:30.736783 | fa163ecf-2437-0493-eacc-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-03-18 18:45:30.738344 | fa163ecf-2437-0493-eacc-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:24.324638 | 0.47s 2026-03-18 18:45:30.764175 | fa163ecf-2437-0493-eacc-000000000b83 | TASK | create tempfiles 2026-03-18 18:45:31.067831 | fa163ecf-2437-0493-eacc-000000000b83 | CHANGED | create tempfiles | standalone 2026-03-18 18:45:31.069208 | fa163ecf-2437-0493-eacc-000000000b83 | TIMING | create tempfiles | standalone | 0:02:24.655505 | 0.30s 2026-03-18 18:45:31.094573 | fa163ecf-2437-0493-eacc-000000000b84 | TASK | Mount Nova NFS Share 2026-03-18 18:45:31.124708 | fa163ecf-2437-0493-eacc-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-03-18 18:45:31.125821 | fa163ecf-2437-0493-eacc-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:24.712121 | 0.03s 2026-03-18 18:45:31.151329 | fa163ecf-2437-0493-eacc-000000000b86 | TASK | check systemd-container package installed or not 2026-03-18 18:45:31.179487 | fa163ecf-2437-0493-eacc-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-03-18 18:45:31.180549 | fa163ecf-2437-0493-eacc-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:24.766849 | 0.03s 2026-03-18 18:45:31.205402 | fa163ecf-2437-0493-eacc-000000000b87 | TASK | get latest package from downloaded package versions 2026-03-18 18:45:31.233699 | fa163ecf-2437-0493-eacc-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-03-18 18:45:31.234749 | fa163ecf-2437-0493-eacc-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:24.821050 | 0.03s 2026-03-18 18:45:31.259368 | fa163ecf-2437-0493-eacc-000000000b88 | TASK | Install systemd-container package on boot 2026-03-18 18:45:31.287876 | fa163ecf-2437-0493-eacc-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-03-18 18:45:31.288907 | fa163ecf-2437-0493-eacc-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:24.875208 | 0.03s 2026-03-18 18:45:31.313794 | fa163ecf-2437-0493-eacc-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-03-18 18:45:31.342860 | fa163ecf-2437-0493-eacc-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-03-18 18:45:31.344055 | fa163ecf-2437-0493-eacc-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:24.930356 | 0.03s 2026-03-18 18:45:31.368473 | fa163ecf-2437-0493-eacc-000000000b8a | TASK | check if install-systemd-container service exists 2026-03-18 18:45:31.397989 | fa163ecf-2437-0493-eacc-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-03-18 18:45:31.399020 | fa163ecf-2437-0493-eacc-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:24.985321 | 0.03s 2026-03-18 18:45:31.424749 | fa163ecf-2437-0493-eacc-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-03-18 18:45:31.454708 | fa163ecf-2437-0493-eacc-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-03-18 18:45:31.455782 | fa163ecf-2437-0493-eacc-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:25.042082 | 0.03s 2026-03-18 18:45:31.480722 | fa163ecf-2437-0493-eacc-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-03-18 18:45:31.512969 | fa163ecf-2437-0493-eacc-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-03-18 18:45:31.514031 | fa163ecf-2437-0493-eacc-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:25.100332 | 0.03s 2026-03-18 18:45:31.539578 | fa163ecf-2437-0493-eacc-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-03-18 18:45:31.567681 | fa163ecf-2437-0493-eacc-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-03-18 18:45:31.569111 | fa163ecf-2437-0493-eacc-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:25.155412 | 0.03s 2026-03-18 18:45:31.593988 | fa163ecf-2437-0493-eacc-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-18 18:45:31.623039 | fa163ecf-2437-0493-eacc-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-18 18:45:31.624151 | fa163ecf-2437-0493-eacc-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.210451 | 0.03s 2026-03-18 18:45:31.649650 | fa163ecf-2437-0493-eacc-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-03-18 18:45:31.679549 | fa163ecf-2437-0493-eacc-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-18 18:45:31.680595 | fa163ecf-2437-0493-eacc-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.266896 | 0.03s 2026-03-18 18:45:31.705385 | fa163ecf-2437-0493-eacc-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-03-18 18:45:31.735647 | fa163ecf-2437-0493-eacc-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-03-18 18:45:31.736712 | fa163ecf-2437-0493-eacc-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:25.323013 | 0.03s 2026-03-18 18:45:31.760807 | fa163ecf-2437-0493-eacc-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-03-18 18:45:31.789303 | fa163ecf-2437-0493-eacc-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-03-18 18:45:31.790375 | fa163ecf-2437-0493-eacc-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:25.376676 | 0.03s 2026-03-18 18:45:31.815006 | fa163ecf-2437-0493-eacc-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-03-18 18:45:31.844209 | fa163ecf-2437-0493-eacc-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-03-18 18:45:31.845282 | fa163ecf-2437-0493-eacc-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:25.431584 | 0.03s 2026-03-18 18:45:31.870193 | fa163ecf-2437-0493-eacc-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-03-18 18:45:31.901623 | fa163ecf-2437-0493-eacc-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-03-18 18:45:31.902939 | fa163ecf-2437-0493-eacc-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:25.489237 | 0.03s 2026-03-18 18:45:31.930108 | fa163ecf-2437-0493-eacc-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-03-18 18:45:31.961020 | fa163ecf-2437-0493-eacc-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-03-18 18:45:31.962406 | fa163ecf-2437-0493-eacc-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:25.548705 | 0.03s 2026-03-18 18:45:31.988957 | fa163ecf-2437-0493-eacc-000000000b99 | TASK | install nova-compute delay wrapper script 2026-03-18 18:45:32.039362 | fa163ecf-2437-0493-eacc-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-03-18 18:45:32.040751 | fa163ecf-2437-0493-eacc-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:25.627044 | 0.05s 2026-03-18 18:45:32.067118 | fa163ecf-2437-0493-eacc-000000000b9a | TASK | Is irqbalance enabled 2026-03-18 18:45:32.108069 | fa163ecf-2437-0493-eacc-000000000b9a | OK | Is irqbalance enabled | standalone 2026-03-18 18:45:32.109364 | fa163ecf-2437-0493-eacc-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:25.695663 | 0.04s 2026-03-18 18:45:32.134187 | fa163ecf-2437-0493-eacc-000000000b9b | TASK | disable irqbalance service on compute 2026-03-18 18:45:32.156765 | fa163ecf-2437-0493-eacc-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-03-18 18:45:32.157902 | fa163ecf-2437-0493-eacc-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:25.744200 | 0.02s 2026-03-18 18:45:32.184603 | fa163ecf-2437-0493-eacc-000000000b9c | TASK | create persistent directories 2026-03-18 18:45:32.409341 | fa163ecf-2437-0493-eacc-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:45:32.411189 | fa163ecf-2437-0493-eacc-000000000b9c | TIMING | create persistent directories | standalone | 0:02:25.997487 | 0.23s 2026-03-18 18:45:32.420689 | fa163ecf-2437-0493-eacc-000000000b9c | TIMING | create persistent directories | standalone | 0:02:26.006991 | 0.23s 2026-03-18 18:45:32.446985 | fa163ecf-2437-0493-eacc-000000000b9d | TASK | create libvirt persistent data directories 2026-03-18 18:45:32.673154 | fa163ecf-2437-0493-eacc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:45:32.674875 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.261172 | 0.23s 2026-03-18 18:45:32.838756 | fa163ecf-2437-0493-eacc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-03-18 18:45:32.840508 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.426810 | 0.39s 2026-03-18 18:45:33.010973 | fa163ecf-2437-0493-eacc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-03-18 18:45:33.012610 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.598912 | 0.56s 2026-03-18 18:45:33.242861 | fa163ecf-2437-0493-eacc-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-03-18 18:45:33.243962 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:26.830263 | 0.80s 2026-03-18 18:45:33.527881 | fa163ecf-2437-0493-eacc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-03-18 18:45:33.529597 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.115897 | 1.08s 2026-03-18 18:45:33.773737 | fa163ecf-2437-0493-eacc-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-03-18 18:45:33.775545 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.361845 | 1.33s 2026-03-18 18:45:33.991093 | fa163ecf-2437-0493-eacc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-03-18 18:45:33.992902 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.579203 | 1.54s 2026-03-18 18:45:34.195161 | fa163ecf-2437-0493-eacc-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-03-18 18:45:34.196972 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.783271 | 1.75s 2026-03-18 18:45:34.208424 | fa163ecf-2437-0493-eacc-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:27.794720 | 1.76s 2026-03-18 18:45:34.231579 | fa163ecf-2437-0493-eacc-000000000b9e | TASK | ensure qemu group is present on the host 2026-03-18 18:45:34.659665 | fa163ecf-2437-0493-eacc-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-03-18 18:45:34.660952 | fa163ecf-2437-0493-eacc-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:28.247252 | 0.43s 2026-03-18 18:45:34.686538 | fa163ecf-2437-0493-eacc-000000000b9f | TASK | ensure qemu user is present on the host 2026-03-18 18:45:35.174904 | fa163ecf-2437-0493-eacc-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-03-18 18:45:35.176022 | fa163ecf-2437-0493-eacc-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:28.762326 | 0.49s 2026-03-18 18:45:35.196999 | fa163ecf-2437-0493-eacc-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-03-18 18:45:35.436654 | fa163ecf-2437-0493-eacc-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-03-18 18:45:35.438196 | fa163ecf-2437-0493-eacc-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:29.024493 | 0.24s 2026-03-18 18:45:35.463920 | fa163ecf-2437-0493-eacc-000000000ba1 | TASK | check if libvirt is installed 2026-03-18 18:45:35.694407 | fa163ecf-2437-0493-eacc-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-03-18 18:45:35.695863 | fa163ecf-2437-0493-eacc-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:29.282162 | 0.23s 2026-03-18 18:45:35.721422 | fa163ecf-2437-0493-eacc-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-03-18 18:45:35.759809 | fa163ecf-2437-0493-eacc-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-03-18 18:45:35.766564 | fa163ecf-2437-0493-eacc-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-03-18 18:45:35.773097 | fa163ecf-2437-0493-eacc-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:29.359386 | 0.05s 2026-03-18 18:45:35.798472 | fa163ecf-2437-0493-eacc-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-03-18 18:45:36.274454 | fa163ecf-2437-0493-eacc-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-03-18 18:45:36.275895 | fa163ecf-2437-0493-eacc-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:29.862191 | 0.48s 2026-03-18 18:45:36.302776 | fa163ecf-2437-0493-eacc-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-03-18 18:45:37.235529 | fa163ecf-2437-0493-eacc-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-03-18 18:45:37.237247 | fa163ecf-2437-0493-eacc-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:30.823520 | 0.93s 2026-03-18 18:45:37.263938 | fa163ecf-2437-0493-eacc-000000000ba5 | TASK | remove gnutls-qemu.config 2026-03-18 18:45:37.493963 | fa163ecf-2437-0493-eacc-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-03-18 18:45:37.495495 | fa163ecf-2437-0493-eacc-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:31.081792 | 0.23s 2026-03-18 18:45:37.521314 | fa163ecf-2437-0493-eacc-000000000ba6 | TASK | update crypto policies 2026-03-18 18:45:37.551869 | fa163ecf-2437-0493-eacc-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-03-18 18:45:37.553186 | fa163ecf-2437-0493-eacc-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:31.139483 | 0.03s 2026-03-18 18:45:37.580795 | fa163ecf-2437-0493-eacc-000000000ba7 | TASK | Create libvirt persistent data directories 2026-03-18 18:45:37.825538 | fa163ecf-2437-0493-eacc-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-03-18 18:45:37.828634 | fa163ecf-2437-0493-eacc-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.414930 | 0.24s 2026-03-18 18:45:37.837725 | fa163ecf-2437-0493-eacc-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:31.424024 | 0.25s 2026-03-18 18:45:37.863333 | fa163ecf-2437-0493-eacc-000000000ba8 | TASK | create persistent directories 2026-03-18 18:45:38.137087 | fa163ecf-2437-0493-eacc-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-18 18:45:38.139242 | fa163ecf-2437-0493-eacc-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.725513 | 0.27s 2026-03-18 18:45:38.352074 | fa163ecf-2437-0493-eacc-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-18 18:45:38.353967 | fa163ecf-2437-0493-eacc-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.940264 | 0.49s 2026-03-18 18:45:38.363557 | fa163ecf-2437-0493-eacc-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:31.949859 | 0.50s 2026-03-18 18:45:38.381117 | fa163ecf-2437-0493-eacc-000000000ba9 | TASK | Copy in cleanup script 2026-03-18 18:45:38.825540 | fa163ecf-2437-0493-eacc-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-03-18 18:45:38.826977 | fa163ecf-2437-0493-eacc-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:32.413277 | 0.45s 2026-03-18 18:45:38.852736 | fa163ecf-2437-0493-eacc-000000000baa | TASK | Copy in cleanup service 2026-03-18 18:45:39.285400 | fa163ecf-2437-0493-eacc-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-03-18 18:45:39.286750 | fa163ecf-2437-0493-eacc-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:32.873049 | 0.43s 2026-03-18 18:45:39.312313 | fa163ecf-2437-0493-eacc-000000000bab | TASK | Enabling the cleanup service 2026-03-18 18:45:39.913181 | fa163ecf-2437-0493-eacc-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-03-18 18:45:39.915109 | fa163ecf-2437-0493-eacc-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:33.501406 | 0.60s 2026-03-18 18:45:39.943633 | fa163ecf-2437-0493-eacc-000000000bac | TASK | create persistent directories 2026-03-18 18:45:40.216953 | fa163ecf-2437-0493-eacc-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-03-18 18:45:40.220055 | fa163ecf-2437-0493-eacc-000000000bac | TIMING | create persistent directories | standalone | 0:02:33.806347 | 0.28s 2026-03-18 18:45:40.443957 | fa163ecf-2437-0493-eacc-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-03-18 18:45:40.445443 | fa163ecf-2437-0493-eacc-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.031739 | 0.50s 2026-03-18 18:45:40.452044 | fa163ecf-2437-0493-eacc-000000000bac | TIMING | create persistent directories | standalone | 0:02:34.038331 | 0.51s 2026-03-18 18:45:40.477983 | fa163ecf-2437-0493-eacc-000000000bad | TASK | set conditions 2026-03-18 18:45:40.510010 | fa163ecf-2437-0493-eacc-000000000bad | OK | set conditions | standalone 2026-03-18 18:45:40.511212 | fa163ecf-2437-0493-eacc-000000000bad | TIMING | set conditions | standalone | 0:02:34.097512 | 0.03s 2026-03-18 18:45:40.536517 | fa163ecf-2437-0493-eacc-000000000bae | TASK | create persistent directories 2026-03-18 18:45:40.803279 | fa163ecf-2437-0493-eacc-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-18 18:45:40.804652 | fa163ecf-2437-0493-eacc-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.390954 | 0.27s 2026-03-18 18:45:40.990487 | fa163ecf-2437-0493-eacc-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-03-18 18:45:40.992446 | fa163ecf-2437-0493-eacc-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.578746 | 0.45s 2026-03-18 18:45:41.210763 | fa163ecf-2437-0493-eacc-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-03-18 18:45:41.212288 | fa163ecf-2437-0493-eacc-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.798579 | 0.67s 2026-03-18 18:45:41.225659 | fa163ecf-2437-0493-eacc-000000000bae | TIMING | create persistent directories | standalone | 0:02:34.811956 | 0.69s 2026-03-18 18:45:41.251784 | fa163ecf-2437-0493-eacc-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-03-18 18:45:41.726445 | fa163ecf-2437-0493-eacc-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-03-18 18:45:41.728102 | fa163ecf-2437-0493-eacc-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:35.314394 | 0.47s 2026-03-18 18:45:41.753871 | fa163ecf-2437-0493-eacc-000000000bb0 | TASK | create persistent directories 2026-03-18 18:45:41.998008 | fa163ecf-2437-0493-eacc-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-18 18:45:42.000510 | fa163ecf-2437-0493-eacc-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.586796 | 0.25s 2026-03-18 18:45:42.173631 | fa163ecf-2437-0493-eacc-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-03-18 18:45:42.174939 | fa163ecf-2437-0493-eacc-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.761236 | 0.42s 2026-03-18 18:45:42.181439 | fa163ecf-2437-0493-eacc-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:35.767734 | 0.43s 2026-03-18 18:45:42.208356 | fa163ecf-2437-0493-eacc-000000000bb1 | TASK | create empty log files 2026-03-18 18:45:42.453726 | fa163ecf-2437-0493-eacc-000000000bb1 | 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-18 18:45:42.455471 | fa163ecf-2437-0493-eacc-000000000bb1 | TIMING | create empty log files | standalone | 0:02:36.041765 | 0.25s 2026-03-18 18:45:42.625471 | fa163ecf-2437-0493-eacc-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-03-18 18:45:42.626713 | fa163ecf-2437-0493-eacc-000000000bb1 | TIMING | create empty log files | standalone | 0:02:36.213011 | 0.42s 2026-03-18 18:45:42.639077 | fa163ecf-2437-0493-eacc-000000000bb1 | TIMING | create empty log files | standalone | 0:02:36.225372 | 0.43s 2026-03-18 18:45:42.665027 | fa163ecf-2437-0493-eacc-000000000bb2 | TASK | create persistent directories 2026-03-18 18:45:42.891041 | fa163ecf-2437-0493-eacc-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-03-18 18:45:42.892006 | fa163ecf-2437-0493-eacc-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:36.478312 | 0.23s 2026-03-18 18:45:42.895362 | fa163ecf-2437-0493-eacc-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:36.481661 | 0.23s 2026-03-18 18:45:42.920838 | fa163ecf-2437-0493-eacc-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-03-18 18:45:45.968333 | fa163ecf-2437-0493-eacc-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-03-18 18:45:45.969748 | fa163ecf-2437-0493-eacc-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:39.556047 | 3.05s 2026-03-18 18:45:46.023204 | fa163ecf-2437-0493-eacc-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:39.609495 | 0.03s 2026-03-18 18:45:46.085683 | fa163ecf-2437-0493-eacc-000000001297 | TASK | Gather variables for each operating system 2026-03-18 18:45:46.197271 | fa163ecf-2437-0493-eacc-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:39.783522 | 0.11s 2026-03-18 18:45:46.229204 | fa163ecf-2437-0493-eacc-000000001298 | TASK | Set packages facts 2026-03-18 18:45:46.279948 | fa163ecf-2437-0493-eacc-000000001298 | OK | Set packages facts | standalone 2026-03-18 18:45:46.280891 | fa163ecf-2437-0493-eacc-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:39.867197 | 0.05s 2026-03-18 18:45:46.299167 | fa163ecf-2437-0493-eacc-000000001299 | TASK | Manage package 2026-03-18 18:45:46.340124 | fa163ecf-2437-0493-eacc-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-03-18 18:45:46.351612 | fa163ecf-2437-0493-eacc-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-03-18 18:45:46.363964 | fa163ecf-2437-0493-eacc-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-03-18 18:45:51.079388 | fa163ecf-2437-0493-eacc-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.665662 | 4.78s 2026-03-18 18:45:51.101608 | fa163ecf-2437-0493-eacc-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-03-18 18:45:51.113567 | fa163ecf-2437-0493-eacc-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:44.699865 | 4.81s 2026-03-18 18:45:51.163634 | fa163ecf-2437-0493-eacc-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-03-18 18:45:52.454072 | fa163ecf-2437-0493-eacc-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-03-18 18:45:52.455993 | fa163ecf-2437-0493-eacc-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:46.042286 | 1.29s 2026-03-18 18:45:52.481690 | fa163ecf-2437-0493-eacc-000000000bb8 | TASK | create persistent directories 2026-03-18 18:45:52.741857 | fa163ecf-2437-0493-eacc-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-03-18 18:45:52.743381 | fa163ecf-2437-0493-eacc-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:46.329683 | 0.26s 2026-03-18 18:45:52.926785 | fa163ecf-2437-0493-eacc-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-03-18 18:45:52.928845 | fa163ecf-2437-0493-eacc-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:46.515148 | 0.45s 2026-03-18 18:45:52.939486 | fa163ecf-2437-0493-eacc-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:46.525774 | 0.46s 2026-03-18 18:45:52.966597 | fa163ecf-2437-0493-eacc-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-03-18 18:45:53.232381 | fa163ecf-2437-0493-eacc-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-03-18 18:45:53.233564 | fa163ecf-2437-0493-eacc-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:46.819869 | 0.27s 2026-03-18 18:45:53.253818 | fa163ecf-2437-0493-eacc-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-03-18 18:45:53.281411 | fa163ecf-2437-0493-eacc-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-03-18 18:45:53.282364 | fa163ecf-2437-0493-eacc-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:46.868669 | 0.03s 2026-03-18 18:45:53.300539 | fa163ecf-2437-0493-eacc-000000000bbb | TASK | Remove existing entries from logind conf 2026-03-18 18:45:53.516671 | fa163ecf-2437-0493-eacc-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-03-18 18:45:53.518122 | fa163ecf-2437-0493-eacc-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:47.104420 | 0.22s 2026-03-18 18:45:53.543711 | fa163ecf-2437-0493-eacc-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-03-18 18:45:53.742540 | fa163ecf-2437-0493-eacc-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-03-18 18:45:53.743630 | fa163ecf-2437-0493-eacc-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:47.329933 | 0.20s 2026-03-18 18:45:53.764358 | fa163ecf-2437-0493-eacc-000000000bbd | TASK | Restart systemd-logind 2026-03-18 18:45:54.245968 | fa163ecf-2437-0493-eacc-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-03-18 18:45:54.247924 | fa163ecf-2437-0493-eacc-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:47.834224 | 0.48s 2026-03-18 18:45:54.274924 | fa163ecf-2437-0493-eacc-000000000bbe | 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-18 18:45:54.346793 | fa163ecf-2437-0493-eacc-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-03-18 18:45:54.347895 | fa163ecf-2437-0493-eacc-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:47.934193 | 0.07s 2026-03-18 18:45:54.373068 | fa163ecf-2437-0493-eacc-000000000bbf | 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-18 18:45:54.442813 | fa163ecf-2437-0493-eacc-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-03-18 18:45:54.443593 | fa163ecf-2437-0493-eacc-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:48.029901 | 0.07s 2026-03-18 18:45:54.461549 | fa163ecf-2437-0493-eacc-000000000bc0 | TASK | create persistent logs directory 2026-03-18 18:45:54.702197 | fa163ecf-2437-0493-eacc-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-03-18 18:45:54.703992 | fa163ecf-2437-0493-eacc-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.290296 | 0.24s 2026-03-18 18:45:54.909778 | fa163ecf-2437-0493-eacc-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-03-18 18:45:54.910878 | fa163ecf-2437-0493-eacc-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.497183 | 0.45s 2026-03-18 18:45:54.916998 | fa163ecf-2437-0493-eacc-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:48.503295 | 0.45s 2026-03-18 18:45:54.944120 | fa163ecf-2437-0493-eacc-000000000bc2 | TASK | Set login facts 2026-03-18 18:45:54.978831 | fa163ecf-2437-0493-eacc-000000000bc2 | OK | Set login facts | standalone 2026-03-18 18:45:54.980447 | fa163ecf-2437-0493-eacc-000000000bc2 | TIMING | Set login facts | standalone | 0:02:48.566742 | 0.03s 2026-03-18 18:45:55.006435 | fa163ecf-2437-0493-eacc-000000000bc3 | TASK | Convert logins json to dict 2026-03-18 18:45:55.051471 | fa163ecf-2437-0493-eacc-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-03-18 18:45:55.052754 | fa163ecf-2437-0493-eacc-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:48.639057 | 0.04s 2026-03-18 18:45:55.072431 | fa163ecf-2437-0493-eacc-000000000bc4 | TASK | Set registry logins 2026-03-18 18:45:55.121746 | fa163ecf-2437-0493-eacc-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-03-18 18:45:55.122715 | fa163ecf-2437-0493-eacc-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:48.709020 | 0.05s 2026-03-18 18:45:55.142594 | fa163ecf-2437-0493-eacc-000000000bc5 | TASK | Run podman install 2026-03-18 18:45:55.171133 | fa163ecf-2437-0493-eacc-000000000bc5 | TIMING | Run podman install | standalone | 0:02:48.757426 | 0.03s 2026-03-18 18:45:55.228312 | fa163ecf-2437-0493-eacc-000000001329 | TASK | Gather variables for each operating system 2026-03-18 18:45:55.378834 | fa163ecf-2437-0493-eacc-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-03-18 18:45:55.380302 | fa163ecf-2437-0493-eacc-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.966598 | 0.15s 2026-03-18 18:45:55.386578 | fa163ecf-2437-0493-eacc-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:48.972862 | 0.16s 2026-03-18 18:45:55.407268 | fa163ecf-2437-0493-eacc-00000000132b | TASK | ensure podman and deps are installed 2026-03-18 18:45:58.435793 | fa163ecf-2437-0493-eacc-00000000132b | OK | ensure podman and deps are installed | standalone 2026-03-18 18:45:58.437241 | fa163ecf-2437-0493-eacc-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:52.023521 | 3.03s 2026-03-18 18:45:58.460543 | fa163ecf-2437-0493-eacc-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-03-18 18:45:58.995847 | fa163ecf-2437-0493-eacc-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-03-18 18:45:58.996598 | fa163ecf-2437-0493-eacc-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:52.582907 | 0.53s 2026-03-18 18:45:59.016502 | fa163ecf-2437-0493-eacc-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-03-18 18:45:59.045625 | fa163ecf-2437-0493-eacc-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-03-18 18:45:59.046874 | fa163ecf-2437-0493-eacc-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:52.633177 | 0.03s 2026-03-18 18:45:59.067308 | fa163ecf-2437-0493-eacc-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-03-18 18:45:59.104606 | fa163ecf-2437-0493-eacc-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-03-18 18:45:59.105829 | fa163ecf-2437-0493-eacc-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:52.692133 | 0.04s 2026-03-18 18:45:59.127398 | fa163ecf-2437-0493-eacc-000000001330 | TASK | Update default network configuration if possible 2026-03-18 18:45:59.166027 | fa163ecf-2437-0493-eacc-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-03-18 18:45:59.167350 | fa163ecf-2437-0493-eacc-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:52.753649 | 0.04s 2026-03-18 18:45:59.194572 | fa163ecf-2437-0493-eacc-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-03-18 18:45:59.437159 | fa163ecf-2437-0493-eacc-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-03-18 18:45:59.438477 | fa163ecf-2437-0493-eacc-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:53.024777 | 0.24s 2026-03-18 18:45:59.464495 | fa163ecf-2437-0493-eacc-000000001333 | TASK | Get current podman network 2026-03-18 18:45:59.785089 | fa163ecf-2437-0493-eacc-000000001333 | CHANGED | Get current podman network | standalone 2026-03-18 18:45:59.786501 | fa163ecf-2437-0493-eacc-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:53.372801 | 0.32s 2026-03-18 18:45:59.814010 | fa163ecf-2437-0493-eacc-000000001334 | TASK | Update the default network configuration 2026-03-18 18:46:00.413796 | fa163ecf-2437-0493-eacc-000000001334 | CHANGED | Update the default network configuration | standalone 2026-03-18 18:46:00.415096 | fa163ecf-2437-0493-eacc-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:54.001395 | 0.60s 2026-03-18 18:46:00.443068 | fa163ecf-2437-0493-eacc-000000001335 | TASK | Write containers registries.conf 2026-03-18 18:46:00.937675 | fa163ecf-2437-0493-eacc-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-03-18 18:46:00.939012 | fa163ecf-2437-0493-eacc-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:54.525313 | 0.49s 2026-03-18 18:46:00.964885 | fa163ecf-2437-0493-eacc-000000001336 | TASK | Write containers.conf 2026-03-18 18:46:01.219906 | fa163ecf-2437-0493-eacc-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-03-18 18:46:01.222326 | fa163ecf-2437-0493-eacc-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:54.808616 | 0.26s 2026-03-18 18:46:01.432916 | fa163ecf-2437-0493-eacc-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-03-18 18:46:01.434171 | fa163ecf-2437-0493-eacc-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.020469 | 0.47s 2026-03-18 18:46:01.612380 | fa163ecf-2437-0493-eacc-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-03-18 18:46:01.613566 | fa163ecf-2437-0493-eacc-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.199866 | 0.65s 2026-03-18 18:46:01.821055 | fa163ecf-2437-0493-eacc-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-03-18 18:46:01.822580 | fa163ecf-2437-0493-eacc-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.408876 | 0.86s 2026-03-18 18:46:01.830121 | fa163ecf-2437-0493-eacc-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:55.416414 | 0.86s 2026-03-18 18:46:01.857588 | fa163ecf-2437-0493-eacc-000000001337 | TASK | Enable podman.socket service 2026-03-18 18:46:01.888059 | fa163ecf-2437-0493-eacc-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-03-18 18:46:01.889180 | fa163ecf-2437-0493-eacc-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:55.475480 | 0.03s 2026-03-18 18:46:01.937500 | fa163ecf-2437-0493-eacc-000000000bc6 | TASK | Run podman login 2026-03-18 18:46:01.965538 | fa163ecf-2437-0493-eacc-000000000bc6 | TIMING | Run podman login | standalone | 0:02:55.551836 | 0.03s 2026-03-18 18:46:02.043730 | fa163ecf-2437-0493-eacc-000000001437 | TASK | Perform container registry login(s) with podman 2026-03-18 18:46:02.071574 | fa163ecf-2437-0493-eacc-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:55.657876 | 0.03s 2026-03-18 18:46:02.109567 | fa163ecf-2437-0493-eacc-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-03-18 18:46:02.526424 | fa163ecf-2437-0493-eacc-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-03-18 18:46:02.528021 | fa163ecf-2437-0493-eacc-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:56.114321 | 0.42s 2026-03-18 18:46:02.553072 | fa163ecf-2437-0493-eacc-000000000bc9 | TASK | create persistent directories 2026-03-18 18:46:02.785320 | fa163ecf-2437-0493-eacc-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-03-18 18:46:02.788246 | fa163ecf-2437-0493-eacc-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.374511 | 0.23s 2026-03-18 18:46:03.009064 | fa163ecf-2437-0493-eacc-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-03-18 18:46:03.011375 | fa163ecf-2437-0493-eacc-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.597671 | 0.46s 2026-03-18 18:46:03.200804 | fa163ecf-2437-0493-eacc-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-03-18 18:46:03.202639 | fa163ecf-2437-0493-eacc-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.788940 | 0.65s 2026-03-18 18:46:03.213725 | fa163ecf-2437-0493-eacc-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:56.800016 | 0.66s 2026-03-18 18:46:03.240283 | fa163ecf-2437-0493-eacc-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-03-18 18:46:03.682419 | fa163ecf-2437-0493-eacc-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-03-18 18:46:03.683909 | fa163ecf-2437-0493-eacc-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:57.270206 | 0.44s 2026-03-18 18:46:03.709480 | fa163ecf-2437-0493-eacc-000000000bcb | TASK | Ensure rsyslog is installed 2026-03-18 18:46:06.666507 | fa163ecf-2437-0493-eacc-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-03-18 18:46:06.667797 | fa163ecf-2437-0493-eacc-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:00.254098 | 2.96s 2026-03-18 18:46:06.693435 | fa163ecf-2437-0493-eacc-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-03-18 18:46:07.055118 | fa163ecf-2437-0493-eacc-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-03-18 18:46:07.056958 | fa163ecf-2437-0493-eacc-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:00.643257 | 0.36s 2026-03-18 18:46:07.112824 | fa163ecf-2437-0493-eacc-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:00.699115 | 0.03s 2026-03-18 18:46:07.199639 | fa163ecf-2437-0493-eacc-000000001552 | TASK | Gather variables for each operating system 2026-03-18 18:46:07.322538 | fa163ecf-2437-0493-eacc-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-03-18 18:46:07.324696 | fa163ecf-2437-0493-eacc-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.910994 | 0.12s 2026-03-18 18:46:07.334517 | fa163ecf-2437-0493-eacc-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:00.920814 | 0.13s 2026-03-18 18:46:07.360182 | fa163ecf-2437-0493-eacc-000000001554 | TASK | Install the OpenSSH server 2026-03-18 18:46:10.323555 | fa163ecf-2437-0493-eacc-000000001554 | OK | Install the OpenSSH server | standalone 2026-03-18 18:46:10.325255 | fa163ecf-2437-0493-eacc-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:03.911526 | 2.96s 2026-03-18 18:46:10.351437 | fa163ecf-2437-0493-eacc-000000001555 | TASK | Start sshd 2026-03-18 18:46:10.382164 | fa163ecf-2437-0493-eacc-000000001555 | SKIPPED | Start sshd | standalone 2026-03-18 18:46:10.383339 | fa163ecf-2437-0493-eacc-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:03.969640 | 0.03s 2026-03-18 18:46:10.409645 | fa163ecf-2437-0493-eacc-000000001556 | TASK | PasswordAuthentication notice 2026-03-18 18:46:10.441114 | fa163ecf-2437-0493-eacc-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-03-18 18:46:10.442607 | fa163ecf-2437-0493-eacc-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:04.028722 | 0.03s 2026-03-18 18:46:10.468022 | fa163ecf-2437-0493-eacc-000000001557 | TASK | PasswordAuthentication duplication notice 2026-03-18 18:46:10.500993 | fa163ecf-2437-0493-eacc-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-03-18 18:46:10.502141 | fa163ecf-2437-0493-eacc-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:04.088437 | 0.03s 2026-03-18 18:46:10.528651 | fa163ecf-2437-0493-eacc-000000001558 | TASK | Motd duplication notice 2026-03-18 18:46:10.579805 | fa163ecf-2437-0493-eacc-000000001558 | 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-18 18:46:10.581111 | fa163ecf-2437-0493-eacc-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:04.167409 | 0.05s 2026-03-18 18:46:10.608664 | fa163ecf-2437-0493-eacc-000000001559 | TASK | Configure the banner text 2026-03-18 18:46:10.648865 | fa163ecf-2437-0493-eacc-000000001559 | SKIPPED | Configure the banner text | standalone 2026-03-18 18:46:10.650132 | fa163ecf-2437-0493-eacc-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:04.236430 | 0.04s 2026-03-18 18:46:10.676724 | fa163ecf-2437-0493-eacc-00000000155a | TASK | Configure the motd banner 2026-03-18 18:46:10.712056 | fa163ecf-2437-0493-eacc-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-03-18 18:46:10.713273 | fa163ecf-2437-0493-eacc-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:04.299573 | 0.04s 2026-03-18 18:46:10.740114 | fa163ecf-2437-0493-eacc-00000000155b | TASK | Update sshd configuration options from vars 2026-03-18 18:46:10.784268 | fa163ecf-2437-0493-eacc-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-03-18 18:46:10.785586 | fa163ecf-2437-0493-eacc-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:04.371884 | 0.04s 2026-03-18 18:46:10.813557 | fa163ecf-2437-0493-eacc-00000000155c | TASK | Adjust ssh server configuration 2026-03-18 18:46:11.379055 | fa163ecf-2437-0493-eacc-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-03-18 18:46:11.380605 | fa163ecf-2437-0493-eacc-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:04.966904 | 0.57s 2026-03-18 18:46:11.407663 | fa163ecf-2437-0493-eacc-00000000155d | TASK | Restart sshd 2026-03-18 18:46:11.864544 | fa163ecf-2437-0493-eacc-00000000155d | CHANGED | Restart sshd | standalone 2026-03-18 18:46:11.866597 | fa163ecf-2437-0493-eacc-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:05.452896 | 0.46s 2026-03-18 18:46:11.918168 | fa163ecf-2437-0493-eacc-000000000bce | TASK | create persistent directories 2026-03-18 18:46:12.188843 | fa163ecf-2437-0493-eacc-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-18 18:46:12.190764 | fa163ecf-2437-0493-eacc-000000000bce | TIMING | create persistent directories | standalone | 0:03:05.777057 | 0.27s 2026-03-18 18:46:12.395343 | fa163ecf-2437-0493-eacc-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-03-18 18:46:12.397594 | fa163ecf-2437-0493-eacc-000000000bce | TIMING | create persistent directories | standalone | 0:03:05.983888 | 0.48s 2026-03-18 18:46:12.590006 | fa163ecf-2437-0493-eacc-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-18 18:46:12.592297 | fa163ecf-2437-0493-eacc-000000000bce | TIMING | create persistent directories | standalone | 0:03:06.178594 | 0.67s 2026-03-18 18:46:12.603348 | fa163ecf-2437-0493-eacc-000000000bce | TIMING | create persistent directories | standalone | 0:03:06.189632 | 0.68s 2026-03-18 18:46:12.630362 | fa163ecf-2437-0493-eacc-000000000bcf | TASK | create persistent directories 2026-03-18 18:46:12.888678 | fa163ecf-2437-0493-eacc-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-03-18 18:46:12.891021 | fa163ecf-2437-0493-eacc-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.477306 | 0.26s 2026-03-18 18:46:13.117495 | fa163ecf-2437-0493-eacc-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-03-18 18:46:13.119669 | fa163ecf-2437-0493-eacc-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.705963 | 0.49s 2026-03-18 18:46:13.344577 | fa163ecf-2437-0493-eacc-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-03-18 18:46:13.346167 | fa163ecf-2437-0493-eacc-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.932460 | 0.71s 2026-03-18 18:46:13.354022 | fa163ecf-2437-0493-eacc-000000000bcf | TIMING | create persistent directories | standalone | 0:03:06.940307 | 0.72s 2026-03-18 18:46:13.381257 | fa163ecf-2437-0493-eacc-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-03-18 18:46:13.414657 | fa163ecf-2437-0493-eacc-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-03-18 18:46:13.415870 | fa163ecf-2437-0493-eacc-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:07.002169 | 0.03s 2026-03-18 18:46:13.441896 | fa163ecf-2437-0493-eacc-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-03-18 18:46:13.473836 | fa163ecf-2437-0493-eacc-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-03-18 18:46:13.475028 | fa163ecf-2437-0493-eacc-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:07.061329 | 0.03s 2026-03-18 18:46:13.500562 | fa163ecf-2437-0493-eacc-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-03-18 18:46:13.731541 | fa163ecf-2437-0493-eacc-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-03-18 18:46:13.732982 | fa163ecf-2437-0493-eacc-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:07.319281 | 0.23s 2026-03-18 18:46:13.758769 | fa163ecf-2437-0493-eacc-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-03-18 18:46:13.797942 | fa163ecf-2437-0493-eacc-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-03-18 18:46:13.799105 | fa163ecf-2437-0493-eacc-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:07.385405 | 0.04s 2026-03-18 18:46:13.824678 | fa163ecf-2437-0493-eacc-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-03-18 18:46:13.853181 | fa163ecf-2437-0493-eacc-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-03-18 18:46:13.854620 | fa163ecf-2437-0493-eacc-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:07.440916 | 0.03s 2026-03-18 18:46:13.879977 | fa163ecf-2437-0493-eacc-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-03-18 18:46:13.910497 | fa163ecf-2437-0493-eacc-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-03-18 18:46:13.911593 | fa163ecf-2437-0493-eacc-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:07.497895 | 0.03s 2026-03-18 18:46:13.936593 | fa163ecf-2437-0493-eacc-000000000bd6 | TASK | Format SwiftRawDisks 2026-03-18 18:46:13.967201 | fa163ecf-2437-0493-eacc-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:07.553494 | 0.03s 2026-03-18 18:46:13.992286 | fa163ecf-2437-0493-eacc-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-03-18 18:46:14.041823 | fa163ecf-2437-0493-eacc-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-03-18 18:46:14.043084 | fa163ecf-2437-0493-eacc-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:07.629383 | 0.05s 2026-03-18 18:46:14.072700 | fa163ecf-2437-0493-eacc-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-03-18 18:46:14.101669 | fa163ecf-2437-0493-eacc-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:07.687963 | 0.03s 2026-03-18 18:46:14.127241 | fa163ecf-2437-0493-eacc-000000000bd9 | TASK | Check for NTP service 2026-03-18 18:46:14.358047 | fa163ecf-2437-0493-eacc-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-03-18 18:46:14.359545 | fa163ecf-2437-0493-eacc-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:07.945844 | 0.23s 2026-03-18 18:46:14.385036 | fa163ecf-2437-0493-eacc-000000000bda | TASK | Disable NTP before configuring Chrony 2026-03-18 18:46:14.434608 | fa163ecf-2437-0493-eacc-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-18 18:46:14.435832 | fa163ecf-2437-0493-eacc-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:08.022132 | 0.05s 2026-03-18 18:46:14.461314 | fa163ecf-2437-0493-eacc-000000000bdb | TASK | Install, Configure and Run Chrony 2026-03-18 18:46:14.489302 | fa163ecf-2437-0493-eacc-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:08.075590 | 0.03s 2026-03-18 18:46:14.592242 | fa163ecf-2437-0493-eacc-0000000016ee | TASK | Load distro-specific variables 2026-03-18 18:46:14.618329 | fa163ecf-2437-0493-eacc-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.204629 | 0.03s 2026-03-18 18:46:14.630327 | cefa38bf-b5e2-4db9-8a45-10f0bfd16a32 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:46:14.656139 | fa163ecf-2437-0493-eacc-0000000017d3 | TASK | Load distro-specific variables 2026-03-18 18:46:14.707209 | fa163ecf-2437-0493-eacc-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:46:14.709460 | fa163ecf-2437-0493-eacc-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.295758 | 0.05s 2026-03-18 18:46:14.719506 | fa163ecf-2437-0493-eacc-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.305796 | 0.06s 2026-03-18 18:46:14.750446 | fa163ecf-2437-0493-eacc-0000000016ef | TASK | Install chronyd 2026-03-18 18:46:14.779267 | fa163ecf-2437-0493-eacc-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:08.365513 | 0.03s 2026-03-18 18:46:14.803075 | 630b9f7a-103c-4cda-b356-7039171f2040 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-03-18 18:46:14.834567 | fa163ecf-2437-0493-eacc-00000000180c | TASK | Load distro-specific variables 2026-03-18 18:46:14.861097 | fa163ecf-2437-0493-eacc-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.447397 | 0.03s 2026-03-18 18:46:14.872137 | c00ce09c-a5eb-4f1a-b4d3-6b55aca1efa6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:46:14.897074 | fa163ecf-2437-0493-eacc-000000001853 | TASK | Load distro-specific variables 2026-03-18 18:46:14.954440 | fa163ecf-2437-0493-eacc-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:46:14.957210 | fa163ecf-2437-0493-eacc-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.543499 | 0.06s 2026-03-18 18:46:14.966928 | fa163ecf-2437-0493-eacc-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:08.553215 | 0.07s 2026-03-18 18:46:14.993929 | fa163ecf-2437-0493-eacc-00000000180d | TASK | Check for NTP service 2026-03-18 18:46:15.230166 | fa163ecf-2437-0493-eacc-00000000180d | CHANGED | Check for NTP service | standalone 2026-03-18 18:46:15.231912 | fa163ecf-2437-0493-eacc-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:08.818207 | 0.24s 2026-03-18 18:46:15.259572 | fa163ecf-2437-0493-eacc-00000000180e | TASK | Disable NTP before configuring Chrony 2026-03-18 18:46:15.290792 | fa163ecf-2437-0493-eacc-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-03-18 18:46:15.292171 | fa163ecf-2437-0493-eacc-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:08.878468 | 0.03s 2026-03-18 18:46:15.320010 | fa163ecf-2437-0493-eacc-00000000180f | TASK | Install chronyd package 2026-03-18 18:46:18.402241 | fa163ecf-2437-0493-eacc-00000000180f | OK | Install chronyd package | standalone 2026-03-18 18:46:18.403755 | fa163ecf-2437-0493-eacc-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:11.990055 | 3.08s 2026-03-18 18:46:18.430039 | fa163ecf-2437-0493-eacc-0000000016f0 | TASK | Upgrade chronyd 2026-03-18 18:46:18.460997 | fa163ecf-2437-0493-eacc-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-03-18 18:46:18.462182 | fa163ecf-2437-0493-eacc-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:12.048481 | 0.03s 2026-03-18 18:46:18.489287 | fa163ecf-2437-0493-eacc-0000000016f1 | TASK | Configure chronyd 2026-03-18 18:46:18.519889 | fa163ecf-2437-0493-eacc-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:12.106174 | 0.03s 2026-03-18 18:46:18.542797 | ce23efa9-0e75-4c15-8e73-72e74887fc4e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-03-18 18:46:18.580634 | fa163ecf-2437-0493-eacc-00000000188c | TASK | Load distro-specific variables 2026-03-18 18:46:18.601345 | fa163ecf-2437-0493-eacc-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.187647 | 0.02s 2026-03-18 18:46:18.612483 | d9c45954-0120-4f4b-8cfd-2dce1d2bf0ff | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:46:18.635135 | fa163ecf-2437-0493-eacc-0000000018f8 | TASK | Load distro-specific variables 2026-03-18 18:46:18.691734 | fa163ecf-2437-0493-eacc-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:46:18.694719 | fa163ecf-2437-0493-eacc-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.281008 | 0.06s 2026-03-18 18:46:18.704111 | fa163ecf-2437-0493-eacc-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.290407 | 0.07s 2026-03-18 18:46:18.729679 | fa163ecf-2437-0493-eacc-00000000188d | TASK | Install chrony configuration file 2026-03-18 18:46:19.318596 | fa163ecf-2437-0493-eacc-00000000188d | OK | Install chrony configuration file | standalone 2026-03-18 18:46:19.319978 | fa163ecf-2437-0493-eacc-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:12.906280 | 0.59s 2026-03-18 18:46:19.346455 | fa163ecf-2437-0493-eacc-0000000016f2 | TASK | Run chronyd 2026-03-18 18:46:19.374831 | fa163ecf-2437-0493-eacc-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:12.961125 | 0.03s 2026-03-18 18:46:19.396939 | 81a757e2-5717-4f6c-bb0b-58fd4f917a00 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-03-18 18:46:19.436744 | fa163ecf-2437-0493-eacc-00000000191b | TASK | Load distro-specific variables 2026-03-18 18:46:19.456416 | fa163ecf-2437-0493-eacc-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.042719 | 0.02s 2026-03-18 18:46:19.467452 | 5f783624-2d99-48da-96b8-0efe9804a465 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-03-18 18:46:19.491159 | fa163ecf-2437-0493-eacc-00000000199f | TASK | Load distro-specific variables 2026-03-18 18:46:19.529435 | fa163ecf-2437-0493-eacc-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-03-18 18:46:19.531819 | fa163ecf-2437-0493-eacc-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.118114 | 0.04s 2026-03-18 18:46:19.541765 | fa163ecf-2437-0493-eacc-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:13.128062 | 0.05s 2026-03-18 18:46:19.567276 | fa163ecf-2437-0493-eacc-00000000191c | TASK | Ensure chronyd is running 2026-03-18 18:46:20.027170 | fa163ecf-2437-0493-eacc-00000000191c | OK | Ensure chronyd is running | standalone 2026-03-18 18:46:20.029117 | fa163ecf-2437-0493-eacc-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:13.615416 | 0.46s 2026-03-18 18:46:20.056563 | fa163ecf-2437-0493-eacc-00000000191d | TASK | Force chronyd restart 2026-03-18 18:46:20.105029 | fa163ecf-2437-0493-eacc-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-03-18 18:46:20.106368 | fa163ecf-2437-0493-eacc-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:13.692665 | 0.05s 2026-03-18 18:46:20.132584 | fa163ecf-2437-0493-eacc-0000000016f3 | TASK | Enable online service 2026-03-18 18:46:20.161029 | fa163ecf-2437-0493-eacc-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:13.747316 | 0.03s 2026-03-18 18:46:20.181120 | 9a6bbcfe-2542-4860-b50a-aab250a3bc04 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-03-18 18:46:20.226072 | fa163ecf-2437-0493-eacc-0000000019cc | TASK | Create chrony-online.service unit file 2026-03-18 18:46:20.709692 | fa163ecf-2437-0493-eacc-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-03-18 18:46:20.711098 | fa163ecf-2437-0493-eacc-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:14.297396 | 0.48s 2026-03-18 18:46:20.737211 | fa163ecf-2437-0493-eacc-0000000019cd | TASK | Enable chrony-online.service 2026-03-18 18:46:21.363599 | fa163ecf-2437-0493-eacc-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-03-18 18:46:21.365440 | fa163ecf-2437-0493-eacc-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:14.951740 | 0.63s 2026-03-18 18:46:21.393340 | fa163ecf-2437-0493-eacc-0000000016f4 | TASK | Sync chronyc 2026-03-18 18:46:21.423142 | fa163ecf-2437-0493-eacc-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:15.009429 | 0.03s 2026-03-18 18:46:21.443879 | 31c4fc8c-5350-40d5-a3cd-84f7ae8c8973 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-03-18 18:46:21.497928 | fa163ecf-2437-0493-eacc-000000001a72 | TASK | Force NTP sync 2026-03-18 18:46:22.606271 | fa163ecf-2437-0493-eacc-000000001a72 | CHANGED | Force NTP sync | standalone 2026-03-18 18:46:22.607937 | fa163ecf-2437-0493-eacc-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:16.194236 | 1.11s 2026-03-18 18:46:22.637352 | fa163ecf-2437-0493-eacc-000000001a73 | TASK | Ensure system is NTP time synced 2026-03-18 18:46:22.871411 | fa163ecf-2437-0493-eacc-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-03-18 18:46:22.872924 | fa163ecf-2437-0493-eacc-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:16.459224 | 0.23s 2026-03-18 18:46:22.935852 | fa163ecf-2437-0493-eacc-000000000bdc | TASK | Force NTP sync 2026-03-18 18:46:23.161425 | fa163ecf-2437-0493-eacc-000000000bdc | CHANGED | Force NTP sync | standalone 2026-03-18 18:46:23.162593 | fa163ecf-2437-0493-eacc-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:16.748897 | 0.22s 2026-03-18 18:46:23.182487 | fa163ecf-2437-0493-eacc-000000000bdd | TASK | Ensure system is NTP time synced 2026-03-18 18:46:23.421575 | fa163ecf-2437-0493-eacc-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-03-18 18:46:23.423620 | fa163ecf-2437-0493-eacc-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:17.009914 | 0.24s 2026-03-18 18:46:23.455524 | fa163ecf-2437-0493-eacc-000000000bde | TASK | Run timezone role 2026-03-18 18:46:23.479479 | fa163ecf-2437-0493-eacc-000000000bde | TIMING | Run timezone role | standalone | 0:03:17.065763 | 0.02s 2026-03-18 18:46:23.583223 | fa163ecf-2437-0493-eacc-000000001c33 | TASK | Set timezone 2026-03-18 18:46:24.185372 | fa163ecf-2437-0493-eacc-000000001c33 | OK | Set timezone | standalone 2026-03-18 18:46:24.187448 | fa163ecf-2437-0493-eacc-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:17.773741 | 0.60s 2026-03-18 18:46:24.214091 | fa163ecf-2437-0493-eacc-000000001c34 | TASK | Restart time services 2026-03-18 18:46:24.260794 | fa163ecf-2437-0493-eacc-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-03-18 18:46:24.267123 | fa163ecf-2437-0493-eacc-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-03-18 18:46:24.273081 | fa163ecf-2437-0493-eacc-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:17.859378 | 0.06s 2026-03-18 18:46:24.322056 | fa163ecf-2437-0493-eacc-000000000bdf | TASK | install tmpwatch on the host 2026-03-18 18:46:27.737687 | fa163ecf-2437-0493-eacc-000000000bdf | OK | install tmpwatch on the host | standalone 2026-03-18 18:46:27.739305 | fa163ecf-2437-0493-eacc-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:21.325598 | 3.42s 2026-03-18 18:46:27.765659 | fa163ecf-2437-0493-eacc-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-03-18 18:46:27.795911 | fa163ecf-2437-0493-eacc-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-03-18 18:46:27.797259 | fa163ecf-2437-0493-eacc-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:21.383551 | 0.03s 2026-03-18 18:46:27.843870 | fa163ecf-2437-0493-eacc-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:21.430169 | 0.02s 2026-03-18 18:46:27.917419 | fa163ecf-2437-0493-eacc-000000001e67 | TASK | Gather variables for each operating system 2026-03-18 18:46:28.035525 | fa163ecf-2437-0493-eacc-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-03-18 18:46:28.036892 | fa163ecf-2437-0493-eacc-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.623189 | 0.12s 2026-03-18 18:46:28.043193 | fa163ecf-2437-0493-eacc-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:21.629486 | 0.12s 2026-03-18 18:46:28.129652 | fa163ecf-2437-0493-eacc-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:21.715942 | 0.06s 2026-03-18 18:46:28.151370 | 8551eec9-e2bd-4256-a096-5e2eeb787af6 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-03-18 18:46:28.184563 | fa163ecf-2437-0493-eacc-000000001f98 | TASK | Check tuned package is installed 2026-03-18 18:46:28.458726 | fa163ecf-2437-0493-eacc-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-03-18 18:46:28.460155 | fa163ecf-2437-0493-eacc-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:22.046447 | 0.27s 2026-03-18 18:46:28.486367 | fa163ecf-2437-0493-eacc-000000001f99 | TASK | Install tuned 2026-03-18 18:46:28.516037 | fa163ecf-2437-0493-eacc-000000001f99 | SKIPPED | Install tuned | standalone 2026-03-18 18:46:28.517316 | fa163ecf-2437-0493-eacc-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:22.103610 | 0.03s 2026-03-18 18:46:28.543702 | fa163ecf-2437-0493-eacc-000000001f9a | TASK | Restart tuned 2026-03-18 18:46:28.572091 | fa163ecf-2437-0493-eacc-000000001f9a | SKIPPED | Restart tuned | standalone 2026-03-18 18:46:28.573401 | fa163ecf-2437-0493-eacc-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:22.159694 | 0.03s 2026-03-18 18:46:28.600555 | fa163ecf-2437-0493-eacc-000000001e69 | TASK | Check for tuned-adm 2026-03-18 18:46:28.857890 | fa163ecf-2437-0493-eacc-000000001e69 | OK | Check for tuned-adm | standalone 2026-03-18 18:46:28.859378 | fa163ecf-2437-0493-eacc-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:22.445676 | 0.26s 2026-03-18 18:46:28.920567 | fa163ecf-2437-0493-eacc-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:22.506855 | 0.03s 2026-03-18 18:46:28.949615 | 9b191703-00d6-40a2-b3df-07e8424b50cc | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-03-18 18:46:28.985692 | fa163ecf-2437-0493-eacc-000000001fc5 | TASK | Ensure profile directory exists 2026-03-18 18:46:29.055471 | fa163ecf-2437-0493-eacc-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-03-18 18:46:29.056782 | fa163ecf-2437-0493-eacc-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:22.643080 | 0.07s 2026-03-18 18:46:29.084317 | fa163ecf-2437-0493-eacc-000000001fc6 | TASK | Create custom tuned profile 2026-03-18 18:46:29.145540 | fa163ecf-2437-0493-eacc-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-03-18 18:46:29.148340 | fa163ecf-2437-0493-eacc-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:22.734637 | 0.06s 2026-03-18 18:46:29.175446 | fa163ecf-2437-0493-eacc-000000001fc7 | TASK | Check tuned active profile 2026-03-18 18:46:29.365545 | fa163ecf-2437-0493-eacc-000000001fc7 | OK | Check tuned active profile | standalone 2026-03-18 18:46:29.366868 | fa163ecf-2437-0493-eacc-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:22.953168 | 0.19s 2026-03-18 18:46:29.395139 | fa163ecf-2437-0493-eacc-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-03-18 18:46:29.639241 | fa163ecf-2437-0493-eacc-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-03-18 18:46:29.640601 | fa163ecf-2437-0493-eacc-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:23.226902 | 0.24s 2026-03-18 18:46:29.666505 | fa163ecf-2437-0493-eacc-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-03-18 18:46:29.728013 | fa163ecf-2437-0493-eacc-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-03-18 18:46:29.729307 | fa163ecf-2437-0493-eacc-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:23.315605 | 0.06s 2026-03-18 18:46:29.757301 | fa163ecf-2437-0493-eacc-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-03-18 18:46:29.817209 | fa163ecf-2437-0493-eacc-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-03-18 18:46:29.818253 | fa163ecf-2437-0493-eacc-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:23.404553 | 0.06s 2026-03-18 18:46:29.844264 | fa163ecf-2437-0493-eacc-000000001fcb | TASK | Enable tuned profile 2026-03-18 18:46:29.875382 | fa163ecf-2437-0493-eacc-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-03-18 18:46:29.876425 | fa163ecf-2437-0493-eacc-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:23.462727 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-03-18 18:46:30.059173 | fa163ecf-2437-0493-eacc-0000000000ac | TASK | Overcloud container setup tasks 2026-03-18 18:46:30.085713 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000ac') missing from stats 2026-03-18 18:46:30.105934 | fa163ecf-2437-0493-eacc-0000000000ad | TASK | Write config data 2026-03-18 18:46:30.197169 | fa163ecf-2437-0493-eacc-0000000000ad | TIMING | Write config data | standalone | 0:03:23.783459 | 0.09s 2026-03-18 18:46:30.278346 | 9491cefe-d281-4599-9c9b-b8e4224be3a3 | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_container_setup_tasks.yaml | standalone 2026-03-18 18:46:30.298344 | fa163ecf-2437-0493-eacc-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-03-18 18:46:30.546194 | fa163ecf-2437-0493-eacc-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-03-18 18:46:30.547544 | fa163ecf-2437-0493-eacc-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:24.133844 | 0.25s 2026-03-18 18:46:30.574389 | fa163ecf-2437-0493-eacc-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-03-18 18:46:30.787591 | fa163ecf-2437-0493-eacc-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-03-18 18:46:30.788970 | fa163ecf-2437-0493-eacc-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:24.375270 | 0.21s 2026-03-18 18:46:30.815355 | fa163ecf-2437-0493-eacc-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-03-18 18:46:31.044992 | fa163ecf-2437-0493-eacc-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-03-18 18:46:31.046424 | fa163ecf-2437-0493-eacc-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:24.632723 | 0.23s 2026-03-18 18:46:31.071944 | fa163ecf-2437-0493-eacc-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-03-18 18:46:31.268627 | fa163ecf-2437-0493-eacc-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-03-18 18:46:31.269911 | fa163ecf-2437-0493-eacc-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:24.856210 | 0.20s 2026-03-18 18:46:31.295291 | fa163ecf-2437-0493-eacc-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-03-18 18:46:31.497748 | fa163ecf-2437-0493-eacc-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-03-18 18:46:31.499085 | fa163ecf-2437-0493-eacc-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:25.085384 | 0.20s 2026-03-18 18:46:31.525293 | fa163ecf-2437-0493-eacc-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-03-18 18:46:32.755878 | fa163ecf-2437-0493-eacc-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-03-18 18:46:32.757489 | fa163ecf-2437-0493-eacc-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:26.343788 | 1.23s 2026-03-18 18:46:32.783732 | fa163ecf-2437-0493-eacc-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-03-18 18:46:33.024649 | fa163ecf-2437-0493-eacc-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-03-18 18:46:33.025706 | fa163ecf-2437-0493-eacc-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:26.612011 | 0.24s 2026-03-18 18:46:33.052271 | fa163ecf-2437-0493-eacc-000000002033 | TASK | Write container config scripts 2026-03-18 18:46:33.421746 | fa163ecf-2437-0493-eacc-000000002033 | CHANGED | Write container config scripts | standalone 2026-03-18 18:46:33.423066 | fa163ecf-2437-0493-eacc-000000002033 | TIMING | Write container config scripts | standalone | 0:03:27.009366 | 0.37s 2026-03-18 18:46:33.449850 | fa163ecf-2437-0493-eacc-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-03-18 18:46:34.002678 | fa163ecf-2437-0493-eacc-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-03-18 18:46:34.003948 | fa163ecf-2437-0493-eacc-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:27.590247 | 0.55s 2026-03-18 18:46:34.030724 | fa163ecf-2437-0493-eacc-000000002035 | TASK | Generate startup configs files per step and per container 2026-03-18 18:46:34.659663 | fa163ecf-2437-0493-eacc-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-03-18 18:46:34.669016 | fa163ecf-2437-0493-eacc-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:28.255312 | 0.64s 2026-03-18 18:46:34.711964 | fa163ecf-2437-0493-eacc-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-03-18 18:46:34.943193 | fa163ecf-2437-0493-eacc-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-03-18 18:46:34.944696 | fa163ecf-2437-0493-eacc-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:28.530995 | 0.23s 2026-03-18 18:46:34.971812 | fa163ecf-2437-0493-eacc-000000002037 | TASK | Create /var/lib/config-data directory 2026-03-18 18:46:35.212582 | fa163ecf-2437-0493-eacc-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-03-18 18:46:35.213812 | fa163ecf-2437-0493-eacc-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:28.800113 | 0.24s 2026-03-18 18:46:35.239130 | fa163ecf-2437-0493-eacc-000000002038 | TASK | Write container config json files 2026-03-18 18:46:35.755518 | fa163ecf-2437-0493-eacc-000000002038 | CHANGED | Write container config json files | standalone 2026-03-18 18:46:35.763561 | fa163ecf-2437-0493-eacc-000000002038 | TIMING | Write container config json files | standalone | 0:03:29.349858 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-03-18 18:46:35.936405 | fa163ecf-2437-0493-eacc-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-03-18 18:46:35.964646 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-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-18 18:46:36.012554 | fa163ecf-2437-0493-eacc-0000000000b2 | TIMING | include_tasks | standalone | 0:03:29.598855 | 0.03s 2026-03-18 18:46:36.021643 | bb29f0b8-8583-443d-906e-d0cb65b6cf51 | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-03-18 18:46:36.133412 | fa163ecf-2437-0493-eacc-0000000000b6 | TASK | External deployment step 1 2026-03-18 18:46:36.160175 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000b6') missing from stats 2026-03-18 18:46:36.212778 | fa163ecf-2437-0493-eacc-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:29.799071 | 0.04s 2026-03-18 18:46:36.247768 | a1ca032b-8da7-4238-b5aa-a0320095b3b8 | INCLUDED | /root/standalone-ansible-7kp_1mo5/external_deploy_steps_tasks_step1.yaml | undercloud 2026-03-18 18:46:36.265714 | fa163ecf-2437-0493-eacc-00000000207d | TASK | Set some tripleo-ansible facts 2026-03-18 18:46:36.315063 | fa163ecf-2437-0493-eacc-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-03-18 18:46:36.316488 | fa163ecf-2437-0493-eacc-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:29.902787 | 0.05s 2026-03-18 18:46:36.333926 | fa163ecf-2437-0493-eacc-00000000207f | TASK | Build disk list for cephadm 2026-03-18 18:46:36.385875 | fa163ecf-2437-0493-eacc-00000000207f | OK | Build disk list for cephadm | undercloud 2026-03-18 18:46:36.387075 | fa163ecf-2437-0493-eacc-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:29.973374 | 0.05s 2026-03-18 18:46:36.405292 | fa163ecf-2437-0493-eacc-000000002086 | TASK | Container image prepare 2026-03-18 18:46:37.400840 | fa163ecf-2437-0493-eacc-000000002086 | CHANGED | Container image prepare | undercloud 2026-03-18 18:46:37.403085 | fa163ecf-2437-0493-eacc-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:30.989386 | 1.00s 2026-03-18 18:46:37.438696 | fa163ecf-2437-0493-eacc-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-03-18 18:46:37.700684 | fa163ecf-2437-0493-eacc-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-03-18 18:46:37.702135 | fa163ecf-2437-0493-eacc-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:31.288402 | 0.26s 2026-03-18 18:46:37.719910 | fa163ecf-2437-0493-eacc-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-03-18 18:46:37.759632 | fa163ecf-2437-0493-eacc-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:31.345928 | 0.04s 2026-03-18 18:46:37.806052 | fa163ecf-2437-0493-eacc-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-03-18 18:46:37.999587 | fa163ecf-2437-0493-eacc-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-03-18 18:46:38.001053 | fa163ecf-2437-0493-eacc-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:31.587353 | 0.19s 2026-03-18 18:46:38.020823 | fa163ecf-2437-0493-eacc-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-03-18 18:46:38.499714 | fa163ecf-2437-0493-eacc-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-03-18 18:46:38.501237 | fa163ecf-2437-0493-eacc-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:32.087534 | 0.48s 2026-03-18 18:46:38.521866 | fa163ecf-2437-0493-eacc-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-03-18 18:46:38.576071 | fa163ecf-2437-0493-eacc-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.162362 | 0.05s 2026-03-18 18:46:38.622754 | fa163ecf-2437-0493-eacc-0000000020f1 | TASK | Check for a configured destination 2026-03-18 18:46:38.687221 | fa163ecf-2437-0493-eacc-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-03-18 18:46:38.688467 | fa163ecf-2437-0493-eacc-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:32.274765 | 0.06s 2026-03-18 18:46:38.714718 | fa163ecf-2437-0493-eacc-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-03-18 18:46:39.213440 | fa163ecf-2437-0493-eacc-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-03-18 18:46:39.214456 | fa163ecf-2437-0493-eacc-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:32.800763 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2026-03-18 18:46:39.372382 | fa163ecf-2437-0493-eacc-0000000000ba | TASK | Deploy step tasks for 1 2026-03-18 18:46:39.402132 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000ba') missing from stats 2026-03-18 18:46:39.422053 | fa163ecf-2437-0493-eacc-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-03-18 18:46:39.927072 | fa163ecf-2437-0493-eacc-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-03-18 18:46:39.928349 | fa163ecf-2437-0493-eacc-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:33.514650 | 0.51s 2026-03-18 18:46:39.948770 | fa163ecf-2437-0493-eacc-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-18 18:46:40.175701 | fa163ecf-2437-0493-eacc-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-18 18:46:40.177066 | fa163ecf-2437-0493-eacc-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:33.763365 | 0.23s 2026-03-18 18:46:40.202425 | fa163ecf-2437-0493-eacc-0000000000be | TASK | Write config data at the start of step 1 2026-03-18 18:46:40.277572 | fa163ecf-2437-0493-eacc-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:33.863857 | 0.07s 2026-03-18 18:46:40.323808 | b897a389-eb8b-4540-9281-5c4f01de1faf | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_deploy_steps_tasks_step_1.yaml | standalone 2026-03-18 18:46:40.350685 | fa163ecf-2437-0493-eacc-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-03-18 18:46:40.380793 | fa163ecf-2437-0493-eacc-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-18 18:46:40.382050 | fa163ecf-2437-0493-eacc-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:33.968348 | 0.03s 2026-03-18 18:46:40.407495 | fa163ecf-2437-0493-eacc-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-03-18 18:46:40.436045 | fa163ecf-2437-0493-eacc-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-03-18 18:46:40.437181 | fa163ecf-2437-0493-eacc-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.023481 | 0.03s 2026-03-18 18:46:40.461878 | fa163ecf-2437-0493-eacc-000000002132 | TASK | Write the puppet step_config manifest 2026-03-18 18:46:40.968076 | fa163ecf-2437-0493-eacc-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-03-18 18:46:40.969485 | fa163ecf-2437-0493-eacc-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:34.555784 | 0.51s 2026-03-18 18:46:40.994556 | fa163ecf-2437-0493-eacc-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-03-18 18:46:41.024151 | fa163ecf-2437-0493-eacc-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-18 18:46:41.025208 | fa163ecf-2437-0493-eacc-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.611508 | 0.03s 2026-03-18 18:46:41.049956 | fa163ecf-2437-0493-eacc-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-03-18 18:46:41.083356 | fa163ecf-2437-0493-eacc-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-03-18 18:46:41.084526 | fa163ecf-2437-0493-eacc-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:34.670825 | 0.03s 2026-03-18 18:46:41.110848 | fa163ecf-2437-0493-eacc-000000002135 | TASK | Create /var/lib/container-puppet 2026-03-18 18:46:41.348056 | fa163ecf-2437-0493-eacc-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-03-18 18:46:41.349637 | fa163ecf-2437-0493-eacc-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:34.935935 | 0.24s 2026-03-18 18:46:41.375135 | fa163ecf-2437-0493-eacc-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-03-18 18:46:41.409943 | fa163ecf-2437-0493-eacc-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-18 18:46:41.411075 | fa163ecf-2437-0493-eacc-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:34.997375 | 0.03s 2026-03-18 18:46:41.436263 | fa163ecf-2437-0493-eacc-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-03-18 18:46:41.468561 | fa163ecf-2437-0493-eacc-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-03-18 18:46:41.469880 | fa163ecf-2437-0493-eacc-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.056173 | 0.03s 2026-03-18 18:46:41.496415 | fa163ecf-2437-0493-eacc-000000002138 | TASK | Write container-puppet.json file 2026-03-18 18:46:42.124371 | fa163ecf-2437-0493-eacc-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-03-18 18:46:42.125680 | fa163ecf-2437-0493-eacc-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:35.711979 | 0.63s 2026-03-18 18:46:42.150277 | fa163ecf-2437-0493-eacc-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-03-18 18:46:42.180351 | fa163ecf-2437-0493-eacc-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-18 18:46:42.181450 | fa163ecf-2437-0493-eacc-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.767750 | 0.03s 2026-03-18 18:46:42.206152 | fa163ecf-2437-0493-eacc-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-03-18 18:46:42.236080 | fa163ecf-2437-0493-eacc-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-03-18 18:46:42.237178 | fa163ecf-2437-0493-eacc-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:35.823478 | 0.03s 2026-03-18 18:46:42.262070 | fa163ecf-2437-0493-eacc-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-03-18 18:46:42.642737 | fa163ecf-2437-0493-eacc-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-03-18 18:46:42.644091 | fa163ecf-2437-0493-eacc-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:36.230391 | 0.38s 2026-03-18 18:46:42.668593 | fa163ecf-2437-0493-eacc-00000000213c | TASK | Set host puppet debugging fact string 2026-03-18 18:46:42.707613 | fa163ecf-2437-0493-eacc-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-03-18 18:46:42.708808 | fa163ecf-2437-0493-eacc-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:36.295107 | 0.04s 2026-03-18 18:46:42.733954 | fa163ecf-2437-0493-eacc-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-03-18 18:46:42.764092 | fa163ecf-2437-0493-eacc-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-03-18 18:46:42.765219 | fa163ecf-2437-0493-eacc-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:36.351519 | 0.03s 2026-03-18 18:46:42.791371 | fa163ecf-2437-0493-eacc-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-03-18 18:46:42.823087 | fa163ecf-2437-0493-eacc-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-03-18 18:46:42.824286 | fa163ecf-2437-0493-eacc-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:36.410586 | 0.03s 2026-03-18 18:46:42.849076 | fa163ecf-2437-0493-eacc-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-03-18 18:46:42.877971 | fa163ecf-2437-0493-eacc-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-03-18 18:46:42.879030 | fa163ecf-2437-0493-eacc-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:36.465332 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:46:42.946065 | fa163ecf-2437-0493-eacc-0000000000c0 | TIMING | include_tasks | standalone | 0:03:36.532362 | 0.04s 2026-03-18 18:46:43.061204 | 8959bad2-c6e4-474c-934e-167ec3804dfb | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-03-18 18:46:43.103957 | fa163ecf-2437-0493-eacc-00000000216a | TASK | Create dirs for certificates and keys 2026-03-18 18:46:43.164549 | fa163ecf-2437-0493-eacc-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-03-18 18:46:43.186674 | fa163ecf-2437-0493-eacc-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-03-18 18:46:43.198985 | fa163ecf-2437-0493-eacc-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:36.785275 | 0.09s 2026-03-18 18:46:43.279293 | fa163ecf-2437-0493-eacc-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:46:43.280436 | fa163ecf-2437-0493-eacc-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:36.866736 | 0.05s 2026-03-18 18:46:43.306814 | fa163ecf-2437-0493-eacc-000000002172 | TASK | Fail if container image is undefined 2026-03-18 18:46:43.369230 | fa163ecf-2437-0493-eacc-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:46:43.370486 | fa163ecf-2437-0493-eacc-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:36.956786 | 0.06s 2026-03-18 18:46:43.413229 | fa163ecf-2437-0493-eacc-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-18 18:46:58.555269 | fa163ecf-2437-0493-eacc-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-18 18:46:58.557660 | fa163ecf-2437-0493-eacc-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:52.143960 | 15.14s 2026-03-18 18:46:58.613722 | fa163ecf-2437-0493-eacc-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-03-18 18:46:58.972392 | fa163ecf-2437-0493-eacc-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-03-18 18:46:58.974962 | fa163ecf-2437-0493-eacc-000000002174 | 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:03:52.561260 | 0.36s 2026-03-18 18:46:59.027353 | fa163ecf-2437-0493-eacc-000000002183 | TASK | Fail if container image is undefined 2026-03-18 18:46:59.079459 | fa163ecf-2437-0493-eacc-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:46:59.080609 | fa163ecf-2437-0493-eacc-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:52.666908 | 0.05s 2026-03-18 18:46:59.122847 | fa163ecf-2437-0493-eacc-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-18 18:47:08.731818 | fa163ecf-2437-0493-eacc-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-18 18:47:08.733413 | fa163ecf-2437-0493-eacc-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:02.319710 | 9.61s 2026-03-18 18:47:08.789988 | fa163ecf-2437-0493-eacc-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-03-18 18:47:09.136827 | fa163ecf-2437-0493-eacc-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-03-18 18:47:09.138308 | fa163ecf-2437-0493-eacc-000000002185 | 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:02.724607 | 0.35s 2026-03-18 18:47:09.188955 | fa163ecf-2437-0493-eacc-000000002190 | TASK | Check if rsyslog exists 2026-03-18 18:47:09.452398 | fa163ecf-2437-0493-eacc-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-03-18 18:47:09.453704 | fa163ecf-2437-0493-eacc-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:03.040004 | 0.26s 2026-03-18 18:47:09.479849 | fa163ecf-2437-0493-eacc-000000002192 | TASK | Forward logging to haproxy.log file 2026-03-18 18:47:09.736013 | fa163ecf-2437-0493-eacc-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-03-18 18:47:09.737400 | fa163ecf-2437-0493-eacc-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:03.323699 | 0.26s 2026-03-18 18:47:09.763918 | fa163ecf-2437-0493-eacc-000000002193 | TASK | restart rsyslog service after logging conf change 2026-03-18 18:47:10.567500 | fa163ecf-2437-0493-eacc-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-03-18 18:47:10.569339 | fa163ecf-2437-0493-eacc-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:04.155637 | 0.80s 2026-03-18 18:47:10.597199 | fa163ecf-2437-0493-eacc-00000000219a | TASK | Fail if container image is undefined 2026-03-18 18:47:10.660580 | fa163ecf-2437-0493-eacc-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:47:10.661663 | fa163ecf-2437-0493-eacc-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:04.247964 | 0.06s 2026-03-18 18:47:10.703914 | fa163ecf-2437-0493-eacc-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-18 18:47:16.932441 | fa163ecf-2437-0493-eacc-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-18 18:47:16.933761 | fa163ecf-2437-0493-eacc-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:10.520060 | 6.23s 2026-03-18 18:47:16.989517 | fa163ecf-2437-0493-eacc-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-03-18 18:47:17.354034 | fa163ecf-2437-0493-eacc-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-03-18 18:47:17.354909 | fa163ecf-2437-0493-eacc-00000000219c | 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:10.941215 | 0.36s 2026-03-18 18:47:17.393690 | fa163ecf-2437-0493-eacc-0000000021a6 | TASK | Run lvmfilter role 2026-03-18 18:47:17.445933 | fa163ecf-2437-0493-eacc-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:11.032229 | 0.05s 2026-03-18 18:47:17.527774 | fa163ecf-2437-0493-eacc-0000000022bd | TASK | Check if lvm2 is installed 2026-03-18 18:47:17.779575 | fa163ecf-2437-0493-eacc-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-03-18 18:47:17.781137 | fa163ecf-2437-0493-eacc-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:11.367407 | 0.25s 2026-03-18 18:47:17.808657 | fa163ecf-2437-0493-eacc-0000000022bf | TASK | collect ansible devices 2026-03-18 18:47:17.861248 | fa163ecf-2437-0493-eacc-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-03-18 18:47:17.863326 | fa163ecf-2437-0493-eacc-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:11.449618 | 0.05s 2026-03-18 18:47:17.890385 | fa163ecf-2437-0493-eacc-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-03-18 18:47:17.942481 | fa163ecf-2437-0493-eacc-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-03-18 18:47:17.943789 | fa163ecf-2437-0493-eacc-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:11.530087 | 0.05s 2026-03-18 18:47:17.969345 | fa163ecf-2437-0493-eacc-0000000022c1 | TASK | set allowed_devices 2026-03-18 18:47:18.018822 | fa163ecf-2437-0493-eacc-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-03-18 18:47:18.020087 | fa163ecf-2437-0493-eacc-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:11.606386 | 0.05s 2026-03-18 18:47:18.046203 | fa163ecf-2437-0493-eacc-0000000022c2 | TASK | build lvm2 allow list 2026-03-18 18:47:18.095768 | fa163ecf-2437-0493-eacc-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-03-18 18:47:18.097086 | fa163ecf-2437-0493-eacc-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:11.683385 | 0.05s 2026-03-18 18:47:18.123089 | fa163ecf-2437-0493-eacc-0000000022c3 | TASK | build lvm2 deny list 2026-03-18 18:47:18.175074 | fa163ecf-2437-0493-eacc-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-03-18 18:47:18.176405 | fa163ecf-2437-0493-eacc-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:11.762705 | 0.05s 2026-03-18 18:47:18.201692 | fa163ecf-2437-0493-eacc-0000000022c4 | TASK | build lvm2 filter 2026-03-18 18:47:18.252087 | fa163ecf-2437-0493-eacc-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-03-18 18:47:18.253438 | fa163ecf-2437-0493-eacc-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:11.839738 | 0.05s 2026-03-18 18:47:18.279171 | fa163ecf-2437-0493-eacc-0000000022c5 | TASK | regenerate lvm config 2026-03-18 18:47:18.328808 | fa163ecf-2437-0493-eacc-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-03-18 18:47:18.330063 | fa163ecf-2437-0493-eacc-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:11.916362 | 0.05s 2026-03-18 18:47:18.356518 | fa163ecf-2437-0493-eacc-0000000022c6 | TASK | copy new lvm.conf in place 2026-03-18 18:47:18.407358 | fa163ecf-2437-0493-eacc-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-03-18 18:47:18.408399 | fa163ecf-2437-0493-eacc-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:11.994700 | 0.05s 2026-03-18 18:47:18.457615 | fa163ecf-2437-0493-eacc-0000000021ac | TASK | Fail if container image is undefined 2026-03-18 18:47:18.517936 | fa163ecf-2437-0493-eacc-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:47:18.519008 | fa163ecf-2437-0493-eacc-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:12.105309 | 0.06s 2026-03-18 18:47:18.561842 | fa163ecf-2437-0493-eacc-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-18 18:47:28.850052 | fa163ecf-2437-0493-eacc-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-18 18:47:28.851542 | fa163ecf-2437-0493-eacc-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:22.437842 | 10.29s 2026-03-18 18:47:28.910322 | fa163ecf-2437-0493-eacc-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-03-18 18:47:29.246887 | fa163ecf-2437-0493-eacc-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-03-18 18:47:29.248288 | fa163ecf-2437-0493-eacc-0000000021ae | 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:04:22.834586 | 0.34s 2026-03-18 18:47:29.342784 | fa163ecf-2437-0493-eacc-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:47:29.344008 | fa163ecf-2437-0493-eacc-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:22.930307 | 0.04s 2026-03-18 18:47:29.370559 | fa163ecf-2437-0493-eacc-0000000021c0 | TASK | Fail if container image is undefined 2026-03-18 18:47:29.435876 | fa163ecf-2437-0493-eacc-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:47:29.436980 | fa163ecf-2437-0493-eacc-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:23.023280 | 0.07s 2026-03-18 18:47:29.480902 | fa163ecf-2437-0493-eacc-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-18 18:47:44.050693 | fa163ecf-2437-0493-eacc-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-18 18:47:44.053201 | fa163ecf-2437-0493-eacc-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:37.639499 | 14.57s 2026-03-18 18:47:44.110191 | fa163ecf-2437-0493-eacc-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-03-18 18:47:44.458417 | fa163ecf-2437-0493-eacc-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-03-18 18:47:44.460947 | fa163ecf-2437-0493-eacc-0000000021c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:38.047246 | 0.35s 2026-03-18 18:47:44.550542 | fa163ecf-2437-0493-eacc-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:47:44.551877 | fa163ecf-2437-0493-eacc-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:38.138175 | 0.05s 2026-03-18 18:47:44.580661 | fa163ecf-2437-0493-eacc-0000000021cf | TASK | install systemd-container for a greenfield 2026-03-18 18:48:03.619701 | fa163ecf-2437-0493-eacc-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-03-18 18:48:03.621347 | fa163ecf-2437-0493-eacc-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:57.207646 | 19.04s 2026-03-18 18:48:03.648455 | fa163ecf-2437-0493-eacc-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-03-18 18:48:03.699835 | fa163ecf-2437-0493-eacc-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-03-18 18:48:03.700990 | fa163ecf-2437-0493-eacc-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:57.287289 | 0.05s 2026-03-18 18:48:03.726833 | fa163ecf-2437-0493-eacc-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-03-18 18:48:04.034180 | fa163ecf-2437-0493-eacc-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-03-18 18:48:04.035456 | fa163ecf-2437-0493-eacc-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:57.621758 | 0.31s 2026-03-18 18:48:04.060830 | fa163ecf-2437-0493-eacc-0000000021d4 | TASK | is KSM enabled 2026-03-18 18:48:04.111390 | fa163ecf-2437-0493-eacc-0000000021d4 | OK | is KSM enabled | standalone 2026-03-18 18:48:04.112605 | fa163ecf-2437-0493-eacc-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:57.698905 | 0.05s 2026-03-18 18:48:04.138456 | fa163ecf-2437-0493-eacc-0000000021d6 | TASK | Check for ksm 2026-03-18 18:48:04.426650 | fa163ecf-2437-0493-eacc-0000000021d6 | CHANGED | Check for ksm | standalone 2026-03-18 18:48:04.427742 | fa163ecf-2437-0493-eacc-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:58.014045 | 0.29s 2026-03-18 18:48:04.447730 | fa163ecf-2437-0493-eacc-0000000021d7 | TASK | disable KSM services 2026-03-18 18:48:04.540153 | fa163ecf-2437-0493-eacc-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-03-18 18:48:04.574309 | fa163ecf-2437-0493-eacc-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-03-18 18:48:04.585952 | fa163ecf-2437-0493-eacc-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:58.172248 | 0.14s 2026-03-18 18:48:04.612929 | fa163ecf-2437-0493-eacc-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-03-18 18:48:04.663645 | fa163ecf-2437-0493-eacc-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-03-18 18:48:04.664934 | fa163ecf-2437-0493-eacc-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:58.251233 | 0.05s 2026-03-18 18:48:04.690768 | fa163ecf-2437-0493-eacc-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-03-18 18:48:04.784472 | fa163ecf-2437-0493-eacc-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-03-18 18:48:04.785302 | fa163ecf-2437-0493-eacc-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:58.371608 | 0.09s 2026-03-18 18:48:04.804434 | fa163ecf-2437-0493-eacc-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-03-18 18:48:04.850093 | fa163ecf-2437-0493-eacc-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-03-18 18:48:04.850764 | fa163ecf-2437-0493-eacc-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:58.437073 | 0.05s 2026-03-18 18:48:04.870409 | fa163ecf-2437-0493-eacc-0000000021dc | TASK | enable ksmtunded 2026-03-18 18:48:04.928531 | fa163ecf-2437-0493-eacc-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-03-18 18:48:04.941831 | fa163ecf-2437-0493-eacc-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-03-18 18:48:04.955592 | fa163ecf-2437-0493-eacc-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:58.541885 | 0.08s 2026-03-18 18:48:05.031852 | fa163ecf-2437-0493-eacc-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:48:05.034275 | fa163ecf-2437-0493-eacc-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.620483 | 0.05s 2026-03-18 18:48:05.060536 | fa163ecf-2437-0493-eacc-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-18 18:48:05.135616 | fa163ecf-2437-0493-eacc-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-18 18:48:05.137577 | fa163ecf-2437-0493-eacc-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:58.723876 | 0.07s 2026-03-18 18:48:05.164742 | fa163ecf-2437-0493-eacc-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-03-18 18:48:09.281797 | fa163ecf-2437-0493-eacc-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-03-18 18:48:09.286833 | fa163ecf-2437-0493-eacc-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:05:02.873133 | 4.12s 2026-03-18 18:48:09.322162 | fa163ecf-2437-0493-eacc-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-03-18 18:48:09.391640 | fa163ecf-2437-0493-eacc-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-03-18 18:48:09.392287 | fa163ecf-2437-0493-eacc-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:05:02.978596 | 0.07s 2026-03-18 18:48:09.410999 | fa163ecf-2437-0493-eacc-0000000021e4 | TASK | Fetch ovn VIP 2026-03-18 18:48:09.477707 | fa163ecf-2437-0493-eacc-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-03-18 18:48:09.478769 | fa163ecf-2437-0493-eacc-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:05:03.065069 | 0.07s 2026-03-18 18:48:09.507461 | fa163ecf-2437-0493-eacc-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-03-18 18:48:09.557222 | fa163ecf-2437-0493-eacc-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-03-18 18:48:09.558359 | fa163ecf-2437-0493-eacc-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:05:03.144660 | 0.05s 2026-03-18 18:48:09.587128 | fa163ecf-2437-0493-eacc-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-03-18 18:48:09.627165 | fa163ecf-2437-0493-eacc-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-03-18 18:48:09.628525 | fa163ecf-2437-0493-eacc-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:05:03.214823 | 0.04s 2026-03-18 18:48:09.658210 | fa163ecf-2437-0493-eacc-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-03-18 18:48:09.710755 | fa163ecf-2437-0493-eacc-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-03-18 18:48:09.711832 | fa163ecf-2437-0493-eacc-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:05:03.298133 | 0.05s 2026-03-18 18:48:09.740615 | fa163ecf-2437-0493-eacc-0000000021e8 | TASK | Remove pacemaker attributes 2026-03-18 18:48:09.797768 | fa163ecf-2437-0493-eacc-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-03-18 18:48:09.804467 | fa163ecf-2437-0493-eacc-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:05:03.390764 | 0.06s 2026-03-18 18:48:09.875821 | fa163ecf-2437-0493-eacc-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:48:09.877169 | fa163ecf-2437-0493-eacc-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.463468 | 0.04s 2026-03-18 18:48:09.907463 | fa163ecf-2437-0493-eacc-0000000021ed | TASK | Configure OVN DBs and northd 2026-03-18 18:48:09.958775 | fa163ecf-2437-0493-eacc-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:05:03.545042 | 0.05s 2026-03-18 18:48:10.023916 | fa163ecf-2437-0493-eacc-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-03-18 18:48:10.306140 | fa163ecf-2437-0493-eacc-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-03-18 18:48:10.307421 | fa163ecf-2437-0493-eacc-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:05:03.893723 | 0.28s 2026-03-18 18:48:10.337310 | fa163ecf-2437-0493-eacc-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-03-18 18:48:10.399041 | fa163ecf-2437-0493-eacc-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-03-18 18:48:10.400294 | fa163ecf-2437-0493-eacc-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:05:03.986592 | 0.06s 2026-03-18 18:48:10.431345 | fa163ecf-2437-0493-eacc-000000002397 | TASK | check ovsdb-tool election-timer options 2026-03-18 18:48:10.814051 | fa163ecf-2437-0493-eacc-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-03-18 18:48:10.815437 | fa163ecf-2437-0493-eacc-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:05:04.401738 | 0.38s 2026-03-18 18:48:10.845211 | fa163ecf-2437-0493-eacc-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-03-18 18:48:10.908410 | fa163ecf-2437-0493-eacc-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-03-18 18:48:10.909528 | fa163ecf-2437-0493-eacc-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:05:04.495829 | 0.06s 2026-03-18 18:48:10.939463 | fa163ecf-2437-0493-eacc-000000002399 | TASK | render OVN cluster configuration 2026-03-18 18:48:11.779883 | fa163ecf-2437-0493-eacc-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-03-18 18:48:11.780989 | fa163ecf-2437-0493-eacc-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:05:05.367294 | 0.84s 2026-03-18 18:48:11.809489 | fa163ecf-2437-0493-eacc-00000000239a | TASK | restart OVN northd and north and south databases 2026-03-18 18:48:11.856055 | fa163ecf-2437-0493-eacc-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:05.442342 | 0.04s 2026-03-18 18:48:11.871895 | fa163ecf-2437-0493-eacc-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:05.458206 | 0.06s 2026-03-18 18:48:11.882095 | fa163ecf-2437-0493-eacc-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:05.468407 | 0.07s 2026-03-18 18:48:11.884990 | fa163ecf-2437-0493-eacc-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:05:05.471291 | 0.07s 2026-03-18 18:48:11.897421 | 427aed0d-8f5b-4a6c-8bde-aff2fc42fb28 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-18 18:48:11.901009 | 38956704-971e-404e-b7f4-cbb605f0703f | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-18 18:48:11.904450 | 22e712e5-17cd-459d-b92a-5f79d6bb098e | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-03-18 18:48:11.928181 | fa163ecf-2437-0493-eacc-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-03-18 18:48:12.170965 | fa163ecf-2437-0493-eacc-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-03-18 18:48:12.172332 | fa163ecf-2437-0493-eacc-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:05:05.758631 | 0.24s 2026-03-18 18:48:12.206970 | fa163ecf-2437-0493-eacc-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-03-18 18:48:12.268615 | fa163ecf-2437-0493-eacc-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-03-18 18:48:12.269910 | fa163ecf-2437-0493-eacc-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:05:05.856209 | 0.06s 2026-03-18 18:48:12.303317 | fa163ecf-2437-0493-eacc-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-03-18 18:48:13.196185 | fa163ecf-2437-0493-eacc-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-03-18 18:48:13.197698 | fa163ecf-2437-0493-eacc-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:05:06.783997 | 0.89s 2026-03-18 18:48:13.231289 | fa163ecf-2437-0493-eacc-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-03-18 18:48:13.271808 | fa163ecf-2437-0493-eacc-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-03-18 18:48:13.273153 | fa163ecf-2437-0493-eacc-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:05:06.859450 | 0.04s 2026-03-18 18:48:13.306540 | fa163ecf-2437-0493-eacc-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-03-18 18:48:13.527246 | fa163ecf-2437-0493-eacc-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-03-18 18:48:13.528191 | fa163ecf-2437-0493-eacc-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:05:07.114496 | 0.22s 2026-03-18 18:48:13.553941 | fa163ecf-2437-0493-eacc-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-03-18 18:48:13.581269 | fa163ecf-2437-0493-eacc-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-03-18 18:48:13.582559 | fa163ecf-2437-0493-eacc-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:05:07.168855 | 0.03s 2026-03-18 18:48:13.681355 | fa163ecf-2437-0493-eacc-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:48:13.682677 | fa163ecf-2437-0493-eacc-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.268970 | 0.05s 2026-03-18 18:48:13.765738 | fa163ecf-2437-0493-eacc-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:48:13.767047 | fa163ecf-2437-0493-eacc-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.353346 | 0.05s 2026-03-18 18:48:13.799035 | fa163ecf-2437-0493-eacc-0000000021f8 | TASK | Fail if container image is undefined 2026-03-18 18:48:13.849799 | fa163ecf-2437-0493-eacc-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:48:13.851292 | fa163ecf-2437-0493-eacc-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:07.437586 | 0.05s 2026-03-18 18:48:13.901141 | fa163ecf-2437-0493-eacc-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-18 18:48:30.194598 | fa163ecf-2437-0493-eacc-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-18 18:48:30.196139 | fa163ecf-2437-0493-eacc-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:23.782408 | 16.29s 2026-03-18 18:48:30.255360 | fa163ecf-2437-0493-eacc-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-03-18 18:48:30.591422 | fa163ecf-2437-0493-eacc-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-03-18 18:48:30.592580 | fa163ecf-2437-0493-eacc-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:24.178884 | 0.34s 2026-03-18 18:48:30.640090 | fa163ecf-2437-0493-eacc-000000002205 | TASK | Pre-fetch all the containers 2026-03-18 18:48:35.701948 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-03-18 18:48:35.705206 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:29.291502 | 5.06s 2026-03-18 18:48:47.188875 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-03-18 18:48:47.191584 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:40.777884 | 16.55s 2026-03-18 18:48:50.966643 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-03-18 18:48:50.969520 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:44.555819 | 20.33s 2026-03-18 18:48:55.051626 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-03-18 18:48:55.055619 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:48.641913 | 24.41s 2026-03-18 18:48:58.291563 | fa163ecf-2437-0493-eacc-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-03-18 18:48:58.296172 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:51.882466 | 27.65s 2026-03-18 18:49:03.901690 | fa163ecf-2437-0493-eacc-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-03-18 18:49:03.904935 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:57.491235 | 33.26s 2026-03-18 18:49:09.154604 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-03-18 18:49:09.158555 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:02.744853 | 38.52s 2026-03-18 18:49:18.910238 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-03-18 18:49:18.913418 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:12.499716 | 48.27s 2026-03-18 18:49:23.578305 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-03-18 18:49:23.582984 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:17.169278 | 52.94s 2026-03-18 18:49:26.543534 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-03-18 18:49:26.547149 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:20.133413 | 55.91s 2026-03-18 18:49:35.671988 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-03-18 18:49:35.675196 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:29.261495 | 65.03s 2026-03-18 18:49:39.321568 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-03-18 18:49:39.325521 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:32.911818 | 68.68s 2026-03-18 18:49:59.767537 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-03-18 18:49:59.770482 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:53.356780 | 89.13s 2026-03-18 18:50:10.612144 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-03-18 18:50:10.615985 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:04.202281 | 99.97s 2026-03-18 18:50:18.433333 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-03-18 18:50:18.437166 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:12.023461 | 107.80s 2026-03-18 18:50:26.981982 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-03-18 18:50:26.986771 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:20.573065 | 116.35s 2026-03-18 18:50:36.733171 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-03-18 18:50:36.736851 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:30.323150 | 126.10s 2026-03-18 18:50:42.637055 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-03-18 18:50:42.640537 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.226837 | 132.00s 2026-03-18 18:50:46.198799 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-03-18 18:50:46.201540 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:39.787840 | 135.56s 2026-03-18 18:50:51.665451 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-03-18 18:50:51.670567 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.256861 | 141.03s 2026-03-18 18:50:58.019142 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-03-18 18:50:58.022079 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:51.608378 | 147.38s 2026-03-18 18:51:10.498699 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-03-18 18:51:10.501897 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:04.088196 | 159.86s 2026-03-18 18:51:14.661954 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-03-18 18:51:14.664858 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.251158 | 164.02s 2026-03-18 18:51:23.407081 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-03-18 18:51:23.409901 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:16.996209 | 172.77s 2026-03-18 18:51:26.926768 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-03-18 18:51:26.929654 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:20.515955 | 176.29s 2026-03-18 18:51:30.769006 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-03-18 18:51:30.773308 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:24.359609 | 180.13s 2026-03-18 18:51:34.562271 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-03-18 18:51:34.565258 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:28.151555 | 183.92s 2026-03-18 18:51:40.290680 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-03-18 18:51:40.295210 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.881503 | 189.65s 2026-03-18 18:51:56.972917 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-03-18 18:51:56.976665 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.562963 | 206.33s 2026-03-18 18:52:00.614375 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-03-18 18:52:00.618278 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:54.204576 | 209.98s 2026-03-18 18:52:06.688258 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-03-18 18:52:06.692348 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:00.278645 | 216.05s 2026-03-18 18:52:09.615727 | fa163ecf-2437-0493-eacc-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-03-18 18:52:09.618785 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:03.205083 | 218.98s 2026-03-18 18:52:13.399836 | fa163ecf-2437-0493-eacc-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-03-18 18:52:13.404238 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.990531 | 222.76s 2026-03-18 18:52:17.090858 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-03-18 18:52:17.095402 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:10.681692 | 226.45s 2026-03-18 18:52:20.021235 | fa163ecf-2437-0493-eacc-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-03-18 18:52:20.025809 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:13.612099 | 229.38s 2026-03-18 18:52:25.397636 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-03-18 18:52:25.401483 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.987779 | 234.76s 2026-03-18 18:52:28.941650 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-03-18 18:52:28.945800 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:22.532093 | 238.30s 2026-03-18 18:52:33.110888 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-03-18 18:52:33.113929 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:26.700230 | 242.47s 2026-03-18 18:52:37.021615 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-03-18 18:52:37.025405 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:30.611702 | 246.38s 2026-03-18 18:52:41.330249 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-03-18 18:52:41.334274 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:34.920571 | 250.69s 2026-03-18 18:52:46.106931 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-03-18 18:52:46.111041 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:39.697338 | 255.47s 2026-03-18 18:52:49.900860 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-03-18 18:52:49.903810 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:43.490108 | 259.26s 2026-03-18 18:52:58.523468 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-03-18 18:52:58.525554 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:52.111857 | 267.88s 2026-03-18 18:53:02.748832 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-03-18 18:53:02.751886 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:56.338184 | 272.11s 2026-03-18 18:53:06.397454 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-03-18 18:53:06.400509 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:09:59.986809 | 275.76s 2026-03-18 18:53:09.691455 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-03-18 18:53:09.693965 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:03.280265 | 279.05s 2026-03-18 18:53:13.713249 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-03-18 18:53:13.719125 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:07.305388 | 283.08s 2026-03-18 18:53:17.654541 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-03-18 18:53:17.658664 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:11.244962 | 287.02s 2026-03-18 18:53:21.396301 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-03-18 18:53:21.399178 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:14.985481 | 290.76s 2026-03-18 18:53:26.351192 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-03-18 18:53:26.354128 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:19.940408 | 295.71s 2026-03-18 18:53:29.636173 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-03-18 18:53:29.640260 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:23.226558 | 299.00s 2026-03-18 18:53:33.292398 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-03-18 18:53:33.296824 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.883119 | 302.66s 2026-03-18 18:53:37.376535 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-03-18 18:53:37.382347 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.968638 | 306.74s 2026-03-18 18:53:41.584885 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-03-18 18:53:41.588191 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:35.174484 | 310.95s 2026-03-18 18:53:45.353288 | fa163ecf-2437-0493-eacc-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-03-18 18:53:45.357759 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:38.944054 | 314.72s 2026-03-18 18:53:45.844428 | fa163ecf-2437-0493-eacc-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:10:39.430723 | 315.20s 2026-03-18 18:53:46.055915 | fa163ecf-2437-0493-eacc-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-03-18 18:53:46.056843 | fa163ecf-2437-0493-eacc-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:10:39.643149 | 0.06s 2026-03-18 18:53:46.079119 | fa163ecf-2437-0493-eacc-00000000220f | TASK | Fail if container image is undefined 2026-03-18 18:53:46.141947 | fa163ecf-2437-0493-eacc-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-03-18 18:53:46.143051 | fa163ecf-2437-0493-eacc-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:10:39.729351 | 0.06s 2026-03-18 18:53:46.190934 | fa163ecf-2437-0493-eacc-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-18 18:53:52.835029 | fa163ecf-2437-0493-eacc-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-18 18:53:52.836556 | fa163ecf-2437-0493-eacc-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:46.422854 | 6.64s 2026-03-18 18:53:52.895351 | fa163ecf-2437-0493-eacc-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-03-18 18:53:53.253643 | fa163ecf-2437-0493-eacc-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-03-18 18:53:53.255022 | fa163ecf-2437-0493-eacc-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:10:46.841321 | 0.36s 2026-03-18 18:53:53.311220 | fa163ecf-2437-0493-eacc-00000000221c | TASK | Check if rsyslog exists 2026-03-18 18:53:53.564089 | fa163ecf-2437-0493-eacc-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-03-18 18:53:53.565567 | fa163ecf-2437-0493-eacc-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:10:47.151866 | 0.25s 2026-03-18 18:53:53.594252 | fa163ecf-2437-0493-eacc-00000000221d | TASK | Forward logging to swift.log file 2026-03-18 18:53:54.114454 | fa163ecf-2437-0493-eacc-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-03-18 18:53:54.115781 | fa163ecf-2437-0493-eacc-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:10:47.702080 | 0.52s 2026-03-18 18:53:54.144184 | fa163ecf-2437-0493-eacc-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-03-18 18:53:54.834211 | fa163ecf-2437-0493-eacc-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-03-18 18:53:54.835995 | fa163ecf-2437-0493-eacc-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:10:48.422295 | 0.69s 2026-03-18 18:53:54.865757 | fa163ecf-2437-0493-eacc-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-03-18 18:53:55.105296 | fa163ecf-2437-0493-eacc-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-03-18 18:53:55.106590 | fa163ecf-2437-0493-eacc-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:10:48.692892 | 0.24s 2026-03-18 18:53:55.200236 | fa163ecf-2437-0493-eacc-0000000000c3 | TIMING | include_tasks | standalone | 0:10:48.786522 | 0.07s 2026-03-18 18:53:55.240859 | 0a7239e4-a970-4758-8130-014dbe87c16a | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_deploy_steps_tasks.yaml | standalone 2026-03-18 18:53:55.267209 | fa163ecf-2437-0493-eacc-0000000024a0 | TASK | Write the config_step hieradata 2026-03-18 18:53:55.778881 | fa163ecf-2437-0493-eacc-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-03-18 18:53:55.780799 | fa163ecf-2437-0493-eacc-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:10:49.367094 | 0.51s 2026-03-18 18:53:55.814059 | fa163ecf-2437-0493-eacc-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-03-18 18:53:56.150319 | fa163ecf-2437-0493-eacc-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-03-18 18:53:56.151815 | fa163ecf-2437-0493-eacc-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:10:49.738113 | 0.34s 2026-03-18 18:53:56.184527 | fa163ecf-2437-0493-eacc-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-03-18 18:53:56.453902 | fa163ecf-2437-0493-eacc-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 18:54:06.694176 | fa163ecf-2437-0493-eacc-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 18:54:16.913062 | fa163ecf-2437-0493-eacc-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-18 18:54:27.117623 | fa163ecf-2437-0493-eacc-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-03-18 18:54:37.332921 | fa163ecf-2437-0493-eacc-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-03-18 18:54:47.559659 | fa163ecf-2437-0493-eacc-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-03-18 18:54:57.782680 | fa163ecf-2437-0493-eacc-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 18:54:57.783789 | fa163ecf-2437-0493-eacc-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:11:51.370091 | 61.60s 2026-03-18 18:54:57.808053 | fa163ecf-2437-0493-eacc-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-03-18 18:54:57.888862 | fa163ecf-2437-0493-eacc-0000000024a3 | 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 18 18:53:56 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 18:54:00 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 18:54:00 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 18:54:00 puppet-user: (file & line not available)", "<13>Mar 18 18:54:00 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 18 18:54:00 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 18 18:54:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 18:54:00 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.37 seconds", "<13>Mar 18 18:54:00 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Mar 18 18:54:00 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Mar 18 18:54:00 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Mar 18 18:54:09 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Mar 18 18:54:17 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Mar 18 18:54:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Mar 18 18:54:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Mar 18 18:54:17 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Mar 18 18:54:20 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 18 18:54:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Mar 18 18:54:22 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Mar 18 18:54:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 18 18:54:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Mar 18 18:54:28 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Mar 18 18:54:29 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Mar 18 18:54:51 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Mar 18 18:54:53 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 18:54:55 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Mar 18 18:54:55 puppet-user: Notice: Applied catalog in 55.26 seconds", "<13>Mar 18 18:54:55 puppet-user: Application:", "<13>Mar 18 18:54:55 puppet-user: Initial environment: production", "<13>Mar 18 18:54:55 puppet-user: Converged environment: production", "<13>Mar 18 18:54:55 puppet-user: Run mode: user", "<13>Mar 18 18:54:55 puppet-user: Changes:", "<13>Mar 18 18:54:55 puppet-user: Total: 17", "<13>Mar 18 18:54:55 puppet-user: Events:", "<13>Mar 18 18:54:55 puppet-user: Success: 17", "<13>Mar 18 18:54:55 puppet-user: Resources:", "<13>Mar 18 18:54:55 puppet-user: Restarted: 1", "<13>Mar 18 18:54:55 puppet-user: Changed: 16", "<13>Mar 18 18:54:55 puppet-user: Out of sync: 16", "<13>Mar 18 18:54:55 puppet-user: Total: 26", "<13>Mar 18 18:54:55 puppet-user: Time:", "<13>Mar 18 18:54:55 puppet-user: Filebucket: 0.00", "<13>Mar 18 18:54:55 puppet-user: Schedule: 0.00", "<13>Mar 18 18:54:55 puppet-user: File line: 0.00", "<13>Mar 18 18:54:55 puppet-user: File: 0.00", "<13>Mar 18 18:54:55 puppet-user: Augeas: 0.02", "<13>Mar 18 18:54:55 puppet-user: User: 0.18", "<13>Mar 18 18:54:55 puppet-user: Config retrieval: 0.42", "<13>Mar 18 18:54:55 puppet-user: Package: 16.74", "<13>Mar 18 18:54:55 puppet-user: Last run: 1773860095", "<13>Mar 18 18:54:55 puppet-user: Exec: 28.83", "<13>Mar 18 18:54:55 puppet-user: Pcmk property: 3.80", "<13>Mar 18 18:54:55 puppet-user: Service: 4.36", "<13>Mar 18 18:54:55 puppet-user: Transaction evaluation: 55.25", "<13>Mar 18 18:54:55 puppet-user: Catalog application: 55.26", "<13>Mar 18 18:54:55 puppet-user: Total: 55.26", "<13>Mar 18 18:54:55 puppet-user: Version:", "<13>Mar 18 18:54:55 puppet-user: Config: 1773860040", "<13>Mar 18 18:54:55 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 18:54:57.890872 | fa163ecf-2437-0493-eacc-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:11:51.477170 | 0.08s 2026-03-18 18:54:57.921227 | fa163ecf-2437-0493-eacc-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-03-18 18:54:57.951496 | fa163ecf-2437-0493-eacc-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:11:51.537782 | 0.03s 2026-03-18 18:54:58.037663 | fa163ecf-2437-0493-eacc-0000000024eb | TASK | Gather variables for each operating system 2026-03-18 18:54:58.160808 | fa163ecf-2437-0493-eacc-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:11:51.747105 | 0.12s 2026-03-18 18:54:58.181647 | fa163ecf-2437-0493-eacc-0000000024ec | TASK | Create puppet caching structures 2026-03-18 18:54:58.431874 | fa163ecf-2437-0493-eacc-0000000024ec | CHANGED | Create puppet caching structures | standalone 2026-03-18 18:54:58.433360 | fa163ecf-2437-0493-eacc-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:11:52.019658 | 0.25s 2026-03-18 18:54:58.463254 | fa163ecf-2437-0493-eacc-0000000024ed | TASK | Check for facter.conf 2026-03-18 18:54:58.655039 | fa163ecf-2437-0493-eacc-0000000024ed | OK | Check for facter.conf | standalone 2026-03-18 18:54:58.656269 | fa163ecf-2437-0493-eacc-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:11:52.242568 | 0.19s 2026-03-18 18:54:58.686158 | fa163ecf-2437-0493-eacc-0000000024ee | TASK | Remove facter.conf if directory 2026-03-18 18:54:58.736744 | fa163ecf-2437-0493-eacc-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 18:54:58.737840 | fa163ecf-2437-0493-eacc-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:11:52.324140 | 0.05s 2026-03-18 18:54:58.766883 | fa163ecf-2437-0493-eacc-0000000024ef | TASK | Write facter cache config 2026-03-18 18:54:59.254010 | fa163ecf-2437-0493-eacc-0000000024ef | CHANGED | Write facter cache config | standalone 2026-03-18 18:54:59.255751 | fa163ecf-2437-0493-eacc-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:11:52.842048 | 0.49s 2026-03-18 18:54:59.285203 | fa163ecf-2437-0493-eacc-0000000024f0 | TASK | Cleanup facter cache if exists 2026-03-18 18:54:59.500354 | fa163ecf-2437-0493-eacc-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2026-03-18 18:54:59.501708 | fa163ecf-2437-0493-eacc-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:11:53.088007 | 0.22s 2026-03-18 18:54:59.531895 | fa163ecf-2437-0493-eacc-0000000024f1 | TASK | Pre-cache facts 2026-03-18 18:55:00.105821 | fa163ecf-2437-0493-eacc-0000000024f1 | CHANGED | Pre-cache facts | standalone 2026-03-18 18:55:00.107078 | fa163ecf-2437-0493-eacc-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:11:53.693379 | 0.57s 2026-03-18 18:55:00.139955 | fa163ecf-2437-0493-eacc-0000000024f2 | TASK | Failed deployment if facter fails 2026-03-18 18:55:00.173781 | fa163ecf-2437-0493-eacc-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 18:55:00.174937 | fa163ecf-2437-0493-eacc-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:11:53.761229 | 0.03s 2026-03-18 18:55:00.227168 | fa163ecf-2437-0493-eacc-0000000024f3 | TASK | Sync cached facts 2026-03-18 18:55:00.702750 | fa163ecf-2437-0493-eacc-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-0000000024f3') missing from stats 2026-03-18 18:55:00.760036 | fa163ecf-2437-0493-eacc-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 18:55:00.810177 | fa163ecf-2437-0493-eacc-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:11:54.396467 | 0.05s 2026-03-18 18:55:00.840699 | 55217140-79c3-46d9-9b9d-93cdb3391018 | INCLUDED | /root/standalone-ansible-7kp_1mo5/generate-config-tasks.yaml | standalone 2026-03-18 18:55:00.878073 | fa163ecf-2437-0493-eacc-00000000253d | TASK | Create base directory puppet configs 2026-03-18 18:55:01.119577 | fa163ecf-2437-0493-eacc-00000000253d | CHANGED | Create base directory puppet configs | standalone 2026-03-18 18:55:01.120968 | fa163ecf-2437-0493-eacc-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:11:54.707265 | 0.24s 2026-03-18 18:55:01.153156 | fa163ecf-2437-0493-eacc-00000000253e | TASK | Generate container puppet configs for step 1 2026-03-18 18:55:01.443845 | fa163ecf-2437-0493-eacc-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2026-03-18 18:55:01.444900 | fa163ecf-2437-0493-eacc-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:55.031205 | 0.29s 2026-03-18 18:55:01.468440 | fa163ecf-2437-0493-eacc-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-03-18 18:55:01.495038 | fa163ecf-2437-0493-eacc-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:11:55.081342 | 0.03s 2026-03-18 18:55:01.556217 | fa163ecf-2437-0493-eacc-0000000025c9 | TASK | Gather variables for each operating system 2026-03-18 18:55:01.651486 | fa163ecf-2437-0493-eacc-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:55.237776 | 0.09s 2026-03-18 18:55:01.682011 | fa163ecf-2437-0493-eacc-0000000025ca | TASK | Create container logs path 2026-03-18 18:55:01.924545 | fa163ecf-2437-0493-eacc-0000000025ca | OK | Create container logs path | standalone 2026-03-18 18:55:01.926010 | fa163ecf-2437-0493-eacc-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:55.512310 | 0.24s 2026-03-18 18:55:01.958809 | fa163ecf-2437-0493-eacc-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:02.385679 | fa163ecf-2437-0493-eacc-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:02.387018 | fa163ecf-2437-0493-eacc-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:55.973317 | 0.43s 2026-03-18 18:55:02.418986 | fa163ecf-2437-0493-eacc-0000000025cd | TASK | Finalise hashes for all containers 2026-03-18 18:55:02.507779 | fa163ecf-2437-0493-eacc-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-03-18 18:55:02.508896 | fa163ecf-2437-0493-eacc-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:56.095195 | 0.09s 2026-03-18 18:55:02.539533 | fa163ecf-2437-0493-eacc-0000000025cf | TASK | Manage systemd shutdown files 2026-03-18 18:55:02.584849 | fa163ecf-2437-0493-eacc-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 18:55:02.586321 | fa163ecf-2437-0493-eacc-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:56.172615 | 0.05s 2026-03-18 18:55:02.616328 | fa163ecf-2437-0493-eacc-0000000025d1 | TASK | Update container configs with new config hashes 2026-03-18 18:55:02.677842 | fa163ecf-2437-0493-eacc-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 18:55:02.678958 | fa163ecf-2437-0493-eacc-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:56.265259 | 0.06s 2026-03-18 18:55:02.711340 | fa163ecf-2437-0493-eacc-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:02.772669 | fa163ecf-2437-0493-eacc-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:56.358962 | 0.06s 2026-03-18 18:55:02.798183 | ec701f76-d785-46d6-bc70-9381a7df3876 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 18:55:02.835724 | fa163ecf-2437-0493-eacc-000000002616 | TASK | Gather podman infos 2026-03-18 18:55:03.453354 | fa163ecf-2437-0493-eacc-000000002616 | OK | Gather podman infos | standalone 2026-03-18 18:55:03.454641 | fa163ecf-2437-0493-eacc-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:11:57.040940 | 0.62s 2026-03-18 18:55:03.492184 | fa163ecf-2437-0493-eacc-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:03.558621 | fa163ecf-2437-0493-eacc-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:03.559891 | fa163ecf-2437-0493-eacc-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:57.146191 | 0.07s 2026-03-18 18:55:03.592630 | fa163ecf-2437-0493-eacc-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:03.647069 | fa163ecf-2437-0493-eacc-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:57.233357 | 0.05s 2026-03-18 18:55:03.671415 | 658525b0-0f71-4368-954f-d4f2230e5544 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 18:55:03.717385 | fa163ecf-2437-0493-eacc-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:34.703422 | fa163ecf-2437-0493-eacc-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:34.705371 | fa163ecf-2437-0493-eacc-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:28.291663 | 30.98s 2026-03-18 18:55:34.780744 | fa163ecf-2437-0493-eacc-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:34.863780 | fa163ecf-2437-0493-eacc-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:34.865183 | fa163ecf-2437-0493-eacc-000000002641 | 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:12:28.451476 | 0.08s 2026-03-18 18:55:34.921965 | fa163ecf-2437-0493-eacc-000000002541 | TASK | Diff puppet-generated changes for check mode 2026-03-18 18:55:34.954648 | fa163ecf-2437-0493-eacc-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-18 18:55:34.956090 | fa163ecf-2437-0493-eacc-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:28.542381 | 0.03s 2026-03-18 18:55:34.986067 | fa163ecf-2437-0493-eacc-000000002542 | TASK | Diff puppet-generated changes for check mode 2026-03-18 18:55:35.016702 | fa163ecf-2437-0493-eacc-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-03-18 18:55:35.018344 | fa163ecf-2437-0493-eacc-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:12:28.604639 | 0.03s 2026-03-18 18:55:35.050422 | fa163ecf-2437-0493-eacc-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-03-18 18:55:35.079387 | fa163ecf-2437-0493-eacc-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:12:28.665673 | 0.03s 2026-03-18 18:55:35.146308 | fa163ecf-2437-0493-eacc-000000002696 | TASK | Gather variables for each operating system 2026-03-18 18:55:35.268514 | fa163ecf-2437-0493-eacc-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:28.854803 | 0.12s 2026-03-18 18:55:35.300043 | fa163ecf-2437-0493-eacc-000000002697 | TASK | Create container logs path 2026-03-18 18:55:35.541566 | fa163ecf-2437-0493-eacc-000000002697 | OK | Create container logs path | standalone 2026-03-18 18:55:35.543089 | fa163ecf-2437-0493-eacc-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:29.129383 | 0.24s 2026-03-18 18:55:35.576074 | fa163ecf-2437-0493-eacc-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 18:55:35.851231 | fa163ecf-2437-0493-eacc-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-18 18:55:35.852543 | fa163ecf-2437-0493-eacc-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:29.438844 | 0.27s 2026-03-18 18:55:35.882298 | fa163ecf-2437-0493-eacc-00000000269a | TASK | Finalise hashes for all containers 2026-03-18 18:55:35.943262 | fa163ecf-2437-0493-eacc-00000000269a | OK | Finalise hashes for all containers | standalone 2026-03-18 18:55:35.944558 | fa163ecf-2437-0493-eacc-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:29.530858 | 0.06s 2026-03-18 18:55:35.974284 | fa163ecf-2437-0493-eacc-00000000269c | TASK | Manage systemd shutdown files 2026-03-18 18:55:36.007590 | fa163ecf-2437-0493-eacc-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:29.593879 | 0.03s 2026-03-18 18:55:36.044226 | 3ea6f253-11ee-452a-9401-a4dc40c35357 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 18:55:36.072051 | fa163ecf-2437-0493-eacc-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 18:55:36.345155 | fa163ecf-2437-0493-eacc-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 18:55:36.346525 | fa163ecf-2437-0493-eacc-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:12:29.932824 | 0.27s 2026-03-18 18:55:36.371191 | fa163ecf-2437-0493-eacc-0000000026d0 | TASK | Set podman_drop_in fact 2026-03-18 18:55:36.402194 | fa163ecf-2437-0493-eacc-0000000026d0 | OK | Set podman_drop_in fact | standalone 2026-03-18 18:55:36.402998 | fa163ecf-2437-0493-eacc-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:12:29.989304 | 0.03s 2026-03-18 18:55:36.426322 | fa163ecf-2437-0493-eacc-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 18:55:36.902501 | fa163ecf-2437-0493-eacc-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 18:55:36.904721 | fa163ecf-2437-0493-eacc-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:30.491017 | 0.48s 2026-03-18 18:55:37.394854 | fa163ecf-2437-0493-eacc-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 18:55:37.396581 | fa163ecf-2437-0493-eacc-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:30.982881 | 0.97s 2026-03-18 18:55:37.407353 | fa163ecf-2437-0493-eacc-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:12:30.993648 | 0.98s 2026-03-18 18:55:37.438272 | fa163ecf-2437-0493-eacc-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 18:55:37.906084 | fa163ecf-2437-0493-eacc-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 18:55:37.907405 | fa163ecf-2437-0493-eacc-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:12:31.493706 | 0.47s 2026-03-18 18:55:37.936963 | fa163ecf-2437-0493-eacc-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 18:55:38.440664 | fa163ecf-2437-0493-eacc-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 18:55:38.442027 | fa163ecf-2437-0493-eacc-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:12:32.028326 | 0.50s 2026-03-18 18:55:38.473473 | fa163ecf-2437-0493-eacc-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2026-03-18 18:55:39.343734 | fa163ecf-2437-0493-eacc-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-03-18 18:55:39.344901 | fa163ecf-2437-0493-eacc-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:12:32.931209 | 0.87s 2026-03-18 18:55:39.427550 | fa163ecf-2437-0493-eacc-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 18:55:39.933869 | fa163ecf-2437-0493-eacc-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 18:55:39.935278 | fa163ecf-2437-0493-eacc-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:12:33.521576 | 0.51s 2026-03-18 18:55:39.966955 | fa163ecf-2437-0493-eacc-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 18:55:40.488518 | fa163ecf-2437-0493-eacc-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 18:55:40.489937 | fa163ecf-2437-0493-eacc-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:12:34.076234 | 0.52s 2026-03-18 18:55:40.520097 | fa163ecf-2437-0493-eacc-0000000026d8 | TASK | Enable and start netns-placeholder 2026-03-18 18:55:41.507815 | fa163ecf-2437-0493-eacc-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 18:55:41.509816 | fa163ecf-2437-0493-eacc-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:12:35.096117 | 0.99s 2026-03-18 18:55:41.540718 | fa163ecf-2437-0493-eacc-00000000269e | TASK | Update container configs with new config hashes 2026-03-18 18:55:41.602068 | fa163ecf-2437-0493-eacc-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:35.188359 | 0.06s 2026-03-18 18:55:41.623279 | f804b05c-b53a-4bd2-b308-8bccc1e8f757 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 18:55:41.656783 | fa163ecf-2437-0493-eacc-000000002700 | TASK | Update config hashes for container startup configs 2026-03-18 18:55:41.974364 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-03-18 18:55:41.975445 | | WARNING | Config change detected for mysql_bootstrap, new hash: d01f73a6b99c03d3bdc5461bd7e5385c 2026-03-18 18:55:41.975960 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 4a55575364fbe7561f2bb63753569413 2026-03-18 18:55:41.976650 | | WARNING | Config change detected for clustercheck, new hash: 02ed5fffe23a18c35781649d264de27a 2026-03-18 18:55:41.977297 | | WARNING | Config change detected for horizon_fix_perms, new hash: 9440b4e57fae329700861a6c9991bd44 2026-03-18 18:55:41.977789 | | WARNING | Config change detected for mysql_wait_bundle, new hash: d01f73a6b99c03d3bdc5461bd7e5385c 2026-03-18 18:55:41.978673 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:41.979341 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:41.980051 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:41.980739 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:41.981295 | | WARNING | Config change detected for aodh_db_sync, new hash: 2d4b5c57565fb7b91f6f1595859c9c20 2026-03-18 18:55:41.982076 | | WARNING | Config change detected for barbican_api, new hash: dfea92a9bb5591c6ba708f8c6400ca32 2026-03-18 18:55:41.982604 | | WARNING | Config change detected for barbican_api_db_sync, new hash: dfea92a9bb5591c6ba708f8c6400ca32 2026-03-18 18:55:41.983424 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: dfea92a9bb5591c6ba708f8c6400ca32 2026-03-18 18:55:41.984060 | | WARNING | Config change detected for barbican_keystone_listener, new hash: dfea92a9bb5591c6ba708f8c6400ca32 2026-03-18 18:55:41.984726 | | WARNING | Config change detected for barbican_worker, new hash: dfea92a9bb5591c6ba708f8c6400ca32 2026-03-18 18:55:41.985407 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 9fde541b3b30ca2b75ebfcd38fe20469 2026-03-18 18:55:41.986056 | | WARNING | Config change detected for glance_api_db_sync, new hash: 689be25e22a934866b437a764b13d3d7-1e57ba437a6f9bccacc836b1be89d4b8 2026-03-18 18:55:41.986710 | | WARNING | Config change detected for heat_engine_db_sync, new hash: bd0ea7df7fe7beabbe84dce62ea3e7de 2026-03-18 18:55:41.987439 | | WARNING | Config change detected for horizon, new hash: 9440b4e57fae329700861a6c9991bd44 2026-03-18 18:55:41.988088 | | WARNING | Config change detected for iscsid, new hash: 1e57ba437a6f9bccacc836b1be89d4b8 2026-03-18 18:55:41.988746 | | WARNING | Config change detected for keystone, new hash: b1a2a32ae3a7098a9341eb8075e60a09 2026-03-18 18:55:41.989288 | | WARNING | Config change detected for keystone_cron, new hash: b1a2a32ae3a7098a9341eb8075e60a09 2026-03-18 18:55:41.990033 | | WARNING | Config change detected for keystone_db_sync, new hash: b1a2a32ae3a7098a9341eb8075e60a09 2026-03-18 18:55:41.990577 | | WARNING | Config change detected for manila_api_db_sync, new hash: 349ca5d54a8c87938e692ac55fe4e5a6 2026-03-18 18:55:41.991385 | | WARNING | Config change detected for neutron_db_sync, new hash: 483338ef4fdcb0abbc21828b339ed6c6 2026-03-18 18:55:41.991911 | | WARNING | Config change detected for nova_api_db_sync, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:41.992693 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:41.993346 | | WARNING | Config change detected for nova_db_sync, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:41.993961 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:41.994613 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:41.995313 | | WARNING | Config change detected for nova_virtproxyd, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:41.995962 | | WARNING | Config change detected for nova_virtqemud, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:41.996650 | | WARNING | Config change detected for nova_virtsecretd, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:41.997288 | | WARNING | Config change detected for nova_virtstoraged, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:41.997796 | | WARNING | Config change detected for octavia_db_sync, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:41.998550 | | WARNING | Config change detected for placement_api_db_sync, new hash: 6afe14d797740c0b5f1bc110dace96bd 2026-03-18 18:55:41.999271 | | WARNING | Config change detected for swift_copy_rings, new hash: 32439236c0436a64cc6ac2e79bb3e857-4f3d73edfa7ff95f5ffc52b79bac753a 2026-03-18 18:55:41.999802 | | WARNING | Config change detected for aodh_api, new hash: 2d4b5c57565fb7b91f6f1595859c9c20 2026-03-18 18:55:42.000418 | | WARNING | Config change detected for aodh_api_cron, new hash: 2d4b5c57565fb7b91f6f1595859c9c20 2026-03-18 18:55:42.001030 | | WARNING | Config change detected for aodh_evaluator, new hash: 2d4b5c57565fb7b91f6f1595859c9c20 2026-03-18 18:55:42.001664 | | WARNING | Config change detected for aodh_listener, new hash: 2d4b5c57565fb7b91f6f1595859c9c20 2026-03-18 18:55:42.002420 | | WARNING | Config change detected for aodh_notifier, new hash: 2d4b5c57565fb7b91f6f1595859c9c20 2026-03-18 18:55:42.003043 | | WARNING | Config change detected for ceilometer_agent_central, new hash: c3612abed850f6dbb20939a3f2ecc6e0 2026-03-18 18:55:42.003751 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: c3612abed850f6dbb20939a3f2ecc6e0 2026-03-18 18:55:42.004290 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: c3612abed850f6dbb20939a3f2ecc6e0 2026-03-18 18:55:42.005022 | | WARNING | Config change detected for cinder_api, new hash: 9fde541b3b30ca2b75ebfcd38fe20469 2026-03-18 18:55:42.005708 | | WARNING | Config change detected for cinder_api_cron, new hash: 9fde541b3b30ca2b75ebfcd38fe20469 2026-03-18 18:55:42.006249 | | WARNING | Config change detected for cinder_scheduler, new hash: 9fde541b3b30ca2b75ebfcd38fe20469 2026-03-18 18:55:42.006863 | | WARNING | Config change detected for glance_api, new hash: 689be25e22a934866b437a764b13d3d7-1e57ba437a6f9bccacc836b1be89d4b8 2026-03-18 18:55:42.007662 | | WARNING | Config change detected for glance_api_cron, new hash: 689be25e22a934866b437a764b13d3d7 2026-03-18 18:55:42.008302 | | WARNING | Config change detected for glance_api_internal, new hash: 622883770dd28c18bfd64c47f9c23857-1e57ba437a6f9bccacc836b1be89d4b8 2026-03-18 18:55:42.008805 | | WARNING | Config change detected for heat_api, new hash: 9333a46c505250a123f0d826d74bcf8a 2026-03-18 18:55:42.009557 | | WARNING | Config change detected for heat_api_cfn, new hash: ea79a9b3ff37127fb22fe4bd0ac1b7cd 2026-03-18 18:55:42.010105 | | WARNING | Config change detected for heat_api_cron, new hash: 9333a46c505250a123f0d826d74bcf8a 2026-03-18 18:55:42.010874 | | WARNING | Config change detected for heat_engine, new hash: bd0ea7df7fe7beabbe84dce62ea3e7de 2026-03-18 18:55:42.011561 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-03-18 18:55:42.012069 | | WARNING | Config change detected for manila_api, new hash: 349ca5d54a8c87938e692ac55fe4e5a6 2026-03-18 18:55:42.012830 | | WARNING | Config change detected for manila_api_cron, new hash: 349ca5d54a8c87938e692ac55fe4e5a6 2026-03-18 18:55:42.013509 | | WARNING | Config change detected for manila_scheduler, new hash: 349ca5d54a8c87938e692ac55fe4e5a6 2026-03-18 18:55:42.014022 | | WARNING | Config change detected for neutron_api, new hash: 483338ef4fdcb0abbc21828b339ed6c6 2026-03-18 18:55:42.014851 | | WARNING | Config change detected for neutron_dhcp, new hash: 483338ef4fdcb0abbc21828b339ed6c6 2026-03-18 18:55:42.015444 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 483338ef4fdcb0abbc21828b339ed6c6 2026-03-18 18:55:42.016258 | | WARNING | Config change detected for nova_api, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:42.016936 | | WARNING | Config change detected for nova_api_cron, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:42.017478 | | WARNING | Config change detected for nova_conductor, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:42.018236 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:42.018744 | | WARNING | Config change detected for nova_metadata, new hash: aa50d2b1b22fab5c5af4f50bd2c5c29e 2026-03-18 18:55:42.019531 | | WARNING | Config change detected for nova_migration_target, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:42.020020 | | WARNING | Config change detected for nova_scheduler, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:42.020558 | | WARNING | Config change detected for nova_vnc_proxy, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:42.021305 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: d0fd4b593d70236d9952b4e4e6784323 2026-03-18 18:55:42.021939 | | WARNING | Config change detected for octavia_api, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:42.022586 | | WARNING | Config change detected for octavia_driver_agent, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:42.023256 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 483338ef4fdcb0abbc21828b339ed6c6 2026-03-18 18:55:42.023912 | | WARNING | Config change detected for placement_api, new hash: 6afe14d797740c0b5f1bc110dace96bd 2026-03-18 18:55:42.024485 | | WARNING | Config change detected for placement_wait_for_service, new hash: 6afe14d797740c0b5f1bc110dace96bd 2026-03-18 18:55:42.024931 | | WARNING | Config change detected for swift_account_reaper, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.025337 | | WARNING | Config change detected for swift_account_server, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.025676 | | WARNING | Config change detected for swift_container_server, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.026072 | | WARNING | Config change detected for swift_container_updater, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.027173 | | WARNING | Config change detected for swift_object_expirer, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.027599 | | WARNING | Config change detected for swift_object_server, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.028006 | | WARNING | Config change detected for swift_object_updater, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.028376 | | WARNING | Config change detected for swift_proxy, new hash: 32439236c0436a64cc6ac2e79bb3e857 2026-03-18 18:55:42.028764 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: c3612abed850f6dbb20939a3f2ecc6e0 2026-03-18 18:55:42.029186 | | WARNING | Config change detected for gnocchi_api, new hash: d7da0103c6e0fa175facede4882c2b75 2026-03-18 18:55:42.029516 | | WARNING | Config change detected for gnocchi_db_sync, new hash: d7da0103c6e0fa175facede4882c2b75 2026-03-18 18:55:42.029900 | | WARNING | Config change detected for gnocchi_metricd, new hash: d7da0103c6e0fa175facede4882c2b75 2026-03-18 18:55:42.030232 | | WARNING | Config change detected for gnocchi_statsd, new hash: d7da0103c6e0fa175facede4882c2b75 2026-03-18 18:55:42.030546 | | WARNING | Config change detected for nova_compute, new hash: 1e57ba437a6f9bccacc836b1be89d4b8-0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:42.030837 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 0fc92987fe8866ff3b9491977d273c4f 2026-03-18 18:55:42.031149 | | WARNING | Config change detected for octavia_health_manager, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:42.031455 | | WARNING | Config change detected for octavia_housekeeping, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:42.031874 | | WARNING | Config change detected for octavia_rsyslog, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:42.032248 | | WARNING | Config change detected for octavia_worker, new hash: d365bee8deac379c55ae618d68947471 2026-03-18 18:55:42.032665 | fa163ecf-2437-0493-eacc-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2026-03-18 18:55:42.033356 | fa163ecf-2437-0493-eacc-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:12:35.619662 | 0.38s 2026-03-18 18:55:42.057767 | fa163ecf-2437-0493-eacc-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 18:55:42.115934 | fa163ecf-2437-0493-eacc-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:35.702229 | 0.06s 2026-03-18 18:55:42.139820 | 92d2ca1f-4e3b-4c02-be53-3d1c8382ac0b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 18:55:42.174559 | fa163ecf-2437-0493-eacc-00000000271f | TASK | Gather podman infos 2026-03-18 18:55:42.983606 | fa163ecf-2437-0493-eacc-00000000271f | OK | Gather podman infos | standalone 2026-03-18 18:55:42.984883 | fa163ecf-2437-0493-eacc-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:12:36.571152 | 0.81s 2026-03-18 18:55:43.060084 | fa163ecf-2437-0493-eacc-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 18:55:43.138549 | fa163ecf-2437-0493-eacc-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:36.724831 | 0.08s 2026-03-18 18:55:43.276055 | fa163ecf-2437-0493-eacc-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:12:36.862345 | 0.07s 2026-03-18 18:55:43.337152 | fa163ecf-2437-0493-eacc-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 18:55:43.393921 | fa163ecf-2437-0493-eacc-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:36.980215 | 0.05s 2026-03-18 18:55:43.418075 | cd29bcd0-2a56-4ed5-8d6d-7b2ffb1a930c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 18:55:43.454799 | fa163ecf-2437-0493-eacc-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 18:55:51.362010 | fa163ecf-2437-0493-eacc-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-18 18:55:51.363597 | fa163ecf-2437-0493-eacc-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:12:44.949897 | 7.91s 2026-03-18 18:55:51.396591 | fa163ecf-2437-0493-eacc-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-03-18 18:55:54.088688 | fa163ecf-2437-0493-eacc-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-03-18 18:55:54.090205 | fa163ecf-2437-0493-eacc-000000002790 | 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:12:47.676505 | 2.69s 2026-03-18 18:55:54.164480 | fa163ecf-2437-0493-eacc-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-03-18 18:55:54.395725 | fa163ecf-2437-0493-eacc-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-03-18 18:55:54.397050 | fa163ecf-2437-0493-eacc-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:12:47.983350 | 0.23s 2026-03-18 18:55:54.444428 | fa163ecf-2437-0493-eacc-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-03-18 18:55:54.484843 | fa163ecf-2437-0493-eacc-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:12:48.071122 | 0.04s 2026-03-18 18:55:54.529955 | fa163ecf-2437-0493-eacc-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-03-18 18:55:54.571672 | fa163ecf-2437-0493-eacc-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:12:48.157965 | 0.04s 2026-03-18 18:55:54.600531 | c7c4ec8d-1b79-4077-bbcf-4e72222f6b9e | INCLUDED | /root/standalone-ansible-7kp_1mo5/host-container-puppet-tasks.yaml | standalone 2026-03-18 18:55:54.638090 | fa163ecf-2437-0493-eacc-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2026-03-18 18:55:55.104842 | fa163ecf-2437-0493-eacc-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-03-18 18:55:55.105987 | fa163ecf-2437-0493-eacc-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:12:48.692287 | 0.47s 2026-03-18 18:55:55.136312 | fa163ecf-2437-0493-eacc-0000000027dd | TASK | Generate container puppet configs for step 1 2026-03-18 18:55:55.376847 | fa163ecf-2437-0493-eacc-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2026-03-18 18:55:55.378198 | fa163ecf-2437-0493-eacc-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:12:48.964497 | 0.24s 2026-03-18 18:55:55.410961 | fa163ecf-2437-0493-eacc-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-03-18 18:55:55.440533 | fa163ecf-2437-0493-eacc-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:12:49.026827 | 0.03s 2026-03-18 18:55:55.503445 | fa163ecf-2437-0493-eacc-0000000025c9 | TASK | Gather variables for each operating system 2026-03-18 18:55:55.618381 | fa163ecf-2437-0493-eacc-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:12:49.204674 | 0.11s 2026-03-18 18:55:55.650147 | fa163ecf-2437-0493-eacc-0000000025ca | TASK | Create container logs path 2026-03-18 18:55:55.884500 | fa163ecf-2437-0493-eacc-0000000025ca | OK | Create container logs path | standalone 2026-03-18 18:55:55.885869 | fa163ecf-2437-0493-eacc-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:12:49.472169 | 0.23s 2026-03-18 18:55:55.918038 | fa163ecf-2437-0493-eacc-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:56.173435 | fa163ecf-2437-0493-eacc-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:56.174298 | fa163ecf-2437-0493-eacc-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:49.760606 | 0.25s 2026-03-18 18:55:56.193584 | fa163ecf-2437-0493-eacc-0000000025cd | TASK | Finalise hashes for all containers 2026-03-18 18:55:56.240898 | fa163ecf-2437-0493-eacc-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-03-18 18:55:56.241634 | fa163ecf-2437-0493-eacc-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:12:49.827942 | 0.05s 2026-03-18 18:55:56.264213 | fa163ecf-2437-0493-eacc-0000000025cf | TASK | Manage systemd shutdown files 2026-03-18 18:55:56.295920 | fa163ecf-2437-0493-eacc-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 18:55:56.296993 | fa163ecf-2437-0493-eacc-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:12:49.883294 | 0.03s 2026-03-18 18:55:56.326675 | fa163ecf-2437-0493-eacc-0000000025d1 | TASK | Update container configs with new config hashes 2026-03-18 18:55:56.377279 | fa163ecf-2437-0493-eacc-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 18:55:56.378360 | fa163ecf-2437-0493-eacc-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:12:49.964660 | 0.05s 2026-03-18 18:55:56.410465 | fa163ecf-2437-0493-eacc-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:56.460761 | fa163ecf-2437-0493-eacc-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:56.461901 | fa163ecf-2437-0493-eacc-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:50.048122 | 0.05s 2026-03-18 18:55:56.494060 | fa163ecf-2437-0493-eacc-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-03-18 18:55:56.546331 | fa163ecf-2437-0493-eacc-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-03-18 18:55:56.547579 | fa163ecf-2437-0493-eacc-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:12:50.133880 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-03-18 18:55:56.711708 | fa163ecf-2437-0493-eacc-0000000000c6 | TASK | External deployment step 2 2026-03-18 18:55:56.739001 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000c6') missing from stats 2026-03-18 18:55:56.790615 | fa163ecf-2437-0493-eacc-0000000000c7 | TIMING | include_tasks | undercloud | 0:12:50.376917 | 0.04s 2026-03-18 18:55:56.810997 | 8cab5a87-20c7-45c0-bca5-3bd280ca958f | INCLUDED | /root/standalone-ansible-7kp_1mo5/external_deploy_steps_tasks_step2.yaml | undercloud 2026-03-18 18:55:56.829861 | fa163ecf-2437-0493-eacc-000000002858 | TASK | create cephadm working directory and related files 2026-03-18 18:55:56.878858 | fa163ecf-2437-0493-eacc-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:12:50.465150 | 0.05s 2026-03-18 18:55:56.940828 | fa163ecf-2437-0493-eacc-000000002880 | TASK | create cephadm workdir 2026-03-18 18:55:57.184385 | fa163ecf-2437-0493-eacc-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-7kp_1mo5/cephadm 2026-03-18 18:55:57.186596 | fa163ecf-2437-0493-eacc-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:50.772888 | 0.24s 2026-03-18 18:55:57.196713 | fa163ecf-2437-0493-eacc-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:12:50.783009 | 0.25s 2026-03-18 18:55:57.215400 | fa163ecf-2437-0493-eacc-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-03-18 18:55:57.450281 | fa163ecf-2437-0493-eacc-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-03-18 18:55:57.452009 | fa163ecf-2437-0493-eacc-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:12:51.038306 | 0.23s 2026-03-18 18:55:57.471850 | fa163ecf-2437-0493-eacc-000000002882 | TASK | get the list of enabled services on the overcloud 2026-03-18 18:55:57.552181 | fa163ecf-2437-0493-eacc-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2026-03-18 18:55:57.553970 | fa163ecf-2437-0493-eacc-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:12:51.140266 | 0.08s 2026-03-18 18:55:57.577278 | fa163ecf-2437-0493-eacc-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2026-03-18 18:55:57.634430 | fa163ecf-2437-0493-eacc-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-03-18 18:55:57.637620 | fa163ecf-2437-0493-eacc-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:12:51.223906 | 0.06s 2026-03-18 18:55:57.712594 | fa163ecf-2437-0493-eacc-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:51.298866 | 0.05s 2026-03-18 18:55:57.803609 | fa163ecf-2437-0493-eacc-000000002908 | TASK | set basic user fact 2026-03-18 18:55:57.874284 | fa163ecf-2437-0493-eacc-000000002908 | SKIPPED | set basic user fact | undercloud 2026-03-18 18:55:57.875517 | fa163ecf-2437-0493-eacc-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:12:51.461814 | 0.07s 2026-03-18 18:55:57.893564 | fa163ecf-2437-0493-eacc-000000002909 | TASK | set basic home fact 2026-03-18 18:55:57.965783 | fa163ecf-2437-0493-eacc-000000002909 | OK | set basic home fact | undercloud 2026-03-18 18:55:57.973463 | fa163ecf-2437-0493-eacc-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:12:51.559764 | 0.08s 2026-03-18 18:55:57.991795 | fa163ecf-2437-0493-eacc-00000000290a | TASK | set calling_ansible_environment_variables fact 2026-03-18 18:55:58.086339 | fa163ecf-2437-0493-eacc-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2026-03-18 18:55:58.087524 | fa163ecf-2437-0493-eacc-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:12:51.673826 | 0.09s 2026-03-18 18:55:58.110358 | fa163ecf-2437-0493-eacc-00000000290c | TASK | get all ansible environment variables 2026-03-18 18:55:58.192990 | fa163ecf-2437-0493-eacc-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2026-03-18 18:55:58.194218 | fa163ecf-2437-0493-eacc-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:12:51.780518 | 0.08s 2026-03-18 18:55:58.212469 | fa163ecf-2437-0493-eacc-00000000290d | TASK | set calling_ansible_environment_variables 2026-03-18 18:55:58.285077 | fa163ecf-2437-0493-eacc-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-03-18 18:55:58.286312 | fa163ecf-2437-0493-eacc-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:12:51.872613 | 0.07s 2026-03-18 18:55:58.304239 | fa163ecf-2437-0493-eacc-00000000290f | TASK | Set common fact 2026-03-18 18:55:58.366503 | fa163ecf-2437-0493-eacc-00000000290f | OK | Set common fact | undercloud 2026-03-18 18:55:58.368050 | fa163ecf-2437-0493-eacc-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:12:51.954348 | 0.06s 2026-03-18 18:55:58.386854 | fa163ecf-2437-0493-eacc-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-03-18 18:55:58.439466 | fa163ecf-2437-0493-eacc-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-03-18 18:55:58.440648 | fa163ecf-2437-0493-eacc-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:12:52.026943 | 0.05s 2026-03-18 18:55:58.479648 | fa163ecf-2437-0493-eacc-000000002912 | TASK | build filter list 2026-03-18 18:55:58.510756 | fa163ecf-2437-0493-eacc-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:12:52.097043 | 0.03s 2026-03-18 18:55:58.530274 | fa163ecf-2437-0493-eacc-000000002913 | TASK | add images pool 2026-03-18 18:55:58.614180 | fa163ecf-2437-0493-eacc-000000002913 | OK | add images pool | undercloud 2026-03-18 18:55:58.615611 | fa163ecf-2437-0493-eacc-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:12:52.201905 | 0.08s 2026-03-18 18:55:58.635232 | fa163ecf-2437-0493-eacc-000000002914 | TASK | add volumes pool 2026-03-18 18:55:58.708700 | fa163ecf-2437-0493-eacc-000000002914 | OK | add volumes pool | undercloud 2026-03-18 18:55:58.710364 | fa163ecf-2437-0493-eacc-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:12:52.296655 | 0.07s 2026-03-18 18:55:58.729470 | fa163ecf-2437-0493-eacc-000000002915 | TASK | add vms pool 2026-03-18 18:55:58.791788 | fa163ecf-2437-0493-eacc-000000002915 | OK | add vms pool | undercloud 2026-03-18 18:55:58.793072 | fa163ecf-2437-0493-eacc-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:12:52.379365 | 0.06s 2026-03-18 18:55:58.812490 | fa163ecf-2437-0493-eacc-000000002916 | TASK | add gnocchi pool 2026-03-18 18:55:58.863660 | fa163ecf-2437-0493-eacc-000000002916 | SKIPPED | add gnocchi pool | undercloud 2026-03-18 18:55:58.865008 | fa163ecf-2437-0493-eacc-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:12:52.451301 | 0.05s 2026-03-18 18:55:58.883475 | fa163ecf-2437-0493-eacc-000000002917 | TASK | add cinder backup pool 2026-03-18 18:55:58.969015 | fa163ecf-2437-0493-eacc-000000002917 | OK | add cinder backup pool | undercloud 2026-03-18 18:55:58.970476 | fa163ecf-2437-0493-eacc-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:12:52.556770 | 0.09s 2026-03-18 18:55:58.989765 | fa163ecf-2437-0493-eacc-000000002918 | TASK | add cinder extra pools 2026-03-18 18:55:59.021193 | fa163ecf-2437-0493-eacc-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:12:52.607486 | 0.03s 2026-03-18 18:55:59.039690 | fa163ecf-2437-0493-eacc-000000002919 | TASK | build resulting pool list 2026-03-18 18:55:59.198281 | fa163ecf-2437-0493-eacc-000000002919 | OK | build resulting pool list | undercloud 2026-03-18 18:55:59.199817 | fa163ecf-2437-0493-eacc-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:12:52.786110 | 0.16s 2026-03-18 18:55:59.219493 | fa163ecf-2437-0493-eacc-00000000291b | TASK | add manila data pool 2026-03-18 18:55:59.292516 | fa163ecf-2437-0493-eacc-00000000291b | OK | add manila data pool | undercloud 2026-03-18 18:55:59.293913 | fa163ecf-2437-0493-eacc-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:12:52.880206 | 0.07s 2026-03-18 18:55:59.312647 | fa163ecf-2437-0493-eacc-00000000291c | TASK | add manila metadata pool 2026-03-18 18:55:59.375826 | fa163ecf-2437-0493-eacc-00000000291c | OK | add manila metadata pool | undercloud 2026-03-18 18:55:59.377372 | fa163ecf-2437-0493-eacc-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:12:52.963666 | 0.06s 2026-03-18 18:55:59.463826 | fa163ecf-2437-0493-eacc-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:53.050117 | 0.05s 2026-03-18 18:55:59.595601 | fa163ecf-2437-0493-eacc-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2026-03-18 18:55:59.642938 | fa163ecf-2437-0493-eacc-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-03-18 18:55:59.643816 | fa163ecf-2437-0493-eacc-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:12:53.230120 | 0.05s 2026-03-18 18:55:59.659603 | fa163ecf-2437-0493-eacc-000000002ab0 | TASK | build openstack client profiles per pool 2026-03-18 18:55:59.741868 | fa163ecf-2437-0493-eacc-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-18 18:55:59.744992 | fa163ecf-2437-0493-eacc-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:53.331288 | 0.08s 2026-03-18 18:55:59.771252 | fa163ecf-2437-0493-eacc-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-18 18:55:59.771973 | fa163ecf-2437-0493-eacc-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:53.358278 | 0.11s 2026-03-18 18:55:59.798164 | fa163ecf-2437-0493-eacc-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-18 18:55:59.799618 | fa163ecf-2437-0493-eacc-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:53.385923 | 0.14s 2026-03-18 18:55:59.818044 | fa163ecf-2437-0493-eacc-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-03-18 18:55:59.818766 | fa163ecf-2437-0493-eacc-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:53.405075 | 0.16s 2026-03-18 18:55:59.822749 | fa163ecf-2437-0493-eacc-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:12:53.409044 | 0.16s 2026-03-18 18:55:59.838120 | fa163ecf-2437-0493-eacc-000000002ab1 | TASK | set openstack client caps 2026-03-18 18:55:59.878448 | fa163ecf-2437-0493-eacc-000000002ab1 | OK | set openstack client caps | undercloud 2026-03-18 18:55:59.879648 | fa163ecf-2437-0493-eacc-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:12:53.465949 | 0.04s 2026-03-18 18:55:59.898829 | fa163ecf-2437-0493-eacc-000000002ab2 | TASK | set openstack client osd(s) caps 2026-03-18 18:55:59.970667 | fa163ecf-2437-0493-eacc-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2026-03-18 18:55:59.971771 | fa163ecf-2437-0493-eacc-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:12:53.558074 | 0.07s 2026-03-18 18:55:59.989767 | fa163ecf-2437-0493-eacc-000000002ab3 | TASK | Combine caps 2026-03-18 18:56:00.054056 | fa163ecf-2437-0493-eacc-000000002ab3 | OK | Combine caps | undercloud 2026-03-18 18:56:00.055436 | fa163ecf-2437-0493-eacc-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:12:53.641736 | 0.06s 2026-03-18 18:56:00.072448 | fa163ecf-2437-0493-eacc-000000002ab4 | TASK | set openstack client key 2026-03-18 18:56:00.132018 | fa163ecf-2437-0493-eacc-000000002ab4 | OK | set openstack client key | undercloud 2026-03-18 18:56:00.133434 | fa163ecf-2437-0493-eacc-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:12:53.719734 | 0.06s 2026-03-18 18:56:00.151680 | fa163ecf-2437-0493-eacc-000000002ab6 | TASK | build manila key for openstack 2026-03-18 18:56:00.221889 | fa163ecf-2437-0493-eacc-000000002ab6 | OK | build manila key for openstack | undercloud 2026-03-18 18:56:00.223035 | fa163ecf-2437-0493-eacc-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:12:53.809336 | 0.07s 2026-03-18 18:56:00.241216 | fa163ecf-2437-0493-eacc-000000002ab7 | TASK | build radosgw key for openstack 2026-03-18 18:56:00.292561 | fa163ecf-2437-0493-eacc-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2026-03-18 18:56:00.293655 | fa163ecf-2437-0493-eacc-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:12:53.879956 | 0.05s 2026-03-18 18:56:00.311352 | fa163ecf-2437-0493-eacc-000000002ab8 | TASK | build the resulting keys 2026-03-18 18:56:00.453445 | fa163ecf-2437-0493-eacc-000000002ab8 | OK | build the resulting keys | undercloud 2026-03-18 18:56:00.454967 | fa163ecf-2437-0493-eacc-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:12:54.041266 | 0.14s 2026-03-18 18:56:00.532900 | fa163ecf-2437-0493-eacc-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:12:54.119192 | 0.04s 2026-03-18 18:56:00.731006 | fa163ecf-2437-0493-eacc-000000002dd3 | TASK | build ceph orphan set 2026-03-18 18:56:00.812286 | fa163ecf-2437-0493-eacc-000000002dd3 | OK | build ceph orphan set | undercloud 2026-03-18 18:56:00.813626 | fa163ecf-2437-0493-eacc-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:12:54.399926 | 0.08s 2026-03-18 18:56:00.831628 | fa163ecf-2437-0493-eacc-000000002dd4 | TASK | clean ceph_config_overrides list 2026-03-18 18:56:00.875180 | fa163ecf-2437-0493-eacc-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:12:54.461476 | 0.04s 2026-03-18 18:56:00.893356 | fa163ecf-2437-0493-eacc-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2026-03-18 18:56:00.954444 | fa163ecf-2437-0493-eacc-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-03-18 18:56:00.955566 | fa163ecf-2437-0493-eacc-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:12:54.541867 | 0.06s 2026-03-18 18:56:00.975545 | fa163ecf-2437-0493-eacc-000000002dd6 | TASK | build ceph config overrides 2026-03-18 18:56:01.084826 | fa163ecf-2437-0493-eacc-000000002dd6 | OK | build ceph config overrides | undercloud 2026-03-18 18:56:01.086686 | fa163ecf-2437-0493-eacc-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:12:54.672982 | 0.11s 2026-03-18 18:56:01.116646 | fa163ecf-2437-0493-eacc-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-03-18 18:56:01.893315 | fa163ecf-2437-0493-eacc-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-03-18 18:56:01.894542 | fa163ecf-2437-0493-eacc-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:55.480844 | 0.78s 2026-03-18 18:56:01.912697 | fa163ecf-2437-0493-eacc-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-18 18:56:02.006350 | fa163ecf-2437-0493-eacc-000000002889 | OK | Set bootstrap host | undercloud 2026-03-18 18:56:02.007552 | fa163ecf-2437-0493-eacc-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:12:55.593847 | 0.09s 2026-03-18 18:56:02.025725 | fa163ecf-2437-0493-eacc-00000000288a | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-18 18:56:02.145794 | fa163ecf-2437-0493-eacc-00000000288a | OK | Set first monitor IP | undercloud 2026-03-18 18:56:02.146945 | fa163ecf-2437-0493-eacc-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:12:55.733247 | 0.12s 2026-03-18 18:56:02.165147 | fa163ecf-2437-0493-eacc-00000000288b | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-03-18 18:56:02.230310 | fa163ecf-2437-0493-eacc-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-03-18 18:56:02.231425 | fa163ecf-2437-0493-eacc-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:12:55.817723 | 0.06s 2026-03-18 18:56:02.249260 | fa163ecf-2437-0493-eacc-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-03-18 18:56:02.773322 | fa163ecf-2437-0493-eacc-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-03-18 18:56:02.774183 | fa163ecf-2437-0493-eacc-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:12:56.360492 | 0.52s 2026-03-18 18:56:02.800744 | fa163ecf-2437-0493-eacc-000000002859 | TASK | Prepare cephadm user and keys 2026-03-18 18:56:03.318162 | fa163ecf-2437-0493-eacc-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2026-03-18 18:56:03.319028 | fa163ecf-2437-0493-eacc-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:12:56.905336 | 0.52s 2026-03-18 18:56:03.333597 | fa163ecf-2437-0493-eacc-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2026-03-18 18:56:03.413776 | fa163ecf-2437-0493-eacc-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:12:57.000074 | 0.08s 2026-03-18 18:56:03.475643 | fa163ecf-2437-0493-eacc-00000000304f | TASK | set cephadm playbook 2026-03-18 18:56:03.525011 | fa163ecf-2437-0493-eacc-00000000304f | OK | set cephadm playbook | undercloud 2026-03-18 18:56:03.525900 | fa163ecf-2437-0493-eacc-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:12:57.112209 | 0.05s 2026-03-18 18:56:03.539881 | fa163ecf-2437-0493-eacc-000000003050 | TASK | Setup the log path 2026-03-18 18:56:03.577344 | fa163ecf-2437-0493-eacc-000000003050 | OK | Setup the log path | undercloud 2026-03-18 18:56:03.578230 | fa163ecf-2437-0493-eacc-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:12:57.164537 | 0.04s 2026-03-18 18:56:03.592886 | fa163ecf-2437-0493-eacc-000000003051 | TASK | Setup the cephadm playbook command 2026-03-18 18:56:03.642241 | fa163ecf-2437-0493-eacc-000000003051 | OK | Setup the cephadm playbook command | undercloud 2026-03-18 18:56:03.643036 | fa163ecf-2437-0493-eacc-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:12:57.229345 | 0.05s 2026-03-18 18:56:03.657467 | fa163ecf-2437-0493-eacc-000000003052 | TASK | rotate cephadm_command.log 2026-03-18 18:56:03.881896 | fa163ecf-2437-0493-eacc-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2026-03-18 18:56:03.882814 | fa163ecf-2437-0493-eacc-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:12:57.469122 | 0.22s 2026-03-18 18:56:03.898314 | fa163ecf-2437-0493-eacc-000000003053 | TASK | save cephadm playbook command to shell script 2026-03-18 18:56:04.377881 | fa163ecf-2437-0493-eacc-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-03-18 18:56:04.379046 | fa163ecf-2437-0493-eacc-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:12:57.965352 | 0.48s 2026-03-18 18:56:04.394511 | fa163ecf-2437-0493-eacc-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2026-03-18 18:56:04.474619 | fa163ecf-2437-0493-eacc-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-7kp_1mo5/cephadm/cephadm_command.log)" } 2026-03-18 18:56:04.475506 | fa163ecf-2437-0493-eacc-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:12:58.061814 | 0.08s 2026-03-18 18:56:04.489817 | fa163ecf-2437-0493-eacc-000000003055 | TASK | run cephadm playbook 2026-03-18 18:57:01.348464 | fa163ecf-2437-0493-eacc-000000003055 | CHANGED | run cephadm playbook | undercloud 2026-03-18 18:57:01.350717 | fa163ecf-2437-0493-eacc-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:13:54.937018 | 56.86s 2026-03-18 18:57:01.371758 | fa163ecf-2437-0493-eacc-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-03-18 18:57:01.434154 | fa163ecf-2437-0493-eacc-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-03-18 18:57:01.435434 | fa163ecf-2437-0493-eacc-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:13:55.021733 | 0.06s 2026-03-18 18:57:01.453983 | fa163ecf-2437-0493-eacc-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-03-18 18:57:01.506080 | fa163ecf-2437-0493-eacc-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-03-18 18:57:01.508140 | fa163ecf-2437-0493-eacc-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:13:55.094409 | 0.05s 2026-03-18 18:57:01.542522 | fa163ecf-2437-0493-eacc-00000000285c | TASK | Check if the input variable file exists 2026-03-18 18:57:01.784932 | fa163ecf-2437-0493-eacc-00000000285c | OK | Check if the input variable file exists | undercloud 2026-03-18 18:57:01.786311 | fa163ecf-2437-0493-eacc-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:13:55.372612 | 0.24s 2026-03-18 18:57:01.804005 | fa163ecf-2437-0493-eacc-00000000285d | TASK | Populate CephClientConfigVars from THT 2026-03-18 18:57:01.843626 | fa163ecf-2437-0493-eacc-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-03-18 18:57:01.844901 | fa163ecf-2437-0493-eacc-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:13:55.431202 | 0.04s 2026-03-18 18:57:01.862556 | fa163ecf-2437-0493-eacc-00000000285e | TASK | configure ceph clients 2026-03-18 18:57:01.904563 | fa163ecf-2437-0493-eacc-00000000285e | TIMING | configure ceph clients | undercloud | 0:13:55.490856 | 0.04s 2026-03-18 18:57:01.971377 | fa163ecf-2437-0493-eacc-000000003119 | TASK | get the list of enabled services on the overcloud 2026-03-18 18:57:02.040761 | fa163ecf-2437-0493-eacc-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2026-03-18 18:57:02.042077 | fa163ecf-2437-0493-eacc-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:13:55.628377 | 0.07s 2026-03-18 18:57:02.060253 | fa163ecf-2437-0493-eacc-00000000311a | TASK | Create ceph_client_fetch_dir 2026-03-18 18:57:02.110929 | fa163ecf-2437-0493-eacc-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:13:55.697218 | 0.05s 2026-03-18 18:57:02.124752 | f4765ded-786c-489a-9577-6cae36936ad5 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-03-18 18:57:02.146056 | fa163ecf-2437-0493-eacc-00000000315d | TASK | Clean any old fetch directory path 2026-03-18 18:57:02.386405 | fa163ecf-2437-0493-eacc-00000000315d | OK | Clean any old fetch directory path | undercloud 2026-03-18 18:57:02.387596 | fa163ecf-2437-0493-eacc-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:13:55.973897 | 0.24s 2026-03-18 18:57:02.405226 | fa163ecf-2437-0493-eacc-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2026-03-18 18:57:02.667308 | fa163ecf-2437-0493-eacc-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-03-18 18:57:02.668383 | fa163ecf-2437-0493-eacc-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:13:56.254689 | 0.26s 2026-03-18 18:57:02.684084 | fa163ecf-2437-0493-eacc-00000000311b | TASK | Check if the input variables exist 2026-03-18 18:57:02.926701 | fa163ecf-2437-0493-eacc-00000000311b | OK | Check if the input variables exist | undercloud 2026-03-18 18:57:02.928069 | fa163ecf-2437-0493-eacc-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:13:56.514370 | 0.24s 2026-03-18 18:57:02.945970 | fa163ecf-2437-0493-eacc-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2026-03-18 18:57:03.027589 | fa163ecf-2437-0493-eacc-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-03-18 18:57:03.028453 | fa163ecf-2437-0493-eacc-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:13:56.614761 | 0.08s 2026-03-18 18:57:03.043943 | fa163ecf-2437-0493-eacc-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-03-18 18:57:03.080843 | fa163ecf-2437-0493-eacc-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-03-18 18:57:03.081906 | fa163ecf-2437-0493-eacc-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:13:56.668206 | 0.04s 2026-03-18 18:57:03.099828 | fa163ecf-2437-0493-eacc-00000000311e | TASK | Configure multiple external ceph clusters 2026-03-18 18:57:03.181265 | fa163ecf-2437-0493-eacc-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-03-18 18:57:03.182344 | fa163ecf-2437-0493-eacc-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:13:56.768645 | 0.08s 2026-03-18 18:57:03.200531 | fa163ecf-2437-0493-eacc-00000000311f | TASK | Render keys provided for the Ceph cluster 2026-03-18 18:57:03.273512 | fa163ecf-2437-0493-eacc-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:13:56.859809 | 0.07s 2026-03-18 18:57:03.283082 | 9d34cfd7-fe50-43e1-b726-16853fdfba21 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-03-18 18:57:03.318311 | fa163ecf-2437-0493-eacc-0000000031b1 | TASK | create cephx key(s) 2026-03-18 18:57:03.876688 | fa163ecf-2437-0493-eacc-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQBl8LppAAAAABAA0dc+VkQGGqO/KzzvrTulwA==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2026-03-18 18:57:03.877769 | fa163ecf-2437-0493-eacc-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:57.464074 | 0.56s 2026-03-18 18:57:04.409394 | fa163ecf-2437-0493-eacc-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQBl8LppAAAAABAAxiFkvFrUWcpflcs58kOhlw==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-03-18 18:57:04.411325 | fa163ecf-2437-0493-eacc-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:57.997622 | 1.09s 2026-03-18 18:57:04.421780 | fa163ecf-2437-0493-eacc-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:13:58.008083 | 1.10s 2026-03-18 18:57:04.440493 | fa163ecf-2437-0493-eacc-000000003120 | TASK | Render ceph config for the Ceph Clients 2026-03-18 18:57:04.491833 | fa163ecf-2437-0493-eacc-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:13:58.078138 | 0.05s 2026-03-18 18:57:04.498067 | 31f6059c-ea09-4f34-a6bc-f6fb8cf959c5 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-03-18 18:57:04.525161 | fa163ecf-2437-0493-eacc-000000003215 | TASK | create ceph.conf 2026-03-18 18:57:05.093842 | fa163ecf-2437-0493-eacc-000000003215 | CHANGED | create ceph.conf | undercloud 2026-03-18 18:57:05.094637 | fa163ecf-2437-0493-eacc-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:13:58.680945 | 0.57s 2026-03-18 18:57:05.108564 | fa163ecf-2437-0493-eacc-000000003121 | TASK | Configure Ceph Clients 2026-03-18 18:57:05.146290 | fa163ecf-2437-0493-eacc-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:13:58.732589 | 0.04s 2026-03-18 18:57:05.158440 | ec126d8e-ee07-4d0d-a558-38bfc77ec5d3 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-03-18 18:57:05.189480 | fa163ecf-2437-0493-eacc-000000003284 | TASK | set effective ceph_clients without limit 2026-03-18 18:57:05.293052 | fa163ecf-2437-0493-eacc-000000003284 | OK | set effective ceph_clients without limit | undercloud 2026-03-18 18:57:05.293846 | fa163ecf-2437-0493-eacc-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:13:58.880155 | 0.10s 2026-03-18 18:57:05.307723 | fa163ecf-2437-0493-eacc-000000003285 | TASK | set effective ceph_clients with limit 2026-03-18 18:57:05.359148 | fa163ecf-2437-0493-eacc-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-03-18 18:57:05.359847 | fa163ecf-2437-0493-eacc-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:13:58.946155 | 0.05s 2026-03-18 18:57:05.373491 | fa163ecf-2437-0493-eacc-000000003286 | TASK | set distribution list from cross product of files and effective clients 2026-03-18 18:57:05.454571 | fa163ecf-2437-0493-eacc-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-03-18 18:57:05.455300 | fa163ecf-2437-0493-eacc-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:13:59.041608 | 0.08s 2026-03-18 18:57:05.479266 | fa163ecf-2437-0493-eacc-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2026-03-18 18:57:05.726671 | fa163ecf-2437-0493-eacc-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7kp_1mo5/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-000000003287') missing from stats 2026-03-18 18:57:05.942868 | fa163ecf-2437-0493-eacc-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7kp_1mo5/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-03-18 18:57:06.233446 | fa163ecf-2437-0493-eacc-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7kp_1mo5/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-03-18 18:57:06.242232 | fa163ecf-2437-0493-eacc-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:13:59.828523 | 0.76s 2026-03-18 18:57:06.291576 | fa163ecf-2437-0493-eacc-000000003288 | TASK | push files to the other nodes of cluster 2026-03-18 18:57:06.811541 | fa163ecf-2437-0493-eacc-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7kp_1mo5/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-000000003288') missing from stats 2026-03-18 18:57:07.288061 | fa163ecf-2437-0493-eacc-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7kp_1mo5/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-03-18 18:57:07.698226 | fa163ecf-2437-0493-eacc-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-7kp_1mo5/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-03-18 18:57:07.712473 | fa163ecf-2437-0493-eacc-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:14:01.298761 | 1.42s 2026-03-18 18:57:07.731998 | fa163ecf-2437-0493-eacc-000000003122 | TASK | Clean ceph_client_fetch_dir 2026-03-18 18:57:07.773785 | fa163ecf-2437-0493-eacc-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:14:01.360080 | 0.04s 2026-03-18 18:57:07.785684 | 62450ef3-9bef-4168-ab83-777000305e8c | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-03-18 18:57:07.833861 | fa163ecf-2437-0493-eacc-00000000331c | TASK | Clean any old fetch directory path 2026-03-18 18:57:08.079045 | fa163ecf-2437-0493-eacc-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2026-03-18 18:57:08.080544 | fa163ecf-2437-0493-eacc-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:14:01.666843 | 0.25s 2026-03-18 18:57:08.099024 | fa163ecf-2437-0493-eacc-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2026-03-18 18:57:08.150450 | fa163ecf-2437-0493-eacc-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-03-18 18:57:08.151655 | fa163ecf-2437-0493-eacc-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:14:01.737954 | 0.05s 2026-03-18 18:57:08.185755 | fa163ecf-2437-0493-eacc-00000000285f | TASK | tripleo client role 2026-03-18 18:57:08.215699 | fa163ecf-2437-0493-eacc-00000000285f | TIMING | tripleo client role | undercloud | 0:14:01.801993 | 0.03s 2026-03-18 18:57:08.232991 | fa163ecf-2437-0493-eacc-000000002860 | TASK | Load variables for standalone ganesha 2026-03-18 18:57:08.304658 | fa163ecf-2437-0493-eacc-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-03-18 18:57:08.305853 | fa163ecf-2437-0493-eacc-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:14:01.892154 | 0.07s 2026-03-18 18:57:08.323409 | fa163ecf-2437-0493-eacc-000000002861 | TASK | Config Standalone Ganesha 2026-03-18 18:57:08.409155 | fa163ecf-2437-0493-eacc-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2026-03-18 18:57:08.410426 | fa163ecf-2437-0493-eacc-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:14:01.996721 | 0.09s PLAY [Deploy step tasks for 2] ************************************************* 2026-03-18 18:57:08.551629 | fa163ecf-2437-0493-eacc-0000000000ca | TASK | Deploy step tasks for 2 2026-03-18 18:57:08.583520 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000ca') missing from stats 2026-03-18 18:57:08.606181 | fa163ecf-2437-0493-eacc-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-03-18 18:57:09.078856 | fa163ecf-2437-0493-eacc-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-03-18 18:57:09.080783 | fa163ecf-2437-0493-eacc-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:02.667078 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 18:57:09.166210 | fa163ecf-2437-0493-eacc-0000000000cc | TIMING | include_tasks | standalone | 0:14:02.752488 | 0.05s 2026-03-18 18:57:09.283265 | 2ce3d67c-754f-44a7-b230-a4e3dded4735 | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-03-18 18:57:09.320162 | fa163ecf-2437-0493-eacc-0000000033e3 | TASK | Push script 2026-03-18 18:57:09.855213 | fa163ecf-2437-0493-eacc-0000000033e3 | CHANGED | Push script | standalone 2026-03-18 18:57:09.856669 | fa163ecf-2437-0493-eacc-0000000033e3 | TIMING | Push script | standalone | 0:14:03.442966 | 0.54s 2026-03-18 18:57:09.886387 | fa163ecf-2437-0493-eacc-0000000033e4 | TASK | Insert cronjob in root crontab 2026-03-18 18:57:10.345263 | fa163ecf-2437-0493-eacc-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2026-03-18 18:57:10.346659 | fa163ecf-2437-0493-eacc-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:14:03.932956 | 0.46s 2026-03-18 18:57:10.378156 | fa163ecf-2437-0493-eacc-0000000033eb | TASK | Gather variables for each operating system 2026-03-18 18:57:10.501016 | fa163ecf-2437-0493-eacc-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:04.087315 | 0.12s 2026-03-18 18:57:10.520706 | fa163ecf-2437-0493-eacc-0000000033ec | TASK | Detect if resource is being created or already exists 2026-03-18 18:57:11.237217 | fa163ecf-2437-0493-eacc-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 18:57:11.238680 | fa163ecf-2437-0493-eacc-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:04.824978 | 0.72s 2026-03-18 18:57:11.270283 | fa163ecf-2437-0493-eacc-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2026-03-18 18:58:58.855769 | fa163ecf-2437-0493-eacc-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-03-18 18:58:58.857467 | fa163ecf-2437-0493-eacc-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:15:52.443765 | 107.59s 2026-03-18 18:58:58.882819 | fa163ecf-2437-0493-eacc-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-03-18 18:58:59.150516 | fa163ecf-2437-0493-eacc-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-03-18 18:58:59.152974 | fa163ecf-2437-0493-eacc-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:15:52.739273 | 0.27s 2026-03-18 18:58:59.184512 | fa163ecf-2437-0493-eacc-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 18:58:59.798561 | fa163ecf-2437-0493-eacc-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 18:58:59.800893 | fa163ecf-2437-0493-eacc-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:53.387191 | 0.61s 2026-03-18 18:58:59.833503 | fa163ecf-2437-0493-eacc-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-03-18 18:59:00.058244 | fa163ecf-2437-0493-eacc-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-03-18 18:59:00.060466 | fa163ecf-2437-0493-eacc-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:15:53.646764 | 0.22s 2026-03-18 18:59:00.096691 | fa163ecf-2437-0493-eacc-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-03-18 18:59:00.152359 | fa163ecf-2437-0493-eacc-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-03-18 18:59:00.153996 | fa163ecf-2437-0493-eacc-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:15:53.740283 | 0.05s 2026-03-18 18:59:00.189562 | fa163ecf-2437-0493-eacc-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2026-03-18 18:59:00.244639 | fa163ecf-2437-0493-eacc-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-03-18 18:59:00.245844 | fa163ecf-2437-0493-eacc-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:15:53.832142 | 0.05s 2026-03-18 18:59:00.280206 | fa163ecf-2437-0493-eacc-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-03-18 18:59:00.336424 | fa163ecf-2437-0493-eacc-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-03-18 18:59:00.337670 | fa163ecf-2437-0493-eacc-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:15:53.923969 | 0.06s 2026-03-18 18:59:00.371939 | fa163ecf-2437-0493-eacc-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 18:59:00.426589 | fa163ecf-2437-0493-eacc-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 18:59:00.427879 | fa163ecf-2437-0493-eacc-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:54.014180 | 0.05s 2026-03-18 18:59:00.460096 | fa163ecf-2437-0493-eacc-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2026-03-18 18:59:00.514841 | fa163ecf-2437-0493-eacc-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-03-18 18:59:00.516182 | fa163ecf-2437-0493-eacc-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:15:54.102480 | 0.05s 2026-03-18 18:59:00.574428 | fa163ecf-2437-0493-eacc-000000003417 | TASK | Gather variables for each operating system 2026-03-18 18:59:00.691859 | fa163ecf-2437-0493-eacc-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:54.278149 | 0.12s 2026-03-18 18:59:00.722688 | fa163ecf-2437-0493-eacc-000000003418 | TASK | Detect if resource is being created or already exists 2026-03-18 18:59:01.474682 | fa163ecf-2437-0493-eacc-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 18:59:01.476583 | fa163ecf-2437-0493-eacc-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:55.062879 | 0.75s 2026-03-18 18:59:01.509890 | fa163ecf-2437-0493-eacc-000000003419 | TASK | Run init bundle puppet on the host for mysql 2026-03-18 18:59:28.880277 | fa163ecf-2437-0493-eacc-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-03-18 18:59:28.881876 | fa163ecf-2437-0493-eacc-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:16:22.468176 | 27.37s 2026-03-18 18:59:28.913967 | fa163ecf-2437-0493-eacc-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-03-18 18:59:29.151898 | fa163ecf-2437-0493-eacc-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-03-18 18:59:29.152695 | fa163ecf-2437-0493-eacc-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:16:22.739004 | 0.24s 2026-03-18 18:59:29.172247 | fa163ecf-2437-0493-eacc-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 18:59:29.625285 | fa163ecf-2437-0493-eacc-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 18:59:29.626596 | fa163ecf-2437-0493-eacc-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:23.212895 | 0.45s 2026-03-18 18:59:29.657706 | fa163ecf-2437-0493-eacc-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2026-03-18 18:59:29.889227 | fa163ecf-2437-0493-eacc-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-03-18 18:59:29.890640 | fa163ecf-2437-0493-eacc-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:16:23.476938 | 0.23s 2026-03-18 18:59:29.923190 | fa163ecf-2437-0493-eacc-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2026-03-18 18:59:29.983312 | fa163ecf-2437-0493-eacc-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-03-18 18:59:29.984418 | fa163ecf-2437-0493-eacc-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:16:23.570718 | 0.06s 2026-03-18 18:59:30.015170 | fa163ecf-2437-0493-eacc-00000000341f | TASK | Get container image tag from bundle galera-bundle 2026-03-18 18:59:30.046426 | fa163ecf-2437-0493-eacc-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-03-18 18:59:30.047683 | fa163ecf-2437-0493-eacc-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:16:23.633978 | 0.03s 2026-03-18 18:59:30.078914 | fa163ecf-2437-0493-eacc-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2026-03-18 18:59:30.112098 | fa163ecf-2437-0493-eacc-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-03-18 18:59:30.113314 | fa163ecf-2437-0493-eacc-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:16:23.699614 | 0.03s 2026-03-18 18:59:30.148418 | fa163ecf-2437-0493-eacc-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 18:59:30.188495 | fa163ecf-2437-0493-eacc-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 18:59:30.189719 | fa163ecf-2437-0493-eacc-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:23.776020 | 0.04s 2026-03-18 18:59:30.224999 | fa163ecf-2437-0493-eacc-000000003422 | TASK | Remove update marker for bundle galera-bundle 2026-03-18 18:59:30.264666 | fa163ecf-2437-0493-eacc-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-03-18 18:59:30.265401 | fa163ecf-2437-0493-eacc-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:16:23.851707 | 0.04s 2026-03-18 18:59:30.309452 | fa163ecf-2437-0493-eacc-000000003443 | TASK | Gather variables for each operating system 2026-03-18 18:59:30.421440 | fa163ecf-2437-0493-eacc-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:24.007730 | 0.11s 2026-03-18 18:59:30.452577 | fa163ecf-2437-0493-eacc-000000003444 | TASK | Detect if resource is being created or already exists 2026-03-18 18:59:31.243321 | fa163ecf-2437-0493-eacc-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 18:59:31.244941 | fa163ecf-2437-0493-eacc-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:24.831240 | 0.79s 2026-03-18 18:59:31.270769 | fa163ecf-2437-0493-eacc-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-03-18 18:59:58.732137 | fa163ecf-2437-0493-eacc-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-03-18 18:59:58.733525 | fa163ecf-2437-0493-eacc-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:16:52.319829 | 27.46s 2026-03-18 18:59:58.759314 | fa163ecf-2437-0493-eacc-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-03-18 18:59:59.029582 | fa163ecf-2437-0493-eacc-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-03-18 18:59:59.030572 | fa163ecf-2437-0493-eacc-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:16:52.616878 | 0.27s 2026-03-18 18:59:59.053722 | fa163ecf-2437-0493-eacc-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 18:59:59.485362 | fa163ecf-2437-0493-eacc-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 18:59:59.486505 | fa163ecf-2437-0493-eacc-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:53.072809 | 0.43s 2026-03-18 18:59:59.519960 | fa163ecf-2437-0493-eacc-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-03-18 18:59:59.739773 | fa163ecf-2437-0493-eacc-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-03-18 18:59:59.741204 | fa163ecf-2437-0493-eacc-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:16:53.327503 | 0.22s 2026-03-18 18:59:59.774410 | fa163ecf-2437-0493-eacc-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-03-18 18:59:59.813119 | fa163ecf-2437-0493-eacc-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-03-18 18:59:59.813988 | fa163ecf-2437-0493-eacc-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:16:53.400298 | 0.04s 2026-03-18 18:59:59.840028 | fa163ecf-2437-0493-eacc-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2026-03-18 18:59:59.900867 | fa163ecf-2437-0493-eacc-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-03-18 18:59:59.901785 | fa163ecf-2437-0493-eacc-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:16:53.488094 | 0.06s 2026-03-18 18:59:59.923655 | fa163ecf-2437-0493-eacc-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-03-18 18:59:59.953535 | fa163ecf-2437-0493-eacc-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-03-18 18:59:59.955235 | fa163ecf-2437-0493-eacc-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:16:53.540931 | 0.03s 2026-03-18 18:59:59.985686 | fa163ecf-2437-0493-eacc-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:00:00.024924 | fa163ecf-2437-0493-eacc-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:00:00.025860 | fa163ecf-2437-0493-eacc-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:53.612165 | 0.04s 2026-03-18 19:00:00.050806 | fa163ecf-2437-0493-eacc-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2026-03-18 19:00:00.090710 | fa163ecf-2437-0493-eacc-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-03-18 19:00:00.091999 | fa163ecf-2437-0493-eacc-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:16:53.678299 | 0.04s 2026-03-18 19:00:00.138251 | fa163ecf-2437-0493-eacc-00000000346f | TASK | Gather variables for each operating system 2026-03-18 19:00:00.219524 | fa163ecf-2437-0493-eacc-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:53.805814 | 0.08s 2026-03-18 19:00:00.250278 | fa163ecf-2437-0493-eacc-000000003470 | TASK | Detect if resource is being created or already exists 2026-03-18 19:00:01.023323 | fa163ecf-2437-0493-eacc-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:00:01.024627 | fa163ecf-2437-0493-eacc-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:54.610928 | 0.77s 2026-03-18 19:00:01.056133 | fa163ecf-2437-0493-eacc-000000003471 | TASK | Run init bundle puppet on the host for redis 2026-03-18 19:00:27.446314 | fa163ecf-2437-0493-eacc-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-03-18 19:00:27.447345 | fa163ecf-2437-0493-eacc-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:17:21.033653 | 26.39s 2026-03-18 19:00:27.468315 | fa163ecf-2437-0493-eacc-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-03-18 19:00:27.741431 | fa163ecf-2437-0493-eacc-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-03-18 19:00:27.743999 | fa163ecf-2437-0493-eacc-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:17:21.330300 | 0.27s 2026-03-18 19:00:27.768841 | fa163ecf-2437-0493-eacc-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:00:28.177617 | fa163ecf-2437-0493-eacc-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:00:28.179409 | fa163ecf-2437-0493-eacc-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:21.765704 | 0.41s 2026-03-18 19:00:28.217192 | fa163ecf-2437-0493-eacc-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-03-18 19:00:28.455302 | fa163ecf-2437-0493-eacc-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-03-18 19:00:28.456659 | fa163ecf-2437-0493-eacc-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:17:22.042958 | 0.24s 2026-03-18 19:00:28.489157 | fa163ecf-2437-0493-eacc-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2026-03-18 19:00:28.544963 | fa163ecf-2437-0493-eacc-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-03-18 19:00:28.546200 | fa163ecf-2437-0493-eacc-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:17:22.132499 | 0.06s 2026-03-18 19:00:28.579930 | fa163ecf-2437-0493-eacc-000000003477 | TASK | Get container image tag from bundle redis-bundle 2026-03-18 19:00:28.647880 | fa163ecf-2437-0493-eacc-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-03-18 19:00:28.649589 | fa163ecf-2437-0493-eacc-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:17:22.235884 | 0.07s 2026-03-18 19:00:28.682669 | fa163ecf-2437-0493-eacc-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2026-03-18 19:00:28.735039 | fa163ecf-2437-0493-eacc-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-03-18 19:00:28.736835 | fa163ecf-2437-0493-eacc-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:17:22.323132 | 0.05s 2026-03-18 19:00:28.771311 | fa163ecf-2437-0493-eacc-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:00:28.821708 | fa163ecf-2437-0493-eacc-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:00:28.823133 | fa163ecf-2437-0493-eacc-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:22.409404 | 0.05s 2026-03-18 19:00:28.855318 | fa163ecf-2437-0493-eacc-00000000347a | TASK | Remove update marker for bundle redis-bundle 2026-03-18 19:00:28.907488 | fa163ecf-2437-0493-eacc-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-03-18 19:00:28.908765 | fa163ecf-2437-0493-eacc-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:17:22.495027 | 0.05s 2026-03-18 19:00:28.964699 | fa163ecf-2437-0493-eacc-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-03-18 19:00:29.181732 | fa163ecf-2437-0493-eacc-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-03-18 19:00:29.183152 | fa163ecf-2437-0493-eacc-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:17:22.769453 | 0.22s 2026-03-18 19:00:29.294831 | fa163ecf-2437-0493-eacc-0000000000cf | TIMING | include_tasks | standalone | 0:17:22.881122 | 0.08s 2026-03-18 19:00:29.334825 | 07b316a1-c1a6-46a1-8b15-8e00442da6d0 | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:00:29.362922 | fa163ecf-2437-0493-eacc-00000000350f | TASK | Write the config_step hieradata 2026-03-18 19:00:29.895890 | fa163ecf-2437-0493-eacc-00000000350f | OK | Write the config_step hieradata | standalone 2026-03-18 19:00:29.897195 | fa163ecf-2437-0493-eacc-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:17:23.483493 | 0.53s 2026-03-18 19:00:29.929628 | fa163ecf-2437-0493-eacc-000000003510 | TASK | Run puppet host configuration for step 2 2026-03-18 19:00:30.241825 | fa163ecf-2437-0493-eacc-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-03-18 19:00:30.242586 | fa163ecf-2437-0493-eacc-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:17:23.828894 | 0.31s 2026-03-18 19:00:30.262134 | fa163ecf-2437-0493-eacc-000000003511 | TASK | Wait for puppet host configuration to finish 2026-03-18 19:00:30.497302 | fa163ecf-2437-0493-eacc-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:00:40.698678 | fa163ecf-2437-0493-eacc-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:00:50.960766 | fa163ecf-2437-0493-eacc-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:00:50.962027 | fa163ecf-2437-0493-eacc-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:44.548328 | 20.70s 2026-03-18 19:00:50.992712 | fa163ecf-2437-0493-eacc-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-03-18 19:00:51.084619 | fa163ecf-2437-0493-eacc-000000003512 | 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 18 19:00:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:00:34 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:00:34 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:00:34 puppet-user: (file & line not available)", "<13>Mar 18 19:00:34 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 18 19:00:34 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 18 19:00:35 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:00:35 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.42 seconds", "<13>Mar 18 19:00:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:00:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:00:44 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:00:45 puppet-user: Notice: Applied catalog in 10.02 seconds", "<13>Mar 18 19:00:45 puppet-user: Application:", "<13>Mar 18 19:00:45 puppet-user: Initial environment: production", "<13>Mar 18 19:00:45 puppet-user: Converged environment: production", "<13>Mar 18 19:00:45 puppet-user: Run mode: user", "<13>Mar 18 19:00:45 puppet-user: Changes:", "<13>Mar 18 19:00:45 puppet-user: Total: 2", "<13>Mar 18 19:00:45 puppet-user: Events:", "<13>Mar 18 19:00:45 puppet-user: Success: 2", "<13>Mar 18 19:00:45 puppet-user: Resources:", "<13>Mar 18 19:00:45 puppet-user: Changed: 2", "<13>Mar 18 19:00:45 puppet-user: Out of sync: 2", "<13>Mar 18 19:00:45 puppet-user: Total: 28", "<13>Mar 18 19:00:45 puppet-user: Time:", "<13>Mar 18 19:00:45 puppet-user: Schedule: 0.00", "<13>Mar 18 19:00:45 puppet-user: File line: 0.00", "<13>Mar 18 19:00:45 puppet-user: Package: 0.00", "<13>Mar 18 19:00:45 puppet-user: File: 0.00", "<13>Mar 18 19:00:45 puppet-user: Augeas: 0.01", "<13>Mar 18 19:00:45 puppet-user: User: 0.01", "<13>Mar 18 19:00:45 puppet-user: Service: 0.08", "<13>Mar 18 19:00:45 puppet-user: Config retrieval: 0.47", "<13>Mar 18 19:00:45 puppet-user: Pcmk property: 1.40", "<13>Mar 18 19:00:45 puppet-user: Exec: 1.98", "<13>Mar 18 19:00:45 puppet-user: Transaction evaluation: 10.00", "<13>Mar 18 19:00:45 puppet-user: Catalog application: 10.02", "<13>Mar 18 19:00:45 puppet-user: Last run: 1773860445", "<13>Mar 18 19:00:45 puppet-user: Pcmk resource op default: 3.14", "<13>Mar 18 19:00:45 puppet-user: Pcmk resource default: 3.15", "<13>Mar 18 19:00:45 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:00:45 puppet-user: Total: 10.02", "<13>Mar 18 19:00:45 puppet-user: Version:", "<13>Mar 18 19:00:45 puppet-user: Config: 1773860434", "<13>Mar 18 19:00:45 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:00:51.086207 | fa163ecf-2437-0493-eacc-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:17:44.672509 | 0.09s 2026-03-18 19:00:51.115735 | fa163ecf-2437-0493-eacc-000000003513 | TASK | Pre-cache facts for puppet containers 2026-03-18 19:00:51.144846 | fa163ecf-2437-0493-eacc-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:44.731140 | 0.03s 2026-03-18 19:00:51.234982 | fa163ecf-2437-0493-eacc-000000003552 | TASK | Gather variables for each operating system 2026-03-18 19:00:51.373516 | fa163ecf-2437-0493-eacc-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:44.959798 | 0.14s 2026-03-18 19:00:51.405858 | fa163ecf-2437-0493-eacc-000000003553 | TASK | Create puppet caching structures 2026-03-18 19:00:51.672960 | fa163ecf-2437-0493-eacc-000000003553 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:00:51.674591 | fa163ecf-2437-0493-eacc-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:45.260890 | 0.27s 2026-03-18 19:00:51.702562 | fa163ecf-2437-0493-eacc-000000003554 | TASK | Check for facter.conf 2026-03-18 19:00:51.952796 | fa163ecf-2437-0493-eacc-000000003554 | OK | Check for facter.conf | standalone 2026-03-18 19:00:51.953727 | fa163ecf-2437-0493-eacc-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:45.540035 | 0.25s 2026-03-18 19:00:51.973118 | fa163ecf-2437-0493-eacc-000000003555 | TASK | Remove facter.conf if directory 2026-03-18 19:00:52.019581 | fa163ecf-2437-0493-eacc-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:00:52.020191 | fa163ecf-2437-0493-eacc-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:45.606500 | 0.05s 2026-03-18 19:00:52.039544 | fa163ecf-2437-0493-eacc-000000003556 | TASK | Write facter cache config 2026-03-18 19:00:52.509841 | fa163ecf-2437-0493-eacc-000000003556 | CHANGED | Write facter cache config | standalone 2026-03-18 19:00:52.510659 | fa163ecf-2437-0493-eacc-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:46.096968 | 0.47s 2026-03-18 19:00:52.530268 | fa163ecf-2437-0493-eacc-000000003557 | TASK | Cleanup facter cache if exists 2026-03-18 19:00:52.758424 | fa163ecf-2437-0493-eacc-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:00:52.759797 | fa163ecf-2437-0493-eacc-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:46.346097 | 0.23s 2026-03-18 19:00:52.790539 | fa163ecf-2437-0493-eacc-000000003558 | TASK | Pre-cache facts 2026-03-18 19:00:53.408570 | fa163ecf-2437-0493-eacc-000000003558 | CHANGED | Pre-cache facts | standalone 2026-03-18 19:00:53.409654 | fa163ecf-2437-0493-eacc-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:46.995960 | 0.62s 2026-03-18 19:00:53.435872 | fa163ecf-2437-0493-eacc-000000003559 | TASK | Failed deployment if facter fails 2026-03-18 19:00:53.468962 | fa163ecf-2437-0493-eacc-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:00:53.469944 | fa163ecf-2437-0493-eacc-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:47.056251 | 0.03s 2026-03-18 19:00:53.504310 | fa163ecf-2437-0493-eacc-00000000355a | TASK | Sync cached facts 2026-03-18 19:00:53.814258 | fa163ecf-2437-0493-eacc-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-00000000355a') missing from stats 2026-03-18 19:00:53.870741 | fa163ecf-2437-0493-eacc-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:00:53.921508 | fa163ecf-2437-0493-eacc-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:00:53.922724 | fa163ecf-2437-0493-eacc-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:47.509023 | 0.05s 2026-03-18 19:00:53.955801 | fa163ecf-2437-0493-eacc-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2026-03-18 19:00:53.988364 | fa163ecf-2437-0493-eacc-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:17:47.574646 | 0.03s 2026-03-18 19:00:54.059895 | fa163ecf-2437-0493-eacc-0000000035b1 | TASK | Gather variables for each operating system 2026-03-18 19:00:54.227090 | fa163ecf-2437-0493-eacc-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:47.813376 | 0.17s 2026-03-18 19:00:54.258734 | fa163ecf-2437-0493-eacc-0000000035b2 | TASK | Create container logs path 2026-03-18 19:00:54.524989 | fa163ecf-2437-0493-eacc-0000000035b2 | OK | Create container logs path | standalone 2026-03-18 19:00:54.526484 | fa163ecf-2437-0493-eacc-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:48.112784 | 0.27s 2026-03-18 19:00:54.559340 | fa163ecf-2437-0493-eacc-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:00:54.837641 | fa163ecf-2437-0493-eacc-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-18 19:00:54.838934 | fa163ecf-2437-0493-eacc-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:48.425234 | 0.28s 2026-03-18 19:00:54.869918 | fa163ecf-2437-0493-eacc-0000000035b5 | TASK | Finalise hashes for all containers 2026-03-18 19:00:54.942706 | fa163ecf-2437-0493-eacc-0000000035b5 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:00:54.943835 | fa163ecf-2437-0493-eacc-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:48.530135 | 0.07s 2026-03-18 19:00:54.974370 | fa163ecf-2437-0493-eacc-0000000035b7 | TASK | Manage systemd shutdown files 2026-03-18 19:00:55.006148 | fa163ecf-2437-0493-eacc-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:48.592419 | 0.03s 2026-03-18 19:00:55.039552 | 95dd1f6c-8bcb-4d87-bae0-8ba699aa7316 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:00:55.067739 | fa163ecf-2437-0493-eacc-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:00:55.339613 | fa163ecf-2437-0493-eacc-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:00:55.340990 | fa163ecf-2437-0493-eacc-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:48.927290 | 0.27s 2026-03-18 19:00:55.370876 | fa163ecf-2437-0493-eacc-0000000035eb | TASK | Set podman_drop_in fact 2026-03-18 19:00:55.432764 | fa163ecf-2437-0493-eacc-0000000035eb | OK | Set podman_drop_in fact | standalone 2026-03-18 19:00:55.433846 | fa163ecf-2437-0493-eacc-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:49.020147 | 0.06s 2026-03-18 19:00:55.463157 | fa163ecf-2437-0493-eacc-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:00:55.938236 | fa163ecf-2437-0493-eacc-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:00:55.941025 | fa163ecf-2437-0493-eacc-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:49.527318 | 0.48s 2026-03-18 19:00:56.426160 | fa163ecf-2437-0493-eacc-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:00:56.426891 | fa163ecf-2437-0493-eacc-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:50.013196 | 0.96s 2026-03-18 19:00:56.431173 | fa163ecf-2437-0493-eacc-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:50.017467 | 0.97s 2026-03-18 19:00:56.456701 | fa163ecf-2437-0493-eacc-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:00:56.984319 | fa163ecf-2437-0493-eacc-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:00:56.987804 | fa163ecf-2437-0493-eacc-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:50.574095 | 0.53s 2026-03-18 19:00:57.021859 | fa163ecf-2437-0493-eacc-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:00:57.504176 | fa163ecf-2437-0493-eacc-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:00:57.505620 | fa163ecf-2437-0493-eacc-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:51.091919 | 0.48s 2026-03-18 19:00:57.535871 | fa163ecf-2437-0493-eacc-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:00:58.255689 | fa163ecf-2437-0493-eacc-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:00:58.257535 | fa163ecf-2437-0493-eacc-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:51.843834 | 0.72s 2026-03-18 19:00:58.288354 | fa163ecf-2437-0493-eacc-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:00:58.753766 | fa163ecf-2437-0493-eacc-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:00:58.755139 | fa163ecf-2437-0493-eacc-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:52.341412 | 0.47s 2026-03-18 19:00:58.784938 | fa163ecf-2437-0493-eacc-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:00:59.321359 | fa163ecf-2437-0493-eacc-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:00:59.322819 | fa163ecf-2437-0493-eacc-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:52.909116 | 0.54s 2026-03-18 19:00:59.353544 | fa163ecf-2437-0493-eacc-0000000035f3 | TASK | Enable and start netns-placeholder 2026-03-18 19:01:00.114691 | fa163ecf-2437-0493-eacc-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:01:00.115924 | fa163ecf-2437-0493-eacc-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:53.702234 | 0.76s 2026-03-18 19:01:00.135973 | fa163ecf-2437-0493-eacc-0000000035b9 | TASK | Update container configs with new config hashes 2026-03-18 19:01:00.192998 | fa163ecf-2437-0493-eacc-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:53.779305 | 0.06s 2026-03-18 19:01:00.213133 | 99d6c651-2ccf-4ba5-bbec-fcb62adf76d3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:01:00.247276 | fa163ecf-2437-0493-eacc-00000000361b | TASK | Update config hashes for container startup configs 2026-03-18 19:01:00.564541 | fa163ecf-2437-0493-eacc-00000000361b | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:01:00.566015 | fa163ecf-2437-0493-eacc-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:54.152313 | 0.32s 2026-03-18 19:01:00.599238 | fa163ecf-2437-0493-eacc-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:01:00.654409 | fa163ecf-2437-0493-eacc-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:54.240692 | 0.05s 2026-03-18 19:01:00.680222 | 01754618-40e2-4295-b156-dc8d75409736 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:01:00.718671 | fa163ecf-2437-0493-eacc-00000000363a | TASK | Gather podman infos 2026-03-18 19:01:01.727049 | fa163ecf-2437-0493-eacc-00000000363a | OK | Gather podman infos | standalone 2026-03-18 19:01:01.728386 | fa163ecf-2437-0493-eacc-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:55.314686 | 1.01s 2026-03-18 19:01:01.803207 | fa163ecf-2437-0493-eacc-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:01:01.869422 | fa163ecf-2437-0493-eacc-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:55.455713 | 0.06s 2026-03-18 19:01:02.000272 | fa163ecf-2437-0493-eacc-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:55.586559 | 0.07s 2026-03-18 19:01:02.063359 | fa163ecf-2437-0493-eacc-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:01:02.118359 | fa163ecf-2437-0493-eacc-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:17:55.704651 | 0.05s 2026-03-18 19:01:02.142224 | 57dd830a-fa22-4d62-9d11-8bd9b590370b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:01:02.188828 | fa163ecf-2437-0493-eacc-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:01:19.867503 | fa163ecf-2437-0493-eacc-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-18 19:01:19.869132 | fa163ecf-2437-0493-eacc-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:13.455406 | 17.68s 2026-03-18 19:01:19.902550 | fa163ecf-2437-0493-eacc-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-03-18 19:01:22.843655 | fa163ecf-2437-0493-eacc-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-03-18 19:01:22.845243 | fa163ecf-2437-0493-eacc-0000000036ab | 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:18:16.431541 | 2.94s 2026-03-18 19:01:22.920411 | fa163ecf-2437-0493-eacc-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2026-03-18 19:01:23.171013 | fa163ecf-2437-0493-eacc-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-03-18 19:01:23.172405 | fa163ecf-2437-0493-eacc-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:18:16.758704 | 0.25s 2026-03-18 19:01:23.230157 | fa163ecf-2437-0493-eacc-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-03-18 19:01:23.284569 | fa163ecf-2437-0493-eacc-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:18:16.870857 | 0.05s 2026-03-18 19:01:23.318247 | fa163ecf-2437-0493-eacc-00000000351a | TASK | Include container-puppet tasks for step 2 2026-03-18 19:01:23.364790 | fa163ecf-2437-0493-eacc-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:18:16.951083 | 0.05s 2026-03-18 19:01:23.377486 | 210def4e-4256-4916-b7dc-43c1b690ff7c | INCLUDED | /root/standalone-ansible-7kp_1mo5/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:01:23.405703 | fa163ecf-2437-0493-eacc-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-03-18 19:01:23.872053 | fa163ecf-2437-0493-eacc-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-03-18 19:01:23.873245 | fa163ecf-2437-0493-eacc-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:18:17.459542 | 0.47s 2026-03-18 19:01:23.905618 | fa163ecf-2437-0493-eacc-0000000036f8 | TASK | Generate container puppet configs for step 2 2026-03-18 19:01:24.169901 | fa163ecf-2437-0493-eacc-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2026-03-18 19:01:24.171323 | fa163ecf-2437-0493-eacc-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:18:17.757622 | 0.26s 2026-03-18 19:01:24.203747 | fa163ecf-2437-0493-eacc-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-03-18 19:01:24.236025 | fa163ecf-2437-0493-eacc-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:18:17.822315 | 0.03s 2026-03-18 19:01:24.308533 | fa163ecf-2437-0493-eacc-000000003728 | TASK | Gather variables for each operating system 2026-03-18 19:01:24.435521 | fa163ecf-2437-0493-eacc-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:18.021804 | 0.13s 2026-03-18 19:01:24.466380 | fa163ecf-2437-0493-eacc-000000003729 | TASK | Create container logs path 2026-03-18 19:01:24.715061 | fa163ecf-2437-0493-eacc-000000003729 | OK | Create container logs path | standalone 2026-03-18 19:01:24.716510 | fa163ecf-2437-0493-eacc-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:18.302809 | 0.25s 2026-03-18 19:01:24.749419 | fa163ecf-2437-0493-eacc-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-18 19:01:25.009475 | fa163ecf-2437-0493-eacc-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-18 19:01:25.010969 | fa163ecf-2437-0493-eacc-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:18.597265 | 0.26s 2026-03-18 19:01:25.042003 | fa163ecf-2437-0493-eacc-00000000372c | TASK | Finalise hashes for all containers 2026-03-18 19:01:25.100345 | fa163ecf-2437-0493-eacc-00000000372c | OK | Finalise hashes for all containers | standalone 2026-03-18 19:01:25.101652 | fa163ecf-2437-0493-eacc-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:18.687951 | 0.06s 2026-03-18 19:01:25.133157 | fa163ecf-2437-0493-eacc-00000000372e | TASK | Manage systemd shutdown files 2026-03-18 19:01:25.174869 | fa163ecf-2437-0493-eacc-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:01:25.176265 | fa163ecf-2437-0493-eacc-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:18.762563 | 0.04s 2026-03-18 19:01:25.206483 | fa163ecf-2437-0493-eacc-000000003730 | TASK | Update container configs with new config hashes 2026-03-18 19:01:25.257678 | fa163ecf-2437-0493-eacc-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:01:25.258835 | fa163ecf-2437-0493-eacc-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:18.845134 | 0.05s 2026-03-18 19:01:25.292607 | fa163ecf-2437-0493-eacc-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-18 19:01:25.343705 | fa163ecf-2437-0493-eacc-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-18 19:01:25.345130 | fa163ecf-2437-0493-eacc-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:18.931401 | 0.05s 2026-03-18 19:01:25.378439 | fa163ecf-2437-0493-eacc-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-03-18 19:01:25.429707 | fa163ecf-2437-0493-eacc-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-03-18 19:01:25.430850 | fa163ecf-2437-0493-eacc-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:18:19.017150 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-03-18 19:01:25.598670 | fa163ecf-2437-0493-eacc-0000000000d2 | TASK | External deployment step 3 2026-03-18 19:01:25.627370 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000d2') missing from stats 2026-03-18 19:01:25.679345 | fa163ecf-2437-0493-eacc-0000000000d3 | TIMING | include_tasks | undercloud | 0:18:19.265646 | 0.04s 2026-03-18 19:01:25.689519 | a904982d-de5a-4352-9b73-3ac666712f78 | INCLUDED | /root/standalone-ansible-7kp_1mo5/external_deploy_steps_tasks_step3.yaml | undercloud 2026-03-18 19:01:25.709149 | fa163ecf-2437-0493-eacc-000000003781 | TASK | Pause cephadm 2026-03-18 19:01:25.761173 | fa163ecf-2437-0493-eacc-000000003781 | SKIPPED | Pause cephadm | undercloud 2026-03-18 19:01:25.762519 | fa163ecf-2437-0493-eacc-000000003781 | TIMING | Pause cephadm | undercloud | 0:18:19.348817 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2026-03-18 19:01:25.909058 | fa163ecf-2437-0493-eacc-0000000000d6 | TASK | Deploy step tasks for 3 2026-03-18 19:01:25.936970 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000d6') missing from stats 2026-03-18 19:01:25.959944 | fa163ecf-2437-0493-eacc-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-03-18 19:01:26.542759 | fa163ecf-2437-0493-eacc-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-03-18 19:01:26.544379 | fa163ecf-2437-0493-eacc-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:18:20.130677 | 0.58s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:01:26.616876 | fa163ecf-2437-0493-eacc-0000000000d8 | TIMING | include_tasks | standalone | 0:18:20.203168 | 0.04s 2026-03-18 19:01:26.643687 | 8c064510-91d2-42cd-ac9d-bf74e4ee5681 | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-03-18 19:01:26.668457 | fa163ecf-2437-0493-eacc-0000000037a0 | TASK | Start OVN container 2026-03-18 19:01:26.749080 | fa163ecf-2437-0493-eacc-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:20.335372 | 0.08s 2026-03-18 19:01:26.782554 | fa163ecf-2437-0493-eacc-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:20.368856 | 0.11s 2026-03-18 19:01:26.808133 | fa163ecf-2437-0493-eacc-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:20.394415 | 0.14s 2026-03-18 19:01:26.819777 | fa163ecf-2437-0493-eacc-0000000037a0 | TIMING | Start OVN container | standalone | 0:18:20.406080 | 0.15s 2026-03-18 19:01:26.929508 | fa163ecf-2437-0493-eacc-0000000037d8 | TASK | Gather variables for each operating system 2026-03-18 19:01:27.055489 | fa163ecf-2437-0493-eacc-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:20.641782 | 0.12s 2026-03-18 19:01:27.085825 | fa163ecf-2437-0493-eacc-0000000037d9 | TASK | Create container logs path 2026-03-18 19:01:27.364582 | fa163ecf-2437-0493-eacc-0000000037d9 | OK | Create container logs path | standalone 2026-03-18 19:01:27.366215 | fa163ecf-2437-0493-eacc-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:20.952514 | 0.28s 2026-03-18 19:01:27.398408 | fa163ecf-2437-0493-eacc-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:27.729948 | fa163ecf-2437-0493-eacc-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:27.731227 | fa163ecf-2437-0493-eacc-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:21.317526 | 0.33s 2026-03-18 19:01:27.760942 | fa163ecf-2437-0493-eacc-0000000037dc | TASK | Finalise hashes for all containers 2026-03-18 19:01:27.845685 | fa163ecf-2437-0493-eacc-0000000037dc | OK | Finalise hashes for all containers | standalone 2026-03-18 19:01:27.846773 | fa163ecf-2437-0493-eacc-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:21.433073 | 0.08s 2026-03-18 19:01:27.876222 | fa163ecf-2437-0493-eacc-0000000037de | TASK | Manage systemd shutdown files 2026-03-18 19:01:27.917943 | fa163ecf-2437-0493-eacc-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:01:27.919159 | fa163ecf-2437-0493-eacc-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:21.505457 | 0.04s 2026-03-18 19:01:27.949433 | fa163ecf-2437-0493-eacc-0000000037e0 | TASK | Update container configs with new config hashes 2026-03-18 19:01:28.021944 | fa163ecf-2437-0493-eacc-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:01:28.023127 | fa163ecf-2437-0493-eacc-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:21.609401 | 0.07s 2026-03-18 19:01:28.054568 | fa163ecf-2437-0493-eacc-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:28.129158 | fa163ecf-2437-0493-eacc-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:21.715452 | 0.07s 2026-03-18 19:01:28.152805 | 14dc0282-109e-432d-a5c7-417aaca9b1e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:01:28.189148 | fa163ecf-2437-0493-eacc-00000000386d | TASK | Gather podman infos 2026-03-18 19:01:29.450260 | fa163ecf-2437-0493-eacc-00000000386d | OK | Gather podman infos | standalone 2026-03-18 19:01:29.451552 | fa163ecf-2437-0493-eacc-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:23.037852 | 1.26s 2026-03-18 19:01:29.540753 | fa163ecf-2437-0493-eacc-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:29.630592 | fa163ecf-2437-0493-eacc-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:23.216882 | 0.08s 2026-03-18 19:01:29.780831 | fa163ecf-2437-0493-eacc-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:23.367128 | 0.08s 2026-03-18 19:01:29.826794 | fa163ecf-2437-0493-eacc-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:29.868028 | fa163ecf-2437-0493-eacc-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:23.454330 | 0.04s 2026-03-18 19:01:29.883066 | 3e6156e0-33c2-4a9f-964e-7ca464068703 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:01:29.913157 | fa163ecf-2437-0493-eacc-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:30.801031 | fa163ecf-2437-0493-eacc-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:30.802311 | fa163ecf-2437-0493-eacc-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:24.388616 | 0.89s 2026-03-18 19:01:30.827581 | fa163ecf-2437-0493-eacc-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:33.635244 | fa163ecf-2437-0493-eacc-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:33.636619 | fa163ecf-2437-0493-eacc-0000000038d9 | 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:18:27.222919 | 2.81s 2026-03-18 19:01:33.693203 | fa163ecf-2437-0493-eacc-000000003803 | TASK | Gather variables for each operating system 2026-03-18 19:01:33.818839 | fa163ecf-2437-0493-eacc-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:27.405118 | 0.12s 2026-03-18 19:01:33.849563 | fa163ecf-2437-0493-eacc-000000003804 | TASK | Create container logs path 2026-03-18 19:01:34.083246 | fa163ecf-2437-0493-eacc-000000003804 | OK | Create container logs path | standalone 2026-03-18 19:01:34.084308 | fa163ecf-2437-0493-eacc-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:27.670615 | 0.23s 2026-03-18 19:01:34.105331 | fa163ecf-2437-0493-eacc-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:34.357228 | fa163ecf-2437-0493-eacc-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:34.358392 | fa163ecf-2437-0493-eacc-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:27.944691 | 0.25s 2026-03-18 19:01:34.387961 | fa163ecf-2437-0493-eacc-000000003807 | TASK | Finalise hashes for all containers 2026-03-18 19:01:34.471287 | fa163ecf-2437-0493-eacc-000000003807 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:01:34.472383 | fa163ecf-2437-0493-eacc-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:28.058681 | 0.08s 2026-03-18 19:01:34.501828 | fa163ecf-2437-0493-eacc-000000003809 | TASK | Manage systemd shutdown files 2026-03-18 19:01:34.562975 | fa163ecf-2437-0493-eacc-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:01:34.564146 | fa163ecf-2437-0493-eacc-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:28.150444 | 0.06s 2026-03-18 19:01:34.593648 | fa163ecf-2437-0493-eacc-00000000380b | TASK | Update container configs with new config hashes 2026-03-18 19:01:34.657358 | fa163ecf-2437-0493-eacc-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:01:34.658467 | fa163ecf-2437-0493-eacc-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:28.244766 | 0.06s 2026-03-18 19:01:34.689731 | fa163ecf-2437-0493-eacc-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:34.751624 | fa163ecf-2437-0493-eacc-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:28.337914 | 0.06s 2026-03-18 19:01:34.775751 | 89f7a5d5-58fc-4a66-89bc-4043a063c899 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:01:34.811161 | fa163ecf-2437-0493-eacc-000000003924 | TASK | Gather podman infos 2026-03-18 19:01:36.101801 | fa163ecf-2437-0493-eacc-000000003924 | OK | Gather podman infos | standalone 2026-03-18 19:01:36.104000 | fa163ecf-2437-0493-eacc-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:29.690295 | 1.29s 2026-03-18 19:01:36.195703 | fa163ecf-2437-0493-eacc-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:36.298009 | fa163ecf-2437-0493-eacc-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:29.884297 | 0.10s 2026-03-18 19:01:36.440719 | fa163ecf-2437-0493-eacc-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:30.027005 | 0.09s 2026-03-18 19:01:36.501166 | fa163ecf-2437-0493-eacc-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:36.576687 | fa163ecf-2437-0493-eacc-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:30.162974 | 0.07s 2026-03-18 19:01:36.601707 | a4da2048-f5cd-45d9-aa57-f8677f3c48e3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:01:36.650397 | fa163ecf-2437-0493-eacc-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:37.594484 | fa163ecf-2437-0493-eacc-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:37.595302 | fa163ecf-2437-0493-eacc-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:31.181611 | 0.94s 2026-03-18 19:01:37.629519 | fa163ecf-2437-0493-eacc-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:40.498065 | fa163ecf-2437-0493-eacc-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:40.501061 | fa163ecf-2437-0493-eacc-00000000398b | 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:18:34.087357 | 2.87s 2026-03-18 19:01:40.560351 | fa163ecf-2437-0493-eacc-00000000382e | TASK | Gather variables for each operating system 2026-03-18 19:01:40.683087 | fa163ecf-2437-0493-eacc-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:34.269378 | 0.12s 2026-03-18 19:01:40.715921 | fa163ecf-2437-0493-eacc-00000000382f | TASK | Create container logs path 2026-03-18 19:01:40.984681 | fa163ecf-2437-0493-eacc-00000000382f | OK | Create container logs path | standalone 2026-03-18 19:01:40.987064 | fa163ecf-2437-0493-eacc-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:34.573361 | 0.27s 2026-03-18 19:01:41.020890 | fa163ecf-2437-0493-eacc-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:41.343604 | fa163ecf-2437-0493-eacc-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:41.345725 | fa163ecf-2437-0493-eacc-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:34.932024 | 0.32s 2026-03-18 19:01:41.377028 | fa163ecf-2437-0493-eacc-000000003832 | TASK | Finalise hashes for all containers 2026-03-18 19:01:41.448568 | fa163ecf-2437-0493-eacc-000000003832 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:01:41.449675 | fa163ecf-2437-0493-eacc-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:35.035973 | 0.07s 2026-03-18 19:01:41.479569 | fa163ecf-2437-0493-eacc-000000003834 | TASK | Manage systemd shutdown files 2026-03-18 19:01:41.541348 | fa163ecf-2437-0493-eacc-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:01:41.542423 | fa163ecf-2437-0493-eacc-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:35.128723 | 0.06s 2026-03-18 19:01:41.572831 | fa163ecf-2437-0493-eacc-000000003836 | TASK | Update container configs with new config hashes 2026-03-18 19:01:41.644905 | fa163ecf-2437-0493-eacc-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:01:41.646022 | fa163ecf-2437-0493-eacc-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:35.232323 | 0.07s 2026-03-18 19:01:41.677415 | fa163ecf-2437-0493-eacc-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:41.730172 | fa163ecf-2437-0493-eacc-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:35.316467 | 0.05s 2026-03-18 19:01:41.754003 | cbf7104c-4ffc-4b5c-b0d6-c23038d84f5a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:01:41.797876 | fa163ecf-2437-0493-eacc-0000000039d6 | TASK | Gather podman infos 2026-03-18 19:01:42.973427 | fa163ecf-2437-0493-eacc-0000000039d6 | OK | Gather podman infos | standalone 2026-03-18 19:01:42.974744 | fa163ecf-2437-0493-eacc-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:36.561043 | 1.18s 2026-03-18 19:01:43.074443 | fa163ecf-2437-0493-eacc-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:43.154562 | fa163ecf-2437-0493-eacc-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:36.740849 | 0.07s 2026-03-18 19:01:43.304374 | fa163ecf-2437-0493-eacc-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:36.890656 | 0.09s 2026-03-18 19:01:43.363642 | fa163ecf-2437-0493-eacc-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:43.437672 | fa163ecf-2437-0493-eacc-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:37.023959 | 0.07s 2026-03-18 19:01:43.460485 | f02113c5-c364-4b74-b211-2193509159f9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:01:43.502459 | fa163ecf-2437-0493-eacc-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:44.430856 | fa163ecf-2437-0493-eacc-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:44.431901 | fa163ecf-2437-0493-eacc-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:18:38.018210 | 0.93s 2026-03-18 19:01:44.453214 | fa163ecf-2437-0493-eacc-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-03-18 19:01:47.478241 | fa163ecf-2437-0493-eacc-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-03-18 19:01:47.480906 | fa163ecf-2437-0493-eacc-000000003a3d | 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:18:41.067105 | 3.03s 2026-03-18 19:01:47.535912 | fa163ecf-2437-0493-eacc-0000000037a2 | TASK | Set NB connection 2026-03-18 19:01:47.946561 | fa163ecf-2437-0493-eacc-0000000037a2 | CHANGED | Set NB connection | standalone 2026-03-18 19:01:47.947963 | fa163ecf-2437-0493-eacc-0000000037a2 | TIMING | Set NB connection | standalone | 0:18:41.534261 | 0.41s 2026-03-18 19:01:47.978736 | fa163ecf-2437-0493-eacc-0000000037a3 | TASK | Set SB connection 2026-03-18 19:01:48.426920 | fa163ecf-2437-0493-eacc-0000000037a3 | CHANGED | Set SB connection | standalone 2026-03-18 19:01:48.428308 | fa163ecf-2437-0493-eacc-0000000037a3 | TIMING | Set SB connection | standalone | 0:18:42.014604 | 0.45s 2026-03-18 19:01:48.458579 | fa163ecf-2437-0493-eacc-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-03-18 19:01:48.686064 | fa163ecf-2437-0493-eacc-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-03-18 19:01:48.687563 | fa163ecf-2437-0493-eacc-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:18:42.273861 | 0.23s 2026-03-18 19:01:48.802401 | fa163ecf-2437-0493-eacc-0000000000db | TIMING | include_tasks | standalone | 0:18:42.388693 | 0.08s 2026-03-18 19:01:48.843828 | a4f17d7d-7667-4e88-83d1-84d2a976feba | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:01:48.870345 | fa163ecf-2437-0493-eacc-000000003a82 | TASK | Write the config_step hieradata 2026-03-18 19:01:49.335481 | fa163ecf-2437-0493-eacc-000000003a82 | OK | Write the config_step hieradata | standalone 2026-03-18 19:01:49.336759 | fa163ecf-2437-0493-eacc-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:18:42.923057 | 0.47s 2026-03-18 19:01:49.366455 | fa163ecf-2437-0493-eacc-000000003a83 | TASK | Run puppet host configuration for step 3 2026-03-18 19:01:49.683188 | fa163ecf-2437-0493-eacc-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-03-18 19:01:49.684599 | fa163ecf-2437-0493-eacc-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:18:43.270900 | 0.32s 2026-03-18 19:01:49.703801 | fa163ecf-2437-0493-eacc-000000003a84 | TASK | Wait for puppet host configuration to finish 2026-03-18 19:01:49.951792 | fa163ecf-2437-0493-eacc-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:02:00.192858 | fa163ecf-2437-0493-eacc-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:02:10.421369 | fa163ecf-2437-0493-eacc-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:02:10.425390 | fa163ecf-2437-0493-eacc-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:04.011681 | 20.72s 2026-03-18 19:02:10.458031 | fa163ecf-2437-0493-eacc-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-03-18 19:02:10.527382 | fa163ecf-2437-0493-eacc-000000003a85 | 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 18 19:01:49 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:01:53 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:01:53 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:01:53 puppet-user: (file & line not available)", "<13>Mar 18 19:01:53 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 18 19:01:53 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 18 19:01:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:01:54 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Mar 18 19:01:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:02:00 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:02:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:02:02 puppet-user: Notice: Applied catalog in 7.83 seconds", "<13>Mar 18 19:02:02 puppet-user: Application:", "<13>Mar 18 19:02:02 puppet-user: Initial environment: production", "<13>Mar 18 19:02:02 puppet-user: Converged environment: production", "<13>Mar 18 19:02:02 puppet-user: Run mode: user", "<13>Mar 18 19:02:02 puppet-user: Changes:", "<13>Mar 18 19:02:02 puppet-user: Total: 2", "<13>Mar 18 19:02:02 puppet-user: Events:", "<13>Mar 18 19:02:02 puppet-user: Success: 2", "<13>Mar 18 19:02:02 puppet-user: Resources:", "<13>Mar 18 19:02:02 puppet-user: Changed: 2", "<13>Mar 18 19:02:02 puppet-user: Out of sync: 2", "<13>Mar 18 19:02:02 puppet-user: Total: 28", "<13>Mar 18 19:02:02 puppet-user: Time:", "<13>Mar 18 19:02:02 puppet-user: Schedule: 0.00", "<13>Mar 18 19:02:02 puppet-user: File line: 0.00", "<13>Mar 18 19:02:02 puppet-user: Package: 0.00", "<13>Mar 18 19:02:02 puppet-user: File: 0.00", "<13>Mar 18 19:02:02 puppet-user: Augeas: 0.01", "<13>Mar 18 19:02:02 puppet-user: User: 0.01", "<13>Mar 18 19:02:02 puppet-user: Service: 0.07", "<13>Mar 18 19:02:02 puppet-user: Config retrieval: 0.45", "<13>Mar 18 19:02:02 puppet-user: Pcmk property: 1.49", "<13>Mar 18 19:02:02 puppet-user: Exec: 1.89", "<13>Mar 18 19:02:02 puppet-user: Pcmk resource default: 1.98", "<13>Mar 18 19:02:02 puppet-user: Last run: 1773860522", "<13>Mar 18 19:02:02 puppet-user: Pcmk resource op default: 2.12", "<13>Mar 18 19:02:02 puppet-user: Transaction evaluation: 7.81", "<13>Mar 18 19:02:02 puppet-user: Catalog application: 7.83", "<13>Mar 18 19:02:02 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:02:02 puppet-user: Total: 7.83", "<13>Mar 18 19:02:02 puppet-user: Version:", "<13>Mar 18 19:02:02 puppet-user: Config: 1773860513", "<13>Mar 18 19:02:02 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:02:10.528866 | fa163ecf-2437-0493-eacc-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:04.115163 | 0.07s 2026-03-18 19:02:10.561529 | fa163ecf-2437-0493-eacc-000000003a86 | TASK | Pre-cache facts for puppet containers 2026-03-18 19:02:10.593196 | fa163ecf-2437-0493-eacc-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:04.179489 | 0.03s 2026-03-18 19:02:10.668186 | fa163ecf-2437-0493-eacc-000000003ac5 | TASK | Gather variables for each operating system 2026-03-18 19:02:10.802970 | fa163ecf-2437-0493-eacc-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:04.389262 | 0.13s 2026-03-18 19:02:10.829624 | fa163ecf-2437-0493-eacc-000000003ac6 | TASK | Create puppet caching structures 2026-03-18 19:02:11.094646 | fa163ecf-2437-0493-eacc-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:02:11.097337 | fa163ecf-2437-0493-eacc-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:04.683633 | 0.27s 2026-03-18 19:02:11.130529 | fa163ecf-2437-0493-eacc-000000003ac7 | TASK | Check for facter.conf 2026-03-18 19:02:11.367329 | fa163ecf-2437-0493-eacc-000000003ac7 | OK | Check for facter.conf | standalone 2026-03-18 19:02:11.369028 | fa163ecf-2437-0493-eacc-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:04.955317 | 0.24s 2026-03-18 19:02:11.399400 | fa163ecf-2437-0493-eacc-000000003ac8 | TASK | Remove facter.conf if directory 2026-03-18 19:02:11.450462 | fa163ecf-2437-0493-eacc-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:02:11.451556 | fa163ecf-2437-0493-eacc-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:05.037855 | 0.05s 2026-03-18 19:02:11.481033 | fa163ecf-2437-0493-eacc-000000003ac9 | TASK | Write facter cache config 2026-03-18 19:02:11.994954 | fa163ecf-2437-0493-eacc-000000003ac9 | CHANGED | Write facter cache config | standalone 2026-03-18 19:02:11.996002 | fa163ecf-2437-0493-eacc-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:05.582307 | 0.51s 2026-03-18 19:02:12.017548 | fa163ecf-2437-0493-eacc-000000003aca | TASK | Cleanup facter cache if exists 2026-03-18 19:02:12.271732 | fa163ecf-2437-0493-eacc-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:02:12.273907 | fa163ecf-2437-0493-eacc-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:05.860195 | 0.26s 2026-03-18 19:02:12.304280 | fa163ecf-2437-0493-eacc-000000003acb | TASK | Pre-cache facts 2026-03-18 19:02:12.946833 | fa163ecf-2437-0493-eacc-000000003acb | CHANGED | Pre-cache facts | standalone 2026-03-18 19:02:12.948142 | fa163ecf-2437-0493-eacc-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:06.534416 | 0.64s 2026-03-18 19:02:12.980273 | fa163ecf-2437-0493-eacc-000000003acc | TASK | Failed deployment if facter fails 2026-03-18 19:02:13.014910 | fa163ecf-2437-0493-eacc-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:02:13.016202 | fa163ecf-2437-0493-eacc-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:06.602500 | 0.03s 2026-03-18 19:02:13.061638 | fa163ecf-2437-0493-eacc-000000003acd | TASK | Sync cached facts 2026-03-18 19:02:13.383185 | fa163ecf-2437-0493-eacc-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-000000003acd') missing from stats 2026-03-18 19:02:13.440702 | fa163ecf-2437-0493-eacc-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:02:13.491670 | fa163ecf-2437-0493-eacc-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:02:13.492777 | fa163ecf-2437-0493-eacc-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:07.079076 | 0.05s 2026-03-18 19:02:13.523037 | fa163ecf-2437-0493-eacc-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2026-03-18 19:02:13.555209 | fa163ecf-2437-0493-eacc-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:19:07.141494 | 0.03s 2026-03-18 19:02:13.615381 | fa163ecf-2437-0493-eacc-000000003b24 | TASK | Gather variables for each operating system 2026-03-18 19:02:13.729596 | fa163ecf-2437-0493-eacc-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:07.315880 | 0.11s 2026-03-18 19:02:13.761758 | fa163ecf-2437-0493-eacc-000000003b25 | TASK | Create container logs path 2026-03-18 19:02:13.999045 | fa163ecf-2437-0493-eacc-000000003b25 | OK | Create container logs path | standalone 2026-03-18 19:02:14.000499 | fa163ecf-2437-0493-eacc-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:07.586798 | 0.24s 2026-03-18 19:02:14.033535 | fa163ecf-2437-0493-eacc-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:02:14.312553 | fa163ecf-2437-0493-eacc-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-18 19:02:14.313839 | fa163ecf-2437-0493-eacc-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:07.900138 | 0.28s 2026-03-18 19:02:14.347134 | fa163ecf-2437-0493-eacc-000000003b28 | TASK | Finalise hashes for all containers 2026-03-18 19:02:14.424585 | fa163ecf-2437-0493-eacc-000000003b28 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:02:14.425762 | fa163ecf-2437-0493-eacc-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:08.012061 | 0.08s 2026-03-18 19:02:14.456598 | fa163ecf-2437-0493-eacc-000000003b2a | TASK | Manage systemd shutdown files 2026-03-18 19:02:14.486897 | fa163ecf-2437-0493-eacc-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:08.073187 | 0.03s 2026-03-18 19:02:14.521823 | 0dbf9b00-a006-4481-9940-5b64d3c8082f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:02:14.550206 | fa163ecf-2437-0493-eacc-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:02:14.824142 | fa163ecf-2437-0493-eacc-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:02:14.825639 | fa163ecf-2437-0493-eacc-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:08.411936 | 0.27s 2026-03-18 19:02:14.864210 | fa163ecf-2437-0493-eacc-000000003b5e | TASK | Set podman_drop_in fact 2026-03-18 19:02:14.908944 | fa163ecf-2437-0493-eacc-000000003b5e | OK | Set podman_drop_in fact | standalone 2026-03-18 19:02:14.910439 | fa163ecf-2437-0493-eacc-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:08.496735 | 0.04s 2026-03-18 19:02:14.941815 | fa163ecf-2437-0493-eacc-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:02:15.355468 | fa163ecf-2437-0493-eacc-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:02:15.357712 | fa163ecf-2437-0493-eacc-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:08.944006 | 0.41s 2026-03-18 19:02:15.862670 | fa163ecf-2437-0493-eacc-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:02:15.863768 | fa163ecf-2437-0493-eacc-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:09.450066 | 0.92s 2026-03-18 19:02:15.870534 | fa163ecf-2437-0493-eacc-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:09.456825 | 0.93s 2026-03-18 19:02:15.900755 | fa163ecf-2437-0493-eacc-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:02:16.450545 | fa163ecf-2437-0493-eacc-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:02:16.451417 | fa163ecf-2437-0493-eacc-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:10.037725 | 0.55s 2026-03-18 19:02:16.470741 | fa163ecf-2437-0493-eacc-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:02:17.062989 | fa163ecf-2437-0493-eacc-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:02:17.064504 | fa163ecf-2437-0493-eacc-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:10.650803 | 0.59s 2026-03-18 19:02:17.094390 | fa163ecf-2437-0493-eacc-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:02:17.818000 | fa163ecf-2437-0493-eacc-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:02:17.820351 | fa163ecf-2437-0493-eacc-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:11.406649 | 0.72s 2026-03-18 19:02:17.852252 | fa163ecf-2437-0493-eacc-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:02:18.436959 | fa163ecf-2437-0493-eacc-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:02:18.438484 | fa163ecf-2437-0493-eacc-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:12.024782 | 0.58s 2026-03-18 19:02:18.469313 | fa163ecf-2437-0493-eacc-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:02:18.949776 | fa163ecf-2437-0493-eacc-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:02:18.950830 | fa163ecf-2437-0493-eacc-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:12.537135 | 0.48s 2026-03-18 19:02:18.973639 | fa163ecf-2437-0493-eacc-000000003b66 | TASK | Enable and start netns-placeholder 2026-03-18 19:02:20.438673 | fa163ecf-2437-0493-eacc-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:02:20.440876 | fa163ecf-2437-0493-eacc-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:14.027174 | 1.47s 2026-03-18 19:02:20.473752 | fa163ecf-2437-0493-eacc-000000003b2c | TASK | Update container configs with new config hashes 2026-03-18 19:02:20.536154 | fa163ecf-2437-0493-eacc-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:14.122444 | 0.06s 2026-03-18 19:02:20.557645 | 515bee58-b6fa-41e9-abe9-bde77d5b1449 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:02:20.593337 | fa163ecf-2437-0493-eacc-000000003b8e | TASK | Update config hashes for container startup configs 2026-03-18 19:02:20.935405 | fa163ecf-2437-0493-eacc-000000003b8e | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:02:20.936226 | fa163ecf-2437-0493-eacc-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:14.522533 | 0.34s 2026-03-18 19:02:20.957524 | fa163ecf-2437-0493-eacc-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:02:21.015221 | fa163ecf-2437-0493-eacc-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:14.601511 | 0.06s 2026-03-18 19:02:21.041751 | cd4f23f9-a79c-4e20-9af0-1f2fcec70f7d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:02:21.084683 | fa163ecf-2437-0493-eacc-000000003bad | TASK | Gather podman infos 2026-03-18 19:02:22.375562 | fa163ecf-2437-0493-eacc-000000003bad | OK | Gather podman infos | standalone 2026-03-18 19:02:22.376627 | fa163ecf-2437-0493-eacc-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:15.962929 | 1.29s 2026-03-18 19:02:22.468039 | fa163ecf-2437-0493-eacc-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:02:22.548616 | fa163ecf-2437-0493-eacc-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:16.134913 | 0.07s 2026-03-18 19:02:22.683926 | fa163ecf-2437-0493-eacc-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:16.270215 | 0.09s 2026-03-18 19:02:22.743358 | fa163ecf-2437-0493-eacc-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:02:22.802368 | fa163ecf-2437-0493-eacc-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:16.388669 | 0.06s 2026-03-18 19:02:22.818409 | 9e5a7774-add8-4e89-a1cd-4fe49d1f8b39 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:02:22.855182 | fa163ecf-2437-0493-eacc-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:03:15.484961 | fa163ecf-2437-0493-eacc-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-18 19:03:15.486370 | fa163ecf-2437-0493-eacc-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:09.072644 | 52.63s 2026-03-18 19:03:15.512503 | fa163ecf-2437-0493-eacc-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-03-18 19:03:48.475034 | fa163ecf-2437-0493-eacc-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-03-18 19:03:48.476802 | fa163ecf-2437-0493-eacc-000000003c19 | 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:20:42.063101 | 32.96s 2026-03-18 19:03:48.553915 | fa163ecf-2437-0493-eacc-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2026-03-18 19:03:48.797535 | fa163ecf-2437-0493-eacc-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-03-18 19:03:48.799086 | fa163ecf-2437-0493-eacc-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:20:42.385383 | 0.24s 2026-03-18 19:03:48.848155 | fa163ecf-2437-0493-eacc-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2026-03-18 19:03:48.887891 | fa163ecf-2437-0493-eacc-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:20:42.474189 | 0.04s 2026-03-18 19:03:48.911610 | fa163ecf-2437-0493-eacc-000000003a8d | TASK | Include container-puppet tasks for step 3 2026-03-18 19:03:48.949324 | fa163ecf-2437-0493-eacc-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:20:42.535623 | 0.04s 2026-03-18 19:03:48.974668 | 487146e9-4a5f-4b13-98fd-1f141a71049f | INCLUDED | /root/standalone-ansible-7kp_1mo5/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:03:49.011528 | fa163ecf-2437-0493-eacc-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-03-18 19:03:49.528771 | fa163ecf-2437-0493-eacc-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-03-18 19:03:49.529995 | fa163ecf-2437-0493-eacc-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:20:43.116293 | 0.52s 2026-03-18 19:03:49.561255 | fa163ecf-2437-0493-eacc-000000003c66 | TASK | Generate container puppet configs for step 3 2026-03-18 19:03:49.856605 | fa163ecf-2437-0493-eacc-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2026-03-18 19:03:49.857955 | fa163ecf-2437-0493-eacc-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:20:43.444253 | 0.30s 2026-03-18 19:03:49.890254 | fa163ecf-2437-0493-eacc-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-03-18 19:03:49.922603 | fa163ecf-2437-0493-eacc-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:20:43.508892 | 0.03s 2026-03-18 19:03:49.990977 | fa163ecf-2437-0493-eacc-000000003c96 | TASK | Gather variables for each operating system 2026-03-18 19:03:50.095158 | fa163ecf-2437-0493-eacc-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:43.681414 | 0.10s 2026-03-18 19:03:50.127275 | fa163ecf-2437-0493-eacc-000000003c97 | TASK | Create container logs path 2026-03-18 19:03:50.377149 | fa163ecf-2437-0493-eacc-000000003c97 | OK | Create container logs path | standalone 2026-03-18 19:03:50.378859 | fa163ecf-2437-0493-eacc-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:43.965164 | 0.25s 2026-03-18 19:03:50.400871 | fa163ecf-2437-0493-eacc-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-18 19:03:50.642417 | fa163ecf-2437-0493-eacc-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-18 19:03:50.644945 | fa163ecf-2437-0493-eacc-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:44.231241 | 0.24s 2026-03-18 19:03:50.676966 | fa163ecf-2437-0493-eacc-000000003c9a | TASK | Finalise hashes for all containers 2026-03-18 19:03:50.728692 | fa163ecf-2437-0493-eacc-000000003c9a | OK | Finalise hashes for all containers | standalone 2026-03-18 19:03:50.729906 | fa163ecf-2437-0493-eacc-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:44.316204 | 0.05s 2026-03-18 19:03:50.760231 | fa163ecf-2437-0493-eacc-000000003c9c | TASK | Manage systemd shutdown files 2026-03-18 19:03:50.795306 | fa163ecf-2437-0493-eacc-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:03:50.796472 | fa163ecf-2437-0493-eacc-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:44.382771 | 0.03s 2026-03-18 19:03:50.826140 | fa163ecf-2437-0493-eacc-000000003c9e | TASK | Update container configs with new config hashes 2026-03-18 19:03:50.877181 | fa163ecf-2437-0493-eacc-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:03:50.878457 | fa163ecf-2437-0493-eacc-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:44.464756 | 0.05s 2026-03-18 19:03:50.908202 | fa163ecf-2437-0493-eacc-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-18 19:03:50.968531 | fa163ecf-2437-0493-eacc-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-18 19:03:50.969334 | fa163ecf-2437-0493-eacc-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:44.555642 | 0.06s 2026-03-18 19:03:50.990076 | fa163ecf-2437-0493-eacc-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-03-18 19:03:51.037324 | fa163ecf-2437-0493-eacc-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-03-18 19:03:51.038650 | fa163ecf-2437-0493-eacc-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:20:44.624947 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-03-18 19:03:51.208133 | fa163ecf-2437-0493-eacc-0000000000de | TASK | External deployment step 4 2026-03-18 19:03:51.237362 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000de') missing from stats 2026-03-18 19:03:51.297639 | fa163ecf-2437-0493-eacc-0000000000df | TIMING | include_tasks | undercloud | 0:20:44.883933 | 0.04s 2026-03-18 19:03:51.330247 | eaa3a8e2-c982-46b4-967b-c49419508a46 | INCLUDED | /root/standalone-ansible-7kp_1mo5/external_deploy_steps_tasks_step4.yaml | undercloud 2026-03-18 19:03:51.351677 | fa163ecf-2437-0493-eacc-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2026-03-18 19:03:52.907829 | fa163ecf-2437-0493-eacc-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-03-18 19:03:52.909595 | fa163ecf-2437-0493-eacc-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:46.495890 | 1.56s 2026-03-18 19:03:54.135834 | fa163ecf-2437-0493-eacc-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-03-18 19:03:54.137806 | fa163ecf-2437-0493-eacc-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:47.724107 | 2.78s 2026-03-18 19:03:54.154255 | fa163ecf-2437-0493-eacc-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:20:47.740551 | 2.80s 2026-03-18 19:03:54.169808 | fa163ecf-2437-0493-eacc-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2026-03-18 19:03:54.208955 | fa163ecf-2437-0493-eacc-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:20:47.795255 | 0.04s 2026-03-18 19:03:54.258794 | fa163ecf-2437-0493-eacc-000000003d1e | TASK | Create Keystone Admin resources 2026-03-18 19:03:54.296659 | fa163ecf-2437-0493-eacc-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:20:47.882956 | 0.04s 2026-03-18 19:03:54.335133 | 5401e0f6-1760-4d74-b9b7-20df7717489d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-03-18 19:03:54.367752 | fa163ecf-2437-0493-eacc-000000003d5f | TASK | Create admin and service projects 2026-03-18 19:03:54.420636 | fa163ecf-2437-0493-eacc-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:20:48.006926 | 0.05s 2026-03-18 19:03:54.429405 | 7fe7f0ea-4541-45c2-a745-c1059469dd21 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-18 19:03:54.459309 | fa163ecf-2437-0493-eacc-000000003db0 | TASK | Async creation of Keystone project 2026-03-18 19:03:54.912447 | fa163ecf-2437-0493-eacc-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-03-18 19:03:54.914393 | fa163ecf-2437-0493-eacc-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:48.500686 | 0.45s 2026-03-18 19:03:55.204865 | fa163ecf-2437-0493-eacc-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-18 19:03:55.206320 | fa163ecf-2437-0493-eacc-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:48.792620 | 0.75s 2026-03-18 19:03:55.216021 | fa163ecf-2437-0493-eacc-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:20:48.802326 | 0.76s 2026-03-18 19:03:55.230427 | fa163ecf-2437-0493-eacc-000000003db2 | TASK | Check Keystone project status 2026-03-18 19:03:55.516689 | fa163ecf-2437-0493-eacc-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-18 19:04:00.740827 | fa163ecf-2437-0493-eacc-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2026-03-18 19:04:00.742888 | fa163ecf-2437-0493-eacc-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:54.329183 | 5.51s 2026-03-18 19:04:01.008618 | fa163ecf-2437-0493-eacc-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2026-03-18 19:04:01.010921 | fa163ecf-2437-0493-eacc-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:54.597216 | 5.78s 2026-03-18 19:04:01.022277 | fa163ecf-2437-0493-eacc-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:20:54.608571 | 5.79s 2026-03-18 19:04:01.045080 | fa163ecf-2437-0493-eacc-000000003d60 | TASK | Create admin role 2026-03-18 19:04:02.311602 | fa163ecf-2437-0493-eacc-000000003d60 | OK | Create admin role | undercloud 2026-03-18 19:04:02.313002 | fa163ecf-2437-0493-eacc-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:20:55.899302 | 1.27s 2026-03-18 19:04:02.331747 | fa163ecf-2437-0493-eacc-000000003d61 | TASK | Create _member_ role 2026-03-18 19:04:02.370590 | fa163ecf-2437-0493-eacc-000000003d61 | SKIPPED | Create _member_ role | undercloud 2026-03-18 19:04:02.371727 | fa163ecf-2437-0493-eacc-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:20:55.958026 | 0.04s 2026-03-18 19:04:02.390337 | fa163ecf-2437-0493-eacc-000000003d62 | TASK | Check admin password 2026-03-18 19:04:03.634992 | fa163ecf-2437-0493-eacc-000000003d62 | OK | Check admin password | undercloud 2026-03-18 19:04:03.637545 | fa163ecf-2437-0493-eacc-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:20:57.223836 | 1.25s 2026-03-18 19:04:03.657075 | fa163ecf-2437-0493-eacc-000000003d63 | TASK | Create admin user 2026-03-18 19:04:05.253290 | fa163ecf-2437-0493-eacc-000000003d63 | CHANGED | Create admin user | undercloud 2026-03-18 19:04:05.254758 | fa163ecf-2437-0493-eacc-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:20:58.841052 | 1.60s 2026-03-18 19:04:05.274200 | fa163ecf-2437-0493-eacc-000000003d64 | TASK | Assign admin role to admin project for admin user 2026-03-18 19:04:06.732489 | fa163ecf-2437-0493-eacc-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2026-03-18 19:04:06.733925 | fa163ecf-2437-0493-eacc-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:00.320224 | 1.46s 2026-03-18 19:04:06.753943 | fa163ecf-2437-0493-eacc-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2026-03-18 19:04:06.818738 | fa163ecf-2437-0493-eacc-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-03-18 19:04:06.819950 | fa163ecf-2437-0493-eacc-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:00.406249 | 0.06s 2026-03-18 19:04:06.838759 | fa163ecf-2437-0493-eacc-000000003d66 | TASK | Create identity service 2026-03-18 19:04:08.059178 | fa163ecf-2437-0493-eacc-000000003d66 | OK | Create identity service | undercloud 2026-03-18 19:04:08.060703 | fa163ecf-2437-0493-eacc-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:01.647000 | 1.22s 2026-03-18 19:04:08.080534 | fa163ecf-2437-0493-eacc-000000003d67 | TASK | Create identity public endpoint 2026-03-18 19:04:09.361763 | fa163ecf-2437-0493-eacc-000000003d67 | OK | Create identity public endpoint | undercloud 2026-03-18 19:04:09.363243 | fa163ecf-2437-0493-eacc-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:02.949541 | 1.28s 2026-03-18 19:04:09.382342 | fa163ecf-2437-0493-eacc-000000003d68 | TASK | Create identity internal endpoint 2026-03-18 19:04:10.607921 | fa163ecf-2437-0493-eacc-000000003d68 | OK | Create identity internal endpoint | undercloud 2026-03-18 19:04:10.609471 | fa163ecf-2437-0493-eacc-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:04.195769 | 1.23s 2026-03-18 19:04:10.629566 | fa163ecf-2437-0493-eacc-000000003d69 | TASK | Create identity admin endpoint 2026-03-18 19:04:11.822982 | fa163ecf-2437-0493-eacc-000000003d69 | OK | Create identity admin endpoint | undercloud 2026-03-18 19:04:11.824526 | fa163ecf-2437-0493-eacc-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:05.410826 | 1.19s 2026-03-18 19:04:11.842811 | fa163ecf-2437-0493-eacc-000000003d1f | TASK | Create Keystone Projects 2026-03-18 19:04:11.938214 | fa163ecf-2437-0493-eacc-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:05.524502 | 0.09s 2026-03-18 19:04:11.950040 | fa163ecf-2437-0493-eacc-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:05.536335 | 0.11s 2026-03-18 19:04:11.962870 | bbcc9a6b-9f10-4f39-9acb-d846bd301358 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-03-18 19:04:12.009992 | fa163ecf-2437-0493-eacc-000000003e3c | TASK | Async creation of Keystone project 2026-03-18 19:04:12.351594 | fa163ecf-2437-0493-eacc-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-03-18 19:04:12.352964 | fa163ecf-2437-0493-eacc-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:05.939261 | 0.34s 2026-03-18 19:04:12.359074 | fa163ecf-2437-0493-eacc-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:05.945369 | 0.35s 2026-03-18 19:04:12.378903 | fa163ecf-2437-0493-eacc-000000003e3e | TASK | Check Keystone project status 2026-03-18 19:04:12.661792 | fa163ecf-2437-0493-eacc-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-03-18 19:04:17.878287 | fa163ecf-2437-0493-eacc-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2026-03-18 19:04:17.879796 | fa163ecf-2437-0493-eacc-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:11.466092 | 5.50s 2026-03-18 19:04:17.886198 | fa163ecf-2437-0493-eacc-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:11.472461 | 5.51s 2026-03-18 19:04:17.906070 | fa163ecf-2437-0493-eacc-000000003d21 | TASK | Create Keystone Domains 2026-03-18 19:04:17.989622 | fa163ecf-2437-0493-eacc-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:11.575911 | 0.08s 2026-03-18 19:04:17.995993 | fa163ecf-2437-0493-eacc-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:11.582285 | 0.09s 2026-03-18 19:04:18.012353 | 5ab2969d-7d24-4f47-aa86-ce8ea0fe56bc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-03-18 19:04:18.062459 | fa163ecf-2437-0493-eacc-000000003ef1 | TASK | Async creation of Keystone domains 2026-03-18 19:04:18.536453 | fa163ecf-2437-0493-eacc-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-03-18 19:04:18.538677 | fa163ecf-2437-0493-eacc-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:12.124972 | 0.47s 2026-03-18 19:04:18.548705 | fa163ecf-2437-0493-eacc-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:12.135000 | 0.48s 2026-03-18 19:04:18.569688 | fa163ecf-2437-0493-eacc-000000003ef3 | TASK | Check Keystone domain status 2026-03-18 19:04:18.902641 | fa163ecf-2437-0493-eacc-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-03-18 19:04:24.089949 | fa163ecf-2437-0493-eacc-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-03-18 19:04:24.091228 | fa163ecf-2437-0493-eacc-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:17.677503 | 5.52s 2026-03-18 19:04:24.098190 | fa163ecf-2437-0493-eacc-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:17.684481 | 5.53s 2026-03-18 19:04:24.117734 | fa163ecf-2437-0493-eacc-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-03-18 19:04:24.158010 | fa163ecf-2437-0493-eacc-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:17.744299 | 0.04s 2026-03-18 19:04:24.172203 | d3a308a3-606b-4ecb-b66b-946460a899a1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-03-18 19:04:24.225391 | fa163ecf-2437-0493-eacc-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2026-03-18 19:04:25.499593 | fa163ecf-2437-0493-eacc-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2026-03-18 19:04:25.500958 | fa163ecf-2437-0493-eacc-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:19.087257 | 1.27s 2026-03-18 19:04:25.519223 | fa163ecf-2437-0493-eacc-000000003fbc | TASK | Set openstack_domains fact 2026-03-18 19:04:25.579861 | fa163ecf-2437-0493-eacc-000000003fbc | OK | Set openstack_domains fact | undercloud 2026-03-18 19:04:25.581022 | fa163ecf-2437-0493-eacc-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:19.167322 | 0.06s 2026-03-18 19:04:25.599104 | fa163ecf-2437-0493-eacc-000000003d24 | TASK | Create Keystone Services 2026-03-18 19:04:25.706271 | fa163ecf-2437-0493-eacc-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:19.292559 | 0.11s 2026-03-18 19:04:25.723950 | fa163ecf-2437-0493-eacc-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:19.310247 | 0.12s 2026-03-18 19:04:25.734629 | fa163ecf-2437-0493-eacc-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:19.320920 | 0.13s 2026-03-18 19:04:25.753015 | c93daa26-acac-4394-8c19-0efcac2f53e4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-18 19:04:25.762013 | af5e0969-b209-4bd8-a3cb-3e3e71955f68 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-03-18 19:04:25.809219 | fa163ecf-2437-0493-eacc-000000004098 | TASK | Async creation of Keystone service 2026-03-18 19:04:26.151190 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-03-18 19:04:26.152104 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:19.738407 | 0.34s 2026-03-18 19:04:26.460485 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-03-18 19:04:26.461913 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.048218 | 0.65s 2026-03-18 19:04:26.791420 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-03-18 19:04:26.792782 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.379076 | 0.98s 2026-03-18 19:04:27.088492 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-03-18 19:04:27.089071 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.675380 | 1.28s 2026-03-18 19:04:27.358438 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-03-18 19:04:27.359077 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:20.945384 | 1.55s 2026-03-18 19:04:27.660847 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-03-18 19:04:27.661517 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:21.247826 | 1.85s 2026-03-18 19:04:27.960381 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-03-18 19:04:27.961022 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:21.547329 | 2.15s 2026-03-18 19:04:28.232682 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-03-18 19:04:28.233804 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:21.820109 | 2.42s 2026-03-18 19:04:28.550193 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-03-18 19:04:28.551204 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:22.137505 | 2.74s 2026-03-18 19:04:28.898213 | fa163ecf-2437-0493-eacc-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-03-18 19:04:28.899806 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:22.486110 | 3.09s 2026-03-18 19:04:28.912197 | fa163ecf-2437-0493-eacc-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:22.498493 | 3.10s 2026-03-18 19:04:28.934004 | fa163ecf-2437-0493-eacc-00000000409a | TASK | Check Keystone service status 2026-03-18 19:04:29.240528 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-03-18 19:04:29.241682 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:22.827989 | 0.31s 2026-03-18 19:04:29.509242 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-03-18 19:04:29.509917 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:23.096225 | 0.57s 2026-03-18 19:04:29.764699 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-03-18 19:04:29.766889 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:23.353188 | 0.83s 2026-03-18 19:04:30.005448 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2026-03-18 19:04:30.006390 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:23.592694 | 1.07s 2026-03-18 19:04:30.211007 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-03-18 19:04:30.212247 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:23.798556 | 1.28s 2026-03-18 19:04:30.470861 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2026-03-18 19:04:30.472183 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:24.058482 | 1.54s 2026-03-18 19:04:30.720266 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-03-18 19:04:30.721475 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:24.307774 | 1.79s 2026-03-18 19:04:30.973085 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2026-03-18 19:04:30.975042 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:24.561343 | 2.04s 2026-03-18 19:04:31.230650 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-03-18 19:04:31.233549 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:24.819848 | 2.30s 2026-03-18 19:04:31.427991 | fa163ecf-2437-0493-eacc-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-03-18 19:04:31.429373 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:25.015680 | 2.49s 2026-03-18 19:04:31.446042 | fa163ecf-2437-0493-eacc-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:25.032329 | 2.51s 2026-03-18 19:04:31.478828 | fa163ecf-2437-0493-eacc-00000000409f | TASK | Async creation of Keystone service 2026-03-18 19:04:31.819367 | fa163ecf-2437-0493-eacc-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-03-18 19:04:31.825550 | fa163ecf-2437-0493-eacc-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:25.411839 | 0.34s 2026-03-18 19:04:32.088691 | fa163ecf-2437-0493-eacc-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-03-18 19:04:32.090278 | fa163ecf-2437-0493-eacc-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:25.676576 | 0.61s 2026-03-18 19:04:32.459826 | fa163ecf-2437-0493-eacc-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-03-18 19:04:32.460502 | fa163ecf-2437-0493-eacc-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:26.046810 | 0.98s 2026-03-18 19:04:32.741140 | fa163ecf-2437-0493-eacc-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-03-18 19:04:32.742166 | fa163ecf-2437-0493-eacc-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:26.328466 | 1.26s 2026-03-18 19:04:32.748387 | fa163ecf-2437-0493-eacc-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:26.334688 | 1.27s 2026-03-18 19:04:32.765148 | fa163ecf-2437-0493-eacc-0000000040a1 | TASK | Check Keystone service status 2026-03-18 19:04:33.072042 | fa163ecf-2437-0493-eacc-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-03-18 19:04:38.322044 | fa163ecf-2437-0493-eacc-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-03-18 19:04:38.325133 | fa163ecf-2437-0493-eacc-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:31.911401 | 5.56s 2026-03-18 19:04:38.559719 | fa163ecf-2437-0493-eacc-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-03-18 19:04:38.561847 | fa163ecf-2437-0493-eacc-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:32.148147 | 5.80s 2026-03-18 19:04:38.841370 | fa163ecf-2437-0493-eacc-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-03-18 19:04:38.845346 | fa163ecf-2437-0493-eacc-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:32.431640 | 6.08s 2026-03-18 19:04:39.118700 | fa163ecf-2437-0493-eacc-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-03-18 19:04:39.120811 | fa163ecf-2437-0493-eacc-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:32.707109 | 6.35s 2026-03-18 19:04:39.132815 | fa163ecf-2437-0493-eacc-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:21:32.719107 | 6.37s 2026-03-18 19:04:39.154324 | fa163ecf-2437-0493-eacc-000000003d26 | TASK | Create Keystone Endpoints 2026-03-18 19:04:39.228302 | fa163ecf-2437-0493-eacc-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:32.814583 | 0.07s 2026-03-18 19:04:39.259209 | fa163ecf-2437-0493-eacc-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:32.845510 | 0.10s 2026-03-18 19:04:39.285371 | fa163ecf-2437-0493-eacc-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:32.871660 | 0.13s 2026-03-18 19:04:39.296681 | fa163ecf-2437-0493-eacc-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:21:32.882990 | 0.14s 2026-03-18 19:04:39.304113 | 5ef46ea7-5519-43e7-be65-1de722f28e5a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-18 19:04:39.307168 | a887db2b-e9d9-41b9-81bd-e2526f15c3eb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-18 19:04:39.309598 | 63f7944e-e02a-41e7-872d-90495194bb73 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-03-18 19:04:39.348807 | fa163ecf-2437-0493-eacc-0000000041d5 | TASK | Create Keystone public endpoints 2026-03-18 19:04:39.437051 | fa163ecf-2437-0493-eacc-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:33.023338 | 0.09s 2026-03-18 19:04:39.457051 | fa163ecf-2437-0493-eacc-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:33.043354 | 0.11s 2026-03-18 19:04:39.471968 | fa163ecf-2437-0493-eacc-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:21:33.058264 | 0.12s 2026-03-18 19:04:39.490715 | f8a6dd97-dc31-4807-a16c-9da9d0a096e6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:04:39.500024 | 7c961e61-a76f-4ab8-b0b5-1210254cb369 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:04:39.524915 | fa163ecf-2437-0493-eacc-0000000042fd | TASK | Async creation of Keystone public endpoint 2026-03-18 19:04:39.873071 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-03-18 19:04:39.875470 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.461764 | 0.35s 2026-03-18 19:04:40.172137 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-03-18 19:04:40.173188 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:33.759489 | 0.65s 2026-03-18 19:04:40.486753 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-03-18 19:04:40.487872 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:34.074181 | 0.96s 2026-03-18 19:04:40.794306 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-03-18 19:04:40.795233 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:34.381541 | 1.27s 2026-03-18 19:04:41.084578 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-03-18 19:04:41.086168 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:34.672469 | 1.56s 2026-03-18 19:04:41.346321 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-03-18 19:04:41.346966 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:34.933276 | 1.82s 2026-03-18 19:04:41.711343 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-03-18 19:04:41.712302 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:35.298605 | 2.19s 2026-03-18 19:04:42.024385 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-03-18 19:04:42.027144 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:35.613413 | 2.50s 2026-03-18 19:04:42.357903 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-03-18 19:04:42.358572 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:35.944880 | 2.83s 2026-03-18 19:04:42.643817 | fa163ecf-2437-0493-eacc-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-03-18 19:04:42.644544 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:36.230850 | 3.12s 2026-03-18 19:04:42.649384 | fa163ecf-2437-0493-eacc-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:36.235693 | 3.12s 2026-03-18 19:04:42.667819 | fa163ecf-2437-0493-eacc-0000000042ff | TASK | Check Keystone public endpoint status 2026-03-18 19:04:42.920542 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-03-18 19:04:42.922082 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:36.508379 | 0.25s 2026-03-18 19:04:43.181969 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-03-18 19:04:43.182648 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:36.768958 | 0.51s 2026-03-18 19:04:43.417891 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-03-18 19:04:43.418995 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.005297 | 0.75s 2026-03-18 19:04:43.666796 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-03-18 19:04:43.667963 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.254264 | 1.00s 2026-03-18 19:04:43.909146 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-03-18 19:04:43.911550 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.497844 | 1.24s 2026-03-18 19:04:44.165898 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-03-18 19:04:44.167095 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:37.753395 | 1.50s 2026-03-18 19:04:44.445274 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-03-18 19:04:44.446335 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.032637 | 1.78s 2026-03-18 19:04:44.701679 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-03-18 19:04:44.702845 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.289145 | 2.03s 2026-03-18 19:04:44.924265 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-03-18 19:04:44.926042 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.512341 | 2.26s 2026-03-18 19:04:45.137033 | fa163ecf-2437-0493-eacc-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-03-18 19:04:45.138332 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.724638 | 2.47s 2026-03-18 19:04:45.150038 | fa163ecf-2437-0493-eacc-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:38.736339 | 2.48s 2026-03-18 19:04:45.168602 | fa163ecf-2437-0493-eacc-000000004304 | TASK | Async creation of Keystone public endpoint 2026-03-18 19:04:45.539485 | fa163ecf-2437-0493-eacc-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-03-18 19:04:45.542630 | fa163ecf-2437-0493-eacc-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:39.128930 | 0.37s 2026-03-18 19:04:45.858727 | fa163ecf-2437-0493-eacc-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-03-18 19:04:45.860510 | fa163ecf-2437-0493-eacc-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:39.446810 | 0.69s 2026-03-18 19:04:46.155848 | fa163ecf-2437-0493-eacc-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-03-18 19:04:46.156675 | fa163ecf-2437-0493-eacc-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:39.742981 | 0.99s 2026-03-18 19:04:46.434329 | fa163ecf-2437-0493-eacc-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-03-18 19:04:46.436400 | fa163ecf-2437-0493-eacc-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:40.022695 | 1.27s 2026-03-18 19:04:46.445873 | fa163ecf-2437-0493-eacc-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:21:40.032176 | 1.28s 2026-03-18 19:04:46.462146 | fa163ecf-2437-0493-eacc-000000004306 | TASK | Check Keystone public endpoint status 2026-03-18 19:04:46.719166 | fa163ecf-2437-0493-eacc-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-03-18 19:04:46.720857 | fa163ecf-2437-0493-eacc-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:40.307159 | 0.26s 2026-03-18 19:04:46.912644 | fa163ecf-2437-0493-eacc-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-03-18 19:04:52.130617 | fa163ecf-2437-0493-eacc-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-03-18 19:04:52.132993 | fa163ecf-2437-0493-eacc-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:45.719290 | 5.67s 2026-03-18 19:04:52.418410 | fa163ecf-2437-0493-eacc-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-03-18 19:04:52.419638 | fa163ecf-2437-0493-eacc-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:46.005937 | 5.96s 2026-03-18 19:04:52.636032 | fa163ecf-2437-0493-eacc-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-03-18 19:04:52.637270 | fa163ecf-2437-0493-eacc-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:46.223569 | 6.17s 2026-03-18 19:04:52.645825 | fa163ecf-2437-0493-eacc-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:21:46.232118 | 6.18s 2026-03-18 19:04:52.667861 | fa163ecf-2437-0493-eacc-0000000041da | TASK | Create Keystone admin endpoints 2026-03-18 19:04:52.751268 | fa163ecf-2437-0493-eacc-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:46.337534 | 0.08s 2026-03-18 19:04:52.771178 | fa163ecf-2437-0493-eacc-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:46.357481 | 0.10s 2026-03-18 19:04:52.785470 | fa163ecf-2437-0493-eacc-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:21:46.371768 | 0.12s 2026-03-18 19:04:52.794815 | c4a94437-d56c-4f1d-b7c2-642a6a8b7b94 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:04:52.799149 | 9aedc293-9249-4425-a78c-b63e477d4ea6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:04:52.816054 | fa163ecf-2437-0493-eacc-000000004362 | TASK | Async creation of Keystone admin endpoint 2026-03-18 19:04:53.170896 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-03-18 19:04:53.174098 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:46.760374 | 0.36s 2026-03-18 19:04:53.473652 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-03-18 19:04:53.475473 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:47.061771 | 0.66s 2026-03-18 19:04:53.754011 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-03-18 19:04:53.755904 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:47.342202 | 0.94s 2026-03-18 19:04:54.024422 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-03-18 19:04:54.025043 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:47.611351 | 1.21s 2026-03-18 19:04:54.354128 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-03-18 19:04:54.355065 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:47.941373 | 1.54s 2026-03-18 19:04:54.688055 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-03-18 19:04:54.689215 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:48.275514 | 1.87s 2026-03-18 19:04:54.961815 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-03-18 19:04:54.962969 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:48.549268 | 2.15s 2026-03-18 19:04:55.273548 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-03-18 19:04:55.274215 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:48.860523 | 2.46s 2026-03-18 19:04:55.529230 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-03-18 19:04:55.529853 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:49.116162 | 2.71s 2026-03-18 19:04:55.875063 | fa163ecf-2437-0493-eacc-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-03-18 19:04:55.876658 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:49.462957 | 3.06s 2026-03-18 19:04:55.887136 | fa163ecf-2437-0493-eacc-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:49.473436 | 3.07s 2026-03-18 19:04:55.903553 | fa163ecf-2437-0493-eacc-000000004364 | TASK | Check Keystone admin endpoint status 2026-03-18 19:04:56.222663 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-03-18 19:04:56.224389 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:49.810685 | 0.32s 2026-03-18 19:04:56.446043 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-03-18 19:04:56.448093 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:50.034391 | 0.54s 2026-03-18 19:04:56.635182 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-03-18 19:04:56.636319 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:50.222620 | 0.73s 2026-03-18 19:04:56.907687 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-03-18 19:04:56.908944 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:50.495244 | 1.00s 2026-03-18 19:04:57.151493 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-03-18 19:04:57.152399 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:50.738706 | 1.25s 2026-03-18 19:04:57.341399 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-03-18 19:04:57.342164 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:50.928471 | 1.44s 2026-03-18 19:04:57.564350 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-03-18 19:04:57.566963 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.153244 | 1.66s 2026-03-18 19:04:57.749087 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-03-18 19:04:57.750917 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.337216 | 1.85s 2026-03-18 19:04:57.970405 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-03-18 19:04:57.971049 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.557359 | 2.07s 2026-03-18 19:04:58.224039 | fa163ecf-2437-0493-eacc-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-03-18 19:04:58.226220 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.812519 | 2.32s 2026-03-18 19:04:58.240513 | fa163ecf-2437-0493-eacc-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:51.826806 | 2.34s 2026-03-18 19:04:58.262292 | fa163ecf-2437-0493-eacc-000000004369 | TASK | Async creation of Keystone admin endpoint 2026-03-18 19:04:58.633971 | fa163ecf-2437-0493-eacc-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-03-18 19:04:58.636313 | fa163ecf-2437-0493-eacc-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:52.222605 | 0.37s 2026-03-18 19:04:58.942531 | fa163ecf-2437-0493-eacc-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-03-18 19:04:58.943916 | fa163ecf-2437-0493-eacc-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:52.530214 | 0.68s 2026-03-18 19:04:59.203708 | fa163ecf-2437-0493-eacc-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-03-18 19:04:59.204795 | fa163ecf-2437-0493-eacc-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:52.791094 | 0.94s 2026-03-18 19:04:59.482660 | fa163ecf-2437-0493-eacc-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-03-18 19:04:59.483653 | fa163ecf-2437-0493-eacc-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:53.069954 | 1.22s 2026-03-18 19:04:59.490171 | fa163ecf-2437-0493-eacc-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:21:53.076466 | 1.23s 2026-03-18 19:04:59.511233 | fa163ecf-2437-0493-eacc-00000000436b | TASK | Check Keystone admin endpoint status 2026-03-18 19:04:59.761978 | fa163ecf-2437-0493-eacc-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-03-18 19:05:04.987486 | fa163ecf-2437-0493-eacc-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-03-18 19:05:04.988899 | fa163ecf-2437-0493-eacc-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:58.575193 | 5.48s 2026-03-18 19:05:05.251233 | fa163ecf-2437-0493-eacc-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-03-18 19:05:05.253599 | fa163ecf-2437-0493-eacc-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:58.839899 | 5.74s 2026-03-18 19:05:05.500530 | fa163ecf-2437-0493-eacc-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-03-18 19:05:05.502468 | fa163ecf-2437-0493-eacc-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:59.088767 | 5.99s 2026-03-18 19:05:05.724556 | fa163ecf-2437-0493-eacc-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-03-18 19:05:05.725706 | fa163ecf-2437-0493-eacc-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:59.312008 | 6.21s 2026-03-18 19:05:05.733743 | fa163ecf-2437-0493-eacc-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:21:59.320046 | 6.22s 2026-03-18 19:05:05.756497 | fa163ecf-2437-0493-eacc-0000000041df | TASK | Create Keystone internal endpoints 2026-03-18 19:05:05.842083 | fa163ecf-2437-0493-eacc-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:59.428368 | 0.08s 2026-03-18 19:05:05.860323 | fa163ecf-2437-0493-eacc-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:59.446626 | 0.10s 2026-03-18 19:05:05.869979 | fa163ecf-2437-0493-eacc-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:21:59.456282 | 0.11s 2026-03-18 19:05:05.887552 | ab3160eb-cfa5-472c-842d-ae147a6d19b3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:05:05.897942 | 5fc97b4d-ab23-4878-a532-293e4dd9521a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-03-18 19:05:05.924460 | fa163ecf-2437-0493-eacc-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2026-03-18 19:05:06.266469 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-03-18 19:05:06.269172 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:21:59.855466 | 0.34s 2026-03-18 19:05:06.617492 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-03-18 19:05:06.618864 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.205158 | 0.69s 2026-03-18 19:05:06.931826 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-03-18 19:05:06.932586 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.518892 | 1.01s 2026-03-18 19:05:07.216656 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-03-18 19:05:07.218371 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:00.804671 | 1.29s 2026-03-18 19:05:07.496819 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-03-18 19:05:07.498227 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:01.084535 | 1.57s 2026-03-18 19:05:07.799999 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-03-18 19:05:07.802330 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:01.388629 | 1.88s 2026-03-18 19:05:08.112872 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-03-18 19:05:08.113839 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:01.700140 | 2.19s 2026-03-18 19:05:08.469596 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-03-18 19:05:08.470570 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:02.056871 | 2.54s 2026-03-18 19:05:08.742823 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-03-18 19:05:08.743865 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:02.330165 | 2.82s 2026-03-18 19:05:09.081140 | fa163ecf-2437-0493-eacc-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-03-18 19:05:09.082550 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:02.668855 | 3.16s 2026-03-18 19:05:09.094338 | fa163ecf-2437-0493-eacc-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:02.680636 | 3.17s 2026-03-18 19:05:09.114943 | fa163ecf-2437-0493-eacc-0000000043c9 | TASK | Check Keystone internal endpoint status 2026-03-18 19:05:09.405776 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-03-18 19:05:09.407510 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:02.993806 | 0.29s 2026-03-18 19:05:09.598429 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-03-18 19:05:09.599972 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:03.186272 | 0.48s 2026-03-18 19:05:09.857910 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-03-18 19:05:09.859550 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:03.445855 | 0.74s 2026-03-18 19:05:10.129797 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-03-18 19:05:10.130965 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:03.717265 | 1.01s 2026-03-18 19:05:10.340395 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-03-18 19:05:10.342034 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:03.928333 | 1.23s 2026-03-18 19:05:10.592203 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-03-18 19:05:10.594284 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:04.180582 | 1.48s 2026-03-18 19:05:10.847310 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-03-18 19:05:10.848446 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:04.434754 | 1.73s 2026-03-18 19:05:11.067195 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-03-18 19:05:11.068821 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:04.655115 | 1.95s 2026-03-18 19:05:11.308924 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-03-18 19:05:11.310903 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:04.897202 | 2.19s 2026-03-18 19:05:11.546703 | fa163ecf-2437-0493-eacc-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-03-18 19:05:11.547629 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.133934 | 2.43s 2026-03-18 19:05:11.557260 | fa163ecf-2437-0493-eacc-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:05.143553 | 2.44s 2026-03-18 19:05:11.585479 | fa163ecf-2437-0493-eacc-0000000043ce | TASK | Async creation of Keystone internal endpoint 2026-03-18 19:05:11.944350 | fa163ecf-2437-0493-eacc-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-03-18 19:05:11.945215 | fa163ecf-2437-0493-eacc-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:05.531520 | 0.36s 2026-03-18 19:05:12.246284 | fa163ecf-2437-0493-eacc-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-03-18 19:05:12.247488 | fa163ecf-2437-0493-eacc-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:05.833796 | 0.66s 2026-03-18 19:05:12.520771 | fa163ecf-2437-0493-eacc-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-03-18 19:05:12.522594 | fa163ecf-2437-0493-eacc-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:06.108892 | 0.94s 2026-03-18 19:05:12.871632 | fa163ecf-2437-0493-eacc-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-03-18 19:05:12.872443 | fa163ecf-2437-0493-eacc-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:06.458745 | 1.29s 2026-03-18 19:05:12.878784 | fa163ecf-2437-0493-eacc-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:06.465087 | 1.29s 2026-03-18 19:05:12.894627 | fa163ecf-2437-0493-eacc-0000000043d0 | TASK | Check Keystone internal endpoint status 2026-03-18 19:05:13.111601 | fa163ecf-2437-0493-eacc-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-03-18 19:05:18.361472 | fa163ecf-2437-0493-eacc-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-03-18 19:05:18.363267 | fa163ecf-2437-0493-eacc-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:11.949570 | 5.47s 2026-03-18 19:05:18.608707 | fa163ecf-2437-0493-eacc-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-03-18 19:05:18.609928 | fa163ecf-2437-0493-eacc-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:12.196228 | 5.71s 2026-03-18 19:05:18.842009 | fa163ecf-2437-0493-eacc-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-03-18 19:05:18.843792 | fa163ecf-2437-0493-eacc-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:12.430092 | 5.95s 2026-03-18 19:05:19.106642 | fa163ecf-2437-0493-eacc-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-03-18 19:05:19.107436 | fa163ecf-2437-0493-eacc-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:12.693742 | 6.21s 2026-03-18 19:05:19.121159 | fa163ecf-2437-0493-eacc-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:12.707454 | 6.23s 2026-03-18 19:05:19.142190 | fa163ecf-2437-0493-eacc-000000003d28 | TASK | Run cleanup tasks 2026-03-18 19:05:19.200266 | fa163ecf-2437-0493-eacc-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:22:12.786522 | 0.06s 2026-03-18 19:05:19.217155 | bf3fe18c-0435-4a36-a25f-e0a87c6b8200 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-03-18 19:05:19.283613 | fa163ecf-2437-0493-eacc-000000004428 | TASK | Get list of enabled services 2026-03-18 19:05:21.797570 | fa163ecf-2437-0493-eacc-000000004428 | CHANGED | Get list of enabled services | undercloud 2026-03-18 19:05:21.799056 | fa163ecf-2437-0493-eacc-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:22:15.385354 | 2.51s 2026-03-18 19:05:21.818074 | fa163ecf-2437-0493-eacc-000000004429 | TASK | List services to be disabled 2026-03-18 19:05:21.900857 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-03-18 19:05:21.937343 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-03-18 19:05:21.963897 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-03-18 19:05:21.991255 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-03-18 19:05:22.016336 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-03-18 19:05:22.041831 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-03-18 19:05:22.067916 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-03-18 19:05:22.093797 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-03-18 19:05:22.119206 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-03-18 19:05:22.162407 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-03-18 19:05:22.221207 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-03-18 19:05:22.273313 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-03-18 19:05:22.303219 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-03-18 19:05:22.332481 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-03-18 19:05:22.357801 | fa163ecf-2437-0493-eacc-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-03-18 19:05:22.371606 | fa163ecf-2437-0493-eacc-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:22:15.957902 | 0.55s 2026-03-18 19:05:22.392410 | fa163ecf-2437-0493-eacc-00000000442a | TASK | Delete keystone services not enabled 2026-03-18 19:05:22.421524 | fa163ecf-2437-0493-eacc-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:22:16.007810 | 0.03s 2026-03-18 19:05:22.440464 | fa163ecf-2437-0493-eacc-000000003d29 | TASK | Create Keystone Roles 2026-03-18 19:05:22.569232 | fa163ecf-2437-0493-eacc-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:16.155512 | 0.13s 2026-03-18 19:05:22.600557 | fa163ecf-2437-0493-eacc-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:16.186852 | 0.16s 2026-03-18 19:05:22.606906 | fa163ecf-2437-0493-eacc-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:22:16.193203 | 0.17s 2026-03-18 19:05:22.624588 | c7bf70d1-9cf9-42f6-805e-c9474c66cf05 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-18 19:05:22.633795 | 8f790ac1-c0d7-4a0b-aed5-6a30472a898e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-03-18 19:05:22.703336 | fa163ecf-2437-0493-eacc-000000004598 | TASK | Async creation of Keystone role 2026-03-18 19:05:23.155765 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-03-18 19:05:23.156691 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:16.742997 | 0.45s 2026-03-18 19:05:23.434311 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-03-18 19:05:23.434917 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:17.021225 | 0.73s 2026-03-18 19:05:23.653443 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-03-18 19:05:23.654737 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:17.241043 | 0.95s 2026-03-18 19:05:23.868749 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-03-18 19:05:23.869313 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:17.455621 | 1.16s 2026-03-18 19:05:24.132165 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-03-18 19:05:24.132712 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:17.719021 | 1.43s 2026-03-18 19:05:24.371149 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-03-18 19:05:24.371807 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:17.958113 | 1.67s 2026-03-18 19:05:24.596658 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-03-18 19:05:24.597432 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:18.183737 | 1.89s 2026-03-18 19:05:24.854286 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-03-18 19:05:24.856419 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:18.442727 | 2.15s 2026-03-18 19:05:25.111785 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-03-18 19:05:25.112577 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:18.698882 | 2.41s 2026-03-18 19:05:25.373067 | fa163ecf-2437-0493-eacc-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-03-18 19:05:25.373949 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:18.960256 | 2.67s 2026-03-18 19:05:25.378353 | fa163ecf-2437-0493-eacc-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:18.964655 | 2.67s 2026-03-18 19:05:25.392893 | fa163ecf-2437-0493-eacc-00000000459a | TASK | Check Keystone role status 2026-03-18 19:05:25.690143 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2026-03-18 19:05:25.691926 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:19.278215 | 0.30s 2026-03-18 19:05:25.942663 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-03-18 19:05:25.944590 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:19.530891 | 0.55s 2026-03-18 19:05:26.183706 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2026-03-18 19:05:26.184375 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:19.770684 | 0.79s 2026-03-18 19:05:26.446507 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2026-03-18 19:05:26.448447 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:20.034746 | 1.05s 2026-03-18 19:05:26.715846 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2026-03-18 19:05:26.717013 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:20.303313 | 1.32s 2026-03-18 19:05:26.997293 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-03-18 19:05:26.998226 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:20.584531 | 1.60s 2026-03-18 19:05:27.234430 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-03-18 19:05:27.235696 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:20.821996 | 1.84s 2026-03-18 19:05:27.504993 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-03-18 19:05:27.506070 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.092372 | 2.11s 2026-03-18 19:05:27.739687 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-03-18 19:05:27.740753 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.327055 | 2.35s 2026-03-18 19:05:27.941932 | fa163ecf-2437-0493-eacc-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-03-18 19:05:27.942807 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.529114 | 2.55s 2026-03-18 19:05:27.949379 | fa163ecf-2437-0493-eacc-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:21.535678 | 2.56s 2026-03-18 19:05:27.966669 | fa163ecf-2437-0493-eacc-00000000459f | TASK | Async creation of Keystone role 2026-03-18 19:05:28.296265 | fa163ecf-2437-0493-eacc-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-03-18 19:05:28.297946 | fa163ecf-2437-0493-eacc-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:21.884239 | 0.33s 2026-03-18 19:05:28.689180 | fa163ecf-2437-0493-eacc-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-03-18 19:05:28.689834 | fa163ecf-2437-0493-eacc-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:22.276144 | 0.72s 2026-03-18 19:05:28.968596 | fa163ecf-2437-0493-eacc-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-03-18 19:05:28.970215 | fa163ecf-2437-0493-eacc-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:22.556520 | 1.00s 2026-03-18 19:05:28.980198 | fa163ecf-2437-0493-eacc-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:22:22.566502 | 1.01s 2026-03-18 19:05:28.994869 | fa163ecf-2437-0493-eacc-0000000045a1 | TASK | Check Keystone role status 2026-03-18 19:05:29.256393 | fa163ecf-2437-0493-eacc-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-03-18 19:05:34.450458 | fa163ecf-2437-0493-eacc-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-03-18 19:05:34.451450 | fa163ecf-2437-0493-eacc-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:28.037753 | 5.46s 2026-03-18 19:05:34.716828 | fa163ecf-2437-0493-eacc-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-03-18 19:05:34.718073 | fa163ecf-2437-0493-eacc-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:28.304372 | 5.72s 2026-03-18 19:05:34.992755 | fa163ecf-2437-0493-eacc-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-03-18 19:05:34.993873 | fa163ecf-2437-0493-eacc-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:28.580171 | 6.00s 2026-03-18 19:05:35.001379 | fa163ecf-2437-0493-eacc-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:22:28.587681 | 6.01s 2026-03-18 19:05:35.020916 | fa163ecf-2437-0493-eacc-000000003d2b | TASK | Create Keystone Users 2026-03-18 19:05:35.125014 | fa163ecf-2437-0493-eacc-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:28.711306 | 0.10s 2026-03-18 19:05:35.143702 | fa163ecf-2437-0493-eacc-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:28.730003 | 0.12s 2026-03-18 19:05:35.149824 | fa163ecf-2437-0493-eacc-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:22:28.736125 | 0.13s 2026-03-18 19:05:35.171152 | 36ca3ac3-48ad-494f-8405-67eed97eafbe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-18 19:05:35.183863 | ba5e4fc4-2451-4df0-9622-86a044fc5762 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-03-18 19:05:35.251043 | fa163ecf-2437-0493-eacc-000000004749 | TASK | Check password of Keystone user 2026-03-18 19:05:36.210392 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:36.211509 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:29.797812 | 0.96s 2026-03-18 19:05:37.130757 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:37.132833 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:30.719126 | 1.88s 2026-03-18 19:05:38.069426 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:38.070376 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:31.656676 | 2.82s 2026-03-18 19:05:39.028000 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:39.028686 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:32.614993 | 3.78s 2026-03-18 19:05:40.020140 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:40.021694 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:33.607995 | 4.77s 2026-03-18 19:05:40.928208 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:40.929100 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:34.515402 | 5.68s 2026-03-18 19:05:41.853508 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:41.854062 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:35.440372 | 6.60s 2026-03-18 19:05:42.727704 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:42.728938 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:36.315232 | 7.48s 2026-03-18 19:05:43.621042 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:43.622918 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:37.209220 | 8.37s 2026-03-18 19:05:44.524858 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:44.525765 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:38.112065 | 9.27s 2026-03-18 19:05:44.532134 | fa163ecf-2437-0493-eacc-000000004749 | 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-18 19:05:44.532812 | fa163ecf-2437-0493-eacc-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:38.119116 | 9.28s 2026-03-18 19:05:44.552642 | fa163ecf-2437-0493-eacc-00000000474b | TASK | Async creation of Keystone user 2026-03-18 19:05:44.965893 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:44.968171 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:38.554470 | 0.41s 2026-03-18 19:05:45.296401 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:45.297689 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:38.883993 | 0.74s 2026-03-18 19:05:45.627930 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:45.628719 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:39.215026 | 1.07s 2026-03-18 19:05:45.941486 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:45.943265 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:39.529570 | 1.39s 2026-03-18 19:05:46.256757 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:46.257394 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:39.843699 | 1.70s 2026-03-18 19:05:46.562962 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:46.563540 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:40.149849 | 2.01s 2026-03-18 19:05:46.820158 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:46.820796 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:40.407103 | 2.27s 2026-03-18 19:05:47.087945 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:47.089362 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:40.675661 | 2.54s 2026-03-18 19:05:47.364119 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:47.364602 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:40.950912 | 2.81s 2026-03-18 19:05:47.642430 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:47.643053 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:41.229361 | 3.09s 2026-03-18 19:05:47.647096 | fa163ecf-2437-0493-eacc-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:05:47.647560 | fa163ecf-2437-0493-eacc-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:41.233871 | 3.09s 2026-03-18 19:05:47.663396 | fa163ecf-2437-0493-eacc-00000000474d | TASK | Check Keystone user status 2026-03-18 19:05:47.922965 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:47.923712 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.510018 | 0.26s 2026-03-18 19:05:48.173225 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:48.174435 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.760743 | 0.51s 2026-03-18 19:05:48.404832 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:48.405803 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:41.992104 | 0.74s 2026-03-18 19:05:48.682300 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:48.683322 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:42.269621 | 1.02s 2026-03-18 19:05:48.953016 | fa163ecf-2437-0493-eacc-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-18 19:05:54.177655 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:54.178460 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:47.764767 | 6.51s 2026-03-18 19:05:54.453392 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:54.454196 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:48.040502 | 6.79s 2026-03-18 19:05:54.724388 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:54.725399 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:48.311700 | 7.06s 2026-03-18 19:05:54.976053 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:54.977537 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:48.563841 | 7.31s 2026-03-18 19:05:55.259242 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:55.260914 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:48.847213 | 7.60s 2026-03-18 19:05:55.534270 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:55.535247 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:49.121547 | 7.87s 2026-03-18 19:05:55.542047 | fa163ecf-2437-0493-eacc-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:05:55.543052 | fa163ecf-2437-0493-eacc-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:49.129353 | 7.88s 2026-03-18 19:05:55.564691 | fa163ecf-2437-0493-eacc-000000004752 | TASK | Check password of Keystone user 2026-03-18 19:05:56.586965 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:05:56.588841 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:50.175126 | 1.02s 2026-03-18 19:05:57.501216 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:05:57.502344 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:51.088643 | 1.94s 2026-03-18 19:05:58.413418 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:05:58.414564 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:52.000866 | 2.85s 2026-03-18 19:05:59.331026 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:05:59.332089 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:52.918389 | 3.77s 2026-03-18 19:06:00.284695 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:06:00.286434 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:53.872732 | 4.72s 2026-03-18 19:06:01.227655 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:06:01.228256 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:54.814564 | 5.66s 2026-03-18 19:06:02.143302 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:06:02.144976 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:55.731276 | 6.58s 2026-03-18 19:06:02.155680 | fa163ecf-2437-0493-eacc-000000004752 | 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-18 19:06:02.156687 | fa163ecf-2437-0493-eacc-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:22:55.742987 | 6.59s 2026-03-18 19:06:02.176572 | fa163ecf-2437-0493-eacc-000000004754 | TASK | Async creation of Keystone user 2026-03-18 19:06:02.547393 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:02.548229 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:56.134535 | 0.37s 2026-03-18 19:06:02.852684 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:02.853341 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:56.439649 | 0.68s 2026-03-18 19:06:03.148968 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:03.150009 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:56.736318 | 0.97s 2026-03-18 19:06:03.504838 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:03.506128 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:57.092418 | 1.33s 2026-03-18 19:06:03.830973 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:03.832253 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:57.418560 | 1.65s 2026-03-18 19:06:04.203977 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:04.204631 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:57.790938 | 2.03s 2026-03-18 19:06:04.519795 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:04.520304 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:58.106613 | 2.34s 2026-03-18 19:06:04.524850 | fa163ecf-2437-0493-eacc-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-03-18 19:06:04.525422 | fa163ecf-2437-0493-eacc-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:22:58.111731 | 2.35s 2026-03-18 19:06:04.539673 | fa163ecf-2437-0493-eacc-000000004756 | TASK | Check Keystone user status 2026-03-18 19:06:04.789206 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:04.790182 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:58.376487 | 0.25s 2026-03-18 19:06:05.093354 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:05.095015 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:58.681315 | 0.55s 2026-03-18 19:06:05.350383 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:05.352067 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:22:58.938367 | 0.81s 2026-03-18 19:06:05.638487 | fa163ecf-2437-0493-eacc-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-03-18 19:06:10.842540 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:10.843542 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:04.429842 | 6.30s 2026-03-18 19:06:11.128902 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:11.129930 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:04.716230 | 6.59s 2026-03-18 19:06:11.422806 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:11.424409 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:05.010708 | 6.88s 2026-03-18 19:06:11.715054 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:11.716832 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:05.303130 | 7.18s 2026-03-18 19:06:11.726757 | fa163ecf-2437-0493-eacc-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-03-18 19:06:11.727807 | fa163ecf-2437-0493-eacc-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:05.314107 | 7.19s 2026-03-18 19:06:11.748084 | fa163ecf-2437-0493-eacc-000000003d2d | TASK | Assign Keystone Users to Roles 2026-03-18 19:06:11.840569 | fa163ecf-2437-0493-eacc-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:05.426849 | 0.09s 2026-03-18 19:06:11.868342 | fa163ecf-2437-0493-eacc-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:05.454634 | 0.12s 2026-03-18 19:06:11.894074 | fa163ecf-2437-0493-eacc-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:05.480371 | 0.14s 2026-03-18 19:06:11.907839 | fa163ecf-2437-0493-eacc-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:05.494130 | 0.16s 2026-03-18 19:06:11.922388 | 94cc0be6-2d29-44ed-9704-4092868ac687 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-18 19:06:11.928457 | f64eec52-39fc-441e-903e-2465899088f6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-18 19:06:11.933895 | fab3d8e1-b22f-4af0-83a1-decc630ed99d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-03-18 19:06:12.007877 | fa163ecf-2437-0493-eacc-000000004966 | TASK | Async assignment of Keystone user per role 2026-03-18 19:06:12.089053 | fa163ecf-2437-0493-eacc-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:05.675317 | 0.08s 2026-03-18 19:06:12.111549 | fa163ecf-2437-0493-eacc-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:05.697847 | 0.10s 2026-03-18 19:06:12.125074 | fa163ecf-2437-0493-eacc-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:05.711365 | 0.12s 2026-03-18 19:06:12.143365 | 627f8cf0-0b2b-4b65-9aa2-19351eae7648 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:06:12.154169 | 0fba73e7-c018-4493-90cd-27a5348f682f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:06:12.179587 | fa163ecf-2437-0493-eacc-000000004b46 | TASK | Async assignment of Keystone user to roles 2026-03-18 19:06:12.532550 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-03-18 19:06:12.534675 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.120972 | 0.35s 2026-03-18 19:06:12.861358 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-03-18 19:06:12.861941 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.448250 | 0.68s 2026-03-18 19:06:13.199238 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-18 19:06:13.201097 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:06.787395 | 1.02s 2026-03-18 19:06:13.504386 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-18 19:06:13.505910 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.092210 | 1.32s 2026-03-18 19:06:13.777572 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-18 19:06:13.778628 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.364936 | 1.60s 2026-03-18 19:06:14.056710 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-03-18 19:06:14.057307 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.643616 | 1.88s 2026-03-18 19:06:14.396908 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-03-18 19:06:14.397699 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:07.984005 | 2.22s 2026-03-18 19:06:14.662514 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-03-18 19:06:14.663218 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:08.249527 | 2.48s 2026-03-18 19:06:14.973600 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-03-18 19:06:14.977485 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:08.563795 | 2.80s 2026-03-18 19:06:15.297275 | fa163ecf-2437-0493-eacc-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-03-18 19:06:15.298752 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:08.885050 | 3.12s 2026-03-18 19:06:15.309173 | fa163ecf-2437-0493-eacc-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:08.895474 | 3.13s 2026-03-18 19:06:15.326295 | fa163ecf-2437-0493-eacc-000000004b48 | TASK | Check Keystone user assignment to roles status 2026-03-18 19:06:15.608835 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-03-18 19:06:15.609676 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:09.195983 | 0.28s 2026-03-18 19:06:15.785940 | fa163ecf-2437-0493-eacc-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:06:21.016761 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-03-18 19:06:21.017541 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.603851 | 5.69s 2026-03-18 19:06:21.314547 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-18 19:06:21.317789 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:14.904085 | 5.99s 2026-03-18 19:06:21.557482 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-18 19:06:21.559851 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.146145 | 6.23s 2026-03-18 19:06:21.821086 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-18 19:06:21.823228 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.409527 | 6.50s 2026-03-18 19:06:22.068551 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-03-18 19:06:22.069749 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.656048 | 6.74s 2026-03-18 19:06:22.311584 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-03-18 19:06:22.313470 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:15.899770 | 6.99s 2026-03-18 19:06:22.545478 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-03-18 19:06:22.546530 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:16.132832 | 7.22s 2026-03-18 19:06:23.163174 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-03-18 19:06:23.165025 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:16.751326 | 7.84s 2026-03-18 19:06:23.418381 | fa163ecf-2437-0493-eacc-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-03-18 19:06:23.419578 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.005878 | 8.09s 2026-03-18 19:06:23.427225 | fa163ecf-2437-0493-eacc-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:17.013526 | 8.10s 2026-03-18 19:06:23.444404 | fa163ecf-2437-0493-eacc-000000004b4d | TASK | Async assignment of Keystone user to roles 2026-03-18 19:06:23.811861 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-03-18 19:06:23.813462 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:17.399759 | 0.37s 2026-03-18 19:06:24.220852 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-03-18 19:06:24.221602 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:17.807907 | 0.78s 2026-03-18 19:06:24.563667 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-03-18 19:06:24.565593 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:18.151895 | 1.12s 2026-03-18 19:06:24.855767 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-18 19:06:24.856578 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:18.442884 | 1.41s 2026-03-18 19:06:25.164706 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-03-18 19:06:25.165364 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:18.751671 | 1.72s 2026-03-18 19:06:25.510401 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-03-18 19:06:25.511378 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:19.097679 | 2.07s 2026-03-18 19:06:25.878412 | fa163ecf-2437-0493-eacc-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-03-18 19:06:25.886494 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:19.472792 | 2.44s 2026-03-18 19:06:25.893259 | fa163ecf-2437-0493-eacc-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:19.479558 | 2.45s 2026-03-18 19:06:25.909014 | fa163ecf-2437-0493-eacc-000000004b4f | TASK | Check Keystone user assignment to roles status 2026-03-18 19:06:26.192914 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-03-18 19:06:26.194586 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:19.780890 | 0.28s 2026-03-18 19:06:26.493083 | fa163ecf-2437-0493-eacc-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:06:31.711834 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-03-18 19:06:31.713167 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:25.299470 | 5.80s 2026-03-18 19:06:31.952061 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-03-18 19:06:31.954584 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:25.540882 | 6.04s 2026-03-18 19:06:32.207596 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-18 19:06:32.209141 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:25.795413 | 6.30s 2026-03-18 19:06:32.450438 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-03-18 19:06:32.451652 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:26.037953 | 6.54s 2026-03-18 19:06:32.698271 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-03-18 19:06:32.699436 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:26.285736 | 6.79s 2026-03-18 19:06:32.999655 | fa163ecf-2437-0493-eacc-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-03-18 19:06:33.001431 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:26.587719 | 7.09s 2026-03-18 19:06:33.011034 | fa163ecf-2437-0493-eacc-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:26.597321 | 7.10s 2026-03-18 19:06:33.034576 | fa163ecf-2437-0493-eacc-00000000496b | TASK | Async assignment of Keystone user per role 2026-03-18 19:06:33.113916 | fa163ecf-2437-0493-eacc-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:26.700186 | 0.08s 2026-03-18 19:06:33.124287 | fa163ecf-2437-0493-eacc-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:26.710574 | 0.09s 2026-03-18 19:06:33.139167 | f3583a7d-2fb4-4a46-9e6f-1915ce0a9c02 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:06:33.166347 | fa163ecf-2437-0493-eacc-000000004bb7 | TASK | Async assignment of Keystone user to roles 2026-03-18 19:06:33.526657 | fa163ecf-2437-0493-eacc-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-03-18 19:06:33.529002 | fa163ecf-2437-0493-eacc-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:27.115299 | 0.36s 2026-03-18 19:06:33.539227 | fa163ecf-2437-0493-eacc-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:27.125522 | 0.37s 2026-03-18 19:06:33.559006 | fa163ecf-2437-0493-eacc-000000004bb9 | TASK | Check Keystone user assignment to roles status 2026-03-18 19:06:33.855806 | fa163ecf-2437-0493-eacc-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:06:39.059528 | fa163ecf-2437-0493-eacc-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-03-18 19:06:39.061902 | fa163ecf-2437-0493-eacc-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:32.648191 | 5.50s 2026-03-18 19:06:39.071624 | fa163ecf-2437-0493-eacc-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:32.657921 | 5.51s 2026-03-18 19:06:39.088035 | fa163ecf-2437-0493-eacc-000000004970 | TASK | Async assignment of Keystone user per role 2026-03-18 19:06:39.163076 | fa163ecf-2437-0493-eacc-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:32.749358 | 0.07s 2026-03-18 19:06:39.176747 | fa163ecf-2437-0493-eacc-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:32.763039 | 0.09s 2026-03-18 19:06:39.189861 | a593cd74-a97b-4b83-b692-3006e2ea2df8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-03-18 19:06:39.214462 | fa163ecf-2437-0493-eacc-000000004bdb | TASK | Async assignment of Keystone user to roles 2026-03-18 19:06:39.578345 | fa163ecf-2437-0493-eacc-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-03-18 19:06:39.580036 | fa163ecf-2437-0493-eacc-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:33.166341 | 0.36s 2026-03-18 19:06:39.921519 | fa163ecf-2437-0493-eacc-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-03-18 19:06:39.922573 | fa163ecf-2437-0493-eacc-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:33.508873 | 0.71s 2026-03-18 19:06:40.252587 | fa163ecf-2437-0493-eacc-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-03-18 19:06:40.256083 | fa163ecf-2437-0493-eacc-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:33.842383 | 1.04s 2026-03-18 19:06:40.264732 | fa163ecf-2437-0493-eacc-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:33.851034 | 1.05s 2026-03-18 19:06:40.285263 | fa163ecf-2437-0493-eacc-000000004bdd | TASK | Check Keystone user assignment to roles status 2026-03-18 19:06:40.510481 | fa163ecf-2437-0493-eacc-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-03-18 19:06:45.755144 | fa163ecf-2437-0493-eacc-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-03-18 19:06:45.757943 | fa163ecf-2437-0493-eacc-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:39.344233 | 5.47s 2026-03-18 19:06:46.023132 | fa163ecf-2437-0493-eacc-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-03-18 19:06:46.024342 | fa163ecf-2437-0493-eacc-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:39.610642 | 5.74s 2026-03-18 19:06:46.284191 | fa163ecf-2437-0493-eacc-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-03-18 19:06:46.285253 | fa163ecf-2437-0493-eacc-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:39.871554 | 6.00s 2026-03-18 19:06:46.292492 | fa163ecf-2437-0493-eacc-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:39.878786 | 6.01s 2026-03-18 19:06:46.329022 | fa163ecf-2437-0493-eacc-000000003cf3 | TASK | is Keystone LDAP enabled 2026-03-18 19:06:46.383926 | fa163ecf-2437-0493-eacc-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2026-03-18 19:06:46.385434 | fa163ecf-2437-0493-eacc-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:23:39.971731 | 0.05s 2026-03-18 19:06:46.400134 | fa163ecf-2437-0493-eacc-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-03-18 19:06:46.437153 | fa163ecf-2437-0493-eacc-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-03-18 19:06:46.437925 | fa163ecf-2437-0493-eacc-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:23:40.024231 | 0.04s 2026-03-18 19:06:46.452161 | fa163ecf-2437-0493-eacc-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2026-03-18 19:06:46.500896 | fa163ecf-2437-0493-eacc-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-03-18 19:06:46.501888 | fa163ecf-2437-0493-eacc-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:23:40.088192 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-03-18 19:06:46.638942 | fa163ecf-2437-0493-eacc-0000000000e2 | TASK | Deploy step tasks for 4 2026-03-18 19:06:46.666449 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000e2') missing from stats 2026-03-18 19:06:46.693341 | fa163ecf-2437-0493-eacc-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-03-18 19:06:47.204401 | fa163ecf-2437-0493-eacc-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-03-18 19:06:47.205913 | fa163ecf-2437-0493-eacc-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:23:40.792212 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:06:47.279095 | fa163ecf-2437-0493-eacc-0000000000e4 | TIMING | include_tasks | standalone | 0:23:40.865390 | 0.04s 2026-03-18 19:06:47.324475 | 714a2970-c40d-459d-a828-76a412342b38 | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-03-18 19:06:47.357712 | fa163ecf-2437-0493-eacc-000000004c1f | TASK | Create virtqemud recovery script 2026-03-18 19:06:47.865378 | fa163ecf-2437-0493-eacc-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2026-03-18 19:06:47.866545 | fa163ecf-2437-0493-eacc-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:23:41.452848 | 0.51s 2026-03-18 19:06:47.889875 | fa163ecf-2437-0493-eacc-000000004c20 | TASK | Create virtqemud recovery trigger service 2026-03-18 19:06:48.392166 | fa163ecf-2437-0493-eacc-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-03-18 19:06:48.393774 | fa163ecf-2437-0493-eacc-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:23:41.980071 | 0.50s 2026-03-18 19:06:48.426594 | fa163ecf-2437-0493-eacc-000000004c21 | TASK | Create virtqemud recovery trigger timer 2026-03-18 19:06:48.932372 | fa163ecf-2437-0493-eacc-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-03-18 19:06:48.933729 | fa163ecf-2437-0493-eacc-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:23:42.520028 | 0.50s 2026-03-18 19:06:48.964187 | fa163ecf-2437-0493-eacc-000000004c22 | TASK | Enable virtqemud recovery trigger service 2026-03-18 19:06:50.085509 | fa163ecf-2437-0493-eacc-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-03-18 19:06:50.087212 | fa163ecf-2437-0493-eacc-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:23:43.673512 | 1.12s 2026-03-18 19:06:50.110597 | fa163ecf-2437-0493-eacc-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2026-03-18 19:06:51.297359 | fa163ecf-2437-0493-eacc-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-03-18 19:06:51.298427 | fa163ecf-2437-0493-eacc-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:23:44.884735 | 1.19s 2026-03-18 19:06:51.317855 | fa163ecf-2437-0493-eacc-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2026-03-18 19:06:51.943720 | fa163ecf-2437-0493-eacc-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-03-18 19:06:51.945378 | fa163ecf-2437-0493-eacc-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:23:45.531676 | 0.63s 2026-03-18 19:06:51.974510 | fa163ecf-2437-0493-eacc-000000004c26 | TASK | Create systemd file 2026-03-18 19:06:52.509305 | fa163ecf-2437-0493-eacc-000000004c26 | CHANGED | Create systemd file | standalone 2026-03-18 19:06:52.510758 | fa163ecf-2437-0493-eacc-000000004c26 | TIMING | Create systemd file | standalone | 0:23:46.097057 | 0.53s 2026-03-18 19:06:52.540655 | fa163ecf-2437-0493-eacc-000000004c27 | TASK | Reload systemd 2026-03-18 19:06:53.342095 | fa163ecf-2437-0493-eacc-000000004c27 | CHANGED | Reload systemd | standalone 2026-03-18 19:06:53.343844 | fa163ecf-2437-0493-eacc-000000004c27 | TIMING | Reload systemd | standalone | 0:23:46.930144 | 0.80s 2026-03-18 19:06:53.373182 | fa163ecf-2437-0493-eacc-000000004c2a | TASK | Start OVN container 2026-03-18 19:06:53.441342 | fa163ecf-2437-0493-eacc-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-03-18 19:06:53.460031 | fa163ecf-2437-0493-eacc-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-03-18 19:06:53.473173 | fa163ecf-2437-0493-eacc-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-03-18 19:06:53.479954 | fa163ecf-2437-0493-eacc-000000004c2a | TIMING | Start OVN container | standalone | 0:23:47.066250 | 0.11s 2026-03-18 19:06:53.512244 | fa163ecf-2437-0493-eacc-000000004c2c | TASK | Set NB connection 2026-03-18 19:06:53.558702 | fa163ecf-2437-0493-eacc-000000004c2c | SKIPPED | Set NB connection | standalone 2026-03-18 19:06:53.560090 | fa163ecf-2437-0493-eacc-000000004c2c | TIMING | Set NB connection | standalone | 0:23:47.146381 | 0.05s 2026-03-18 19:06:53.593080 | fa163ecf-2437-0493-eacc-000000004c2d | TASK | Set SB connection 2026-03-18 19:06:53.656478 | fa163ecf-2437-0493-eacc-000000004c2d | SKIPPED | Set SB connection | standalone 2026-03-18 19:06:53.657533 | fa163ecf-2437-0493-eacc-000000004c2d | TIMING | Set SB connection | standalone | 0:23:47.243836 | 0.06s 2026-03-18 19:06:53.680570 | fa163ecf-2437-0493-eacc-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-03-18 19:06:53.911850 | fa163ecf-2437-0493-eacc-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-03-18 19:06:53.912672 | fa163ecf-2437-0493-eacc-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:23:47.498981 | 0.23s 2026-03-18 19:06:54.007150 | fa163ecf-2437-0493-eacc-0000000000e7 | TIMING | include_tasks | standalone | 0:23:47.593412 | 0.07s 2026-03-18 19:06:54.049238 | 870a5c75-61bd-4ce5-9970-f1dcadc5cc0c | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:06:54.078082 | fa163ecf-2437-0493-eacc-000000004c5c | TASK | Write the config_step hieradata 2026-03-18 19:06:54.565426 | fa163ecf-2437-0493-eacc-000000004c5c | OK | Write the config_step hieradata | standalone 2026-03-18 19:06:54.567182 | fa163ecf-2437-0493-eacc-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:23:48.153471 | 0.49s 2026-03-18 19:06:54.602255 | fa163ecf-2437-0493-eacc-000000004c5d | TASK | Run puppet host configuration for step 4 2026-03-18 19:06:54.899663 | fa163ecf-2437-0493-eacc-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2026-03-18 19:06:54.900725 | fa163ecf-2437-0493-eacc-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:23:48.487030 | 0.30s 2026-03-18 19:06:54.934752 | fa163ecf-2437-0493-eacc-000000004c5e | TASK | Wait for puppet host configuration to finish 2026-03-18 19:06:55.194328 | fa163ecf-2437-0493-eacc-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:07:05.422513 | fa163ecf-2437-0493-eacc-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:07:15.648598 | fa163ecf-2437-0493-eacc-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-03-18 19:07:25.889985 | fa163ecf-2437-0493-eacc-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:07:25.892509 | fa163ecf-2437-0493-eacc-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:24:19.478806 | 30.96s 2026-03-18 19:07:25.923926 | fa163ecf-2437-0493-eacc-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2026-03-18 19:07:25.996785 | fa163ecf-2437-0493-eacc-000000004c5f | 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 18 19:06:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:06:59 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:06:59 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:06:59 puppet-user: (file & line not available)", "<13>Mar 18 19:06:59 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 18 19:06:59 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 18 19:06:59 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\", 6]", "<13>Mar 18 19:06:59 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 18 19:06:59 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 18 19:06:59 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\", 6]", "<13>Mar 18 19:06:59 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\", 6]", "<13>Mar 18 19:06:59 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\", 6]", "<13>Mar 18 19:06:59 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\", 6]", "<13>Mar 18 19:06:59 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\", 6]", "<13>Mar 18 19:06:59 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:06:59 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Mar 18 19:07:04 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:07:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:07:12 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Mar 18 19:07:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}2eb511a923ea0e93e05dec167709b85c3043934b1d2ab76e2a32cb5d648cd161'", "<13>Mar 18 19:07:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Mar 18 19:07:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Mar 18 19:07:12 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Mar 18 19:07:12 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Mar 18 19:07:13 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:07:18 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 18 19:07:20 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Mar 18 19:07:20 puppet-user: Notice: Applied catalog in 20.18 seconds", "<13>Mar 18 19:07:20 puppet-user: Application:", "<13>Mar 18 19:07:20 puppet-user: Initial environment: production", "<13>Mar 18 19:07:20 puppet-user: Converged environment: production", "<13>Mar 18 19:07:20 puppet-user: Run mode: user", "<13>Mar 18 19:07:20 puppet-user: Changes:", "<13>Mar 18 19:07:20 puppet-user: Total: 10", "<13>Mar 18 19:07:20 puppet-user: Events:", "<13>Mar 18 19:07:20 puppet-user: Success: 10", "<13>Mar 18 19:07:20 puppet-user: Resources:", "<13>Mar 18 19:07:20 puppet-user: Restarted: 1", "<13>Mar 18 19:07:20 puppet-user: Changed: 10", "<13>Mar 18 19:07:20 puppet-user: Out of sync: 10", "<13>Mar 18 19:07:20 puppet-user: Total: 37", "<13>Mar 18 19:07:20 puppet-user: Time:", "<13>Mar 18 19:07:20 puppet-user: Schedule: 0.00", "<13>Mar 18 19:07:20 puppet-user: File line: 0.00", "<13>Mar 18 19:07:20 puppet-user: Augeas: 0.01", "<13>Mar 18 19:07:20 puppet-user: User: 0.01", "<13>Mar 18 19:07:20 puppet-user: File: 0.05", "<13>Mar 18 19:07:20 puppet-user: Config retrieval: 0.63", "<13>Mar 18 19:07:20 puppet-user: Service: 1.55", "<13>Mar 18 19:07:20 puppet-user: Pcmk property: 1.57", "<13>Mar 18 19:07:20 puppet-user: Last run: 1773860840", "<13>Mar 18 19:07:20 puppet-user: Pcmk resource default: 2.09", "<13>Mar 18 19:07:20 puppet-user: Pcmk resource op default: 2.22", "<13>Mar 18 19:07:20 puppet-user: Transaction evaluation: 20.17", "<13>Mar 18 19:07:20 puppet-user: Catalog application: 20.18", "<13>Mar 18 19:07:20 puppet-user: Package: 5.48", "<13>Mar 18 19:07:20 puppet-user: Exec: 6.98", "<13>Mar 18 19:07:20 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:07:20 puppet-user: Total: 20.19", "<13>Mar 18 19:07:20 puppet-user: Version:", "<13>Mar 18 19:07:20 puppet-user: Config: 1773860819", "<13>Mar 18 19:07:20 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:07:25.998263 | fa163ecf-2437-0493-eacc-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:24:19.584563 | 0.07s 2026-03-18 19:07:26.027650 | fa163ecf-2437-0493-eacc-000000004c60 | TASK | Pre-cache facts for puppet containers 2026-03-18 19:07:26.056255 | fa163ecf-2437-0493-eacc-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:24:19.642547 | 0.03s 2026-03-18 19:07:26.125705 | fa163ecf-2437-0493-eacc-000000004ca1 | TASK | Gather variables for each operating system 2026-03-18 19:07:26.247859 | fa163ecf-2437-0493-eacc-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:24:19.834146 | 0.12s 2026-03-18 19:07:26.277644 | fa163ecf-2437-0493-eacc-000000004ca2 | TASK | Create puppet caching structures 2026-03-18 19:07:26.542470 | fa163ecf-2437-0493-eacc-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:07:26.544309 | fa163ecf-2437-0493-eacc-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:24:20.130603 | 0.27s 2026-03-18 19:07:26.579857 | fa163ecf-2437-0493-eacc-000000004ca3 | TASK | Check for facter.conf 2026-03-18 19:07:26.842577 | fa163ecf-2437-0493-eacc-000000004ca3 | OK | Check for facter.conf | standalone 2026-03-18 19:07:26.844199 | fa163ecf-2437-0493-eacc-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:24:20.430495 | 0.26s 2026-03-18 19:07:26.880002 | fa163ecf-2437-0493-eacc-000000004ca4 | TASK | Remove facter.conf if directory 2026-03-18 19:07:26.933386 | fa163ecf-2437-0493-eacc-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:07:26.934811 | fa163ecf-2437-0493-eacc-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:24:20.521108 | 0.05s 2026-03-18 19:07:26.956880 | fa163ecf-2437-0493-eacc-000000004ca5 | TASK | Write facter cache config 2026-03-18 19:07:27.465667 | fa163ecf-2437-0493-eacc-000000004ca5 | CHANGED | Write facter cache config | standalone 2026-03-18 19:07:27.466884 | fa163ecf-2437-0493-eacc-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:24:21.053187 | 0.51s 2026-03-18 19:07:27.487553 | fa163ecf-2437-0493-eacc-000000004ca6 | TASK | Cleanup facter cache if exists 2026-03-18 19:07:27.695730 | fa163ecf-2437-0493-eacc-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:07:27.697182 | fa163ecf-2437-0493-eacc-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:24:21.283485 | 0.21s 2026-03-18 19:07:27.720940 | fa163ecf-2437-0493-eacc-000000004ca7 | TASK | Pre-cache facts 2026-03-18 19:07:28.316636 | fa163ecf-2437-0493-eacc-000000004ca7 | CHANGED | Pre-cache facts | standalone 2026-03-18 19:07:28.318871 | fa163ecf-2437-0493-eacc-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:24:21.905161 | 0.60s 2026-03-18 19:07:28.354726 | fa163ecf-2437-0493-eacc-000000004ca8 | TASK | Failed deployment if facter fails 2026-03-18 19:07:28.398653 | fa163ecf-2437-0493-eacc-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:07:28.400060 | fa163ecf-2437-0493-eacc-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:24:21.986357 | 0.04s 2026-03-18 19:07:28.451760 | fa163ecf-2437-0493-eacc-000000004ca9 | TASK | Sync cached facts 2026-03-18 19:07:28.787006 | fa163ecf-2437-0493-eacc-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-000000004ca9') missing from stats 2026-03-18 19:07:28.849838 | fa163ecf-2437-0493-eacc-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:07:28.879877 | fa163ecf-2437-0493-eacc-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:07:28.881320 | fa163ecf-2437-0493-eacc-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:24:22.467615 | 0.03s 2026-03-18 19:07:28.914824 | fa163ecf-2437-0493-eacc-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2026-03-18 19:07:28.944461 | fa163ecf-2437-0493-eacc-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:24:22.530748 | 0.03s 2026-03-18 19:07:29.017783 | fa163ecf-2437-0493-eacc-000000004d00 | TASK | Gather variables for each operating system 2026-03-18 19:07:29.141905 | fa163ecf-2437-0493-eacc-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:24:22.728189 | 0.12s 2026-03-18 19:07:29.177937 | fa163ecf-2437-0493-eacc-000000004d01 | TASK | Create container logs path 2026-03-18 19:07:29.445948 | fa163ecf-2437-0493-eacc-000000004d01 | OK | Create container logs path | standalone 2026-03-18 19:07:29.447360 | fa163ecf-2437-0493-eacc-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:24:23.033660 | 0.27s 2026-03-18 19:07:29.479387 | fa163ecf-2437-0493-eacc-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:07:29.820219 | fa163ecf-2437-0493-eacc-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-18 19:07:29.821879 | fa163ecf-2437-0493-eacc-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:23.408173 | 0.34s 2026-03-18 19:07:29.854548 | fa163ecf-2437-0493-eacc-000000004d04 | TASK | Finalise hashes for all containers 2026-03-18 19:07:30.048779 | fa163ecf-2437-0493-eacc-000000004d04 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:07:30.050455 | fa163ecf-2437-0493-eacc-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:24:23.636747 | 0.19s 2026-03-18 19:07:30.082835 | fa163ecf-2437-0493-eacc-000000004d06 | TASK | Manage systemd shutdown files 2026-03-18 19:07:30.112700 | fa163ecf-2437-0493-eacc-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:24:23.698989 | 0.03s 2026-03-18 19:07:30.146806 | 6fd9e9c3-e89e-4b94-b9aa-d0f071da62f7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:07:30.252622 | fa163ecf-2437-0493-eacc-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:07:30.503037 | fa163ecf-2437-0493-eacc-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:07:30.504079 | fa163ecf-2437-0493-eacc-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:24:24.090383 | 0.25s 2026-03-18 19:07:30.535332 | fa163ecf-2437-0493-eacc-000000004d3a | TASK | Set podman_drop_in fact 2026-03-18 19:07:30.586420 | fa163ecf-2437-0493-eacc-000000004d3a | OK | Set podman_drop_in fact | standalone 2026-03-18 19:07:30.587420 | fa163ecf-2437-0493-eacc-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:24:24.173724 | 0.05s 2026-03-18 19:07:30.612317 | fa163ecf-2437-0493-eacc-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:07:31.060724 | fa163ecf-2437-0493-eacc-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:07:31.062585 | fa163ecf-2437-0493-eacc-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:24.648835 | 0.45s 2026-03-18 19:07:31.534191 | fa163ecf-2437-0493-eacc-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:07:31.535314 | fa163ecf-2437-0493-eacc-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:25.121614 | 0.92s 2026-03-18 19:07:31.542404 | fa163ecf-2437-0493-eacc-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:24:25.128696 | 0.93s 2026-03-18 19:07:31.572941 | fa163ecf-2437-0493-eacc-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:07:32.061203 | fa163ecf-2437-0493-eacc-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:07:32.062600 | fa163ecf-2437-0493-eacc-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:24:25.648899 | 0.49s 2026-03-18 19:07:32.092603 | fa163ecf-2437-0493-eacc-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:07:32.650345 | fa163ecf-2437-0493-eacc-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:07:32.651955 | fa163ecf-2437-0493-eacc-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:24:26.238253 | 0.56s 2026-03-18 19:07:32.682580 | fa163ecf-2437-0493-eacc-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:07:33.537530 | fa163ecf-2437-0493-eacc-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:07:33.539622 | fa163ecf-2437-0493-eacc-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:24:27.125921 | 0.86s 2026-03-18 19:07:33.571440 | fa163ecf-2437-0493-eacc-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:07:34.066286 | fa163ecf-2437-0493-eacc-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:07:34.068458 | fa163ecf-2437-0493-eacc-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:24:27.654761 | 0.50s 2026-03-18 19:07:34.092059 | fa163ecf-2437-0493-eacc-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:07:34.597088 | fa163ecf-2437-0493-eacc-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:07:34.598739 | fa163ecf-2437-0493-eacc-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:24:28.185034 | 0.51s 2026-03-18 19:07:34.625525 | fa163ecf-2437-0493-eacc-000000004d42 | TASK | Enable and start netns-placeholder 2026-03-18 19:07:35.493063 | fa163ecf-2437-0493-eacc-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:07:35.495202 | fa163ecf-2437-0493-eacc-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:24:29.081501 | 0.87s 2026-03-18 19:07:35.525579 | fa163ecf-2437-0493-eacc-000000004d08 | TASK | Update container configs with new config hashes 2026-03-18 19:07:35.588417 | fa163ecf-2437-0493-eacc-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:24:29.174706 | 0.06s 2026-03-18 19:07:35.609303 | 657293d2-1423-40e7-9c9d-5cec11528b6a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:07:35.642937 | fa163ecf-2437-0493-eacc-000000004d6a | TASK | Update config hashes for container startup configs 2026-03-18 19:07:35.949762 | fa163ecf-2437-0493-eacc-000000004d6a | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:07:35.951237 | fa163ecf-2437-0493-eacc-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:24:29.537535 | 0.31s 2026-03-18 19:07:35.978112 | fa163ecf-2437-0493-eacc-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:07:36.038798 | fa163ecf-2437-0493-eacc-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:29.625093 | 0.06s 2026-03-18 19:07:36.056149 | 016723d7-30df-4777-a105-97d5e5a838e1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:07:36.087379 | fa163ecf-2437-0493-eacc-000000004d89 | TASK | Gather podman infos 2026-03-18 19:07:37.629695 | fa163ecf-2437-0493-eacc-000000004d89 | OK | Gather podman infos | standalone 2026-03-18 19:07:37.630706 | fa163ecf-2437-0493-eacc-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:24:31.217009 | 1.54s 2026-03-18 19:07:37.745776 | fa163ecf-2437-0493-eacc-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:07:37.834692 | fa163ecf-2437-0493-eacc-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:31.420983 | 0.08s 2026-03-18 19:07:38.008008 | fa163ecf-2437-0493-eacc-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:24:31.594301 | 0.11s 2026-03-18 19:07:38.067246 | fa163ecf-2437-0493-eacc-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:07:38.130653 | fa163ecf-2437-0493-eacc-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:31.716947 | 0.06s 2026-03-18 19:07:38.153819 | 3085f896-d37a-4076-a1e4-d661de48bb19 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:07:38.190769 | fa163ecf-2437-0493-eacc-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:07:58.935127 | fa163ecf-2437-0493-eacc-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-18 19:07:58.936090 | fa163ecf-2437-0493-eacc-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:24:52.522399 | 20.74s 2026-03-18 19:07:58.959578 | fa163ecf-2437-0493-eacc-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-03-18 19:10:01.544962 | fa163ecf-2437-0493-eacc-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-03-18 19:10:01.546665 | fa163ecf-2437-0493-eacc-000000004dfa | 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:26:55.132964 | 122.59s 2026-03-18 19:10:01.621202 | fa163ecf-2437-0493-eacc-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2026-03-18 19:10:01.863567 | fa163ecf-2437-0493-eacc-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-03-18 19:10:01.864937 | fa163ecf-2437-0493-eacc-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:26:55.451237 | 0.24s 2026-03-18 19:10:01.914317 | fa163ecf-2437-0493-eacc-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-03-18 19:10:01.967781 | fa163ecf-2437-0493-eacc-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:26:55.554078 | 0.05s 2026-03-18 19:10:01.992509 | fa163ecf-2437-0493-eacc-000000004c67 | TASK | Include container-puppet tasks for step 4 2026-03-18 19:10:02.041457 | fa163ecf-2437-0493-eacc-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:26:55.627752 | 0.05s 2026-03-18 19:10:02.057987 | 0b6ca4b3-5772-4d3e-8a77-351a0c23d3d1 | INCLUDED | /root/standalone-ansible-7kp_1mo5/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:10:02.095732 | fa163ecf-2437-0493-eacc-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-03-18 19:10:02.671183 | fa163ecf-2437-0493-eacc-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-03-18 19:10:02.672066 | fa163ecf-2437-0493-eacc-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:26:56.258357 | 0.57s 2026-03-18 19:10:02.692680 | fa163ecf-2437-0493-eacc-000000004e47 | TASK | Generate container puppet configs for step 4 2026-03-18 19:10:02.954971 | fa163ecf-2437-0493-eacc-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2026-03-18 19:10:02.956383 | fa163ecf-2437-0493-eacc-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:26:56.542679 | 0.26s 2026-03-18 19:10:02.988126 | fa163ecf-2437-0493-eacc-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-03-18 19:10:03.026636 | fa163ecf-2437-0493-eacc-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:26:56.612924 | 0.04s 2026-03-18 19:10:03.102823 | fa163ecf-2437-0493-eacc-000000004e77 | TASK | Gather variables for each operating system 2026-03-18 19:10:03.226871 | fa163ecf-2437-0493-eacc-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:26:56.813162 | 0.12s 2026-03-18 19:10:03.257868 | fa163ecf-2437-0493-eacc-000000004e78 | TASK | Create container logs path 2026-03-18 19:10:03.527137 | fa163ecf-2437-0493-eacc-000000004e78 | OK | Create container logs path | standalone 2026-03-18 19:10:03.528615 | fa163ecf-2437-0493-eacc-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:26:57.114912 | 0.27s 2026-03-18 19:10:03.561656 | fa163ecf-2437-0493-eacc-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-18 19:10:03.810589 | fa163ecf-2437-0493-eacc-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-18 19:10:03.811971 | fa163ecf-2437-0493-eacc-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:57.398270 | 0.25s 2026-03-18 19:10:03.843644 | fa163ecf-2437-0493-eacc-000000004e7b | TASK | Finalise hashes for all containers 2026-03-18 19:10:03.880022 | fa163ecf-2437-0493-eacc-000000004e7b | OK | Finalise hashes for all containers | standalone 2026-03-18 19:10:03.881356 | fa163ecf-2437-0493-eacc-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:26:57.467656 | 0.04s 2026-03-18 19:10:03.911905 | fa163ecf-2437-0493-eacc-000000004e7d | TASK | Manage systemd shutdown files 2026-03-18 19:10:03.953525 | fa163ecf-2437-0493-eacc-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:10:03.954828 | fa163ecf-2437-0493-eacc-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:26:57.541127 | 0.04s 2026-03-18 19:10:03.988095 | fa163ecf-2437-0493-eacc-000000004e7f | TASK | Update container configs with new config hashes 2026-03-18 19:10:04.042926 | fa163ecf-2437-0493-eacc-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:10:04.044349 | fa163ecf-2437-0493-eacc-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:57.630642 | 0.05s 2026-03-18 19:10:04.078860 | fa163ecf-2437-0493-eacc-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-18 19:10:04.120895 | fa163ecf-2437-0493-eacc-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-18 19:10:04.122251 | fa163ecf-2437-0493-eacc-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:57.708550 | 0.04s 2026-03-18 19:10:04.155886 | fa163ecf-2437-0493-eacc-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-03-18 19:10:04.198814 | fa163ecf-2437-0493-eacc-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-03-18 19:10:04.200201 | fa163ecf-2437-0493-eacc-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:26:57.786491 | 0.04s PLAY [External deployment step 5] ********************************************** 2026-03-18 19:10:04.372752 | fa163ecf-2437-0493-eacc-0000000000ea | TASK | External deployment step 5 2026-03-18 19:10:04.401908 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000ea') missing from stats 2026-03-18 19:10:04.449943 | fa163ecf-2437-0493-eacc-0000000000eb | TIMING | include_tasks | undercloud | 0:26:58.036241 | 0.03s 2026-03-18 19:10:04.458075 | 8e034e9f-02e6-4697-85c6-4cdeafa3a1d2 | INCLUDED | /root/standalone-ansible-7kp_1mo5/external_deploy_steps_tasks_step5.yaml | undercloud 2026-03-18 19:10:04.474057 | fa163ecf-2437-0493-eacc-000000004ed0 | TASK | Manage Cinder's default volume type 2026-03-18 19:10:14.855705 | fa163ecf-2437-0493-eacc-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2026-03-18 19:10:14.857457 | fa163ecf-2437-0493-eacc-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:27:08.443754 | 10.38s PLAY [Deploy step tasks for 5] ************************************************* 2026-03-18 19:10:15.008938 | fa163ecf-2437-0493-eacc-0000000000ee | TASK | Deploy step tasks for 5 2026-03-18 19:10:15.053322 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000ee') missing from stats 2026-03-18 19:10:15.082874 | fa163ecf-2437-0493-eacc-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-03-18 19:10:15.628479 | fa163ecf-2437-0493-eacc-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-03-18 19:10:15.629905 | fa163ecf-2437-0493-eacc-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:27:09.216204 | 0.55s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-03-18 19:10:15.700143 | fa163ecf-2437-0493-eacc-0000000000f0 | TIMING | include_tasks | standalone | 0:27:09.286406 | 0.04s 2026-03-18 19:10:15.795248 | 8362a025-3ea6-4ecd-a8a9-208fcdd725fa | INCLUDED | /root/standalone-ansible-7kp_1mo5/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-03-18 19:10:15.829265 | fa163ecf-2437-0493-eacc-000000004ef3 | TASK | Gather variables for each operating system 2026-03-18 19:10:15.955289 | fa163ecf-2437-0493-eacc-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:09.541573 | 0.13s 2026-03-18 19:10:15.986256 | fa163ecf-2437-0493-eacc-000000004ef4 | TASK | Detect if resource is being created or already exists 2026-03-18 19:10:16.804645 | fa163ecf-2437-0493-eacc-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:10:16.806128 | fa163ecf-2437-0493-eacc-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:10.392398 | 0.82s 2026-03-18 19:10:16.841540 | fa163ecf-2437-0493-eacc-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2026-03-18 19:10:40.567940 | fa163ecf-2437-0493-eacc-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-03-18 19:10:40.569370 | fa163ecf-2437-0493-eacc-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:27:34.155674 | 23.73s 2026-03-18 19:10:40.595169 | fa163ecf-2437-0493-eacc-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-18 19:10:40.831168 | fa163ecf-2437-0493-eacc-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-18 19:10:40.832423 | fa163ecf-2437-0493-eacc-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:27:34.418728 | 0.24s 2026-03-18 19:10:40.856811 | fa163ecf-2437-0493-eacc-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:10:41.328582 | fa163ecf-2437-0493-eacc-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:10:41.329872 | fa163ecf-2437-0493-eacc-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:34.916171 | 0.47s 2026-03-18 19:10:41.355078 | fa163ecf-2437-0493-eacc-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-03-18 19:10:41.601747 | fa163ecf-2437-0493-eacc-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-03-18 19:10:41.602590 | fa163ecf-2437-0493-eacc-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:27:35.188898 | 0.25s 2026-03-18 19:10:41.630645 | fa163ecf-2437-0493-eacc-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-03-18 19:10:41.689369 | fa163ecf-2437-0493-eacc-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-03-18 19:10:41.690986 | fa163ecf-2437-0493-eacc-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:27:35.277282 | 0.06s 2026-03-18 19:10:41.726385 | fa163ecf-2437-0493-eacc-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2026-03-18 19:10:41.788070 | fa163ecf-2437-0493-eacc-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-03-18 19:10:41.789306 | fa163ecf-2437-0493-eacc-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:27:35.375606 | 0.06s 2026-03-18 19:10:41.821119 | fa163ecf-2437-0493-eacc-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-03-18 19:10:41.884249 | fa163ecf-2437-0493-eacc-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-03-18 19:10:41.885013 | fa163ecf-2437-0493-eacc-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:27:35.471322 | 0.06s 2026-03-18 19:10:41.910773 | fa163ecf-2437-0493-eacc-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:10:41.976511 | fa163ecf-2437-0493-eacc-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:10:41.977684 | fa163ecf-2437-0493-eacc-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:35.563987 | 0.07s 2026-03-18 19:10:42.006408 | fa163ecf-2437-0493-eacc-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2026-03-18 19:10:42.045675 | fa163ecf-2437-0493-eacc-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-03-18 19:10:42.046693 | fa163ecf-2437-0493-eacc-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:27:35.632997 | 0.04s 2026-03-18 19:10:42.097184 | fa163ecf-2437-0493-eacc-000000004f1f | TASK | Gather variables for each operating system 2026-03-18 19:10:42.211830 | fa163ecf-2437-0493-eacc-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:27:35.798121 | 0.11s 2026-03-18 19:10:42.239169 | fa163ecf-2437-0493-eacc-000000004f20 | TASK | Detect if resource is being created or already exists 2026-03-18 19:10:42.936551 | fa163ecf-2437-0493-eacc-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:10:42.938510 | fa163ecf-2437-0493-eacc-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:27:36.524802 | 0.70s 2026-03-18 19:10:42.971200 | fa163ecf-2437-0493-eacc-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2026-03-18 19:11:06.557741 | fa163ecf-2437-0493-eacc-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-03-18 19:11:06.559522 | fa163ecf-2437-0493-eacc-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:00.145820 | 23.59s 2026-03-18 19:11:06.593755 | fa163ecf-2437-0493-eacc-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-03-18 19:11:06.804148 | fa163ecf-2437-0493-eacc-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-03-18 19:11:06.805760 | fa163ecf-2437-0493-eacc-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:00.392056 | 0.21s 2026-03-18 19:11:06.838069 | fa163ecf-2437-0493-eacc-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:11:07.288381 | fa163ecf-2437-0493-eacc-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:11:07.289435 | fa163ecf-2437-0493-eacc-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:00.875739 | 0.45s 2026-03-18 19:11:07.321793 | fa163ecf-2437-0493-eacc-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-03-18 19:11:07.533645 | fa163ecf-2437-0493-eacc-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-03-18 19:11:07.534919 | fa163ecf-2437-0493-eacc-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:28:01.121218 | 0.21s 2026-03-18 19:11:07.566835 | fa163ecf-2437-0493-eacc-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-03-18 19:11:07.596673 | fa163ecf-2437-0493-eacc-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-03-18 19:11:07.597796 | fa163ecf-2437-0493-eacc-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:28:01.184097 | 0.03s 2026-03-18 19:11:07.628877 | fa163ecf-2437-0493-eacc-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-03-18 19:11:07.657680 | fa163ecf-2437-0493-eacc-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-03-18 19:11:07.658904 | fa163ecf-2437-0493-eacc-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:28:01.245203 | 0.03s 2026-03-18 19:11:07.692786 | fa163ecf-2437-0493-eacc-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-03-18 19:11:07.744814 | fa163ecf-2437-0493-eacc-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-03-18 19:11:07.746206 | fa163ecf-2437-0493-eacc-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:28:01.332478 | 0.05s 2026-03-18 19:11:07.780005 | fa163ecf-2437-0493-eacc-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:11:07.835148 | fa163ecf-2437-0493-eacc-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:11:07.836542 | fa163ecf-2437-0493-eacc-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:01.422833 | 0.05s 2026-03-18 19:11:07.869038 | fa163ecf-2437-0493-eacc-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2026-03-18 19:11:07.921810 | fa163ecf-2437-0493-eacc-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-03-18 19:11:07.923381 | fa163ecf-2437-0493-eacc-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:28:01.509678 | 0.05s 2026-03-18 19:11:07.986779 | fa163ecf-2437-0493-eacc-000000004f4b | TASK | Gather variables for each operating system 2026-03-18 19:11:08.104163 | fa163ecf-2437-0493-eacc-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:01.690450 | 0.12s 2026-03-18 19:11:08.135921 | fa163ecf-2437-0493-eacc-000000004f4c | TASK | Detect if resource is being created or already exists 2026-03-18 19:11:08.895303 | fa163ecf-2437-0493-eacc-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2026-03-18 19:11:08.896948 | fa163ecf-2437-0493-eacc-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:02.483246 | 0.76s 2026-03-18 19:11:08.929163 | fa163ecf-2437-0493-eacc-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2026-03-18 19:11:30.701659 | fa163ecf-2437-0493-eacc-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-03-18 19:11:30.702918 | fa163ecf-2437-0493-eacc-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:28:24.289226 | 21.77s 2026-03-18 19:11:30.725507 | fa163ecf-2437-0493-eacc-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-03-18 19:11:30.921904 | fa163ecf-2437-0493-eacc-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-03-18 19:11:30.924043 | fa163ecf-2437-0493-eacc-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:28:24.510345 | 0.20s 2026-03-18 19:11:30.948680 | fa163ecf-2437-0493-eacc-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2026-03-18 19:11:31.388872 | fa163ecf-2437-0493-eacc-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-03-18 19:11:31.391274 | fa163ecf-2437-0493-eacc-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:24.977579 | 0.44s 2026-03-18 19:11:31.415916 | fa163ecf-2437-0493-eacc-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-03-18 19:11:31.652836 | fa163ecf-2437-0493-eacc-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-03-18 19:11:31.653856 | fa163ecf-2437-0493-eacc-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:28:25.240159 | 0.24s 2026-03-18 19:11:31.681513 | fa163ecf-2437-0493-eacc-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-03-18 19:11:31.733684 | fa163ecf-2437-0493-eacc-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-03-18 19:11:31.734807 | fa163ecf-2437-0493-eacc-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:28:25.321112 | 0.05s 2026-03-18 19:11:31.762873 | fa163ecf-2437-0493-eacc-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2026-03-18 19:11:31.803246 | fa163ecf-2437-0493-eacc-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-03-18 19:11:31.804542 | fa163ecf-2437-0493-eacc-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:28:25.390846 | 0.04s 2026-03-18 19:11:31.832374 | fa163ecf-2437-0493-eacc-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-03-18 19:11:31.881432 | fa163ecf-2437-0493-eacc-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-03-18 19:11:31.882449 | fa163ecf-2437-0493-eacc-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:28:25.468754 | 0.05s 2026-03-18 19:11:31.908648 | fa163ecf-2437-0493-eacc-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-03-18 19:11:31.968924 | fa163ecf-2437-0493-eacc-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-03-18 19:11:31.969839 | fa163ecf-2437-0493-eacc-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:25.556145 | 0.06s 2026-03-18 19:11:31.994547 | fa163ecf-2437-0493-eacc-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2026-03-18 19:11:32.032981 | fa163ecf-2437-0493-eacc-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-03-18 19:11:32.033769 | fa163ecf-2437-0493-eacc-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:28:25.620075 | 0.04s 2026-03-18 19:11:32.076143 | fa163ecf-2437-0493-eacc-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2026-03-18 19:11:32.532353 | fa163ecf-2437-0493-eacc-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-03-18 19:11:32.534444 | fa163ecf-2437-0493-eacc-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:26.120737 | 0.46s 2026-03-18 19:11:32.544053 | fa163ecf-2437-0493-eacc-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:26.130353 | 0.47s 2026-03-18 19:11:32.566361 | fa163ecf-2437-0493-eacc-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2026-03-18 19:11:32.894989 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-03-18 19:11:32.895872 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:26.482178 | 0.33s 2026-03-18 19:11:33.364238 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-03-18 19:11:33.365000 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:26.951308 | 0.80s 2026-03-18 19:11:33.655887 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-03-18 19:11:33.657023 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:27.243331 | 1.09s 2026-03-18 19:11:34.150828 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-03-18 19:11:34.152893 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:27.739194 | 1.59s 2026-03-18 19:11:34.462155 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-03-18 19:11:34.463476 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:28.049777 | 1.90s 2026-03-18 19:11:34.784276 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-03-18 19:11:34.785414 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:28.371714 | 2.22s 2026-03-18 19:11:35.340668 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-03-18 19:11:35.342296 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:28.928589 | 2.77s 2026-03-18 19:11:35.820280 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-03-18 19:11:35.821609 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:29.407910 | 3.25s 2026-03-18 19:11:36.137899 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-03-18 19:11:36.139544 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:29.725840 | 3.57s 2026-03-18 19:11:36.605064 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-03-18 19:11:36.605739 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:30.192047 | 4.04s 2026-03-18 19:11:36.880978 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-03-18 19:11:36.881601 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:30.467911 | 4.31s 2026-03-18 19:11:37.424276 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-03-18 19:11:37.425593 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:31.011895 | 4.86s 2026-03-18 19:11:37.885335 | fa163ecf-2437-0493-eacc-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-03-18 19:11:37.886557 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:31.472859 | 5.32s 2026-03-18 19:11:37.908339 | fa163ecf-2437-0493-eacc-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:28:31.494628 | 5.34s 2026-03-18 19:11:37.943277 | fa163ecf-2437-0493-eacc-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-03-18 19:11:38.194076 | fa163ecf-2437-0493-eacc-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-03-18 19:11:38.195388 | fa163ecf-2437-0493-eacc-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:28:31.781689 | 0.25s 2026-03-18 19:11:38.310993 | fa163ecf-2437-0493-eacc-0000000000f3 | TIMING | include_tasks | standalone | 0:28:31.897286 | 0.09s 2026-03-18 19:11:38.350960 | d27a12c7-79de-4455-b2ca-9ab8b9a9bdb6 | INCLUDED | /root/standalone-ansible-7kp_1mo5/common_deploy_steps_tasks.yaml | standalone 2026-03-18 19:11:38.383758 | fa163ecf-2437-0493-eacc-000000004ff5 | TASK | Write the config_step hieradata 2026-03-18 19:11:38.855023 | fa163ecf-2437-0493-eacc-000000004ff5 | OK | Write the config_step hieradata | standalone 2026-03-18 19:11:38.856391 | fa163ecf-2437-0493-eacc-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:28:32.442691 | 0.47s 2026-03-18 19:11:38.886882 | fa163ecf-2437-0493-eacc-000000004ff6 | TASK | Run puppet host configuration for step 5 2026-03-18 19:11:39.239660 | fa163ecf-2437-0493-eacc-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-03-18 19:11:39.240970 | fa163ecf-2437-0493-eacc-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:28:32.827269 | 0.35s 2026-03-18 19:11:39.270600 | fa163ecf-2437-0493-eacc-000000004ff7 | TASK | Wait for puppet host configuration to finish 2026-03-18 19:11:39.501274 | fa163ecf-2437-0493-eacc-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-03-18 19:11:49.723782 | fa163ecf-2437-0493-eacc-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-03-18 19:11:59.938441 | fa163ecf-2437-0493-eacc-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-03-18 19:11:59.939899 | fa163ecf-2437-0493-eacc-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:28:53.526198 | 20.67s 2026-03-18 19:11:59.973909 | fa163ecf-2437-0493-eacc-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-03-18 19:12:00.060509 | fa163ecf-2437-0493-eacc-000000004ff8 | 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 18 19:11:39 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Mar 18 19:11:44 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Mar 18 19:11:44 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Mar 18 19:11:44 puppet-user: (file & line not available)", "<13>Mar 18 19:11:44 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Mar 18 19:11:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Mar 18 19:11:44 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\", 6]", "<13>Mar 18 19:11:44 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Mar 18 19:11:44 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Mar 18 19:11:44 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\", 6]", "<13>Mar 18 19:11:44 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\", 6]", "<13>Mar 18 19:11:44 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\", 6]", "<13>Mar 18 19:11:44 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\", 6]", "<13>Mar 18 19:11:44 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\", 6]", "<13>Mar 18 19:11:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Mar 18 19:11:44 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.51 seconds", "<13>Mar 18 19:11:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Mar 18 19:11:51 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Mar 18 19:11:53 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Mar 18 19:11:53 puppet-user: Notice: Applied catalog in 8.54 seconds", "<13>Mar 18 19:11:53 puppet-user: Application:", "<13>Mar 18 19:11:53 puppet-user: Initial environment: production", "<13>Mar 18 19:11:53 puppet-user: Converged environment: production", "<13>Mar 18 19:11:53 puppet-user: Run mode: user", "<13>Mar 18 19:11:53 puppet-user: Changes:", "<13>Mar 18 19:11:53 puppet-user: Total: 2", "<13>Mar 18 19:11:53 puppet-user: Events:", "<13>Mar 18 19:11:53 puppet-user: Success: 2", "<13>Mar 18 19:11:53 puppet-user: Resources:", "<13>Mar 18 19:11:53 puppet-user: Changed: 2", "<13>Mar 18 19:11:53 puppet-user: Out of sync: 2", "<13>Mar 18 19:11:53 puppet-user: Total: 37", "<13>Mar 18 19:11:53 puppet-user: Time:", "<13>Mar 18 19:11:53 puppet-user: Schedule: 0.00", "<13>Mar 18 19:11:53 puppet-user: File line: 0.00", "<13>Mar 18 19:11:53 puppet-user: Package: 0.00", "<13>Mar 18 19:11:53 puppet-user: Augeas: 0.01", "<13>Mar 18 19:11:53 puppet-user: User: 0.02", "<13>Mar 18 19:11:53 puppet-user: File: 0.11", "<13>Mar 18 19:11:53 puppet-user: Service: 0.16", "<13>Mar 18 19:11:53 puppet-user: Config retrieval: 0.65", "<13>Mar 18 19:11:53 puppet-user: Pcmk property: 1.50", "<13>Mar 18 19:11:53 puppet-user: Last run: 1773861113", "<13>Mar 18 19:11:53 puppet-user: Pcmk resource op default: 2.11", "<13>Mar 18 19:11:53 puppet-user: Exec: 2.20", "<13>Mar 18 19:11:53 puppet-user: Pcmk resource default: 2.21", "<13>Mar 18 19:11:53 puppet-user: Filebucket: 0.00", "<13>Mar 18 19:11:53 puppet-user: Transaction evaluation: 8.48", "<13>Mar 18 19:11:53 puppet-user: Catalog application: 8.54", "<13>Mar 18 19:11:53 puppet-user: Total: 8.55", "<13>Mar 18 19:11:53 puppet-user: Version:", "<13>Mar 18 19:11:53 puppet-user: Config: 1773861104", "<13>Mar 18 19:11:53 puppet-user: Puppet: 7.10.0" ] } 2026-03-18 19:12:00.062301 | fa163ecf-2437-0493-eacc-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:28:53.648599 | 0.09s 2026-03-18 19:12:00.093562 | fa163ecf-2437-0493-eacc-000000004ff9 | TASK | Pre-cache facts for puppet containers 2026-03-18 19:12:00.124709 | fa163ecf-2437-0493-eacc-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:28:53.710981 | 0.03s 2026-03-18 19:12:00.196007 | fa163ecf-2437-0493-eacc-000000005038 | TASK | Gather variables for each operating system 2026-03-18 19:12:00.311840 | fa163ecf-2437-0493-eacc-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:28:53.898133 | 0.11s 2026-03-18 19:12:00.341475 | fa163ecf-2437-0493-eacc-000000005039 | TASK | Create puppet caching structures 2026-03-18 19:12:00.608341 | fa163ecf-2437-0493-eacc-000000005039 | CHANGED | Create puppet caching structures | standalone 2026-03-18 19:12:00.610046 | fa163ecf-2437-0493-eacc-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:28:54.196345 | 0.27s 2026-03-18 19:12:00.640424 | fa163ecf-2437-0493-eacc-00000000503a | TASK | Check for facter.conf 2026-03-18 19:12:00.941963 | fa163ecf-2437-0493-eacc-00000000503a | OK | Check for facter.conf | standalone 2026-03-18 19:12:00.943393 | fa163ecf-2437-0493-eacc-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:28:54.529693 | 0.30s 2026-03-18 19:12:00.974349 | fa163ecf-2437-0493-eacc-00000000503b | TASK | Remove facter.conf if directory 2026-03-18 19:12:01.017685 | fa163ecf-2437-0493-eacc-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2026-03-18 19:12:01.019058 | fa163ecf-2437-0493-eacc-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:28:54.605357 | 0.04s 2026-03-18 19:12:01.048758 | fa163ecf-2437-0493-eacc-00000000503c | TASK | Write facter cache config 2026-03-18 19:12:01.545703 | fa163ecf-2437-0493-eacc-00000000503c | CHANGED | Write facter cache config | standalone 2026-03-18 19:12:01.546849 | fa163ecf-2437-0493-eacc-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:28:55.133156 | 0.50s 2026-03-18 19:12:01.566783 | fa163ecf-2437-0493-eacc-00000000503d | TASK | Cleanup facter cache if exists 2026-03-18 19:12:01.760203 | fa163ecf-2437-0493-eacc-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2026-03-18 19:12:01.760956 | fa163ecf-2437-0493-eacc-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:28:55.347265 | 0.19s 2026-03-18 19:12:01.781703 | fa163ecf-2437-0493-eacc-00000000503e | TASK | Pre-cache facts 2026-03-18 19:12:02.470682 | fa163ecf-2437-0493-eacc-00000000503e | CHANGED | Pre-cache facts | standalone 2026-03-18 19:12:02.472088 | fa163ecf-2437-0493-eacc-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:28:56.058387 | 0.69s 2026-03-18 19:12:02.507701 | fa163ecf-2437-0493-eacc-00000000503f | TASK | Failed deployment if facter fails 2026-03-18 19:12:02.550403 | fa163ecf-2437-0493-eacc-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2026-03-18 19:12:02.551529 | fa163ecf-2437-0493-eacc-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:28:56.137828 | 0.04s 2026-03-18 19:12:02.597898 | fa163ecf-2437-0493-eacc-000000005040 | TASK | Sync cached facts 2026-03-18 19:12:02.912640 | fa163ecf-2437-0493-eacc-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-000000005040') missing from stats 2026-03-18 19:12:02.969368 | fa163ecf-2437-0493-eacc-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2026-03-18 19:12:03.023656 | fa163ecf-2437-0493-eacc-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-03-18 19:12:03.024977 | fa163ecf-2437-0493-eacc-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:28:56.611277 | 0.05s 2026-03-18 19:12:03.056526 | fa163ecf-2437-0493-eacc-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2026-03-18 19:12:03.090011 | fa163ecf-2437-0493-eacc-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:28:56.676309 | 0.03s 2026-03-18 19:12:03.156048 | fa163ecf-2437-0493-eacc-000000005097 | TASK | Gather variables for each operating system 2026-03-18 19:12:03.278599 | fa163ecf-2437-0493-eacc-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:56.864898 | 0.12s 2026-03-18 19:12:03.302272 | fa163ecf-2437-0493-eacc-000000005098 | TASK | Create container logs path 2026-03-18 19:12:03.566985 | fa163ecf-2437-0493-eacc-000000005098 | OK | Create container logs path | standalone 2026-03-18 19:12:03.568395 | fa163ecf-2437-0493-eacc-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:57.154694 | 0.27s 2026-03-18 19:12:03.600835 | fa163ecf-2437-0493-eacc-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:12:03.886511 | fa163ecf-2437-0493-eacc-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-18 19:12:03.887780 | fa163ecf-2437-0493-eacc-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:57.474079 | 0.29s 2026-03-18 19:12:03.919469 | fa163ecf-2437-0493-eacc-00000000509b | TASK | Finalise hashes for all containers 2026-03-18 19:12:03.993097 | fa163ecf-2437-0493-eacc-00000000509b | OK | Finalise hashes for all containers | standalone 2026-03-18 19:12:03.994453 | fa163ecf-2437-0493-eacc-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:57.580752 | 0.07s 2026-03-18 19:12:04.026814 | fa163ecf-2437-0493-eacc-00000000509d | TASK | Manage systemd shutdown files 2026-03-18 19:12:04.074233 | fa163ecf-2437-0493-eacc-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:57.660524 | 0.05s 2026-03-18 19:12:04.110320 | 70fb8b80-fd18-4188-8a8e-d8fbac5270f8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-03-18 19:12:04.150889 | fa163ecf-2437-0493-eacc-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-03-18 19:12:04.429666 | fa163ecf-2437-0493-eacc-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-03-18 19:12:04.432306 | fa163ecf-2437-0493-eacc-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:28:58.018602 | 0.28s 2026-03-18 19:12:04.464245 | fa163ecf-2437-0493-eacc-0000000050d1 | TASK | Set podman_drop_in fact 2026-03-18 19:12:04.509968 | fa163ecf-2437-0493-eacc-0000000050d1 | OK | Set podman_drop_in fact | standalone 2026-03-18 19:12:04.511025 | fa163ecf-2437-0493-eacc-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:28:58.097330 | 0.04s 2026-03-18 19:12:04.541364 | fa163ecf-2437-0493-eacc-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-03-18 19:12:05.086960 | fa163ecf-2437-0493-eacc-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-03-18 19:12:05.088779 | fa163ecf-2437-0493-eacc-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:58.675075 | 0.55s 2026-03-18 19:12:05.609952 | fa163ecf-2437-0493-eacc-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-03-18 19:12:05.611225 | fa163ecf-2437-0493-eacc-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:59.197524 | 1.07s 2026-03-18 19:12:05.618241 | fa163ecf-2437-0493-eacc-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:28:59.204534 | 1.08s 2026-03-18 19:12:05.650251 | fa163ecf-2437-0493-eacc-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-03-18 19:12:06.132516 | fa163ecf-2437-0493-eacc-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-03-18 19:12:06.135081 | fa163ecf-2437-0493-eacc-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:28:59.721379 | 0.48s 2026-03-18 19:12:06.166488 | fa163ecf-2437-0493-eacc-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-03-18 19:12:06.635611 | fa163ecf-2437-0493-eacc-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-03-18 19:12:06.638141 | fa163ecf-2437-0493-eacc-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:29:00.224419 | 0.47s 2026-03-18 19:12:06.669026 | fa163ecf-2437-0493-eacc-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2026-03-18 19:12:07.627287 | fa163ecf-2437-0493-eacc-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2026-03-18 19:12:07.631230 | fa163ecf-2437-0493-eacc-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:29:01.217523 | 0.96s 2026-03-18 19:12:07.660207 | fa163ecf-2437-0493-eacc-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-03-18 19:12:08.116287 | fa163ecf-2437-0493-eacc-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-03-18 19:12:08.117974 | fa163ecf-2437-0493-eacc-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:29:01.704272 | 0.46s 2026-03-18 19:12:08.150214 | fa163ecf-2437-0493-eacc-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-03-18 19:12:08.622884 | fa163ecf-2437-0493-eacc-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-03-18 19:12:08.624473 | fa163ecf-2437-0493-eacc-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:29:02.210771 | 0.47s 2026-03-18 19:12:08.655662 | fa163ecf-2437-0493-eacc-0000000050d9 | TASK | Enable and start netns-placeholder 2026-03-18 19:12:09.738287 | fa163ecf-2437-0493-eacc-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2026-03-18 19:12:09.742128 | fa163ecf-2437-0493-eacc-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:29:03.328404 | 1.08s 2026-03-18 19:12:09.773865 | fa163ecf-2437-0493-eacc-00000000509f | TASK | Update container configs with new config hashes 2026-03-18 19:12:09.835002 | fa163ecf-2437-0493-eacc-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:03.421304 | 0.06s 2026-03-18 19:12:09.848621 | 63fb3cd3-6df0-46d6-af60-9cb2da43499a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-03-18 19:12:09.873942 | fa163ecf-2437-0493-eacc-000000005101 | TASK | Update config hashes for container startup configs 2026-03-18 19:12:10.121682 | fa163ecf-2437-0493-eacc-000000005101 | OK | Update config hashes for container startup configs | standalone 2026-03-18 19:12:10.122668 | fa163ecf-2437-0493-eacc-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:29:03.708976 | 0.25s 2026-03-18 19:12:10.144963 | fa163ecf-2437-0493-eacc-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:12:10.202789 | fa163ecf-2437-0493-eacc-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:03.789090 | 0.06s 2026-03-18 19:12:10.214543 | bc500ccb-d596-4fe9-aaba-0f04a22c99b1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-03-18 19:12:10.247563 | fa163ecf-2437-0493-eacc-000000005120 | TASK | Gather podman infos 2026-03-18 19:12:12.345232 | fa163ecf-2437-0493-eacc-000000005120 | OK | Gather podman infos | standalone 2026-03-18 19:12:12.346695 | fa163ecf-2437-0493-eacc-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:29:05.932996 | 2.10s 2026-03-18 19:12:12.522281 | fa163ecf-2437-0493-eacc-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:12:12.606663 | fa163ecf-2437-0493-eacc-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:06.192952 | 0.07s 2026-03-18 19:12:12.803629 | fa163ecf-2437-0493-eacc-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:29:06.389914 | 0.14s 2026-03-18 19:12:12.865193 | fa163ecf-2437-0493-eacc-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:12:12.919207 | fa163ecf-2437-0493-eacc-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:06.505493 | 0.05s 2026-03-18 19:12:12.943440 | 9d318ad7-9d53-4530-b9d6-fac1833bca3e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-03-18 19:12:12.992950 | fa163ecf-2437-0493-eacc-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:12:37.263214 | fa163ecf-2437-0493-eacc-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-18 19:12:37.265469 | fa163ecf-2437-0493-eacc-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:29:30.851769 | 24.27s 2026-03-18 19:12:37.298538 | fa163ecf-2437-0493-eacc-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-03-18 19:13:03.378839 | fa163ecf-2437-0493-eacc-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-03-18 19:13:03.381015 | fa163ecf-2437-0493-eacc-000000005191 | 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:29:56.967323 | 26.08s 2026-03-18 19:13:03.427068 | fa163ecf-2437-0493-eacc-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2026-03-18 19:13:03.643067 | fa163ecf-2437-0493-eacc-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-03-18 19:13:03.645807 | fa163ecf-2437-0493-eacc-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:29:57.232104 | 0.22s 2026-03-18 19:13:03.686233 | fa163ecf-2437-0493-eacc-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2026-03-18 19:13:03.740682 | fa163ecf-2437-0493-eacc-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:29:57.326970 | 0.05s 2026-03-18 19:13:03.776240 | fa163ecf-2437-0493-eacc-000000005000 | TASK | Include container-puppet tasks for step 5 2026-03-18 19:13:03.809684 | fa163ecf-2437-0493-eacc-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:29:57.395974 | 0.03s 2026-03-18 19:13:03.838269 | 4734ed0a-f471-48fa-a46c-790b5a558533 | INCLUDED | /root/standalone-ansible-7kp_1mo5/host-container-puppet-tasks.yaml | standalone 2026-03-18 19:13:03.878191 | fa163ecf-2437-0493-eacc-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2026-03-18 19:13:04.375778 | fa163ecf-2437-0493-eacc-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-03-18 19:13:04.377027 | fa163ecf-2437-0493-eacc-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:29:57.963326 | 0.50s 2026-03-18 19:13:04.408400 | fa163ecf-2437-0493-eacc-0000000051de | TASK | Generate container puppet configs for step 5 2026-03-18 19:13:04.674036 | fa163ecf-2437-0493-eacc-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2026-03-18 19:13:04.676506 | fa163ecf-2437-0493-eacc-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:29:58.262804 | 0.27s 2026-03-18 19:13:04.708175 | fa163ecf-2437-0493-eacc-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-03-18 19:13:04.732009 | fa163ecf-2437-0493-eacc-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:29:58.318294 | 0.02s 2026-03-18 19:13:04.803877 | fa163ecf-2437-0493-eacc-00000000520e | TASK | Gather variables for each operating system 2026-03-18 19:13:04.939180 | fa163ecf-2437-0493-eacc-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:58.525470 | 0.13s 2026-03-18 19:13:04.970794 | fa163ecf-2437-0493-eacc-00000000520f | TASK | Create container logs path 2026-03-18 19:13:05.211084 | fa163ecf-2437-0493-eacc-00000000520f | OK | Create container logs path | standalone 2026-03-18 19:13:05.213626 | fa163ecf-2437-0493-eacc-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:58.799923 | 0.24s 2026-03-18 19:13:05.247775 | fa163ecf-2437-0493-eacc-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-18 19:13:05.530007 | fa163ecf-2437-0493-eacc-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-18 19:13:05.531729 | fa163ecf-2437-0493-eacc-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:59.118035 | 0.28s 2026-03-18 19:13:05.552019 | fa163ecf-2437-0493-eacc-000000005212 | TASK | Finalise hashes for all containers 2026-03-18 19:13:05.594684 | fa163ecf-2437-0493-eacc-000000005212 | OK | Finalise hashes for all containers | standalone 2026-03-18 19:13:05.596339 | fa163ecf-2437-0493-eacc-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:29:59.182642 | 0.04s 2026-03-18 19:13:05.616798 | fa163ecf-2437-0493-eacc-000000005214 | TASK | Manage systemd shutdown files 2026-03-18 19:13:05.656497 | fa163ecf-2437-0493-eacc-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2026-03-18 19:13:05.658918 | fa163ecf-2437-0493-eacc-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:29:59.245224 | 0.04s 2026-03-18 19:13:05.680164 | fa163ecf-2437-0493-eacc-000000005216 | TASK | Update container configs with new config hashes 2026-03-18 19:13:05.718998 | fa163ecf-2437-0493-eacc-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2026-03-18 19:13:05.719724 | fa163ecf-2437-0493-eacc-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:29:59.306033 | 0.04s 2026-03-18 19:13:05.740912 | fa163ecf-2437-0493-eacc-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-18 19:13:05.770764 | fa163ecf-2437-0493-eacc-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-18 19:13:05.772369 | fa163ecf-2437-0493-eacc-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:59.358677 | 0.03s 2026-03-18 19:13:05.793743 | fa163ecf-2437-0493-eacc-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-03-18 19:13:05.836445 | fa163ecf-2437-0493-eacc-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-03-18 19:13:05.838264 | fa163ecf-2437-0493-eacc-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:29:59.424571 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-03-18 19:13:05.998563 | fa163ecf-2437-0493-eacc-0000000000f7 | TASK | Server Post Deployments 2026-03-18 19:13:06.027961 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000f7') missing from stats 2026-03-18 19:13:06.115307 | fa163ecf-2437-0493-eacc-0000000000f8 | TIMING | include_tasks | standalone | 0:29:59.701595 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-03-18 19:13:06.263722 | fa163ecf-2437-0493-eacc-0000000000fc | TASK | External deployment Post Deploy tasks 2026-03-18 19:13:06.291757 | fa163ecf-2437-0493-eacc-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', 'fa163ecf-2437-0493-eacc-0000000000fc') missing from stats 2026-03-18 19:13:06.309871 | fa163ecf-2437-0493-eacc-000000000100 | TASK | is additonal Cell? 2026-03-18 19:13:06.347289 | fa163ecf-2437-0493-eacc-000000000100 | OK | is additonal Cell? | undercloud 2026-03-18 19:13:06.348964 | fa163ecf-2437-0493-eacc-000000000100 | TIMING | is additonal Cell? | undercloud | 0:29:59.935267 | 0.04s 2026-03-18 19:13:06.365031 | fa163ecf-2437-0493-eacc-000000000102 | TASK | discover via nova_manager? 2026-03-18 19:13:06.442982 | fa163ecf-2437-0493-eacc-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-03-18 19:13:06.445542 | fa163ecf-2437-0493-eacc-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:30:00.031829 | 0.08s 2026-03-18 19:13:06.464405 | fa163ecf-2437-0493-eacc-000000000103 | TASK | discover via nova_api? 2026-03-18 19:13:06.557519 | fa163ecf-2437-0493-eacc-000000000103 | OK | discover via nova_api? | undercloud 2026-03-18 19:13:06.560147 | fa163ecf-2437-0493-eacc-000000000103 | TIMING | discover via nova_api? | undercloud | 0:30:00.146417 | 0.09s 2026-03-18 19:13:06.578623 | fa163ecf-2437-0493-eacc-000000000104 | TASK | Warn if no discovery host available 2026-03-18 19:13:06.642406 | fa163ecf-2437-0493-eacc-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-03-18 19:13:06.644905 | fa163ecf-2437-0493-eacc-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:30:00.231195 | 0.06s 2026-03-18 19:13:06.681417 | fa163ecf-2437-0493-eacc-000000000105 | TASK | Discovering nova hosts 2026-03-18 19:13:09.377167 | fa163ecf-2437-0493-eacc-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-000000000105') missing from stats 2026-03-18 19:13:09.449738 | fa163ecf-2437-0493-eacc-000000000106 | OK | set_fact | undercloud 2026-03-18 19:13:09.452230 | fa163ecf-2437-0493-eacc-000000000106 | TIMING | set_fact | undercloud | 0:30:03.038522 | 0.05s 2026-03-18 19:13:09.471218 | fa163ecf-2437-0493-eacc-000000000108 | TASK | Set up group_vars 2026-03-18 19:13:09.527307 | fa163ecf-2437-0493-eacc-000000000108 | OK | Set up group_vars | undercloud 2026-03-18 19:13:09.529717 | fa163ecf-2437-0493-eacc-000000000108 | TIMING | Set up group_vars | undercloud | 0:30:03.116012 | 0.06s 2026-03-18 19:13:09.548760 | fa163ecf-2437-0493-eacc-000000000109 | TASK | Make needed directories on the undercloud 2026-03-18 19:13:09.815539 | fa163ecf-2437-0493-eacc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7kp_1mo5/octavia-ansible 2026-03-18 19:13:09.816762 | fa163ecf-2437-0493-eacc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:03.403066 | 0.27s 2026-03-18 19:13:10.029564 | fa163ecf-2437-0493-eacc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7kp_1mo5/octavia-ansible/local_dir 2026-03-18 19:13:10.030529 | fa163ecf-2437-0493-eacc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:03.616835 | 0.48s 2026-03-18 19:13:10.194095 | fa163ecf-2437-0493-eacc-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7kp_1mo5/octavia-ansible/group_vars 2026-03-18 19:13:10.194772 | fa163ecf-2437-0493-eacc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:03.781081 | 0.64s 2026-03-18 19:13:10.198777 | fa163ecf-2437-0493-eacc-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:30:03.785078 | 0.65s 2026-03-18 19:13:10.216970 | fa163ecf-2437-0493-eacc-00000000010a | TASK | Write group_vars file 2026-03-18 19:13:10.686462 | fa163ecf-2437-0493-eacc-00000000010a | CHANGED | Write group_vars file | undercloud 2026-03-18 19:13:10.687346 | fa163ecf-2437-0493-eacc-00000000010a | TIMING | Write group_vars file | undercloud | 0:30:04.273653 | 0.47s 2026-03-18 19:13:10.710484 | fa163ecf-2437-0493-eacc-00000000010b | TASK | Gather missing facts 2026-03-18 19:13:11.074634 | fa163ecf-2437-0493-eacc-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ecf-2437-0493-eacc-00000000010b') missing from stats 2026-03-18 19:13:11.094408 | fa163ecf-2437-0493-eacc-00000000010b | TIMING | Gather missing facts | undercloud | 0:30:04.680699 | 0.38s 2026-03-18 19:13:11.115871 | fa163ecf-2437-0493-eacc-00000000010c | TASK | Write octavia inventory 2026-03-18 19:13:11.611703 | fa163ecf-2437-0493-eacc-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-03-18 19:13:11.613208 | fa163ecf-2437-0493-eacc-00000000010c | TIMING | Write octavia inventory | undercloud | 0:30:05.199504 | 0.49s 2026-03-18 19:13:11.631345 | fa163ecf-2437-0493-eacc-00000000010d | TASK | Check for ssh_private_key in working directory 2026-03-18 19:13:11.848636 | fa163ecf-2437-0493-eacc-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-03-18 19:13:11.850614 | fa163ecf-2437-0493-eacc-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:30:05.436914 | 0.22s 2026-03-18 19:13:11.865171 | fa163ecf-2437-0493-eacc-00000000010e | TASK | Set private key location 2026-03-18 19:13:11.901592 | fa163ecf-2437-0493-eacc-00000000010e | SKIPPED | Set private key location | undercloud 2026-03-18 19:13:11.903062 | fa163ecf-2437-0493-eacc-00000000010e | TIMING | Set private key location | undercloud | 0:30:05.489367 | 0.04s 2026-03-18 19:13:11.917476 | fa163ecf-2437-0493-eacc-00000000010f | TASK | Configure octavia command 2026-03-18 19:13:11.965625 | fa163ecf-2437-0493-eacc-00000000010f | OK | Configure octavia command | undercloud 2026-03-18 19:13:11.966680 | fa163ecf-2437-0493-eacc-00000000010f | TIMING | Configure octavia command | undercloud | 0:30:05.552983 | 0.05s 2026-03-18 19:13:12.009746 | fa163ecf-2437-0493-eacc-000000000110 | OK | set_fact | undercloud 2026-03-18 19:13:12.010689 | fa163ecf-2437-0493-eacc-000000000110 | TIMING | set_fact | undercloud | 0:30:05.596992 | 0.03s 2026-03-18 19:13:12.052778 | fa163ecf-2437-0493-eacc-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-7kp_1mo5/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-7kp_1mo5/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-7kp_1mo5/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-03-18 19:13:12.053638 | fa163ecf-2437-0493-eacc-000000000111 | TIMING | debug | undercloud | 0:30:05.639941 | 0.03s 2026-03-18 19:13:12.068572 | fa163ecf-2437-0493-eacc-000000000112 | TASK | Configure octavia on overcloud 2026-03-18 19:17:01.316841 | fa163ecf-2437-0493-eacc-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-03-18 19:17:01.318965 | fa163ecf-2437-0493-eacc-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:33:54.905270 | 229.25s 2026-03-18 19:17:01.334297 | fa163ecf-2437-0493-eacc-000000000113 | TASK | Purge temp dirs 2026-03-18 19:17:01.554282 | fa163ecf-2437-0493-eacc-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-7kp_1mo5/octavia-ansible/local_dir 2026-03-18 19:17:01.558716 | fa163ecf-2437-0493-eacc-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:55.145018 | 0.22s 2026-03-18 19:17:01.565799 | fa163ecf-2437-0493-eacc-000000000113 | TIMING | Purge temp dirs | undercloud | 0:33:55.152087 | 0.23s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2026-03-18 19:17:01.637752 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 19:17:01.638375 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 19:17:01.638883 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:33:55.225188 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-03-18 19:17:01.639403 | UUID | Info | Host | Task Name | Run Time 2026-03-18 19:17:01.639893 | fa163ecf-2437-0493-eacc-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 315.20s 2026-03-18 19:17:01.640454 | fa163ecf-2437-0493-eacc-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 229.25s 2026-03-18 19:17:01.641045 | fa163ecf-2437-0493-eacc-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 122.59s 2026-03-18 19:17:01.641609 | fa163ecf-2437-0493-eacc-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 107.59s 2026-03-18 19:17:01.642096 | fa163ecf-2437-0493-eacc-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.60s 2026-03-18 19:17:01.642659 | fa163ecf-2437-0493-eacc-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 56.86s 2026-03-18 19:17:01.643165 | fa163ecf-2437-0493-eacc-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.63s 2026-03-18 19:17:01.643661 | fa163ecf-2437-0493-eacc-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 32.96s 2026-03-18 19:17:01.644174 | fa163ecf-2437-0493-eacc-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.98s 2026-03-18 19:17:01.644735 | fa163ecf-2437-0493-eacc-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.96s 2026-03-18 19:17:01.645250 | fa163ecf-2437-0493-eacc-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.46s 2026-03-18 19:17:01.645735 | fa163ecf-2437-0493-eacc-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.37s 2026-03-18 19:17:01.646371 | fa163ecf-2437-0493-eacc-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 26.39s 2026-03-18 19:17:01.647019 | fa163ecf-2437-0493-eacc-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 26.08s 2026-03-18 19:17:01.647696 | fa163ecf-2437-0493-eacc-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 24.27s 2026-03-18 19:17:01.648204 | fa163ecf-2437-0493-eacc-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.73s 2026-03-18 19:17:01.648762 | fa163ecf-2437-0493-eacc-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 23.59s 2026-03-18 19:17:01.649272 | fa163ecf-2437-0493-eacc-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 21.77s 2026-03-18 19:17:01.649810 | fa163ecf-2437-0493-eacc-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.74s 2026-03-18 19:17:01.650793 | fa163ecf-2437-0493-eacc-000000003a84 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2026-03-18 19:17:01.651415 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-7kp_1mo5 Install artifact is located at /root/standalone-install-20260318191702.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.IEUvttaBzJ + exit 0 ~/ci-framework-data/artifacts